summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2004-01-19 18:27:58 +0000
committerMartin Schlemmer <azarah@gentoo.org>2004-01-19 18:27:58 +0000
commit9ba6ede448e671a41d14e491e5c7d9b38de740d9 (patch)
treec6b0921cc22d7b01c220133ee56a7ec01e6d2ab5 /sys-devel
parentMisc fixes (diff)
downloadgentoo-2-9ba6ede448e671a41d14e491e5c7d9b38de740d9.tar.gz
gentoo-2-9ba6ede448e671a41d14e491e5c7d9b38de740d9.tar.bz2
gentoo-2-9ba6ede448e671a41d14e491e5c7d9b38de740d9.zip
Do not install configure, bfd, and standards info manuals, as binutils provide
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gdb/ChangeLog9
-rw-r--r--sys-devel/gdb/gdb-5.1.1-r2.ebuild7
-rw-r--r--sys-devel/gdb/gdb-5.2.1.ebuild7
-rw-r--r--sys-devel/gdb/gdb-5.3.90.ebuild7
-rw-r--r--sys-devel/gdb/gdb-5.3.ebuild7
-rw-r--r--sys-devel/gdb/gdb-6.0.ebuild7
6 files changed, 27 insertions, 17 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog
index ab688afc9f31..9870ac737588 100644
--- a/sys-devel/gdb/ChangeLog
+++ b/sys-devel/gdb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/gdb
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.26 2003/10/18 21:34:47 weeve Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.27 2004/01/19 18:27:58 azarah Exp $
+
+ 19 Jan 2004; Martin Schlemmer <azarah@gentoo.org> gdb-5.1.1-r2.ebuild,
+ gdb-5.2.1.ebuild, gdb-5.3.90.ebuild, gdb-5.3.ebuild, gdb-6.0.ebuild:
+ Do not install configure, bfd, and standards info manuals, as binutils provide
+ them.
18 Oct 2003; Jason Wever <weeve@gentoo.org> gdb-5.3.90.ebuild,
gdb-6.0.ebuild:
diff --git a/sys-devel/gdb/gdb-5.1.1-r2.ebuild b/sys-devel/gdb/gdb-5.1.1-r2.ebuild
index 8ebe23746df7..9737cd8ee28e 100644
--- a/sys-devel/gdb/gdb-5.1.1-r2.ebuild
+++ b/sys-devel/gdb/gdb-5.1.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.1.1-r2.ebuild,v 1.10 2003/09/06 08:08:34 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.1.1-r2.ebuild,v 1.11 2004/01/19 18:27:58 azarah Exp $
IUSE="nls"
@@ -68,8 +68,9 @@ src_install() {
# These includes and libs are in binutils already
rm -f ${D}/usr/lib/libbfd.*
- rm -r ${D}/usr/lib/libiberty.*
+ rm -f ${D}/usr/lib/libiberty.*
rm -f ${D}/usr/lib/libopcodes.*
+ rm -f ${D}/usr/share/info/{bfd,configure,standards}.info*
rm -rf ${D}/usr/include
diff --git a/sys-devel/gdb/gdb-5.2.1.ebuild b/sys-devel/gdb/gdb-5.2.1.ebuild
index d5e691724db9..7ae08c38cacf 100644
--- a/sys-devel/gdb/gdb-5.2.1.ebuild
+++ b/sys-devel/gdb/gdb-5.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.10 2003/09/06 08:08:34 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.11 2004/01/19 18:27:58 azarah Exp $
inherit flag-o-matic
@@ -60,8 +60,9 @@ src_install() {
# These includes and libs are in binutils already
rm -f ${D}/usr/lib/libbfd.*
- rm -r ${D}/usr/lib/libiberty.*
+ rm -f ${D}/usr/lib/libiberty.*
rm -f ${D}/usr/lib/libopcodes.*
+ rm -f ${D}/usr/share/info/{bfd,configure,standards}.info*
rm -rf ${D}/usr/include
diff --git a/sys-devel/gdb/gdb-5.3.90.ebuild b/sys-devel/gdb/gdb-5.3.90.ebuild
index 69e988557409..4474df83b425 100644
--- a/sys-devel/gdb/gdb-5.3.90.ebuild
+++ b/sys-devel/gdb/gdb-5.3.90.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.90.ebuild,v 1.6 2003/11/07 16:44:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.90.ebuild,v 1.7 2004/01/19 18:27:58 azarah Exp $
IUSE="nls objc"
@@ -118,8 +118,9 @@ src_install() {
# These includes and libs are in binutils already
rm -f ${D}/usr/lib/libbfd.*
- rm -r ${D}/usr/lib/libiberty.*
+ rm -f ${D}/usr/lib/libiberty.*
rm -f ${D}/usr/lib/libopcodes.*
+ rm -f ${D}/usr/share/info/{bfd,configure,standards}.info*
rm -rf ${D}/usr/include
diff --git a/sys-devel/gdb/gdb-5.3.ebuild b/sys-devel/gdb/gdb-5.3.ebuild
index 23df45522547..a4589226a126 100644
--- a/sys-devel/gdb/gdb-5.3.ebuild
+++ b/sys-devel/gdb/gdb-5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.ebuild,v 1.13 2003/09/19 00:07:57 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.ebuild,v 1.14 2004/01/19 18:27:58 azarah Exp $
IUSE="nls objc"
@@ -88,8 +88,9 @@ src_install() {
# These includes and libs are in binutils already
rm -f ${D}/usr/lib/libbfd.*
- rm -r ${D}/usr/lib/libiberty.*
+ rm -f ${D}/usr/lib/libiberty.*
rm -f ${D}/usr/lib/libopcodes.*
+ rm -f ${D}/usr/share/info/{bfd,configure,standards}.info*
rm -rf ${D}/usr/include
diff --git a/sys-devel/gdb/gdb-6.0.ebuild b/sys-devel/gdb/gdb-6.0.ebuild
index 78a4e34d2dbf..e7da371a125f 100644
--- a/sys-devel/gdb/gdb-6.0.ebuild
+++ b/sys-devel/gdb/gdb-6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.0.ebuild,v 1.4 2003/12/17 05:10:36 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.0.ebuild,v 1.5 2004/01/19 18:27:58 azarah Exp $
inherit flag-o-matic eutils
@@ -55,8 +55,9 @@ src_install() {
# These includes and libs are in binutils already
rm -f ${D}/usr/lib/libbfd.*
- rm -r ${D}/usr/lib/libiberty.*
+ rm -f ${D}/usr/lib/libiberty.*
rm -f ${D}/usr/lib/libopcodes.*
+ rm -f ${D}/usr/share/info/{bfd,configure,standards}.info*
rm -rf ${D}/usr/include