summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2013-08-22 11:24:40 +0000
committerFabio Erculiani <lxnay@gentoo.org>2013-08-22 11:24:40 +0000
commitb39a7f07811f95cf5c6c46a5538aae406454f147 (patch)
treea23c43915a7f4bf8b01f45b11af62be30633ead0 /app-admin
parentdrop older version 136 (diff)
downloadgentoo-2-b39a7f07811f95cf5c6c46a5538aae406454f147.tar.gz
gentoo-2-b39a7f07811f95cf5c6c46a5538aae406454f147.tar.bz2
gentoo-2-b39a7f07811f95cf5c6c46a5538aae406454f147.zip
drop older version 136
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/equo/ChangeLog5
-rw-r--r--app-admin/equo/equo-136.ebuild43
2 files changed, 4 insertions, 44 deletions
diff --git a/app-admin/equo/ChangeLog b/app-admin/equo/ChangeLog
index 46d5394eb78b..7327b97b4537 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.26 2013/08/22 11:12:11 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.27 2013/08/22 11:24:39 lxnay Exp $
+
+ 22 Aug 2013; Fabio Erculiani <lxnay@gentoo.org> -equo-136.ebuild:
+ drop older version 136
*equo-216 (22 Aug 2013)
diff --git a/app-admin/equo/equo-136.ebuild b/app-admin/equo/equo-136.ebuild
deleted file mode 100644
index 77492fc3d7d8..000000000000
--- a/app-admin/equo/equo-136.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-136.ebuild,v 1.1 2012/08/24 14:23:02 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() {
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" LIBDIR="usr/lib" equo-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"
-}