diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-05-08 04:27:10 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-05-08 04:27:10 +0000 |
commit | 07dfce847c4ee4b32deb67f234e903c485b2a015 (patch) | |
tree | 1e46cc3fedb3a8d768c07068c3aa74fa12f92e6e /app-portage | |
parent | Version bump, highlights include new USE flags and internal changes (diff) | |
download | gentoo-2-07dfce847c4ee4b32deb67f234e903c485b2a015.tar.gz gentoo-2-07dfce847c4ee4b32deb67f234e903c485b2a015.tar.bz2 gentoo-2-07dfce847c4ee4b32deb67f234e903c485b2a015.zip |
remove old, next stable candidate is 0.15.7
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/eix/eix-0.15.5.ebuild | 50 | ||||
-rw-r--r-- | app-portage/eix/eix-0.15.6.ebuild | 50 |
3 files changed, 5 insertions, 101 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 62cc26e06da9..22a5f03a38f5 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/eix # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.281 2009/05/08 04:24:40 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.282 2009/05/08 04:27:10 darkside Exp $ + + 08 May 2009; Jeremy Olexa <darkside@gentoo.org> -eix-0.15.5.ebuild, + -eix-0.15.6.ebuild: + remove old, next stable candidate is 0.15.7 *eix-0.16.0 (08 May 2009) diff --git a/app-portage/eix/eix-0.15.5.ebuild b/app-portage/eix/eix-0.15.5.ebuild deleted file mode 100644 index 334af431e89f..000000000000 --- a/app-portage/eix/eix-0.15.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.15.5.ebuild,v 1.2 2009/03/27 18:58:56 armin76 Exp $ - -inherit multilib - -DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. -overlays, version changes, and more" -HOMEPAGE="http://eix.sourceforge.net" -SRC_URI="mirror://sourceforge/eix/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="doc sqlite" - -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) - app-arch/bzip2" -DEPEND="${RDEPEND} - app-arch/lzma-utils - doc? ( dev-python/docutils )" - -src_compile() { - econf --with-bzip2 $(use_with sqlite) $(use_with doc rst) \ - --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \ - --with-portage-rootpath="${ROOTPATH}" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS ChangeLog doc/format.txt - use doc && dodoc doc/format.html -} - -pkg_postinst() { - ewarn - ewarn "Security Warning:" - ewarn - ewarn "Since >=eix-0.12.0, eix uses by default OVERLAY_CACHE_METHOD=\"parse|ebuild*\"" - ewarn "This is rather reliable, but ebuilds may be executed by user \"portage\". Set" - ewarn "OVERLAY_CACHE_METHOD=parse in /etc/eixrc if you do not trust the ebuilds." - if test -d /var/log && ! test -x /var/log || test -e /var/log/eix-sync.log - then - einfo - einfo "eix-sync no longer supports redirection to /var/log/eix-sync.log" - einfo "You can remove that file." - fi -} diff --git a/app-portage/eix/eix-0.15.6.ebuild b/app-portage/eix/eix-0.15.6.ebuild deleted file mode 100644 index aca63d56075a..000000000000 --- a/app-portage/eix/eix-0.15.6.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.15.6.ebuild,v 1.2 2009/03/28 14:12:52 darkside Exp $ - -inherit multilib - -DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. -overlays, version changes, and more" -HOMEPAGE="http://eix.sourceforge.net" -SRC_URI="mirror://sourceforge/eix/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="doc sqlite" - -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) - app-arch/bzip2" -DEPEND="${RDEPEND} - app-arch/lzma-utils - doc? ( dev-python/docutils )" - -src_compile() { - econf --with-bzip2 $(use_with sqlite) $(use_with doc rst) \ - --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \ - --with-portage-rootpath="${ROOTPATH}" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS ChangeLog doc/format.txt - use doc && dodoc doc/format.html -} - -pkg_postinst() { - ewarn - ewarn "Security Warning:" - ewarn - ewarn "Since >=eix-0.12.0, eix uses by default OVERLAY_CACHE_METHOD=\"parse|ebuild*\"" - ewarn "This is rather reliable, but ebuilds may be executed by user \"portage\". Set" - ewarn "OVERLAY_CACHE_METHOD=parse in /etc/eixrc if you do not trust the ebuilds." - if test -d /var/log && ! test -x /var/log || test -e /var/log/eix-sync.log - then - einfo - einfo "eix-sync no longer supports redirection to /var/log/eix-sync.log" - einfo "You can remove that file." - fi -} |