summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-07-22 12:43:14 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-07-22 12:43:14 +0000
commit1a431c54930bf5957385f09a8b03f8b72a39299f (patch)
treed265ef9ac22332758a4794b3f03c284128ca1451 /dev-util/pkgconf
parentold (diff)
downloadgentoo-2-1a431c54930bf5957385f09a8b03f8b72a39299f.tar.gz
gentoo-2-1a431c54930bf5957385f09a8b03f8b72a39299f.tar.bz2
gentoo-2-1a431c54930bf5957385f09a8b03f8b72a39299f.zip
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r--dev-util/pkgconf/ChangeLog7
-rw-r--r--dev-util/pkgconf/files/pkgconf-0.8-fix-build-fbsd.patch21
-rw-r--r--dev-util/pkgconf/pkgconf-0.8.9.ebuild46
-rw-r--r--dev-util/pkgconf/pkgconf-0.9.2.ebuild45
-rw-r--r--dev-util/pkgconf/pkgconf-0.9.3.ebuild45
5 files changed, 6 insertions, 158 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog
index c63d5880b526..d28b8cd22590 100644
--- a/dev-util/pkgconf/ChangeLog
+++ b/dev-util/pkgconf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/pkgconf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.84 2014/07/13 17:51:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.85 2014/07/22 12:43:14 ssuominen Exp $
+
+ 22 Jul 2014; Samuli Suominen <ssuominen@gentoo.org>
+ -files/pkgconf-0.8-fix-build-fbsd.patch, -pkgconf-0.8.9.ebuild,
+ -pkgconf-0.9.2.ebuild, -pkgconf-0.9.3.ebuild:
+ old
13 Jul 2014; Mike Frysinger <vapier@gentoo.org> pkgconf-0.9.3-r1.ebuild:
Stabilize for all since newer virtual wants this.
diff --git a/dev-util/pkgconf/files/pkgconf-0.8-fix-build-fbsd.patch b/dev-util/pkgconf/files/pkgconf-0.8-fix-build-fbsd.patch
deleted file mode 100644
index fc5d8f9fbd6b..000000000000
--- a/dev-util/pkgconf/files/pkgconf-0.8-fix-build-fbsd.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 495f586d03ba6974cc46b933ccabe2424c42eb0a
-Author: William Pitcock <nenolod@dereferenced.org>
-Date: Sat May 12 17:54:47 2012 -0500
-
- stdinc: remove alloca.h (issue #19)
-
-diff --git a/stdinc.h b/stdinc.h
-index 0262c5b..f010f8d 100644
---- a/stdinc.h
-+++ b/stdinc.h
-@@ -32,9 +32,7 @@
- #include <string.h>
- #include <libgen.h>
-
--#ifndef _WIN32
--# include <alloca.h>
--#else
-+#ifdef _WIN32
- # define WIN32_LEAN_AND_MEAN
- # include <windows.h>
- # include <malloc.h>
diff --git a/dev-util/pkgconf/pkgconf-0.8.9.ebuild b/dev-util/pkgconf/pkgconf-0.8.9.ebuild
deleted file mode 100644
index 3980b619d91c..000000000000
--- a/dev-util/pkgconf/pkgconf-0.8.9.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.8.9.ebuild,v 1.12 2013/01/01 19:04:33 armin76 Exp $
-
-EAPI="4"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
- inherit autotools git-2
-else
- inherit autotools vcs-snapshot
- inherit eutils
- SRC_URI="https://github.com/pkgconf/pkgconf/tarball/${P} -> ${P}.tar.gz"
- 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
-}
diff --git a/dev-util/pkgconf/pkgconf-0.9.2.ebuild b/dev-util/pkgconf/pkgconf-0.9.2.ebuild
deleted file mode 100644
index 5f22e1695cf1..000000000000
--- a/dev-util/pkgconf/pkgconf-0.9.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.2.ebuild,v 1.13 2013/06/30 18:04:50 ago 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 ~amd64-linux ~x86-linux ~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
-}
diff --git a/dev-util/pkgconf/pkgconf-0.9.3.ebuild b/dev-util/pkgconf/pkgconf-0.9.3.ebuild
deleted file mode 100644
index 5ba45f201ea9..000000000000
--- a/dev-util/pkgconf/pkgconf-0.9.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.3.ebuild,v 1.2 2014/02/13 19:20:29 ryao 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-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
-}