From ad35c275903c801c273d48a15cb71b79f42fb71a Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 24 Aug 2012 15:58:07 +0000 Subject: drop older versions (Portage version: 2.2.0_alpha104/cvs/Linux x86_64) --- app-admin/equo/ChangeLog | 8 ++++++- app-admin/equo/equo-1.0_rc124.ebuild | 43 ------------------------------------ app-admin/equo/equo-1.0_rc38.ebuild | 43 ------------------------------------ app-admin/equo/equo-1.0_rc43.ebuild | 43 ------------------------------------ app-admin/equo/equo-1.0_rc53.ebuild | 43 ------------------------------------ app-admin/equo/equo-1.0_rc59.ebuild | 43 ------------------------------------ app-admin/equo/equo-1.0_rc76.ebuild | 43 ------------------------------------ app-admin/equo/equo-1.0_rc77.ebuild | 43 ------------------------------------ app-admin/equo/equo-1.0_rc80.ebuild | 43 ------------------------------------ app-admin/equo/equo-1.0_rc87.ebuild | 43 ------------------------------------ app-admin/equo/equo-1.0_rc90.ebuild | 43 ------------------------------------ 11 files changed, 7 insertions(+), 431 deletions(-) delete mode 100644 app-admin/equo/equo-1.0_rc124.ebuild delete mode 100644 app-admin/equo/equo-1.0_rc38.ebuild delete mode 100644 app-admin/equo/equo-1.0_rc43.ebuild delete mode 100644 app-admin/equo/equo-1.0_rc53.ebuild delete mode 100644 app-admin/equo/equo-1.0_rc59.ebuild delete mode 100644 app-admin/equo/equo-1.0_rc76.ebuild delete mode 100644 app-admin/equo/equo-1.0_rc77.ebuild delete mode 100644 app-admin/equo/equo-1.0_rc80.ebuild delete mode 100644 app-admin/equo/equo-1.0_rc87.ebuild delete mode 100644 app-admin/equo/equo-1.0_rc90.ebuild (limited to 'app-admin/equo') diff --git a/app-admin/equo/ChangeLog b/app-admin/equo/ChangeLog index 31e1991a7990..17ba171fda76 100644 --- a/app-admin/equo/ChangeLog +++ b/app-admin/equo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/equo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.21 2012/08/24 14:23:02 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/ChangeLog,v 1.22 2012/08/24 15:58:07 lxnay Exp $ + + 24 Aug 2012; Fabio Erculiani -equo-1.0_rc38.ebuild, + -equo-1.0_rc43.ebuild, -equo-1.0_rc53.ebuild, -equo-1.0_rc59.ebuild, + -equo-1.0_rc76.ebuild, -equo-1.0_rc77.ebuild, -equo-1.0_rc80.ebuild, + -equo-1.0_rc87.ebuild, -equo-1.0_rc90.ebuild, -equo-1.0_rc124.ebuild: + drop older versions *equo-136 (24 Aug 2012) diff --git a/app-admin/equo/equo-1.0_rc124.ebuild b/app-admin/equo/equo-1.0_rc124.ebuild deleted file mode 100644 index f286185505b9..000000000000 --- a/app-admin/equo/equo-1.0_rc124.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-1.0_rc124.ebuild,v 1.1 2012/07/11 18:30:41 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" -} diff --git a/app-admin/equo/equo-1.0_rc38.ebuild b/app-admin/equo/equo-1.0_rc38.ebuild deleted file mode 100644 index 09a9e65da856..000000000000 --- a/app-admin/equo/equo-1.0_rc38.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-1.0_rc38.ebuild,v 1.2 2011/09/18 17:23:49 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 ~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/entropy-client-services" - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/client" -} diff --git a/app-admin/equo/equo-1.0_rc43.ebuild b/app-admin/equo/equo-1.0_rc43.ebuild deleted file mode 100644 index 7ca615b0540d..000000000000 --- a/app-admin/equo/equo-1.0_rc43.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-1.0_rc43.ebuild,v 1.2 2011/09/18 17:23:49 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 ~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/entropy-client-services" - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/client" -} diff --git a/app-admin/equo/equo-1.0_rc53.ebuild b/app-admin/equo/equo-1.0_rc53.ebuild deleted file mode 100644 index d4bcad8dbc44..000000000000 --- a/app-admin/equo/equo-1.0_rc53.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-1.0_rc53.ebuild,v 1.2 2011/09/18 17:23:49 lxnay Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit eutils python bash-completion - -DESCRIPTION="Entropy Package Manager text-based client" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~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/entropy-client-services" - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/client" -} diff --git a/app-admin/equo/equo-1.0_rc59.ebuild b/app-admin/equo/equo-1.0_rc59.ebuild deleted file mode 100644 index 56dc8240998e..000000000000 --- a/app-admin/equo/equo-1.0_rc59.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-1.0_rc59.ebuild,v 1.1 2011/10/09 06:53:33 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 ~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/entropy-client-services" - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/client" -} diff --git a/app-admin/equo/equo-1.0_rc76.ebuild b/app-admin/equo/equo-1.0_rc76.ebuild deleted file mode 100644 index 2b6e7de4f179..000000000000 --- a/app-admin/equo/equo-1.0_rc76.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-1.0_rc76.ebuild,v 1.1 2011/11/13 09:26:47 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 ~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/entropy-client-services" - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/client" -} diff --git a/app-admin/equo/equo-1.0_rc77.ebuild b/app-admin/equo/equo-1.0_rc77.ebuild deleted file mode 100644 index bc4716d33faf..000000000000 --- a/app-admin/equo/equo-1.0_rc77.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-1.0_rc77.ebuild,v 1.1 2011/11/23 21:51:42 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 ~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/entropy-client-services" - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/client" -} diff --git a/app-admin/equo/equo-1.0_rc80.ebuild b/app-admin/equo/equo-1.0_rc80.ebuild deleted file mode 100644 index 14188a1eba1a..000000000000 --- a/app-admin/equo/equo-1.0_rc80.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-1.0_rc80.ebuild,v 1.1 2011/12/22 17:51:12 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/entropy-client-services" - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/client" -} diff --git a/app-admin/equo/equo-1.0_rc87.ebuild b/app-admin/equo/equo-1.0_rc87.ebuild deleted file mode 100644 index 9c01c55d3eba..000000000000 --- a/app-admin/equo/equo-1.0_rc87.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-1.0_rc87.ebuild,v 1.1 2012/02/12 07:24:16 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/entropy-client-services" - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/client" -} diff --git a/app-admin/equo/equo-1.0_rc90.ebuild b/app-admin/equo/equo-1.0_rc90.ebuild deleted file mode 100644 index 01d41a7135be..000000000000 --- a/app-admin/equo/equo-1.0_rc90.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-1.0_rc90.ebuild,v 1.1 2012/03/23 14:18:21 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/entropy-client-services" - echo -} - -pkg_postrm() { - python_mod_cleanup "/usr/lib/entropy/client" -} -- cgit v1.2.3-65-gdbad