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