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: ChangeLog eix-0.10.1.ebuild
Date: Thu, 04 Oct 2007 18:33:55
Message-Id: E1IdVNI-00075k-Ec@stork.gentoo.org
1 genstef 07/10/04 18:24:40
2
3 Modified: ChangeLog
4 Added: eix-0.10.1.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.188 app-portage/eix/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.188&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.188&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?r1=1.187&r2=1.188
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
19 retrieving revision 1.187
20 retrieving revision 1.188
21 diff -u -r1.187 -r1.188
22 --- ChangeLog 3 Oct 2007 08:15:38 -0000 1.187
23 +++ ChangeLog 4 Oct 2007 18:24:39 -0000 1.188
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-portage/eix
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.187 2007/10/03 08:15:38 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.188 2007/10/04 18:24:39 genstef Exp $
29 +
30 +*eix-0.10.1 (04 Oct 2007)
31 +
32 + 04 Oct 2007; Stefan Schweizer <genstef@g.o> +eix-0.10.1.ebuild:
33 + version bump
34
35 03 Oct 2007; Tom Gall <tgall@g.o> eix-0.9.10.ebuild:
36 stable on ppc64
37
38
39
40 1.1 app-portage/eix/eix-0.10.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: eix-0.10.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.1.ebuild,v 1.1 2007/10/04 18:24:39 genstef Exp $
50
51 DESCRIPTION="Small utility for searching ebuilds with indexing for fast results"
52 HOMEPAGE="http://eix.sourceforge.net"
53 SRC_URI="mirror://sourceforge/eix/${P}.tar.bz2"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
58 IUSE="sqlite"
59
60 DEPEND="sqlite? ( >=dev-db/sqlite-3 )
61 app-arch/bzip2"
62 RDEPEND="${DEPEND}"
63
64 src_compile() {
65 econf --with-bzip2 $(use_with sqlite) || die "econf failed"
66 emake || die "emake failed"
67 src/eix --dump-defaults >eixrc || die "generating eixrc failed"
68 }
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "emake install failed"
72
73 dodoc AUTHORS ChangeLog TODO
74
75 insinto /etc
76 doins eixrc
77 }
78
79 pkg_postinst() {
80 elog "As of >=eix-0.5.4, \"metadata\" is the new default cache."
81 elog "It's independent of the portage-version and the cache used by portage."
82 }
83
84
85
86 --
87 gentoo-commits@g.o mailing list