summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-12 00:51:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-12 00:51:52 +0000
commit11256662cf1ea1252e1a8200e09b288ac9bc4f35 (patch)
treefd2e8c46375ddfa5b00f92cc6e909c83efddb3d7 /sys-libs/ncurses
parentalways gnuconfig_update and gnuconfig_update in src_unpack (Manifest recommit) (diff)
downloadgentoo-2-11256662cf1ea1252e1a8200e09b288ac9bc4f35.tar.gz
gentoo-2-11256662cf1ea1252e1a8200e09b288ac9bc4f35.tar.bz2
gentoo-2-11256662cf1ea1252e1a8200e09b288ac9bc4f35.zip
gnuconfig_update in src_unpack
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r--sys-libs/ncurses/ChangeLog6
-rw-r--r--sys-libs/ncurses/ncurses-5.3-r5.ebuild6
-rw-r--r--sys-libs/ncurses/ncurses-5.4-r1.ebuild6
-rw-r--r--sys-libs/ncurses/ncurses-5.4-r2.ebuild6
-rw-r--r--sys-libs/ncurses/ncurses-5.4-r3.ebuild6
5 files changed, 13 insertions, 17 deletions
diff --git a/sys-libs/ncurses/ChangeLog b/sys-libs/ncurses/ChangeLog
index 27d91f71f0ee..298268c906d2 100644
--- a/sys-libs/ncurses/ChangeLog
+++ b/sys-libs/ncurses/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/ncurses
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.70 2004/07/28 18:47:25 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.71 2004/08/12 00:48:43 mr_bones_ Exp $
+
+ 11 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> ncurses-5.3-r5.ebuild,
+ ncurses-5.4-r1.ebuild, ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild:
+ gnuconfig_update in src_unpack
*ncurses-5.4-r3 (28 Jul 2004)
diff --git a/sys-libs/ncurses/ncurses-5.3-r5.ebuild b/sys-libs/ncurses/ncurses-5.3-r5.ebuild
index acda65da421f..62a5975fecf0 100644
--- a/sys-libs/ncurses/ncurses-5.3-r5.ebuild
+++ b/sys-libs/ncurses/ncurses-5.3-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.3-r5.ebuild,v 1.17 2004/08/11 02:47:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.3-r5.ebuild,v 1.18 2004/08/12 00:48:43 mr_bones_ Exp $
inherit eutils flag-o-matic 64-bit gnuconfig
@@ -25,6 +25,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-share-sed.patch
filter-flags -fno-exceptions
+ gnuconfig_update
}
src_compile() {
@@ -34,9 +35,6 @@ src_compile() {
# standard libs also require this.
64-bit && append-flags -fPIC
- # Detect mips systems
- use mips && gnuconfig_update
-
# From version 5.3, ncurses also build c++ bindings, and as
# we do not have a c++ compiler during bootstrap, disable
# building it. We will rebuild ncurses after gcc's second
diff --git a/sys-libs/ncurses/ncurses-5.4-r1.ebuild b/sys-libs/ncurses/ncurses-5.4-r1.ebuild
index 1013cd8f4aee..a6a49c624ad7 100644
--- a/sys-libs/ncurses/ncurses-5.4-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-5.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r1.ebuild,v 1.22 2004/08/11 02:47:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r1.ebuild,v 1.23 2004/08/12 00:48:43 mr_bones_ Exp $
inherit eutils flag-o-matic 64-bit gnuconfig
@@ -26,6 +26,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-xterm.patch
# Bug #42336.
epatch ${FILESDIR}/${P}-share-sed.patch
+ gnuconfig_update
}
src_compile() {
@@ -40,9 +41,6 @@ src_compile() {
64-bit && append-flags -fPIC
filter-ldflags -pie
- # Detect mips systems
- use mips && gnuconfig_update
-
# From version 5.3, ncurses also build c++ bindings, and as
# we do not have a c++ compiler during bootstrap, disable
# building it. We will rebuild ncurses after gcc's second
diff --git a/sys-libs/ncurses/ncurses-5.4-r2.ebuild b/sys-libs/ncurses/ncurses-5.4-r2.ebuild
index e44ddb5d2cba..b26433e1026f 100644
--- a/sys-libs/ncurses/ncurses-5.4-r2.ebuild
+++ b/sys-libs/ncurses/ncurses-5.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r2.ebuild,v 1.5 2004/08/11 02:47:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r2.ebuild,v 1.6 2004/08/12 00:48:43 mr_bones_ Exp $
inherit eutils flag-o-matic 64-bit gnuconfig
@@ -26,6 +26,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-xterm.patch
# Bug #42336.
epatch ${FILESDIR}/${P}-share-sed.patch
+ gnuconfig_update
}
src_compile() {
@@ -40,9 +41,6 @@ src_compile() {
64-bit && append-flags -fPIC
filter-ldflags -pie
- # Detect mips systems
- use mips && gnuconfig_update
-
# From version 5.3, ncurses also build c++ bindings, and as
# we do not have a c++ compiler during bootstrap, disable
# building it. We will rebuild ncurses after gcc's second
diff --git a/sys-libs/ncurses/ncurses-5.4-r3.ebuild b/sys-libs/ncurses/ncurses-5.4-r3.ebuild
index ad719748c4fe..10772fa12842 100644
--- a/sys-libs/ncurses/ncurses-5.4-r3.ebuild
+++ b/sys-libs/ncurses/ncurses-5.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r3.ebuild,v 1.3 2004/08/11 02:47:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r3.ebuild,v 1.4 2004/08/12 00:48:43 mr_bones_ Exp $
inherit eutils flag-o-matic 64-bit gnuconfig
@@ -26,6 +26,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-xterm.patch
# Bug #42336.
epatch ${FILESDIR}/${P}-share-sed.patch
+ gnuconfig_update
}
src_compile() {
@@ -40,9 +41,6 @@ src_compile() {
64-bit && append-flags -fPIC
filter-ldflags -pie
- # Detect mips systems
- use mips && gnuconfig_update
-
# From version 5.3, ncurses also build c++ bindings, and as
# we do not have a c++ compiler during bootstrap, disable
# building it. We will rebuild ncurses after gcc's second