diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-03-15 16:55:14 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-03-15 16:55:14 +0000 |
commit | ff072c41e17995cc02a2d5f46ca44e2431cb27e1 (patch) | |
tree | 984e357702e344cefeeecbd09338d3202fdf31ba /app-portage | |
parent | remove old versions (diff) | |
download | gentoo-2-ff072c41e17995cc02a2d5f46ca44e2431cb27e1.tar.gz gentoo-2-ff072c41e17995cc02a2d5f46ca44e2431cb27e1.tar.bz2 gentoo-2-ff072c41e17995cc02a2d5f46ca44e2431cb27e1.zip |
remove old
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/eix/eix-0.17.0.ebuild | 68 | ||||
-rw-r--r-- | app-portage/eix/eix-0.19.2.ebuild | 52 | ||||
-rw-r--r-- | app-portage/eix/eix-0.20.5.ebuild | 41 | ||||
-rw-r--r-- | app-portage/eix/eix-0.22.4.ebuild | 41 | ||||
-rw-r--r-- | app-portage/eix/eix-0.22.6.ebuild | 43 |
6 files changed, 6 insertions, 246 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index fdab6c21c59f..d7dc12eef0d2 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-portage/eix # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.364 2011/03/12 04:35:18 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.365 2011/03/15 16:55:14 darkside Exp $ + + 15 Mar 2011; Jeremy Olexa <darkside@gentoo.org> -eix-0.17.0.ebuild, + -eix-0.19.2.ebuild, -eix-0.20.5.ebuild, -eix-0.22.4.ebuild, + -eix-0.22.6.ebuild: + remove old *eix-0.22.8 (12 Mar 2011) diff --git a/app-portage/eix/eix-0.17.0.ebuild b/app-portage/eix/eix-0.17.0.ebuild deleted file mode 100644 index a808741be60a..000000000000 --- a/app-portage/eix/eix-0.17.0.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.17.0.ebuild,v 1.13 2010/03/11 16:29:12 halcy0n Exp $ - -EAPI="1" - -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 x86 ~sparc-fbsd ~x86-fbsd" -IUSE="+deprecated doc nls sqlite tools" - -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) - nls? ( virtual/libintl ) - app-arch/bzip2" -DEPEND="${RDEPEND} - || ( app-arch/xz-utils app-arch/lzma-utils ) - doc? ( dev-python/docutils ) - nls? ( sys-devel/gettext )" - -src_compile() { - econf --with-bzip2 $(use_with sqlite) $(use_with doc rst) \ - $(use_enable nls) $(use_enable tools separate-tools) \ - --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \ - --with-portage-rootpath="${ROOTPATH}" \ - $(use_enable deprecated obsolete-reminder) - 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() { - elog "Ask your overlay maintainers to provide metadata or consider to run" - elog " egencache --repo=foo --update" - elog "after updates (e.g. in /etc/eix-sync)." - elog "This will speed up portage and update-eix (when the new default cache method" - elog "\"...#metadata-flat\" is used and file dates are correct) for those overlays." - elog "If metadata is provided but file dates are mangled during overlay updates," - elog "you may switch to cache method \"metadata-flat\" instead for that overlay:" - elog "This is even faster, but works only if metadata is actually up-to-date." - ewarn - ewarn "Security Warning:" - ewarn - ewarn "Since >=eix-0.12.0, eix uses by default OVERLAY_CACHE_METHOD=\"parse|ebuild*\"" - ewarn "(since >=eix-0.16.1 with automagic \"#metadata-flat\")." - 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 use deprecated; then - elog "ATTENTION: The old eix executable names will be going away in 6" - elog "months or the next major release, whichever is first. Update" - elog "your scripts" - else - elog "ATTENTION: The eix executable names have changed. Update your" - elog "scripts, if needed. This message will go away soon." - fi - -} diff --git a/app-portage/eix/eix-0.19.2.ebuild b/app-portage/eix/eix-0.19.2.ebuild deleted file mode 100644 index a58e81ac90b5..000000000000 --- a/app-portage/eix/eix-0.19.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.19.2.ebuild,v 1.7 2010/03/08 01:16:08 tanderson Exp $ - -EAPI=2 - -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.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="+bzip2 debug doc hardened nls optimization strong-optimization sqlite tools" - -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) - nls? ( virtual/libintl ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - app-arch/xz-utils - doc? ( dev-python/docutils ) - nls? ( sys-devel/gettext )" - -src_unpack() { - local i s - for i in ${A} - do - s="${DISTDIR%/}/${i}" - einfo "Unpacking ${s} to ${PWD}" - test -s "${s}" || die "${s} does not exist" - xz -dc -- "${s}" | tar xof - || die "Unpacking ${s} failed" - done -} - -src_configure() { - econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \ - $(use_enable nls) $(use_enable tools separate-tools) \ - $(use_enable hardened security) $(use_enable optimization) \ - $(use_enable strong-optimization) $(use_enable debug debugging) \ - --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \ - --with-portage-rootpath="${ROOTPATH}" \ - --with-eprefix-default="${EPREFIX}" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - prepalldocs -} diff --git a/app-portage/eix/eix-0.20.5.ebuild b/app-portage/eix/eix-0.20.5.ebuild deleted file mode 100644 index 645c1ba81a0a..000000000000 --- a/app-portage/eix/eix-0.20.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.20.5.ebuild,v 1.9 2010/10/03 15:04:04 armin76 Exp $ - -EAPI=3 - -inherit multilib - -DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more" -HOMEPAGE="http://eix.berlios.de" -SRC_URI="mirror://berlios/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="+bzip2 debug doc hardened nls optimization strong-optimization sqlite tools" - -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) - nls? ( virtual/libintl ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - app-arch/xz-utils - doc? ( dev-python/docutils ) - nls? ( sys-devel/gettext )" - -src_configure() { - econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \ - $(use_enable nls) $(use_enable tools separate-tools) \ - $(use_enable hardened security) $(use_enable optimization) \ - $(use_enable strong-optimization) $(use_enable debug debugging) \ - --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \ - --with-portage-rootpath="${ROOTPATH}" \ - --with-eprefix-default="${EPREFIX}" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - prepalldocs -} diff --git a/app-portage/eix/eix-0.22.4.ebuild b/app-portage/eix/eix-0.22.4.ebuild deleted file mode 100644 index b4472ca1ad82..000000000000 --- a/app-portage/eix/eix-0.22.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.22.4.ebuild,v 1.1 2010/11/08 13:53:32 darkside Exp $ - -EAPI=3 - -inherit multilib - -DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more" -HOMEPAGE="http://eix.berlios.de" -SRC_URI="mirror://berlios/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="+bzip2 debug doc hardened nls optimization strong-optimization sqlite tools" - -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) - nls? ( virtual/libintl ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - app-arch/xz-utils - doc? ( dev-python/docutils ) - nls? ( sys-devel/gettext )" - -src_configure() { - econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \ - $(use_enable nls) $(use_enable tools separate-tools) \ - $(use_enable hardened security) $(use_enable optimization) \ - $(use_enable strong-optimization) $(use_enable debug debugging) \ - --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \ - --with-portage-rootpath="${ROOTPATH}" \ - --with-eprefix-default="${EPREFIX}" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - prepalldocs -} diff --git a/app-portage/eix/eix-0.22.6.ebuild b/app-portage/eix/eix-0.22.6.ebuild deleted file mode 100644 index ab2ee154876d..000000000000 --- a/app-portage/eix/eix-0.22.6.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-portage/eix/eix-0.22.6.ebuild,v 1.4 2011/01/05 17:57:51 darkside Exp $ - -EAPI=3 - -inherit multilib - -DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more" -HOMEPAGE="http://eix.berlios.de" -SRC_URI="mirror://berlios/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="bzip2 debug doc hardened nls optimization strong-optimization sqlite tools zsh-completion" - -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) - nls? ( virtual/libintl ) - bzip2? ( app-arch/bzip2 ) - zsh-completion? ( !!<app-shells/zsh-completion-20091203-r1 )" -DEPEND="${RDEPEND} - app-arch/xz-utils - doc? ( dev-python/docutils ) - nls? ( sys-devel/gettext )" - -src_configure() { - econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \ - $(use_with zsh-completion) \ - $(use_enable nls) $(use_enable tools separate-tools) \ - $(use_enable hardened security) $(use_enable optimization) \ - $(use_enable strong-optimization) $(use_enable debug debugging) \ - --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \ - --with-portage-rootpath="${ROOTPATH}" \ - --with-eprefix-default="${EPREFIX}" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - prepalldocs -} |