summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2013-08-02 19:08:15 +0000
committerGeorge Shapovalov <george@gentoo.org>2013-08-02 19:08:15 +0000
commitb5482bf6dc07920aaf3eaf7ec0283e1880acfe32 (patch)
treec31af22d99bdd02497d6758561e59e9554cbfc61 /dev-lang
parentstable/grizzly for swift (diff)
downloadgentoo-2-b5482bf6dc07920aaf3eaf7ec0283e1880acfe32.tar.gz
gentoo-2-b5482bf6dc07920aaf3eaf7ec0283e1880acfe32.tar.bz2
gentoo-2-b5482bf6dc07920aaf3eaf7ec0283e1880acfe32.zip
removing stale patches
(Portage version: 2.1.12.13/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/gnat-gcc/ChangeLog7
-rw-r--r--dev-lang/gnat-gcc/files/patches/51_all_gcc-3.4-libiberty-pic.patch10
-rw-r--r--dev-lang/gnat-gcc/files/patches/74_all_sh-pr24836.patch25
3 files changed, 6 insertions, 36 deletions
diff --git a/dev-lang/gnat-gcc/ChangeLog b/dev-lang/gnat-gcc/ChangeLog
index 48099cc6183e..e5b3d6d02c14 100644
--- a/dev-lang/gnat-gcc/ChangeLog
+++ b/dev-lang/gnat-gcc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/gnat-gcc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.58 2013/08/02 18:00:55 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.59 2013/08/02 19:08:15 george Exp $
+
+ 02 Aug 2013; george <george@gentoo.org>
+ -files/patches/51_all_gcc-3.4-libiberty-pic.patch,
+ -files/patches/74_all_sh-pr24836.patch:
+ removing stale patches
02 Aug 2013; George Shapovalov <george@gentoo.org> -gnat-gcc-4.3.2.ebuild,
-gnat-gcc-4.3.3.ebuild:
diff --git a/dev-lang/gnat-gcc/files/patches/51_all_gcc-3.4-libiberty-pic.patch b/dev-lang/gnat-gcc/files/patches/51_all_gcc-3.4-libiberty-pic.patch
deleted file mode 100644
index d9a95a21b10f..000000000000
--- a/dev-lang/gnat-gcc/files/patches/51_all_gcc-3.4-libiberty-pic.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- gcc-4.1.0-orig/libiberty/Makefile.in 2006-03-01 15:49:14.000000000 -0500
-+++ gcc-4.1.0/libiberty/Makefile.in 2006-03-01 18:10:46.000000000 -0500
-@@ -232,6 +232,7 @@
- $(AR) $(AR_FLAGS) $(TARGETLIB) \
- $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
- $(RANLIB) $(TARGETLIB); \
-+ cp $(TARGETLIB) ../ ; \
- cd ..; \
- else true; fi
-
diff --git a/dev-lang/gnat-gcc/files/patches/74_all_sh-pr24836.patch b/dev-lang/gnat-gcc/files/patches/74_all_sh-pr24836.patch
deleted file mode 100644
index 9bad985a2647..000000000000
--- a/dev-lang/gnat-gcc/files/patches/74_all_sh-pr24836.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-http://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348
-http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24836
-
---- gcc/configure.ac (revision 106699)
-+++ gcc/configure.ac (working copy)
-@@ -2446,7 +2446,7 @@
- tls_first_minor=14
- tls_as_opt="-m64 -Aesame --fatal-warnings"
- ;;
-- sh-*-* | sh[34]-*-*)
-+ sh-*-* | sh[34]*-*-*)
- conftest_s='
- .section ".tdata","awT",@progbits
- foo: .long 25
---- gcc/configure
-+++ gcc/configure
-@@ -14846,7 +14846,7 @@
- tls_first_minor=14
- tls_as_opt="-m64 -Aesame --fatal-warnings"
- ;;
-- sh-*-* | sh[34]-*-*)
-+ sh-*-* | sh[34]*-*-*)
- conftest_s='
- .section ".tdata","awT",@progbits
- foo: .long 25