diff options
author | 2009-07-28 08:02:49 +0000 | |
---|---|---|
committer | 2009-07-28 08:02:49 +0000 | |
commit | d430129e4881ef33e1ed9c528577c34cde9c9c2b (patch) | |
tree | a68da35d665dfe299f2fb9e76bdb30272070ec52 /dev-cpp/IceE | |
parent | Version bump. (diff) | |
download | gentoo-2-d430129e4881ef33e1ed9c528577c34cde9c9c2b.tar.gz gentoo-2-d430129e4881ef33e1ed9c528577c34cde9c9c2b.tar.bz2 gentoo-2-d430129e4881ef33e1ed9c528577c34cde9c9c2b.zip |
Bump ebuild to fix security QA (bug #254975)
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/IceE')
-rw-r--r-- | dev-cpp/IceE/ChangeLog | 8 | ||||
-rw-r--r-- | dev-cpp/IceE/IceE-1.3.0-r1.ebuild (renamed from dev-cpp/IceE/IceE-1.3.0.ebuild) | 4 | ||||
-rw-r--r-- | dev-cpp/IceE/files/IceE-1.3.0-remove-explicit-rpath.patch | 11 |
3 files changed, 20 insertions, 3 deletions
diff --git a/dev-cpp/IceE/ChangeLog b/dev-cpp/IceE/ChangeLog index 38bbf93dc0dc..ba6c25bdbe83 100644 --- a/dev-cpp/IceE/ChangeLog +++ b/dev-cpp/IceE/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/IceE # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/IceE/ChangeLog,v 1.2 2009/02/27 21:47:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/IceE/ChangeLog,v 1.3 2009/07/28 08:02:49 b33fc0d3 Exp $ + +*IceE-1.3.0-r1 (28 Jul 2009) + + 28 Jul 2009; Ahmed Ammar <b33fc0d3@gentoo.org> -IceE-1.3.0.ebuild, + +IceE-1.3.0-r1.ebuild, +files/IceE-1.3.0-remove-explicit-rpath.patch: + Bump ebuild to fix security QA (bug #254975) 27 Feb 2009; Torsten Veller <tove@gentoo.org> IceE-1.3.0.ebuild: Add missing die: || "..." -> || die "..." diff --git a/dev-cpp/IceE/IceE-1.3.0.ebuild b/dev-cpp/IceE/IceE-1.3.0-r1.ebuild index c0b8eefce207..5b087a827bd3 100644 --- a/dev-cpp/IceE/IceE-1.3.0.ebuild +++ b/dev-cpp/IceE/IceE-1.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/IceE/IceE-1.3.0.ebuild,v 1.2 2009/02/27 21:47:03 tove Exp ${P}.ebuild,v 1.1 2009/01/07 15:24:59 b33fc0d3 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/IceE/IceE-1.3.0-r1.ebuild,v 1.1 2009/07/28 08:02:49 b33fc0d3 Exp ${P}.ebuild,v 1.1 2009/01/07 15:24:59 b33fc0d3 Exp $ inherit eutils mono multilib toolchain-funcs @@ -27,7 +27,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-makefile-2.patch" epatch "${FILESDIR}/${P}-gcc4.3-fix.patch" epatch "${FILESDIR}/${P}-maverick-fix.patch" - + epatch "${FILESDIR}/${P}-remove-explicit-rpath.patch" } src_compile() { diff --git a/dev-cpp/IceE/files/IceE-1.3.0-remove-explicit-rpath.patch b/dev-cpp/IceE/files/IceE-1.3.0-remove-explicit-rpath.patch new file mode 100644 index 000000000000..6073b9ac054a --- /dev/null +++ b/dev-cpp/IceE/files/IceE-1.3.0-remove-explicit-rpath.patch @@ -0,0 +1,11 @@ +--- ./IceE-1.3.0/cppe/config/Make.rules.Linux.orig 2009-07-28 10:14:31.000000000 +0300 ++++ ./IceE-1.3.0/cppe/config/Make.rules.Linux 2009-07-28 10:21:34.000000000 +0300 +@@ -119,7 +119,7 @@ + + mklib = $(AR) cr $(1) $(2) + +-LDPLATFORMFLAGS = -Wl,--enable-new-dtags -Wl,-rpath,$(install_libdir) ++LDPLATFORMFLAGS = -Wl,--enable-new-dtags + + ifeq ($(OPTIMIZE_SIZE),yes) + ifeq ($(STATICLIBS),yes) |