summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-25 03:00:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-25 03:00:41 +0000
commita31b2ced6ece4dc5d4c3e68b592bbba2d5c4388a (patch)
treebd525373daa4e467367f283405cdd61f6988ffd6 /sys-devel
parentFix bug #74098 (diff)
downloadgentoo-2-a31b2ced6ece4dc5d4c3e68b592bbba2d5c4388a.tar.gz
gentoo-2-a31b2ced6ece4dc5d4c3e68b592bbba2d5c4388a.tar.bz2
gentoo-2-a31b2ced6ece4dc5d4c3e68b592bbba2d5c4388a.zip
arm/hppa/ia64/s390/sh/x86 stable
(Portage version: 2.0.51-r14)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf-wrapper/autoconf-wrapper-1-r1.ebuild29
-rw-r--r--sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild6
-rw-r--r--sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-1-r10
-rw-r--r--sys-devel/autoconf/autoconf-2.13.ebuild4
-rw-r--r--sys-devel/autoconf/autoconf-2.59-r6.ebuild4
-rw-r--r--sys-devel/automake-wrapper/automake-wrapper-1.ebuild6
-rw-r--r--sys-devel/automake/automake-1.4_p6.ebuild4
-rw-r--r--sys-devel/automake/automake-1.5.ebuild4
-rw-r--r--sys-devel/automake/automake-1.6.3.ebuild4
-rw-r--r--sys-devel/automake/automake-1.7.9.ebuild4
-rw-r--r--sys-devel/automake/automake-1.8.5-r2.ebuild4
-rw-r--r--sys-devel/automake/automake-1.9.4.ebuild4
-rw-r--r--sys-devel/libtool/libtool-1.5.10-r3.ebuild4
13 files changed, 24 insertions, 53 deletions
diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-1-r1.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-1-r1.ebuild
deleted file mode 100644
index b5624f1ee9f7..000000000000
--- a/sys-devel/autoconf-wrapper/autoconf-wrapper-1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-1-r1.ebuild,v 1.1 2004/12/06 03:44:38 vapier Exp $
-
-DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=""
-PDEPEND=">=sys-devel/autoconf-2.59-r6
- ~sys-devel/autoconf-2.13"
-
-S=${WORKDIR}
-
-src_install() {
- exeinto /usr/lib/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 ../lib/misc/ac-wrapper.sh /usr/bin/${x} || die
- done
-}
diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild
index f3ae9f284fc2..950e352a2b90 100644
--- a/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild
+++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild,v 1.2 2004/12/06 23:59:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild,v 1.3 2005/01/25 02:57:56 vapier Exp $
DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions"
HOMEPAGE="http://www.gentoo.org/"
@@ -8,7 +8,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE=""
RDEPEND=">=sys-devel/autoconf-2.59-r6
diff --git a/sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-1-r1 b/sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-1-r1
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-1-r1
+++ /dev/null
diff --git a/sys-devel/autoconf/autoconf-2.13.ebuild b/sys-devel/autoconf/autoconf-2.13.ebuild
index 1b30b70d7225..a0b7577ac404 100644
--- a/sys-devel/autoconf/autoconf-2.13.ebuild
+++ b/sys-devel/autoconf/autoconf-2.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v 1.4 2005/01/02 23:58:57 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v 1.5 2005/01/25 02:58:22 vapier Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="${PV:0:3}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE=""
DEPEND=">=sys-apps/texinfo-4.3
diff --git a/sys-devel/autoconf/autoconf-2.59-r6.ebuild b/sys-devel/autoconf/autoconf-2.59-r6.ebuild
index 501b369f4d31..be8dcc2ff7ed 100644
--- a/sys-devel/autoconf/autoconf-2.59-r6.ebuild
+++ b/sys-devel/autoconf/autoconf-2.59-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r6.ebuild,v 1.4 2005/01/02 23:58:57 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r6.ebuild,v 1.5 2005/01/25 02:58:22 vapier Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="${PV:0:3}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE=""
DEPEND=">=sys-apps/texinfo-4.3
diff --git a/sys-devel/automake-wrapper/automake-wrapper-1.ebuild b/sys-devel/automake-wrapper/automake-wrapper-1.ebuild
index 02f876181e32..7fe4eb3f7a4b 100644
--- a/sys-devel/automake-wrapper/automake-wrapper-1.ebuild
+++ b/sys-devel/automake-wrapper/automake-wrapper-1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-1.ebuild,v 1.6 2004/12/06 23:56:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-1.ebuild,v 1.7 2005/01/25 03:00:06 vapier Exp $
DESCRIPTION="wrapper for automake to manage multiple automake versions"
HOMEPAGE="http://www.gentoo.org/"
@@ -8,7 +8,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE=""
RDEPEND="=sys-devel/automake-1.4*
diff --git a/sys-devel/automake/automake-1.4_p6.ebuild b/sys-devel/automake/automake-1.4_p6.ebuild
index afd8857b5261..637e4c65e10c 100644
--- a/sys-devel/automake/automake-1.4_p6.ebuild
+++ b/sys-devel/automake/automake-1.4_p6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v 1.6 2005/01/11 01:15:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v 1.7 2005/01/25 03:00:41 vapier Exp $
inherit eutils gnuconfig
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="${PV:0:3}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE="uclibc"
DEPEND="dev-lang/perl
diff --git a/sys-devel/automake/automake-1.5.ebuild b/sys-devel/automake/automake-1.5.ebuild
index bd046c25908f..a8a65ee5b71b 100644
--- a/sys-devel/automake/automake-1.5.ebuild
+++ b/sys-devel/automake/automake-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.9 2005/01/11 01:15:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.10 2005/01/25 03:00:41 vapier Exp $
inherit eutils gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="${PV:0:3}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE="uclibc"
DEPEND="dev-lang/perl
diff --git a/sys-devel/automake/automake-1.6.3.ebuild b/sys-devel/automake/automake-1.6.3.ebuild
index 50ab2681ddf4..fef7f4f5734a 100644
--- a/sys-devel/automake/automake-1.6.3.ebuild
+++ b/sys-devel/automake/automake-1.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.23 2005/01/11 01:15:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.24 2005/01/25 03:00:41 vapier Exp $
inherit eutils gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="${PV:0:3}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE="uclibc"
DEPEND="dev-lang/perl
diff --git a/sys-devel/automake/automake-1.7.9.ebuild b/sys-devel/automake/automake-1.7.9.ebuild
index c5da37dc836f..a9dae627c49d 100644
--- a/sys-devel/automake/automake-1.7.9.ebuild
+++ b/sys-devel/automake/automake-1.7.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9.ebuild,v 1.7 2005/01/11 01:15:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9.ebuild,v 1.8 2005/01/25 03:00:41 vapier Exp $
inherit eutils gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="${PV:0:3}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE="uclibc"
DEPEND="dev-lang/perl
diff --git a/sys-devel/automake/automake-1.8.5-r2.ebuild b/sys-devel/automake/automake-1.8.5-r2.ebuild
index 53514b57b28a..2e7e26ce9699 100644
--- a/sys-devel/automake/automake-1.8.5-r2.ebuild
+++ b/sys-devel/automake/automake-1.8.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r2.ebuild,v 1.7 2005/01/11 01:15:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r2.ebuild,v 1.8 2005/01/25 03:00:41 vapier Exp $
inherit eutils gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="${PV:0:3}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE="uclibc"
DEPEND="dev-lang/perl
diff --git a/sys-devel/automake/automake-1.9.4.ebuild b/sys-devel/automake/automake-1.9.4.ebuild
index dcb19830c7c3..50d9f60bc982 100644
--- a/sys-devel/automake/automake-1.9.4.ebuild
+++ b/sys-devel/automake/automake-1.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.4.ebuild,v 1.1 2005/01/11 01:15:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.4.ebuild,v 1.2 2005/01/25 03:00:41 vapier Exp $
inherit eutils gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="${PV:0:3}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE="uclibc"
RDEPEND="dev-lang/perl
diff --git a/sys-devel/libtool/libtool-1.5.10-r3.ebuild b/sys-devel/libtool/libtool-1.5.10-r3.ebuild
index cb714ee5b16c..87f076283f0d 100644
--- a/sys-devel/libtool/libtool-1.5.10-r3.ebuild
+++ b/sys-devel/libtool/libtool-1.5.10-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.10-r3.ebuild,v 1.1 2005/01/20 05:39:53 vapier Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.10-r3.ebuild,v 1.2 2005/01/25 03:00:26 vapier Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 kloeri Exp $
inherit eutils gnuconfig libtool
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="1.5"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE="uclibc"
DEPEND="virtual/libc