commit:     7587b9a9f8749e14beacec23a4a3bdc289e22245
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 16:07:00 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 16:07:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7587b9a9

app-portage/epkg: Drop EAPI-5 ebuild

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-portage/epkg/epkg-0.4-r1.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/app-portage/epkg/epkg-0.4-r1.ebuild 
b/app-portage/epkg/epkg-0.4-r1.ebuild
deleted file mode 100644
index 9d9ca1ddef1c..000000000000
--- a/app-portage/epkg/epkg-0.4-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A simple portage wrapper which works like other package managers"
-HOMEPAGE="https://github.com/jdhore/epkg";
-SRC_URI="https://github.com/jdhore/${PN}/archive/${P}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}-${P}"
-DEPEND=""
-RDEPEND="app-portage/eix
-               app-portage/gentoolkit
-               sys-apps/portage"
-
-src_install() {
-       dobin epkg
-       doman doc/epkg.1
-}

Reply via email to