summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-12-31 21:15:35 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-12-31 21:15:35 +0000
commit3e7b57875948fd4bdcc7f75d14da40913e2fefeb (patch)
treef943641c79fa255483f35340405128f4be623bf6 /app-portage/eix
parentAdd live cvs version. (diff)
downloadgentoo-2-3e7b57875948fd4bdcc7f75d14da40913e2fefeb.tar.gz
gentoo-2-3e7b57875948fd4bdcc7f75d14da40913e2fefeb.tar.bz2
gentoo-2-3e7b57875948fd4bdcc7f75d14da40913e2fefeb.zip
version bump
(Portage version: 2.1.4_rc13)
Diffstat (limited to 'app-portage/eix')
-rw-r--r--app-portage/eix/ChangeLog7
-rw-r--r--app-portage/eix/eix-0.10.3.ebuild39
-rw-r--r--app-portage/eix/files/digest-eix-0.10.33
3 files changed, 48 insertions, 1 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog
index b3c3e80193c5..51b806eecbfe 100644
--- a/app-portage/eix/ChangeLog
+++ b/app-portage/eix/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.198 2007/11/23 15:39:50 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.199 2007/12/31 21:15:35 genstef Exp $
+
+*eix-0.10.3 (31 Dec 2007)
+
+ 31 Dec 2007; Stefan Schweizer <genstef@gentoo.org> +eix-0.10.3.ebuild:
+ version bump
23 Nov 2007; Markus Rothe <corsair@gentoo.org> eix-0.10.2.ebuild:
Stable on ppc64; bug #198536
diff --git a/app-portage/eix/eix-0.10.3.ebuild b/app-portage/eix/eix-0.10.3.ebuild
new file mode 100644
index 000000000000..c6398d139afb
--- /dev/null
+++ b/app-portage/eix/eix-0.10.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.3.ebuild,v 1.1 2007/12/31 21:15:35 genstef 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="sqlite"
+
+DEPEND="sqlite? ( >=dev-db/sqlite-3 )
+ app-arch/bzip2"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ econf --with-bzip2 $(use_with sqlite) || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ dodoc AUTHORS ChangeLog TODO
+}
+
+pkg_postinst() {
+ elog "As of >=eix-0.5.4, \"metadata\" is the new default cache."
+ elog "It's independent of the portage-version and the cache used by portage."
+
+
+ elog /etc/eixrc will not get updated anymore by the eix ebuild.
+ elog Upstream strongly recommends to remove this file resp. to keep
+ elog only those entries which you want to differ from the defaults.
+ elog Use options --dump or --dump-defaults to get an output analogous
+ elog to previous /etc/eixrc files.
+}
diff --git a/app-portage/eix/files/digest-eix-0.10.3 b/app-portage/eix/files/digest-eix-0.10.3
new file mode 100644
index 000000000000..992740f2d6bd
--- /dev/null
+++ b/app-portage/eix/files/digest-eix-0.10.3
@@ -0,0 +1,3 @@
+MD5 0a5b9f2278dbb5746ceb32d296671afd eix-0.10.3.tar.bz2 388422
+RMD160 9b8fe7022a8d63c4549f4d826d71b5bb0359f83e eix-0.10.3.tar.bz2 388422
+SHA256 e8d4e44acd69100fd6627ed241cd770674c0326f9d8ed26091d3c4bbd7260092 eix-0.10.3.tar.bz2 388422