summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-10 19:44:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-10 19:44:09 +0000
commitbfbc441826c1320cdf4798a6bd27fc04425c9188 (patch)
tree1c63be4fe531b3b6044a979ba44dfade65af7614 /sys-devel
parentbump to 3.6.3, tested against a few libs and all seems well (diff)
downloadgentoo-2-bfbc441826c1320cdf4798a6bd27fc04425c9188.tar.gz
gentoo-2-bfbc441826c1320cdf4798a6bd27fc04425c9188.tar.bz2
gentoo-2-bfbc441826c1320cdf4798a6bd27fc04425c9188.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autogen/ChangeLog10
-rw-r--r--sys-devel/autogen/autogen-5.11.5.ebuild24
-rw-r--r--sys-devel/autogen/autogen-5.11.6.ebuild29
-rw-r--r--sys-devel/autogen/autogen-5.11.9.ebuild25
-rw-r--r--sys-devel/autogen/autogen-5.12.ebuild25
-rw-r--r--sys-devel/autogen/autogen-5.14.ebuild26
-rw-r--r--sys-devel/autogen/autogen-5.9.7.ebuild37
-rw-r--r--sys-devel/autogen/files/autogen-5.11.6-gcc46.patch26
8 files changed, 8 insertions, 194 deletions
diff --git a/sys-devel/autogen/ChangeLog b/sys-devel/autogen/ChangeLog
index 94119d2817ae..b04a3078f934 100644
--- a/sys-devel/autogen/ChangeLog
+++ b/sys-devel/autogen/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/autogen
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.90 2012/12/01 18:38:19 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.91 2013/01/10 19:44:08 mr_bones_ Exp $
+
+ 10 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -autogen-5.11.5.ebuild,
+ -autogen-5.11.6.ebuild, -autogen-5.11.9.ebuild, -autogen-5.12.ebuild,
+ -autogen-5.14.ebuild, -autogen-5.9.7.ebuild,
+ -files/autogen-5.11.6-gcc46.patch:
+ old
01 Dec 2012; Raúl Porcel <armin76@gentoo.org> autogen-5.15.ebuild:
alpha/ia64/m68k/s390/sh/sparc/x86 stable wrt #439162
diff --git a/sys-devel/autogen/autogen-5.11.5.ebuild b/sys-devel/autogen/autogen-5.11.5.ebuild
deleted file mode 100644
index 663eac448cef..000000000000
--- a/sys-devel/autogen/autogen-5.11.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.11.5.ebuild,v 1.5 2011/03/20 12:37:57 armin76 Exp $
-
-EAPI="3"
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="http://www.gnu.org/software/autogen/"
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-# autogen doesn't build with lower versions of guile on ia64
-DEPEND=">=dev-scheme/guile-1.8[deprecated]
- dev-libs/libxml2"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
- rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
-}
diff --git a/sys-devel/autogen/autogen-5.11.6.ebuild b/sys-devel/autogen/autogen-5.11.6.ebuild
deleted file mode 100644
index 9e742f1200c1..000000000000
--- a/sys-devel/autogen/autogen-5.11.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.11.6.ebuild,v 1.2 2011/04/08 23:55:16 dirtyepic Exp $
-
-EAPI="3"
-
-inherit eutils
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="http://www.gnu.org/software/autogen/"
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND=">=dev-scheme/guile-1.8
- dev-libs/libxml2"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc46.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
- rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
-}
diff --git a/sys-devel/autogen/autogen-5.11.9.ebuild b/sys-devel/autogen/autogen-5.11.9.ebuild
deleted file mode 100644
index dd555744ea32..000000000000
--- a/sys-devel/autogen/autogen-5.11.9.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.11.9.ebuild,v 1.1 2011/05/16 08:08:33 pva Exp $
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="http://www.gnu.org/software/autogen/"
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND=">=dev-scheme/guile-1.8
- dev-libs/libxml2"
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
- rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
-}
diff --git a/sys-devel/autogen/autogen-5.12.ebuild b/sys-devel/autogen/autogen-5.12.ebuild
deleted file mode 100644
index c97510619a90..000000000000
--- a/sys-devel/autogen/autogen-5.12.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.12.ebuild,v 1.6 2012/02/13 12:28:02 xarthisius Exp $
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="http://www.gnu.org/software/autogen/"
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND=">=dev-scheme/guile-1.8
- dev-libs/libxml2"
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
- rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
-}
diff --git a/sys-devel/autogen/autogen-5.14.ebuild b/sys-devel/autogen/autogen-5.14.ebuild
deleted file mode 100644
index 06f813e7b026..000000000000
--- a/sys-devel/autogen/autogen-5.14.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.14.ebuild,v 1.2 2012/02/24 22:06:57 vapier Exp $
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="http://www.gnu.org/software/autogen/"
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-RDEPEND=">=dev-scheme/guile-1.8
- dev-libs/libxml2"
-DEPEND="${RDEPEND}"
-
-src_install() {
- default
- dodoc NOTES TODO
- rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
-}
diff --git a/sys-devel/autogen/autogen-5.9.7.ebuild b/sys-devel/autogen/autogen-5.9.7.ebuild
deleted file mode 100644
index c90a3fadfcbd..000000000000
--- a/sys-devel/autogen/autogen-5.9.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.9.7.ebuild,v 1.9 2010/05/12 20:04:37 ranger Exp $
-
-inherit eutils
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="http://www.gnu.org/software/autogen/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-# autogen doesn't build with lower versions of guile on ia64
-DEPEND=">=dev-scheme/guile-1.6.6
- dev-libs/libxml2"
-
-pkg_setup() {
- has_version '>=dev-scheme/guile-1.8' || return 0
- if ! built_with_use --missing false dev-scheme/guile deprecated threads ; then
- eerror "You need to build dev-scheme/guile with USE='deprecated threads'"
- die "re-emerge dev-scheme/guile with USE='deprecated threads'"
- fi
-}
-
-src_compile() {
- econf || die "econf failed"
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
- rm -f "${D}"/usr/share/autogen/libopts-*.tar.gz
-}
diff --git a/sys-devel/autogen/files/autogen-5.11.6-gcc46.patch b/sys-devel/autogen/files/autogen-5.11.6-gcc46.patch
deleted file mode 100644
index 820472bea3e3..000000000000
--- a/sys-devel/autogen/files/autogen-5.11.6-gcc46.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Fix testsuite
-
-https://bugs.gentoo.org/362661
-https://sourceforge.net/tracker/?func=detail&atid=103593&aid=3280108&group_id=3593
-
---- a/autoopts/test/cond.test
-+++ b/autoopts/test/cond.test
-@@ -112,13 +112,11 @@ ${AG_L} ${testname}.def || \
-
- ( eval `echo ${cc_cmd} | \
- ${SED} 's/-Werror//;s/-DTEST_TEST/-DSECOND -DTEST_TEST/' ` 2>&1 ) \
-- | ${SED} -n 's/.*# *warning:*/#warning/p' > ${testname}-cc.log
--
--echo '#warning undefining SECOND due to option name conflict' \
-- > ${testname}-xx.log
--
--cmp -s ${testname}-??.log || \
-- failure "warning diffs: `diff ${testname}-??.log`"
-+ | ${SED} -n '/undefining SECOND due to option name conflict/p' \
-+ > ${testname}-cc.log
-+
-+test -s ${testname}-cc.log || \
-+ failure "warning diffs: 'undefining SECOND' not found"
-
- # # # # # # # # # # FOURTH TEST # # # # # # # # #
-