mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 10:41:01 +02:00
switch default pkgconfig
This commit is contained in:
parent
02e4f55aef
commit
efcd5aeca5
4 changed files with 78 additions and 0 deletions
47
virtual/pkgconfig/ChangeLog
Normal file
47
virtual/pkgconfig/ChangeLog
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# ChangeLog for virtual/pkgconfig
|
||||
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.15 2013/02/21 05:14:05 zmedico Exp $
|
||||
|
||||
21 Feb 2013; Zac Medico <zmedico@gentoo.org> pkgconfig-0.ebuild:
|
||||
Add ~arm-linux keyword.
|
||||
|
||||
16 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-0.ebuild:
|
||||
Force latest dev-util/pkgconfig to ensure installed pkg.m4 is up to date.
|
||||
|
||||
31 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-0.ebuild:
|
||||
Remove dev-util/pkg-config-lite wrt #425292
|
||||
|
||||
12 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pkgconfig-0.ebuild:
|
||||
Move dev-util/pkgconf to being the 2nd choice. The pkg-config USE flag for it
|
||||
is now on by default, it's been extensively tested in Gentoo, it's stable on 2
|
||||
arches (with more to come) and it's used by default in Funtoo now.
|
||||
|
||||
28 May 2012; Richard Yao <ryao@gentoo.org> pkgconfig-0.ebuild:
|
||||
Remove superfluous userland_BSD from IUSE
|
||||
|
||||
27 May 2012; Richard Yao <ryao@gentoo.org> pkgconfig-0.ebuild:
|
||||
Add missing userland_BSD to IUSE
|
||||
|
||||
27 May 2012; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-0.ebuild:
|
||||
Leave dev-util/pkgconfig-openbsd as last since it's not to be considered as
|
||||
supported yet. Restore dropped version enforcement for dev-util/pkgconfig due
|
||||
to known issues with broken pkg.m4 in 0.25.
|
||||
|
||||
27 May 2012; Richard Yao <ryao@gentoo.org> pkgconfig-0.ebuild:
|
||||
Change order on Gentoo/*BSD, bug #417693
|
||||
|
||||
19 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> pkgconfig-0.ebuild:
|
||||
Do not allow ancient versions of dev-util/pkgconfig, they cause interesting
|
||||
build failures (e.g. bug #416057, reported by pingouin21).
|
||||
|
||||
04 May 2012; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-0.ebuild:
|
||||
Include dev-util/pkgconfig-openbsd[pkg-config].
|
||||
|
||||
02 May 2012; Mike Frysinger <vapier@gentoo.org> pkgconfig-0.ebuild:
|
||||
Sync stable keywords with dev-util/pkgconfig.
|
||||
|
||||
*pkgconfig-0 (01 May 2012)
|
||||
|
||||
01 May 2012; Mike Frysinger <vapier@gentoo.org> pkgconfig-0.ebuild,
|
||||
metadata.xml:
|
||||
Initial ebuild.
|
||||
3
virtual/pkgconfig/Manifest
Normal file
3
virtual/pkgconfig/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
EBUILD pkgconfig-0.ebuild 808 SHA256 9fba29e1dfdc8cb0596bb27abd9bb0ace25b7ba2d1d14730d6402168a191d864 SHA512 152612bc5dd776e38cd5b9e311da9757248df4fd9a7a68073b4dcb6847cf27014bae50eee91230a6245b8ed856e76a3e8a2e36fac63d4d89330bf27f647c42f6 WHIRLPOOL cf6cd2879fa832745f89c8fd553ec09e9734d6cce2bce1731513ddc0a7d8e7ef8d647428951f9de31a5427903217cc1cc869ceeeaa7f6b12b663a4c8fd7434f3
|
||||
MISC ChangeLog 2069 SHA256 fa768263b4865fb5c12efbc18582bc045115859a994ea756269a0416f633495e SHA512 167816672f334b6a75aee364215ddab7394f8c96be6da58135901ddd121395c12c2f43bb828ee22c8e7264af122da74b8e4dbb1b8da9813bf0a21499054ef1ba WHIRLPOOL e38eb43ebb9234a4eac6f365a0e7669e99569acf454413ac37e0078f2f028e3ebaf1ed0221f32bc45aefa1d57258e4b722c5f74ff26ab0ea8996b024cefb3ed3
|
||||
MISC metadata.xml 186 SHA256 c90e43cb0c7e54a082db47d3f0df110024139f524c5a1fd5c180b9b66a34d84e SHA512 9806848d658a14e0ff490f938347d671df37e1e22c59207a3ef4fa57f2bca326e42e5f367e852faf16bf42bde5a299521d2dcd5e249be0edc9b787ad67af8db2 WHIRLPOOL 04dc06912ca111192a1a6ec2503b3e8ef192129f52e5befc85847963e10dcae197fa2c43fe3d5180cd1f1a704772108a8e9d16e39c8e223c19f87bc3a346a123
|
||||
6
virtual/pkgconfig/metadata.xml
Normal file
6
virtual/pkgconfig/metadata.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>freedesktop</herd>
|
||||
<herd>embedded</herd>
|
||||
</pkgmetadata>
|
||||
22
virtual/pkgconfig/pkgconfig-0.ebuild
Normal file
22
virtual/pkgconfig/pkgconfig-0.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild,v 1.12 2013/02/21 05:14:05 zmedico Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
DESCRIPTION="Virtual for the pkg-config implementation"
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
|| (
|
||||
dev-util/pkgconf[pkg-config]
|
||||
>=dev-util/pkgconfig-0.27.1
|
||||
dev-util/pkgconfig-openbsd[pkg-config]
|
||||
)"
|
||||
RDEPEND="${DEPEND}"
|
||||
Loading…
Reference in a new issue