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.4.ebuild
Date: Thu, 21 Feb 2008 09:28:35
Message-Id: E1JS7jE-0003uX-Nx@stork.gentoo.org
1 genstef 08/02/21 09:28:32
2
3 Modified: ChangeLog
4 Added: eix-0.10.4.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.200 app-portage/eix/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.200&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.200&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?r1=1.199&r2=1.200
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
19 retrieving revision 1.199
20 retrieving revision 1.200
21 diff -u -r1.199 -r1.200
22 --- ChangeLog 31 Dec 2007 21:15:35 -0000 1.199
23 +++ ChangeLog 21 Feb 2008 09:28:32 -0000 1.200
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.199 2007/12/31 21:15:35 genstef Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.200 2008/02/21 09:28:32 genstef Exp $
30 +
31 +*eix-0.10.4 (15 Feb 2008)
32 +
33 + 15 Feb 2008; Stefan Schweizer <genstef@g.o> +eix-0.10.4.ebuild:
34 + version bump
35
36 *eix-0.10.3 (31 Dec 2007)
37
38
39
40
41 1.1 app-portage/eix/eix-0.10.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.10.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: eix-0.10.4.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.10.4.ebuild,v 1.1 2008/02/21 09:28:32 genstef Exp $
51
52 DESCRIPTION="Small utility for searching ebuilds with indexing for fast results"
53 HOMEPAGE="http://eix.sourceforge.net"
54 SRC_URI="mirror://sourceforge/eix/${P}.tar.bz2"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE="sqlite"
60
61 DEPEND="sqlite? ( >=dev-db/sqlite-3 )
62 app-arch/bzip2"
63 RDEPEND="${DEPEND}"
64
65 src_compile() {
66 econf --with-bzip2 $(use_with sqlite) || die "econf failed"
67 emake || die "emake failed"
68 }
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "emake install failed"
72
73 dodoc AUTHORS ChangeLog TODO
74 }
75
76 pkg_postinst() {
77 elog "As of >=eix-0.5.4, \"metadata\" is the new default cache."
78 elog "It's independent of the portage-version and the cache used by portage."
79
80 elog /etc/eixrc will not get updated anymore by the eix ebuild.
81 elog Upstream strongly recommends to remove this file resp. to keep
82 elog only those entries which you want to differ from the defaults.
83 elog Use options --dump or --dump-defaults to get an output analogous
84 elog to previous /etc/eixrc files.
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list