* [gentoo-commits] gentoo-x86 commit in dev-util/pkgconf: pkgconf-0.9.1.ebuild ChangeLog pkgconf-0.8.11.ebuild
@ 2013-03-16 18:23 Jeff Horelick (jdhore)
0 siblings, 0 replies; only message in thread
From: Jeff Horelick (jdhore) @ 2013-03-16 18:23 UTC (permalink / raw
To: gentoo-commits
jdhore 13/03/16 18:23:40
Modified: ChangeLog
Added: pkgconf-0.9.1.ebuild
Removed: pkgconf-0.8.11.ebuild
Log:
Version bump
(Portage version: 2.2.0_alpha166/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Revision Changes Path
1.67 dev-util/pkgconf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 26 Feb 2013 02:19:05 -0000 1.66
+++ ChangeLog 16 Mar 2013 18:23:40 -0000 1.67
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/pkgconf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.66 2013/02/26 02:19:05 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.67 2013/03/16 18:23:40 jdhore Exp $
+
+*pkgconf-0.9.1 (16 Mar 2013)
+
+ 16 Mar 2013; Jeff Horelick <jdhore@gentoo.org> +pkgconf-0.9.1.ebuild,
+ -pkgconf-0.8.11.ebuild:
+ Version bump
*pkgconf-0.8.12 (26 Feb 2013)
1.1 dev-util/pkgconf/pkgconf-0.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.1.ebuild?rev=1.1&content-type=text/plain
Index: pkgconf-0.9.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.1.ebuild,v 1.1 2013/03/16 18:23:40 jdhore Exp $
EAPI="4"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
inherit autotools git-2
else
inherit eutils
SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="BSD-1"
SLOT="0"
IUSE="+pkg-config strict"
DEPEND=""
RDEPEND="${DEPEND}
pkg-config? (
!dev-util/pkgconfig
!dev-util/pkg-config-lite
!dev-util/pkgconfig-openbsd[pkg-config]
)"
src_prepare() {
[[ -e configure ]] || eautoreconf
}
src_configure() {
econf $(use_enable strict)
}
src_install() {
default
use pkg-config \
&& dosym pkgconf /usr/bin/pkg-config \
|| rm "${ED}"/usr/share/aclocal/pkg.m4 \
|| die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-16 18:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 18:23 [gentoo-commits] gentoo-x86 commit in dev-util/pkgconf: pkgconf-0.9.1.ebuild ChangeLog pkgconf-0.8.11.ebuild Jeff Horelick (jdhore)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox