Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pkgconf: pkgconf-0.4.ebuild pkgconf-9999.ebuild ChangeLog pkgconf-0.3.ebuild
Date: Wed, 02 May 2012 22:12:06
Message-Id: 20120502221142.A3C312004B@flycatcher.gentoo.org
1 vapier 12/05/02 22:11:42
2
3 Modified: pkgconf-9999.ebuild ChangeLog
4 Added: pkgconf-0.4.ebuild
5 Removed: pkgconf-0.3.ebuild
6 Log:
7 Version bump #414413 by Ulrich Müller.
8
9 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 dev-util/pkgconf/pkgconf-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild?r1=1.2&r2=1.3
17
18 Index: pkgconf-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- pkgconf-9999.ebuild 1 May 2012 20:19:57 -0000 1.2
25 +++ pkgconf-9999.ebuild 2 May 2012 22:11:42 -0000 1.3
26 @@ -1,15 +1,16 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.2 2012/05/01 20:19:57 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.3 2012/05/02 22:11:42 vapier Exp $
31
32 EAPI="4"
33
34 -inherit autotools vcs-snapshot
35 if [[ ${PV} == "9999" ]] ; then
36 EGIT_REPO_URI="git://github.com/nenolod/pkgconf.git"
37 - inherit git-2
38 + inherit autotools git-2
39 else
40 - SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz"
41 + #inherit autotools vcs-snapshot
42 + #SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz"
43 + SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2"
44 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
45 fi
46
47 @@ -28,7 +29,7 @@
48 )"
49
50 src_prepare() {
51 - AT_M4DIR="m4" eautoreconf
52 + [[ -e configure ]] || AT_M4DIR="m4" eautoreconf
53 }
54
55 src_install() {
56
57
58
59 1.4 dev-util/pkgconf/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?rev=1.4&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?rev=1.4&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?r1=1.3&r2=1.4
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v
68 retrieving revision 1.3
69 retrieving revision 1.4
70 diff -u -r1.3 -r1.4
71 --- ChangeLog 2 May 2012 17:35:33 -0000 1.3
72 +++ ChangeLog 2 May 2012 22:11:42 -0000 1.4
73 @@ -1,6 +1,12 @@
74 # ChangeLog for dev-util/pkgconf
75 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.3 2012/05/02 17:35:33 vapier Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.4 2012/05/02 22:11:42 vapier Exp $
78 +
79 +*pkgconf-0.4 (02 May 2012)
80 +
81 + 02 May 2012; Mike Frysinger <vapier@g.o> +pkgconf-0.4.ebuild,
82 + -pkgconf-0.3.ebuild, pkgconf-9999.ebuild:
83 + Version bump #414413 by Ulrich Müller.
84
85 01 May 2012; Mike Frysinger <vapier@g.o> pkgconf-0.3.ebuild,
86 pkgconf-9999.ebuild:
87
88
89
90 1.1 dev-util/pkgconf/pkgconf-0.4.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.4.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.4.ebuild?rev=1.1&content-type=text/plain
94
95 Index: pkgconf-0.4.ebuild
96 ===================================================================
97 # Copyright 1999-2012 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.4.ebuild,v 1.1 2012/05/02 22:11:42 vapier Exp $
100
101 EAPI="4"
102
103 if [[ ${PV} == "9999" ]] ; then
104 EGIT_REPO_URI="git://github.com/nenolod/pkgconf.git"
105 inherit autotools git-2
106 else
107 #inherit autotools vcs-snapshot
108 #SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz"
109 SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2"
110 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
111 fi
112
113 DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
114 HOMEPAGE="https://github.com/nenolod/pkgconf"
115
116 LICENSE="BSD-1"
117 SLOT="0"
118 IUSE="pkg-config"
119
120 DEPEND=""
121 RDEPEND="${DEPEND}
122 pkg-config? (
123 !dev-util/pkgconfig
124 !dev-util/pkg-config-lite
125 )"
126
127 src_prepare() {
128 [[ -e configure ]] || AT_M4DIR="m4" eautoreconf
129 }
130
131 src_install() {
132 default
133 use pkg-config \
134 && dosym pkgconf /usr/bin/pkg-config \
135 || rm "${ED}"/usr/share/aclocal/pkg.m4 \
136 || die
137 }