Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 458078 Details for
Bug 604220
dev-util/pkgconf: version bump to 1.1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that adds pkgconf-1.1.0.ebuild
pkgconf.patch (text/plain), 3.70 KB, created by
A. Wilcox (awilfox)
on 2016-12-31 07:15:58 UTC
(
hide
)
Description:
patch that adds pkgconf-1.1.0.ebuild
Filename:
MIME Type:
Creator:
A. Wilcox (awilfox)
Created:
2016-12-31 07:15:58 UTC
Size:
3.70 KB
patch
obsolete
>From e1f115322d1425aa672a23a5d1362ba7c006ffbf Mon Sep 17 00:00:00 2001 >From: "A. Wilcox" <AWilcox@Wilcox-Tech.com> >Date: Fri, 30 Dec 2016 23:11:37 -0600 >Subject: [PATCH] dev-util/pkgconf: version bump > >--- > dev-util/pkgconf/Manifest | 1 + > dev-util/pkgconf/pkgconf-1.1.0.ebuild | 61 +++++++++++++++++++++++++++++++++++ > 2 files changed, 62 insertions(+) > create mode 100644 dev-util/pkgconf/pkgconf-1.1.0.ebuild > >diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest >index 520a37e..3ee0f42 100644 >--- a/dev-util/pkgconf/Manifest >+++ b/dev-util/pkgconf/Manifest >@@ -2,3 +2,4 @@ DIST pkgconf-0.9.11.tar.bz2 86489 SHA256 3bdae1b2672133943dc0dda694ed57074f8b03c > DIST pkgconf-0.9.12.tar.bz2 87109 SHA256 7ec8b516e655e247f4ba976837cee808134785819ab8f538f652fe919cc6c09f SHA512 efe13db7a46992eb44ead493fc12b3fc6a5567e0206f701b6c48d9b5eb0bc90fcc9ae7a7e08ae641bb10df869287e5b68291701d4013d6cf27bd2b1518c29192 WHIRLPOOL 9fa7336e111f29648f5c37310bdeb2266bead1b86ff18183cfb57c06054916d235da20a5723bd364497d20a1f4db399eaf77f38c0bfc1519f2b7b825ab4666d0 > DIST pkgconf-1.0.1.tar.gz 362653 SHA256 45ce2f6ab032451345185b800badd77c054040879bd2e56225dafc7fbe583cf1 SHA512 b379ed366327eb4de3a7ed732be58a3757fdcd231637f0fbc2f9b762fda08173244d05fd853d683cfa6bdad90f1d8ee663b3eae9aee024456ef46e8a021e7122 WHIRLPOOL ba9a26874d14b6dfd62858da1b50397bc0aa9637bfe0824d4911f4df1e430e60a9f589242f8dc60a792b16f5201f9e0944d637e0d3a4749a211b976459152d69 > DIST pkgconf-1.0.2.tar.xz 247972 SHA256 a7c67f8603c0d0400be17b2efac0fdc9ff46625f7e50aefe4ad31eff248115dd SHA512 679c9033489076ba5691c3a830b8e300c6cb2dc9e7eeffa1a478c681c7f1cc49896b0b5d0d069b14804a5c9bc31115ba672b1f724cd6282ce26d54945a5a8a42 WHIRLPOOL e7bcb19eba08ff271a470a1c8bba13810951c20e79b7dea5352ea20b8b519d4462892c623e8383b540f5af3b6daf302386b8b1831bfed3d7d143f33cb9e0830a >+DIST pkgconf-1.1.0.tar.xz 264428 SHA256 5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63 SHA512 2d54b14b9fb830a3d30e8812f6079a95cf1e1e77fd42d1eac7a6041347094ff88b79146be93c56625c44e2dcf38af725cbbdfdda09b457b921a9a17b97a23d15 WHIRLPOOL deffe0277f48f39b3824a25f255da6cdf51bdcf973d9b19f8eb166ba388c6440451d07bf37862f044a4e8be572d4ea5406ff243759fa5f22c0e6ecce8064ba31 >diff --git a/dev-util/pkgconf/pkgconf-1.1.0.ebuild b/dev-util/pkgconf/pkgconf-1.1.0.ebuild >new file mode 100644 >index 00000000..29a39c3 >--- /dev/null >+++ b/dev-util/pkgconf/pkgconf-1.1.0.ebuild >@@ -0,0 +1,61 @@ >+# Copyright 1999-2016 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+# $Id$ >+ >+EAPI=6 >+ >+if [[ ${PV} == "9999" ]] ; then >+ EGIT_REPO_URI=( {https,git}://github.com/pkgconf/${PN}.git ) >+ inherit autotools git-r3 >+else >+ SRC_URI="https://distfiles.dereferenced.org/pkgconf/${P}.tar.xz" >+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 >+ >+inherit multilib-minimal >+ >+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" >+ >+DEPEND="" >+RDEPEND="${DEPEND} >+ pkg-config? ( >+ !dev-util/pkgconfig >+ !dev-util/pkg-config-lite >+ !dev-util/pkgconfig-openbsd[pkg-config] >+ )" >+ >+MULTILIB_CHOST_TOOLS=( >+ /usr/bin/pkgconf >+) >+ >+src_prepare() { >+ default >+ >+ [[ ${PV} == "9999" ]] && eautoreconf >+ if use pkg-config; then >+ MULTILIB_CHOST_TOOLS+=( >+ /usr/bin/pkg-config >+ ) >+ fi >+} >+ >+multilib_src_configure() { >+ ECONF_SOURCE=${S} econf >+} >+ >+multilib_src_install() { >+ default >+ >+ if use pkg-config; then >+ dosym pkgconf /usr/bin/pkg-config >+ else >+ rm "${ED%/}"/usr/share/aclocal/pkg.m4 || die >+ fi >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 604220
: 458078