Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libisds: libisds-9999.ebuild ChangeLog
Date: Tue, 03 May 2011 11:25:39
Message-Id: 20110503112529.A272920054@flycatcher.gentoo.org
1 scarabeus 11/05/03 11:25:29
2
3 Modified: libisds-9999.ebuild ChangeLog
4 Log:
5 Move to git-2 and latest eapi.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 net-libs/libisds/libisds-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/libisds-9999.ebuild?r1=1.8&r2=1.9
15
16 Index: libisds-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- libisds-9999.ebuild 7 Mar 2011 15:23:18 -0000 1.8
23 +++ libisds-9999.ebuild 3 May 2011 11:25:29 -0000 1.9
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.8 2011/03/07 15:23:18 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/libisds-9999.ebuild,v 1.9 2011/05/03 11:25:29 scarabeus Exp $
29
30 -EAPI=3
31 +EAPI=4
32
33 -[[ ${PV} = 9999* ]] && GIT="git autotools"
34 +[[ ${PV} = 9999* ]] && GIT="git-2 autotools"
35 EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
36 inherit autotools-utils ${GIT}
37
38 @@ -37,10 +37,9 @@
39 >=app-crypt/gnupg-2
40 "
41
42 -DOCS=( "NEWS" "README" "AUTHORS" "ChangeLog" )
43 +DOCS=( NEWS README AUTHORS ChangeLog )
44
45 src_prepare() {
46 - autotools-utils_src_prepare
47 [[ ${PV} = 9999* ]] && eautoreconf
48 }
49
50
51
52
53 1.9 net-libs/libisds/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.9&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?rev=1.9&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libisds/ChangeLog?r1=1.8&r2=1.9
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v
62 retrieving revision 1.8
63 retrieving revision 1.9
64 diff -u -r1.8 -r1.9
65 --- ChangeLog 7 Mar 2011 15:23:18 -0000 1.8
66 +++ ChangeLog 3 May 2011 11:25:29 -0000 1.9
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-libs/libisds
69 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.8 2011/03/07 15:23:18 scarabeus Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libisds/ChangeLog,v 1.9 2011/05/03 11:25:29 scarabeus Exp $
72 +
73 + 03 May 2011; Tomáš Chvátal <scarabeus@g.o> libisds-9999.ebuild:
74 + Move to git-2 and latest eapi.
75
76 07 Mar 2011; Tomáš Chvátal <scarabeus@g.o> libisds-0.5.ebuild,
77 libisds-9999.ebuild: