summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2013-12-18 05:16:38 +0000
committerFabio Erculiani <lxnay@gentoo.org>2013-12-18 05:16:38 +0000
commit3498399cab6be9b56ac83d5a7fa80261c3652a9a (patch)
tree88c123887a3fbee4c5001835099e22b59db3fda1 /app-admin/equo
parentdrop older version 216 (diff)
downloadgentoo-2-3498399cab6be9b56ac83d5a7fa80261c3652a9a.tar.gz
gentoo-2-3498399cab6be9b56ac83d5a7fa80261c3652a9a.tar.bz2
gentoo-2-3498399cab6be9b56ac83d5a7fa80261c3652a9a.zip
drop older version 216
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
Diffstat (limited to 'app-admin/equo')
-rw-r--r--app-admin/equo/ChangeLog5
-rw-r--r--app-admin/equo/equo-216.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/app-admin/equo/ChangeLog b/app-admin/equo/ChangeLog
index 8ac2db90f74a..e8d65cdabfdb 100644
--- a/app-admin/equo/ChangeLog
+++ b/app-admin/equo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/equo
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.31 2013/12/18 05:03:33 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.32 2013/12/18 05:16:38 lxnay Exp $
+
+ 18 Dec 2013; Fabio Erculiani <lxnay@gentoo.org> -equo-216.ebuild:
+ drop older version 216
*equo-254 (18 Dec 2013)
diff --git a/app-admin/equo/equo-216.ebuild b/app-admin/equo/equo-216.ebuild
deleted file mode 100644
index c931c749cdf4..000000000000
--- a/app-admin/equo/equo-216.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-216.ebuild,v 1.1 2013/08/22 11:12:11 lxnay Exp $
-
-EAPI=3
-PYTHON_DEPEND="2"
-inherit eutils python bash-completion-r1
-
-DESCRIPTION="Entropy Package Manager text-based client"
-HOMEPAGE="http://www.sabayon.org"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
-
-S="${WORKDIR}/entropy-${PV}"
-
-DEPEND="~sys-apps/entropy-${PV}"
-RDEPEND="${DEPEND} sys-apps/file[python]"
-
-src_compile() {
- cd "${S}"/client || die
- emake || die "make failed"
-}
-
-src_install() {
- cd "${S}"/client || die
- emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install failed"
- newbashcomp "${S}/misc/equo-completion.bash" equo
-}
-
-pkg_postinst() {
- python_mod_optimize "/usr/lib/entropy/client"
- echo
- elog "If you would like to allow users in the 'entropy' group"
- elog "to update available package repositories, please consider"
- elog "to install sys-apps/rigo-daemon"
- echo
-}
-
-pkg_postrm() {
- python_mod_cleanup "/usr/lib/entropy/client"
-}