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.2.ebuild
Date: Mon, 29 Oct 2007 18:38:40
Message-Id: E1ImZVS-0007Xn-8i@stork.gentoo.org
1 genstef 07/10/29 18:38:34
2
3 Modified: ChangeLog
4 Added: eix-0.10.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.190 app-portage/eix/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.190&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.190&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?r1=1.189&r2=1.190
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
19 retrieving revision 1.189
20 retrieving revision 1.190
21 diff -u -r1.189 -r1.190
22 --- ChangeLog 18 Oct 2007 03:49:50 -0000 1.189
23 +++ ChangeLog 29 Oct 2007 18:38:33 -0000 1.190
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.189 2007/10/18 03:49:50 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.190 2007/10/29 18:38:33 genstef Exp $
29 +
30 +*eix-0.10.2 (29 Oct 2007)
31 +
32 + 29 Oct 2007; Stefan Schweizer <genstef@g.o> +eix-0.10.2.ebuild:
33 + version bump
34
35 18 Oct 2007; Jeroen Roovers <jer@g.o> eix-0.9.10.ebuild:
36 Stable for HPPA too.
37
38
39
40 1.1 app-portage/eix/eix-0.10.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: eix-0.10.2.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.2.ebuild,v 1.1 2007/10/29 18:38:33 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