diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-22 03:23:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-22 03:23:45 +0000 |
commit | 90a0bf3ffbc59dd5d256834a7dc74158850933d7 (patch) | |
tree | 36e684e76d5630518166af66545d9907bf04a747 /sys-devel | |
parent | Drop libbsd.a symlink #355899 by Kevin McCarthy. (diff) | |
download | historical-90a0bf3ffbc59dd5d256834a7dc74158850933d7.tar.gz historical-90a0bf3ffbc59dd5d256834a7dc74158850933d7.tar.bz2 historical-90a0bf3ffbc59dd5d256834a7dc74158850933d7.zip |
old
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autogen/autogen-5.10.1.ebuild | 38 | ||||
-rw-r--r-- | sys-devel/autogen/autogen-5.10.2.ebuild | 33 | ||||
-rw-r--r-- | sys-devel/autogen/autogen-5.11.1.ebuild | 25 | ||||
-rw-r--r-- | sys-devel/autogen/autogen-5.11.3.ebuild | 26 | ||||
-rw-r--r-- | sys-devel/autogen/autogen-5.11.4.ebuild | 24 | ||||
-rw-r--r-- | sys-devel/autogen/autogen-5.7.1.ebuild | 39 | ||||
-rw-r--r-- | sys-devel/autogen/autogen-5.8.8.ebuild | 43 | ||||
-rw-r--r-- | sys-devel/autogen/files/autogen-5.10.1-build-hang.patch | 18 | ||||
-rw-r--r-- | sys-devel/autogen/files/autogen-5.10.1-chmod.patch | 13 | ||||
-rw-r--r-- | sys-devel/autogen/files/autogen-5.8.8-scrub-debug.patch | 25 |
10 files changed, 0 insertions, 284 deletions
diff --git a/sys-devel/autogen/autogen-5.10.1.ebuild b/sys-devel/autogen/autogen-5.10.1.ebuild deleted file mode 100644 index 40a92e58f445..000000000000 --- a/sys-devel/autogen/autogen-5.10.1.ebuild +++ /dev/null @@ -1,38 +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.10.1.ebuild,v 1.1 2010/04/21 19:19:48 pva Exp $ - -EAPI="2" -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_prepare() { - epatch "${FILESDIR}/autogen-5.10.1-build-hang.patch" - epatch "${FILESDIR}/autogen-5.10.1-chmod.patch" -} - -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/autogen-5.10.2.ebuild b/sys-devel/autogen/autogen-5.10.2.ebuild deleted file mode 100644 index 986a88d5062a..000000000000 --- a/sys-devel/autogen/autogen-5.10.2.ebuild +++ /dev/null @@ -1,33 +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.10.2.ebuild,v 1.2 2010/08/06 18:33:45 darkside 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="" - -# 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_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO - rm -f "${ED}"/usr/share/autogen/libopts-*.tar.gz -} diff --git a/sys-devel/autogen/autogen-5.11.1.ebuild b/sys-devel/autogen/autogen-5.11.1.ebuild deleted file mode 100644 index fb5a61e4c29e..000000000000 --- a/sys-devel/autogen/autogen-5.11.1.ebuild +++ /dev/null @@ -1,25 +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.11.1.ebuild,v 1.2 2010/09/15 09:59:49 pva Exp $ - -EAPI="3" -inherit eutils - -DESCRIPTION="Program and text file generation" -HOMEPAGE="http://www.gnu.org/software/autogen/" -SRC_URI="mirror://gnu/${PN}/${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 - dev-libs/libxml2" - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO - rm -f "${ED}"/usr/share/autogen/libopts-*.tar.gz -} diff --git a/sys-devel/autogen/autogen-5.11.3.ebuild b/sys-devel/autogen/autogen-5.11.3.ebuild deleted file mode 100644 index 9cd61d1cd579..000000000000 --- a/sys-devel/autogen/autogen-5.11.3.ebuild +++ /dev/null @@ -1,26 +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.11.3.ebuild,v 1.1 2010/12/08 02:31:06 vapier 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="" - -# 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 - rm "${ED}"/usr/share/aclocal/{liboptschk,snprintfv,unlocked-io,extensions,libopts}.m4 || die #347095 -} diff --git a/sys-devel/autogen/autogen-5.11.4.ebuild b/sys-devel/autogen/autogen-5.11.4.ebuild deleted file mode 100644 index e33a935c564a..000000000000 --- a/sys-devel/autogen/autogen-5.11.4.ebuild +++ /dev/null @@ -1,24 +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.11.4.ebuild,v 1.1 2010/12/26 22:20:07 vapier 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.7.1.ebuild b/sys-devel/autogen/autogen-5.7.1.ebuild deleted file mode 100644 index 6bb70ccd8286..000000000000 --- a/sys-devel/autogen/autogen-5.7.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.7.1.ebuild,v 1.15 2008/03/10 02:03:18 ricmm Exp $ - -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" -IUSE="" - -# autogen doesn't build with lower versions of guile on ia64 -DEPEND=">=dev-scheme/guile-1.6.6 - dev-libs/libxml2" - -src_unpack() { - unpack ${A} - cd "${S}" - # autogen-5.7.1 doesn't build the docs ... - # http://sourceforge.net/mailarchive/forum.php?thread_id=7629430&forum_id=7034 - sed -i -e '/SUBDIRS = /s/ doc\>//' Makefile.in || - die "sed Makefile.in failed" - # immediate.test does a sed on CFLAGS, that assumes it does not contain - # '-gXXX' (e.g. -ggdb2) - sed -i -e 's:s/-g//:s/-g\\b//:' autoopts/test/immediate.test || - die "sed immediate.test failed" -} - -src_compile() { - econf || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - rm -f ${D}/usr/share/autogen/libopts-*.tar.gz -} diff --git a/sys-devel/autogen/autogen-5.8.8.ebuild b/sys-devel/autogen/autogen-5.8.8.ebuild deleted file mode 100644 index 4ea6a496b673..000000000000 --- a/sys-devel/autogen/autogen-5.8.8.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.8.8.ebuild,v 1.10 2007/07/06 14:52:32 armin76 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" -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 discouraged threads ; then - eerror "You need to build dev-scheme/guile with USE='deprecated discouraged threads'" - die "re-emerge dev-scheme/guile with USE='deprecated discouraged threads'" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-scrub-debug.patch #172533 -} - -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.10.1-build-hang.patch b/sys-devel/autogen/files/autogen-5.10.1-build-hang.patch deleted file mode 100644 index fd5bd3bab315..000000000000 --- a/sys-devel/autogen/files/autogen-5.10.1-build-hang.patch +++ /dev/null @@ -1,18 +0,0 @@ -=== modified file 'agen5/bootstrap.dir' ---- agen5/bootstrap.dir 2010-04-19 07:43:40 +0000 -+++ agen5/bootstrap.dir 2010-04-19 07:55:56 +0000 -@@ -133,11 +133,12 @@ - while read var prog dir - do - test -n ${#dir} && set_exe_var -- done ) <<- EOF -+ done <<- EOF - AG ${AGnam-autogen} ${builddir} - GD ${GDnam-getdefs} ${builddir}/../getdefs - CL ${CLnam-columns} ${builddir}/../columns - EOF -+ ) - - ${VERBOSE:-false} && set -x || : - # Ensure complete success or a noticable failure - diff --git a/sys-devel/autogen/files/autogen-5.10.1-chmod.patch b/sys-devel/autogen/files/autogen-5.10.1-chmod.patch deleted file mode 100644 index 1dc2878d7214..000000000000 --- a/sys-devel/autogen/files/autogen-5.10.1-chmod.patch +++ /dev/null @@ -1,13 +0,0 @@ -=== modified file 'agen5/tpProcess.c' ---- agen5/tpProcess.c 2010-04-21 18:55:14 +0000 -+++ agen5/tpProcess.c 2010-04-21 18:55:48 +0000 -@@ -318,7 +318,7 @@ - char const * pzOutFile = NULL; - - if (strcmp( pOutSpec->zSuffix, "null" ) == 0) { -- static int const flags = FPF_NOUNLINK; -+ static int const flags = FPF_NOUNLINK | FPF_NOCHMOD; - null_open: - open_output_file(zDevNull, sizeof(zDevNull)-1, write_mode, flags); - return; - diff --git a/sys-devel/autogen/files/autogen-5.8.8-scrub-debug.patch b/sys-devel/autogen/files/autogen-5.8.8-scrub-debug.patch deleted file mode 100644 index b9e3a142328f..000000000000 --- a/sys-devel/autogen/files/autogen-5.8.8-scrub-debug.patch +++ /dev/null @@ -1,25 +0,0 @@ -The test autoopts/test/immediate.test fails if CFLAGS contains any of the debug -flags (apart from -g). This is because it tries to filter those flags out by -using this: - - CFLAGS="-g `echo ${CFLAGS} | \ - sed 's,-O2,,;s/-g//'`" - -which clearly replaces -ggdb2 (for example) with -gdb2 - which isn't a valid -CFLAG and the test compilation fails. A simple fix is to make the sed script a -little more consistent. - -Kevin F. Quinn <kevquinn@gentoo.org> -http://bugs.gentoo.org/172533 - ---- autoopts/test/immediate.test -+++ autoopts/test/immediate.test -@@ -51,7 +51,7 @@ _EOF_ - - INC=`echo ${INC} | sed 's/-lguile//;s/-lqthreads//'` - CFLAGS="-g `echo ${CFLAGS} | \ -- sed 's,-O2,,;s/-g//'`" -+ sed 's,-O2,,;s/-g[^[:space:]]*//'`" - - echo ${AG_L} ${testname}.def - ${AG_L} ${testname}.def || \ |