summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-13 08:40:34 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-13 08:40:34 +0000
commitbff75bfb7927caf331c32d936dc7e35129de6903 (patch)
tree52b420e153c64ab5fcef434c85726cc6afd72a26 /dev-libs
parentfollowing upstream practice and uprading/removing latest versions (diff)
downloadgentoo-2-bff75bfb7927caf331c32d936dc7e35129de6903.tar.gz
gentoo-2-bff75bfb7927caf331c32d936dc7e35129de6903.tar.bz2
gentoo-2-bff75bfb7927caf331c32d936dc7e35129de6903.zip
Force nls since the package refuses to build without it.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/elfutils/ChangeLog6
-rw-r--r--dev-libs/elfutils/elfutils-0.108-r1.ebuild9
-rw-r--r--dev-libs/elfutils/elfutils-0.108.ebuild9
-rw-r--r--dev-libs/elfutils/elfutils-0.118.ebuild7
4 files changed, 16 insertions, 15 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog
index 91822f18e21c..14c7a04db578 100644
--- a/dev-libs/elfutils/ChangeLog
+++ b/dev-libs/elfutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/elfutils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.73 2006/01/06 01:04:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.74 2006/01/13 08:40:34 vapier Exp $
+
+ 13 Jan 2006; Mike Frysinger <vapier@gentoo.org> elfutils-0.108.ebuild,
+ elfutils-0.108-r1.ebuild, elfutils-0.118.ebuild:
+ Force nls since the package refuses to build without it.
06 Jan 2006; Mike Frysinger <vapier@gentoo.org>
+files/elfutils-0.118-no-nested-functions.patch, elfutils-0.118.ebuild:
diff --git a/dev-libs/elfutils/elfutils-0.108-r1.ebuild b/dev-libs/elfutils/elfutils-0.108-r1.ebuild
index 38d4c45eeadb..4bc95c0f3bd1 100644
--- a/dev-libs/elfutils/elfutils-0.108-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.108-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108-r1.ebuild,v 1.4 2005/12/10 13:51:23 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108-r1.ebuild,v 1.5 2006/01/13 08:40:34 vapier Exp $
inherit eutils
@@ -13,13 +13,13 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="OpenSoftware"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="nls"
+IUSE=""
# This pkg does not actually seem to compile currently in a uClibc
# environment (xrealloc errs), but we need to ensure that glibc never
# gets pulled in as a dep since this package does not respect virtual/libc
DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3.2 )
- nls? ( sys-devel/gettext )
+ sys-devel/gettext
sys-devel/autoconf
>=sys-devel/binutils-2.14.90.0.6
>=sys-devel/gcc-3.2.1-r6
@@ -46,7 +46,6 @@ src_compile() {
econf \
--program-prefix="eu-" \
--enable-shared \
- $(use_enable nls) \
|| die "./configure failed"
emake || die
}
diff --git a/dev-libs/elfutils/elfutils-0.108.ebuild b/dev-libs/elfutils/elfutils-0.108.ebuild
index 160231f3768b..08f28f4fab23 100644
--- a/dev-libs/elfutils/elfutils-0.108.ebuild
+++ b/dev-libs/elfutils/elfutils-0.108.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108.ebuild,v 1.14 2005/12/10 13:51:23 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108.ebuild,v 1.15 2006/01/13 08:40:34 vapier Exp $
inherit eutils
@@ -11,13 +11,13 @@ SRC_URI="mirror://gentoo/${P}.tar.gz mirror://gentoo/${P}.robustify.patch.bz2"
LICENSE="OpenSoftware"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
-IUSE="nls"
+IUSE=""
# This pkg does not actually seem to compile currently in a uClibc
# environment (xrealloc errs), but we need to ensure that glibc never
# gets pulled in as a dep since this package does not respect virtual/libc
DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3.2 )
- nls? ( sys-devel/gettext )
+ sys-devel/gettext
>=sys-devel/binutils-2.14.90.0.6
>=sys-devel/gcc-3.2.1-r6
!dev-libs/libelf"
@@ -44,7 +44,6 @@ src_compile() {
econf \
--program-prefix="eu-" \
--enable-shared \
- $(use_enable nls) \
|| die "./configure failed"
emake || die
}
diff --git a/dev-libs/elfutils/elfutils-0.118.ebuild b/dev-libs/elfutils/elfutils-0.118.ebuild
index 555d521b1e96..31bb09242173 100644
--- a/dev-libs/elfutils/elfutils-0.118.ebuild
+++ b/dev-libs/elfutils/elfutils-0.118.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.118.ebuild,v 1.5 2006/01/06 01:04:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.118.ebuild,v 1.6 2006/01/13 08:40:34 vapier Exp $
inherit eutils
@@ -14,13 +14,13 @@ SRC_URI="ftp://sources.redhat.com/pub/systemtap/${PN}/${P}.tar.gz
LICENSE="OpenSoftware"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="nls"
+IUSE=""
# This pkg does not actually seem to compile currently in a uClibc
# environment (xrealloc errs), but we need to ensure that glibc never
# gets pulled in as a dep since this package does not respect virtual/libc
DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3.2 )
- nls? ( sys-devel/gettext )
+ sys-devel/gettext
sys-devel/autoconf
>=sys-devel/binutils-2.15.90.0.1
>=sys-devel/gcc-3.3.3
@@ -47,7 +47,6 @@ src_compile() {
econf \
--program-prefix="eu-" \
--enable-shared \
- $(use_enable nls) \
|| die "./configure failed"
emake || die
}