diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2008-09-24 07:02:45 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2008-09-24 07:02:45 +0000 |
commit | 0c66b37a9f2736e219376668e65fc2e5663709a7 (patch) | |
tree | dfcdd7aa7a1bcb23c846794fd21933ea6113f756 | |
parent | Stable for HPPA (bug #238445). (diff) | |
download | gentoo-2-0c66b37a9f2736e219376668e65fc2e5663709a7.tar.gz gentoo-2-0c66b37a9f2736e219376668e65fc2e5663709a7.tar.bz2 gentoo-2-0c66b37a9f2736e219376668e65fc2e5663709a7.zip |
remove old buggy version
(Portage version: 2.2_rc9/cvs/Linux 2.6.20-vs2.2.0-gentoo i686)
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/eix-0.10.2.ebuild | 4 | ||||
-rw-r--r-- | app-portage/eix/eix-0.12.4.ebuild | 38 |
3 files changed, 6 insertions, 41 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 4addf4552608..7e0ca6383d64 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/eix # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.246 2008/09/22 19:48:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.247 2008/09/24 07:02:45 genstef Exp $ + + 24 Sep 2008; Stefan Schweizer <genstef@gentoo.org> -eix-0.12.4.ebuild: + remove old buggy version 22 Sep 2008; Raúl Porcel <armin76@gentoo.org> eix-0.13.3-r1.ebuild: alpha/ia64/x86 stable wrt #238282 diff --git a/app-portage/eix/eix-0.10.2.ebuild b/app-portage/eix/eix-0.10.2.ebuild index 52313319e849..6ed9d8fdb782 100644 --- a/app-portage/eix/eix-0.10.2.ebuild +++ b/app-portage/eix/eix-0.10.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.2.ebuild,v 1.9 2007/12/11 09:37:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.2.ebuild,v 1.10 2008/09/24 07:02:45 genstef Exp $ DESCRIPTION="Small utility for searching ebuilds with indexing for fast results" HOMEPAGE="http://eix.sourceforge.net" diff --git a/app-portage/eix/eix-0.12.4.ebuild b/app-portage/eix/eix-0.12.4.ebuild deleted file mode 100644 index 1a7bf718d267..000000000000 --- a/app-portage/eix/eix-0.12.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.12.4.ebuild,v 1.6 2008/06/04 07:33:31 corsair Exp $ - -DESCRIPTION="Small utility for searching ebuilds with indexing for fast results" -HOMEPAGE="http://eix.sourceforge.net" -SRC_URI="mirror://sourceforge/eix/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" -IUSE="doc sqlite" - -RDEPEND="sqlite? ( >=dev-db/sqlite-3 ) - app-arch/bzip2" -DEPEND="${RDEPEND} - doc? ( dev-python/docutils )" - -src_compile() { - econf --with-bzip2 $(use_with sqlite) $(use_with doc rst) || die "econf failed" - 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." -} |