Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.10.5.ebuild
Date: Thu, 21 Feb 2008 18:30:40
Message-Id: E1JSGBo-0001yh-RT@stork.gentoo.org
1 genstef 08/02/21 18:30:36
2
3 Added: eix-0.10.5.ebuild
4 Log:
5 version bump
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-portage/eix/eix-0.10.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.5.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.5.ebuild?rev=1.1&content-type=text/plain
13
14 Index: eix-0.10.5.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.5.ebuild,v 1.1 2008/02/21 18:30:36 genstef Exp $
19
20 DESCRIPTION="Small utility for searching ebuilds with indexing for fast results"
21 HOMEPAGE="http://eix.sourceforge.net"
22 SRC_URI="mirror://sourceforge/eix/${P}.tar.bz2"
23
24 LICENSE="GPL-2"
25 SLOT="0"
26 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
27 IUSE="sqlite"
28
29 DEPEND="sqlite? ( >=dev-db/sqlite-3 )
30 app-arch/bzip2"
31 RDEPEND="${DEPEND}"
32
33 src_compile() {
34 econf --with-bzip2 $(use_with sqlite) || die "econf failed"
35 emake || die "emake failed"
36 }
37
38 src_install() {
39 emake DESTDIR="${D}" install || die "emake install failed"
40
41 dodoc AUTHORS ChangeLog TODO
42 }
43
44 pkg_postinst() {
45 elog "As of >=eix-0.5.4, \"metadata\" is the new default cache."
46 elog "It's independent of the portage-version and the cache used by portage."
47
48 elog /etc/eixrc will not get updated anymore by the eix ebuild.
49 elog Upstream strongly recommends to remove this file resp. to keep
50 elog only those entries which you want to differ from the defaults.
51 elog Use options --dump or --dump-defaults to get an output analogous
52 elog to previous /etc/eixrc files.
53 }
54
55
56
57 --
58 gentoo-commits@l.g.o mailing list