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.0.ebuild
Date: Thu, 20 Sep 2007 21:57:35
Message-Id: E1IYTty-000539-Mu@stork.gentoo.org
1 genstef 07/09/20 21:49:38
2
3 Modified: ChangeLog
4 Added: eix-0.10.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.185 app-portage/eix/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.185&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.185&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?r1=1.184&r2=1.185
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
19 retrieving revision 1.184
20 retrieving revision 1.185
21 diff -u -r1.184 -r1.185
22 --- ChangeLog 12 Sep 2007 20:58:08 -0000 1.184
23 +++ ChangeLog 20 Sep 2007 21:49:38 -0000 1.185
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.184 2007/09/12 20:58:08 genstef Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.185 2007/09/20 21:49:38 genstef Exp $
29 +
30 +*eix-0.10.0 (20 Sep 2007)
31 +
32 + 20 Sep 2007; Stefan Schweizer <genstef@g.o> +eix-0.10.0.ebuild:
33 + version bump
34
35 *eix-0.9.12 (12 Sep 2007)
36
37
38
39
40 1.1 app-portage/eix/eix-0.10.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: eix-0.10.0.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.0.ebuild,v 1.1 2007/09/20 21:49:38 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