mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
sys-devel/autoconf-wrapper: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
This commit is contained in:
parent
4c056d3a9d
commit
fd35e77bae
@ -1,80 +0,0 @@
|
|||||||
# ChangeLog for sys-devel/autoconf-wrapper
|
|
||||||
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
|
|
||||||
# (auto-generated from git log)
|
|
||||||
|
|
||||||
*autoconf-wrapper-13 (09 Aug 2015)
|
|
||||||
|
|
||||||
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org>
|
|
||||||
+autoconf-wrapper-13.ebuild, +files/ac-wrapper-13.sh, +metadata.xml:
|
|
||||||
proj/gentoo: Initial commit
|
|
||||||
|
|
||||||
This commit represents a new era for Gentoo:
|
|
||||||
Storing the gentoo-x86 tree in Git, as converted from CVS.
|
|
||||||
|
|
||||||
This commit is the start of the NEW history.
|
|
||||||
Any historical data is intended to be grafted onto this point.
|
|
||||||
|
|
||||||
Creation process:
|
|
||||||
1. Take final CVS checkout snapshot
|
|
||||||
2. Remove ALL ChangeLog* files
|
|
||||||
3. Transform all Manifests to thin
|
|
||||||
4. Remove empty Manifests
|
|
||||||
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
|
|
||||||
5.1. Do not touch files with -kb/-ko keyword flags.
|
|
||||||
|
|
||||||
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
||||||
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
|
|
||||||
tests
|
|
||||||
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
|
|
||||||
project
|
|
||||||
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
|
|
||||||
developer, wrote Git features for the migration
|
|
||||||
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
|
|
||||||
cvs2svn
|
|
||||||
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
|
|
||||||
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
|
|
||||||
work in migration
|
|
||||||
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
|
|
||||||
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
|
|
||||||
the bikeshed
|
|
||||||
|
|
||||||
09 Aug 2015; Ulrich Müller <ulm@gentoo.org> files/ac-wrapper-13.sh:
|
|
||||||
[QA] Remove executable bit from files, bug 550434.
|
|
||||||
|
|
||||||
24 Aug 2015; Justin Lecher <jlec@gentoo.org> autoconf-wrapper-13.ebuild,
|
|
||||||
metadata.xml:
|
|
||||||
Use https by default
|
|
||||||
|
|
||||||
Convert all URLs for sites supporting encrypted connections from http to
|
|
||||||
https
|
|
||||||
|
|
||||||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
||||||
|
|
||||||
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
|
|
||||||
Revert DOCTYPE SYSTEM https changes in metadata.xml
|
|
||||||
|
|
||||||
repoman does not yet accept the https version.
|
|
||||||
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
|
|
||||||
|
|
||||||
Bug: https://bugs.gentoo.org/552720
|
|
||||||
|
|
||||||
24 Nov 2015; Mike Frysinger <vapier@gentoo.org> metadata.xml:
|
|
||||||
standardize various metadata.xml style
|
|
||||||
|
|
||||||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
|
||||||
Unify quoting in metadata.xml files for machine processing
|
|
||||||
|
|
||||||
Force unified quoting in all metadata.xml files since lxml does not
|
|
||||||
preserve original use of single and double quotes. Ensuring unified
|
|
||||||
quoting before the process allows distinguishing the GLEP 67-related
|
|
||||||
metadata.xml changes from unrelated quoting changes.
|
|
||||||
|
|
||||||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
|
||||||
Replace all herds with appropriate projects (GLEP 67)
|
|
||||||
|
|
||||||
Replace all uses of herd with appropriate project maintainers, or no
|
|
||||||
maintainers in case of herds requested to be disbanded.
|
|
||||||
|
|
||||||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
|
||||||
Set appropriate maintainer types in metadata.xml (GLEP 67)
|
|
||||||
|
|
@ -1,443 +0,0 @@
|
|||||||
# ChangeLog for sys-devel/autoconf-wrapper
|
|
||||||
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.111 2015/07/22 11:47:23 mrueg Exp $
|
|
||||||
|
|
||||||
22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -autoconf-wrapper-10-r1.ebuild,
|
|
||||||
-autoconf-wrapper-11.ebuild, -autoconf-wrapper-12.ebuild,
|
|
||||||
-autoconf-wrapper-8.ebuild, -autoconf-wrapper-9-r1.ebuild,
|
|
||||||
-files/ac-wrapper-10.sh, -files/ac-wrapper-11.sh, -files/ac-wrapper-12.sh,
|
|
||||||
-files/ac-wrapper-8.sh, -files/ac-wrapper-9.sh:
|
|
||||||
Remove old.
|
|
||||||
|
|
||||||
17 Jan 2014; Mike Frysinger <vapier@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Add arm64 keywords.
|
|
||||||
|
|
||||||
16 Jan 2014; Mike Frysinger <vapier@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Mark m68k/sh stable.
|
|
||||||
|
|
||||||
10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for ppc, wrt bug #470574
|
|
||||||
|
|
||||||
07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for x86, wrt bug #470574
|
|
||||||
|
|
||||||
06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for s390, wrt bug #470574
|
|
||||||
|
|
||||||
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for ppc64, wrt bug #470574
|
|
||||||
|
|
||||||
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for ia64, wrt bug #470574
|
|
||||||
|
|
||||||
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for sparc, wrt bug #470574
|
|
||||||
|
|
||||||
31 Jul 2013; Jeroen Roovers <jer@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for HPPA (bug #470574).
|
|
||||||
|
|
||||||
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for alpha, wrt bug #470574
|
|
||||||
|
|
||||||
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for amd64, wrt bug #470574
|
|
||||||
|
|
||||||
28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-13.ebuild:
|
|
||||||
Stable for arm, wrt bug #470574
|
|
||||||
|
|
||||||
*autoconf-wrapper-13 (16 Apr 2013)
|
|
||||||
|
|
||||||
16 Apr 2013; Mike Frysinger <vapier@gentoo.org> +autoconf-wrapper-13.ebuild,
|
|
||||||
+files/ac-wrapper-13.sh:
|
|
||||||
Support multislot-ed autoconf versions.
|
|
||||||
|
|
||||||
17 Feb 2013; Zac Medico <zmedico@gentoo.org> autoconf-wrapper-12.ebuild:
|
|
||||||
Add ~arm-linux keyword.
|
|
||||||
|
|
||||||
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> autoconf-wrapper-12.ebuild:
|
|
||||||
keyword ~amd64-fbsd
|
|
||||||
|
|
||||||
18 Mar 2012; Raúl Porcel <armin76@gentoo.org> autoconf-wrapper-12.ebuild:
|
|
||||||
alpha/ia64/m68k/s390/sh/sparc stable wrt #400501
|
|
||||||
|
|
||||||
05 Mar 2012; Jeff Horelick <jdhore@gentoo.org> autoconf-wrapper-12.ebuild:
|
|
||||||
marked x86 per bug 400501
|
|
||||||
|
|
||||||
02 Mar 2012; Brent Baude <ranger@gentoo.org> autoconf-wrapper-12.ebuild:
|
|
||||||
Marking autoconf-wrapper-12 ppc64 for bug 400501
|
|
||||||
|
|
||||||
02 Mar 2012; Markus Meier <maekke@gentoo.org> autoconf-wrapper-12.ebuild:
|
|
||||||
arm stable, bug #400501
|
|
||||||
|
|
||||||
01 Mar 2012; Brent Baude <ranger@gentoo.org> autoconf-wrapper-12.ebuild:
|
|
||||||
Marking autoconf-wrapper-12 ppc for bug 400501
|
|
||||||
|
|
||||||
27 Feb 2012; Jeroen Roovers <jer@gentoo.org> autoconf-wrapper-12.ebuild:
|
|
||||||
Stable for HPPA (bug #400501).
|
|
||||||
|
|
||||||
24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> autoconf-wrapper-12.ebuild:
|
|
||||||
Stable for amd64, wrt bug #400501
|
|
||||||
|
|
||||||
*autoconf-wrapper-12 (02 Oct 2011)
|
|
||||||
|
|
||||||
02 Oct 2011; Mike Frysinger <vapier@gentoo.org> +autoconf-wrapper-12.ebuild,
|
|
||||||
+files/ac-wrapper-12.sh:
|
|
||||||
Optimize version lookup a bit, and handle the case where $0 is not a full
|
|
||||||
path #385201 by Florian Philipp.
|
|
||||||
|
|
||||||
*autoconf-wrapper-11 (11 Jun 2011)
|
|
||||||
|
|
||||||
11 Jun 2011; Mike Frysinger <vapier@gentoo.org> +autoconf-wrapper-11.ebuild,
|
|
||||||
+files/ac-wrapper-11.sh:
|
|
||||||
Support autoconf-9999 #370753.
|
|
||||||
|
|
||||||
29 Nov 2010; Brent Baude <ranger@gentoo.org>
|
|
||||||
autoconf-wrapper-10-r1.ebuild:
|
|
||||||
stable ppc64, bug 346029
|
|
||||||
|
|
||||||
28 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
|
|
||||||
autoconf-wrapper-10-r1.ebuild:
|
|
||||||
Stable on amd64 wrt bug #346029
|
|
||||||
|
|
||||||
27 Nov 2010; Raúl Porcel <armin76@gentoo.org>
|
|
||||||
autoconf-wrapper-10-r1.ebuild:
|
|
||||||
alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #346029
|
|
||||||
|
|
||||||
27 Nov 2010; nixnut <nixnut@gentoo.org> autoconf-wrapper-10-r1.ebuild:
|
|
||||||
ppc stable #346029
|
|
||||||
|
|
||||||
27 Nov 2010; Markus Meier <maekke@gentoo.org> autoconf-wrapper-10-r1.ebuild:
|
|
||||||
arm stable, bug #346029
|
|
||||||
|
|
||||||
25 Nov 2010; Jeroen Roovers <jer@gentoo.org> autoconf-wrapper-10-r1.ebuild:
|
|
||||||
Stable for HPPA (bug #346029).
|
|
||||||
|
|
||||||
24 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
|
|
||||||
autoconf-wrapper-10-r1.ebuild:
|
|
||||||
stable x86, bug 346029
|
|
||||||
|
|
||||||
*autoconf-wrapper-10-r1 (24 Sep 2010)
|
|
||||||
|
|
||||||
24 Sep 2010; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+autoconf-wrapper-10-r1.ebuild, files/ac-wrapper-10.sh:
|
|
||||||
Add seq fallback for crappy systems #338518 by Javier Villavicencio.
|
|
||||||
|
|
||||||
*autoconf-wrapper-10 (22 Sep 2010)
|
|
||||||
|
|
||||||
22 Sep 2010; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+autoconf-wrapper-10.ebuild, +files/ac-wrapper-10.sh:
|
|
||||||
Version bump for autoconf-2.68.
|
|
||||||
|
|
||||||
07 Aug 2010; Mike Frysinger <vapier@gentoo.org> autoconf-wrapper-9-r1.ebuild,
|
|
||||||
files/ac-wrapper-9.sh:
|
|
||||||
Remove duplication between ebuild/wrapper.
|
|
||||||
|
|
||||||
*autoconf-wrapper-9-r1 (06 Aug 2010)
|
|
||||||
|
|
||||||
06 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
|
|
||||||
+autoconf-wrapper-9-r1.ebuild:
|
|
||||||
Add a revision supporting autoconf 2.67 that was missing; make it so that
|
|
||||||
the ebuild generates the final file, allowing us to keep a single file
|
|
||||||
between multiple revisions of the wrapper that _only_ introduce new
|
|
||||||
autoconf versions.
|
|
||||||
|
|
||||||
05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
|
|
||||||
autoconf-wrapper-8.ebuild:
|
|
||||||
ppc64 stable wrt #311967
|
|
||||||
|
|
||||||
*autoconf-wrapper-9 (03 Jul 2010)
|
|
||||||
|
|
||||||
03 Jul 2010; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+autoconf-wrapper-9.ebuild, +files/ac-wrapper-9.sh:
|
|
||||||
Support autoconf-2.66.
|
|
||||||
|
|
||||||
04 Jun 2010; Jeroen Roovers <jer@gentoo.org> autoconf-wrapper-8.ebuild:
|
|
||||||
Stable for HPPA (bug #311967).
|
|
||||||
|
|
||||||
27 May 2010; Christoph Mende <angelos@gentoo.org>
|
|
||||||
autoconf-wrapper-8.ebuild:
|
|
||||||
amd64 stable (bug 311967)
|
|
||||||
|
|
||||||
23 May 2010; <nixnut@gentoo.org> autoconf-wrapper-8.ebuild:
|
|
||||||
ppc stable #311967
|
|
||||||
|
|
||||||
22 May 2010; Raúl Porcel <armin76@gentoo.org> autoconf-wrapper-8.ebuild:
|
|
||||||
alpha/arm/ia64/m68k/s390/sh/sparc stable
|
|
||||||
|
|
||||||
21 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
|
|
||||||
autoconf-wrapper-8.ebuild:
|
|
||||||
stable x86, bug 311967
|
|
||||||
|
|
||||||
17 Jan 2010; Jonathan Callen <abcd@gentoo.org> autoconf-wrapper-8.ebuild:
|
|
||||||
Transfer prefix keywords
|
|
||||||
|
|
||||||
*autoconf-wrapper-8 (21 Nov 2009)
|
|
||||||
|
|
||||||
21 Nov 2009; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+autoconf-wrapper-8.ebuild, +files/ac-wrapper-8.sh:
|
|
||||||
Support autoconf-2.65 and switch to POSIX sh.
|
|
||||||
|
|
||||||
05 Nov 2009; Mike Frysinger <vapier@gentoo.org> autoconf-wrapper-7.ebuild:
|
|
||||||
Stabilize for everyone.
|
|
||||||
|
|
||||||
*autoconf-wrapper-7 (27 Jul 2009)
|
|
||||||
|
|
||||||
27 Jul 2009; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+autoconf-wrapper-7.ebuild, +files/ac-wrapper-7.sh:
|
|
||||||
Support autoconf-2.64.
|
|
||||||
|
|
||||||
07 Jan 2009; Raúl Porcel <armin76@gentoo.org> autoconf-wrapper-6.ebuild:
|
|
||||||
alpha/ia64 stable wrt #2475067
|
|
||||||
|
|
||||||
04 Jan 2009; Markus Meier <maekke@gentoo.org> autoconf-wrapper-6.ebuild:
|
|
||||||
amd64/x86 stable, bug #245067
|
|
||||||
|
|
||||||
03 Jan 2009; nixnut <nixnut@gentoo.org> autoconf-wrapper-6.ebuild:
|
|
||||||
ppc stable #245067
|
|
||||||
|
|
||||||
01 Jan 2009; Jeroen Roovers <jer@gentoo.org> autoconf-wrapper-6.ebuild:
|
|
||||||
Stable for HPPA (bug #245067).
|
|
||||||
|
|
||||||
31 Dec 2008; Friedrich Oslage <bluebird@gentoo.org>
|
|
||||||
autoconf-wrapper-6.ebuild:
|
|
||||||
Stable on sparc, bug #245067
|
|
||||||
|
|
||||||
27 Dec 2008; Brent Baude <ranger@gentoo.org> autoconf-wrapper-6.ebuild:
|
|
||||||
stable ppc64, bug 245067
|
|
||||||
|
|
||||||
21 Sep 2008; Brent Baude <ranger@gentoo.org> autoconf-wrapper-5.ebuild:
|
|
||||||
stable ppc64, bug 238206
|
|
||||||
|
|
||||||
21 Sep 2008; nixnut <nixnut@gentoo.org> autoconf-wrapper-5.ebuild:
|
|
||||||
Stable on ppc wrt bug 238206
|
|
||||||
|
|
||||||
20 Sep 2008; Steve Dibb <beandog@gentoo.org> autoconf-wrapper-5.ebuild:
|
|
||||||
amd64 stable, bug 238206
|
|
||||||
|
|
||||||
20 Sep 2008; Raúl Porcel <armin76@gentoo.org> autoconf-wrapper-5.ebuild:
|
|
||||||
alpha/ia64/sparc/x86 stable wrt #238206
|
|
||||||
|
|
||||||
*autoconf-wrapper-6 (20 Sep 2008)
|
|
||||||
|
|
||||||
20 Sep 2008; Mike Frysinger <vapier@gentoo.org> +files/ac-wrapper-6.sh,
|
|
||||||
+autoconf-wrapper-6.ebuild:
|
|
||||||
Add support for autoconf-2.63.
|
|
||||||
|
|
||||||
28 May 2008; Guy Martin <gmsoft@gentoo.org> autoconf-wrapper-5.ebuild:
|
|
||||||
Stable on hppa.
|
|
||||||
|
|
||||||
*autoconf-wrapper-5 (10 Apr 2008)
|
|
||||||
|
|
||||||
10 Apr 2008; Mike Frysinger <vapier@gentoo.org> +files/ac-wrapper-5.sh,
|
|
||||||
+autoconf-wrapper-5.ebuild:
|
|
||||||
Add support for autoconf-2.62 #217087.
|
|
||||||
|
|
||||||
05 Jan 2007; Jeroen Roovers <jer@gentoo.org> autoconf-wrapper-4-r3.ebuild:
|
|
||||||
Stable for HPPA (bug #159416).
|
|
||||||
|
|
||||||
03 Jan 2007; nixnut <nixnut@gentoo.org> autoconf-wrapper-4-r3.ebuild:
|
|
||||||
Stable on ppc wrt bug 159416
|
|
||||||
|
|
||||||
03 Jan 2007; Steve Dibb <beandog@gentoo.org> autoconf-wrapper-4-r3.ebuild:
|
|
||||||
amd64 stable, bug 159416
|
|
||||||
|
|
||||||
02 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
|
|
||||||
autoconf-wrapper-4-r3.ebuild:
|
|
||||||
Stable on sparc wrt #159416
|
|
||||||
|
|
||||||
30 Dec 2006; Tom Gall <tgall@gentoo.org>
|
|
||||||
autoconf-wrapper-4-r3.ebuild:
|
|
||||||
stable on ppc64 bug #159416
|
|
||||||
|
|
||||||
30 Dec 2006; Andrej Kacian <ticho@gentoo.org>
|
|
||||||
autoconf-wrapper-4-r3.ebuild:
|
|
||||||
Stable on x86, bug #159416.
|
|
||||||
|
|
||||||
30 Dec 2006; Bryan Østergaard <kloeri@gentoo.org>
|
|
||||||
autoconf-wrapper-4-r3.ebuild:
|
|
||||||
Stable on Alpha, bug 159416.
|
|
||||||
|
|
||||||
*autoconf-wrapper-4-r3 (26 Nov 2006)
|
|
||||||
|
|
||||||
26 Nov 2006; Mike Frysinger <vapier@gentoo.org> files/ac-wrapper-4.sh,
|
|
||||||
+autoconf-wrapper-4-r3.ebuild:
|
|
||||||
Fix WANT_AUTOMAKE/WANT_AUTOCONF typo #156050 by Sandro.
|
|
||||||
|
|
||||||
24 Nov 2006; Markus Rothe <corsair@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2-r2.ebuild:
|
|
||||||
Stable on ppc64; bug #144467
|
|
||||||
|
|
||||||
*autoconf-wrapper-4-r2 (17 Nov 2006)
|
|
||||||
|
|
||||||
17 Nov 2006; Mike Frysinger <vapier@gentoo.org> files/ac-wrapper-4.sh,
|
|
||||||
+autoconf-wrapper-4-r2.ebuild:
|
|
||||||
Add support for autoconf-2.61.
|
|
||||||
|
|
||||||
07 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2-r2.ebuild:
|
|
||||||
Stable on sparc wrt #144467
|
|
||||||
|
|
||||||
05 Nov 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2-r2.ebuild:
|
|
||||||
stable on ppc (needed for bug #144467)
|
|
||||||
|
|
||||||
*autoconf-wrapper-4-r1 (05 Nov 2006)
|
|
||||||
|
|
||||||
05 Nov 2006; Mike Frysinger <vapier@gentoo.org> files/ac-wrapper-4.sh,
|
|
||||||
+autoconf-wrapper-4-r1.ebuild:
|
|
||||||
Fix up SLOT/VER collision as pointed out by Alexis Ballier.
|
|
||||||
|
|
||||||
*autoconf-wrapper-4 (05 Nov 2006)
|
|
||||||
|
|
||||||
05 Nov 2006; Mike Frysinger <vapier@gentoo.org> +files/ac-wrapper-4.sh,
|
|
||||||
+autoconf-wrapper-4.ebuild:
|
|
||||||
Add a more flexible wrapper using stuff from automake-wrapper-3 and allow
|
|
||||||
WANT_AUTOCONF to be a space delimited list.
|
|
||||||
|
|
||||||
03 Nov 2006; Fabian Groffen <grobian@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2.ebuild, autoconf-wrapper-3.2-r2.ebuild:
|
|
||||||
Dropped ppc-macos, see you in prefix.
|
|
||||||
|
|
||||||
01 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2-r2.ebuild:
|
|
||||||
Stable on amd64/x86 wrt bug #144467.
|
|
||||||
|
|
||||||
17 Oct 2006; Roy Marples <uberlord@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2-r2.ebuild:
|
|
||||||
Added ~sparc-fbsd keyword.
|
|
||||||
|
|
||||||
29 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2.ebuild:
|
|
||||||
Stable on alpha as per bug #137896
|
|
||||||
|
|
||||||
29 Jun 2006; Martin Schlemmer <azarah@gentoo.org>
|
|
||||||
+files/ac-wrapper-3.3.sh:
|
|
||||||
Update wrapper to be more generic with different versions of autconf-2.59 or
|
|
||||||
later.
|
|
||||||
|
|
||||||
*autoconf-wrapper-3.2-r2 (27 Jun 2006)
|
|
||||||
|
|
||||||
27 Jun 2006; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+autoconf-wrapper-3.2-r2.ebuild:
|
|
||||||
Version bump for autoconf-2.60.
|
|
||||||
|
|
||||||
26 Jun 2006; Andrej Kacian <ticho@gentoo.org> autoconf-wrapper-3.2.ebuild:
|
|
||||||
Stable on x86. Bug 137896.
|
|
||||||
|
|
||||||
25 Jun 2006; Christian Birchinger <joker@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2.ebuild:
|
|
||||||
Added sparc stable keyword
|
|
||||||
|
|
||||||
25 Jun 2006; Marcus D. Hanwell <cryos@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2.ebuild:
|
|
||||||
Marked stable on amd64, bug 137896.
|
|
||||||
|
|
||||||
25 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2.ebuild:
|
|
||||||
ppc stable, bug #137896
|
|
||||||
|
|
||||||
25 Jun 2006; Fabian Groffen <grobian@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2.ebuild:
|
|
||||||
Marked ppc-macos stable for progressive users (bug #137896)
|
|
||||||
|
|
||||||
25 Jun 2006; Markus Rothe <corsair@gentoo.org> ChangeLog:
|
|
||||||
machine freezed before digest have been commited. fixing
|
|
||||||
|
|
||||||
25 Jun 2006; Markus Rothe <corsair@gentoo.org>
|
|
||||||
autoconf-wrapper-3.2.ebuild:
|
|
||||||
Stable on ppc64; bug #137896
|
|
||||||
|
|
||||||
*autoconf-wrapper-3.2-r1 (25 Jun 2006)
|
|
||||||
|
|
||||||
25 Jun 2006; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+autoconf-wrapper-3.2-r1.ebuild:
|
|
||||||
Version bump for autoconf-2.59d.
|
|
||||||
|
|
||||||
29 May 2006; Joshua Kinard <kumba@gentoo.org> autoconf-wrapper-3.2.ebuild:
|
|
||||||
Marking stable on mips to plug a catalyst stage3 build error (autom4te not
|
|
||||||
found for libtool).
|
|
||||||
|
|
||||||
02 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
|
|
||||||
autoconf-wrapper-3-r1.ebuild, autoconf-wrapper-3.2.ebuild:
|
|
||||||
Update ~x86-fbsd keyword.
|
|
||||||
|
|
||||||
30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
|
|
||||||
autoconf-wrapper-3-r1.ebuild:
|
|
||||||
Add ~x86-fbsd keyword.
|
|
||||||
|
|
||||||
19 Feb 2006; Joshua Kinard <kumba@gentoo.org>
|
|
||||||
autoconf-wrapper-3-r1.ebuild:
|
|
||||||
Marked stable on mips.
|
|
||||||
|
|
||||||
*autoconf-wrapper-3.2 (09 Sep 2005)
|
|
||||||
|
|
||||||
09 Sep 2005; Martin Schlemmer <azarah@gentoo.org>
|
|
||||||
+files/ac-wrapper-3.2.sh, +autoconf-wrapper-3.2.ebuild:
|
|
||||||
Remove awk compat crap as gawk now works on Darwin.
|
|
||||||
|
|
||||||
03 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org>
|
|
||||||
autoconf-wrapper-3-r1.ebuild:
|
|
||||||
stable on alpha
|
|
||||||
|
|
||||||
17 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org>
|
|
||||||
autoconf-wrapper-3-r1.ebuild:
|
|
||||||
ppc stable
|
|
||||||
|
|
||||||
*autoconf-wrapper-3.1 (16 Jul 2005)
|
|
||||||
|
|
||||||
16 Jul 2005; Martin Schlemmer <azarah@gentoo.org>
|
|
||||||
+files/ac-wrapper-3.1.sh, +autoconf-wrapper-3.1.ebuild:
|
|
||||||
Update to work with MacOS X. Do not parse comments in acfiles.
|
|
||||||
|
|
||||||
12 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org>
|
|
||||||
autoconf-wrapper-3-r1.ebuild:
|
|
||||||
Stable on sparc
|
|
||||||
|
|
||||||
12 Jul 2005; Markus Rothe <corsair@gentoo.org>
|
|
||||||
autoconf-wrapper-3-r1.ebuild:
|
|
||||||
Stable on ppc64
|
|
||||||
|
|
||||||
11 Jul 2005; Danny van Dyk <kugelfang@gentoo.org>
|
|
||||||
autoconf-wrapper-3-r1.ebuild:
|
|
||||||
Marked stable on amd64.
|
|
||||||
|
|
||||||
*autoconf-wrapper-3-r1 (30 Jun 2005)
|
|
||||||
|
|
||||||
30 Jun 2005; Martin Schlemmer <azarah@gentoo.org> files/ac-wrapper-3.sh,
|
|
||||||
+autoconf-wrapper-3-r1.ebuild:
|
|
||||||
Also check configure.{in,ac} for AC_PREREQ, bug #97470.
|
|
||||||
|
|
||||||
*autoconf-wrapper-3 (28 Jun 2005)
|
|
||||||
|
|
||||||
28 Jun 2005; Martin Schlemmer <azarah@gentoo.org> +files/ac-wrapper-3.sh,
|
|
||||||
+autoconf-wrapper-3.ebuild:
|
|
||||||
Add logic to check automake aux files for AC_PREREQ and run required
|
|
||||||
autoconf version according to that. Some syntax cleanups.
|
|
||||||
|
|
||||||
*autoconf-wrapper-2-r1 (08 Feb 2004)
|
|
||||||
|
|
||||||
08 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
|
|
||||||
Force people to re-emerge.
|
|
||||||
|
|
||||||
*autoconf-wrapper-2 (05 Dec 2004)
|
|
||||||
|
|
||||||
05 Dec 2004; Mike Frysinger <vapier@gentoo.org> +files/ac-wrapper-2.sh,
|
|
||||||
+autoconf-wrapper-2.ebuild:
|
|
||||||
When guessing which version to run, dont try to use autoconf-2.1x if we are
|
|
||||||
running automake-1.7 or better.
|
|
||||||
|
|
||||||
*autoconf-wrapper-1-r1 (05 Dec 2004)
|
|
||||||
|
|
||||||
05 Dec 2004; Mike Frysinger <vapier@gentoo.org>
|
|
||||||
+autoconf-wrapper-1-r1.ebuild, -autoconf-wrapper-1.ebuild:
|
|
||||||
Version bump to fix #73328.
|
|
||||||
|
|
||||||
13 Nov 2004; Mike Frysinger <vapier@gentoo.org> +files/ac-wrapper-1.sh,
|
|
||||||
autoconf-wrapper-1.ebuild:
|
|
||||||
Punt the perl version and use the bash version by Gregorio Guidi #66478.
|
|
||||||
|
|
||||||
*autoconf-wrapper-1 (20 Oct 2004)
|
|
||||||
|
|
||||||
20 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
|
||||||
Break the autoconf wrapper (ac-wrapper.pl) off into its own package.
|
|
||||||
This updated version resolves #56670 and #66478.
|
|
@ -1,5 +0,0 @@
|
|||||||
AUX ac-wrapper-13.sh 5051 SHA256 85889d8b00e5a3dc823e336e4bcb1ce69e2c8eb628d4e1b9117221ee9cad4ff7 SHA512 45802ac18fbf8a2aeaaff5864e9f330c5e2b503a3f811c71a4ef559aa5ef2787c971337c4a0f5d12aeea7ab03261d4af58d2f5ed0f078d9f416d11647426dc58 WHIRLPOOL c65ad4f8f6dce962659fae30954567433133d9229977fcb33bbe7e3ab063581d1745d5141540e2662cb14d9f744d776ddea90c10b906b4ac488509e9cfde7529
|
|
||||||
EBUILD autoconf-wrapper-13.ebuild 912 SHA256 acf1c86f79fe67f45cd23bd532dab0b20962a3676a869fdbf93022e35cd244eb SHA512 0f25a273c8a25f03c6e4767b690a0ccc1234d979a73a8aad445bf610ace10084f91609cf41629b6627e8bfa243ab9701a37fa9bd03e9755c55368b137339d2fc WHIRLPOOL 44a7bf12cb4ed55a41949aa899cdae8395557a8d48dbd311861ae50492cc59b2aeaf1c655158586839be2293b9c849e50f4bad27a7b9653ad2cc6636090a9c51
|
|
||||||
MISC ChangeLog 3128 SHA256 c12446e9d5c20ba33cce0c6c10432145f4e870b633b2c38e2e083fd3cb837943 SHA512 f7fb823c0b2f371927fbd094c2f901090d00be21ef8e3be92ea8c9908044c1664bc5a2bc99adf2dbfd47585bf8dfddfdd2b8c3f0162c0cd1bf605ed030d8b07f WHIRLPOOL 0f50c302e7cedd3909deacf8b90ae56c242e70885f49a4c614beedfca95bba0b6b6b4640e9e7b9d354cd0ade01a2d6d095df915bd6f5046224091a30c11d5761
|
|
||||||
MISC ChangeLog-2015 14841 SHA256 2d57212c23ce64cff438a8a89ad0439de04ca13360f6db84c42f54af5ffbf5c5 SHA512 5b7cb3fdc23dc35598a6bd477ef98ede05e99bcf4902765aff16f13eab95f83648e2dab39c716ad0ed78c4c73e6c63aa7b8ef20b048399a3376425705862d76d WHIRLPOOL 43d31852e32e3ce53661f5c6fbafa7559ee673b46dcb97c892e4eba2b13b34e947533726e3ab5ded9f6e1986cea8c2c1e62d8eb33c9070f6107e5de0e4f05d48
|
|
||||||
MISC metadata.xml 253 SHA256 d82c33ef453113a5c1ebe250dcba373c22934a69b0a86c6ab15a5ca589c25b91 SHA512 54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef15555 WHIRLPOOL e5aee23acff864609953a1e4de768f0e4aef704b44c53c021f28573e1ca5c99f1a46d92935ecec2449f7b4419a36d8373127d0ecfa8d7bae72d835e1839eb3f8
|
|
@ -1,27 +0,0 @@
|
|||||||
# Copyright 1999-2014 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Id$
|
|
||||||
|
|
||||||
inherit multilib
|
|
||||||
|
|
||||||
DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions"
|
|
||||||
HOMEPAGE="https://www.gentoo.org/"
|
|
||||||
SRC_URI=""
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="alpha amd64 arm arm64 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=""
|
|
||||||
|
|
||||||
S=${WORKDIR}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
exeinto /usr/$(get_libdir)/misc
|
|
||||||
newexe "${FILESDIR}"/ac-wrapper-${PV}.sh ac-wrapper.sh || die
|
|
||||||
|
|
||||||
dodir /usr/bin
|
|
||||||
local x=
|
|
||||||
for x in auto{conf,header,m4te,reconf,scan,update} ifnames ; do
|
|
||||||
dosym ../$(get_libdir)/misc/ac-wrapper.sh /usr/bin/${x} || die
|
|
||||||
done
|
|
||||||
}
|
|
@ -0,0 +1,25 @@
|
|||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions"
|
||||||
|
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
[[ "${PV}" == *_pre* ]] || \
|
||||||
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||||
|
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
exeinto /usr/$(get_libdir)/misc
|
||||||
|
newexe "${FILESDIR}"/ac-wrapper-${PV}.sh ac-wrapper.sh
|
||||||
|
|
||||||
|
dodir /usr/bin
|
||||||
|
local x=
|
||||||
|
for x in auto{conf,header,m4te,reconf,scan,update} ifnames ; do
|
||||||
|
dosym ../$(get_libdir)/misc/ac-wrapper.sh /usr/bin/${x}
|
||||||
|
done
|
||||||
|
}
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright 1999-2013 Gentoo Foundation
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
|
||||||
|
|
||||||
# Based on the ac-wrapper.pl script provided by MandrakeSoft
|
# Based on the ac-wrapper.pl script provided by MandrakeSoft
|
||||||
# Rewritten in bash by Gregorio Guidi
|
# Rewritten in bash by Gregorio Guidi
|
||||||
@ -79,7 +78,9 @@ fi
|
|||||||
# Set up bindings between actual version and WANT_AUTOCONF;
|
# Set up bindings between actual version and WANT_AUTOCONF;
|
||||||
# Start at last known unstable/stable versions to speed up lookup process.
|
# Start at last known unstable/stable versions to speed up lookup process.
|
||||||
#
|
#
|
||||||
KNOWN_AUTOCONF="2.69:2.5 2.68:2.5"
|
if [ -z "${KNOWN_AUTOCONF}" ] ; then
|
||||||
|
KNOWN_AUTOCONF="2.71:2.5 2.70:2.5 2.69:2.5"
|
||||||
|
fi
|
||||||
vers="${KNOWN_AUTOCONF} 9999:2.5 $(printf '2.%s:2.5 ' `seq 99 -1 59`) 2.13:2.1"
|
vers="${KNOWN_AUTOCONF} 9999:2.5 $(printf '2.%s:2.5 ' `seq 99 -1 59`) 2.13:2.1"
|
||||||
|
|
||||||
binary=""
|
binary=""
|
||||||
@ -156,7 +157,7 @@ if [ "${WANT_AUTOCONF:-2.1}" = "2.1" ] && [ -n "${WANT_AUTOMAKE}" ] ; then
|
|||||||
# is set to an older version, let's do some sanity checks.
|
# is set to an older version, let's do some sanity checks.
|
||||||
case "${WANT_AUTOMAKE}" in
|
case "${WANT_AUTOMAKE}" in
|
||||||
1.[456])
|
1.[456])
|
||||||
acfiles=$(ls ac{local,include}.m4 configure.{in,ac} 2>/dev/null)
|
acfiles=$(ls aclocal.m4 acinclude.m4 configure.in configure.ac 2>/dev/null)
|
||||||
[ -n "${acfiles}" ] && confversion=$(acprereq_version ${acfiles})
|
[ -n "${acfiles}" ] && confversion=$(acprereq_version ${acfiles})
|
||||||
|
|
||||||
[ -z "${confversion}" ] && [ -r "configure" ] \
|
[ -z "${confversion}" ] && [ -r "configure" ] \
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="project">
|
<maintainer type="project">
|
||||||
<email>base-system@gentoo.org</email>
|
<email>base-system@gentoo.org</email>
|
||||||
|
Loading…
Reference in New Issue
Block a user