summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-05-28 00:25:54 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-05-28 00:25:54 +0200
commitf7380ec2e88b4446a1d76f6c017772a2582f7f0b (patch)
tree37446011259b630653c24b8048c049777b46057d /app-emacs/f/f-0.19.0.ebuild
parentsys-kernel/dracut: update live ebuild (diff)
downloadgentoo-f7380ec2e88b4446a1d76f6c017772a2582f7f0b.tar.gz
gentoo-f7380ec2e88b4446a1d76f6c017772a2582f7f0b.tar.bz2
gentoo-f7380ec2e88b4446a1d76f6c017772a2582f7f0b.zip
app-emacs/f: bump to EAPI 8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/f/f-0.19.0.ebuild')
-rw-r--r--app-emacs/f/f-0.19.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-emacs/f/f-0.19.0.ebuild b/app-emacs/f/f-0.19.0.ebuild
deleted file mode 100644
index 72b552759a6e..000000000000
--- a/app-emacs/f/f-0.19.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Modern API for working with files and directories in Emacs"
-HOMEPAGE="https://github.com/rejeep/f.el"
-SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-RESTRICT="test"
-
-RDEPEND="app-emacs/dash app-emacs/s"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/f.el-${PV}"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"