diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-11-23 13:42:03 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-11-23 13:42:03 +0000 |
commit | 0d7396a3e566bd02f62918dc97eb7b13771458c0 (patch) | |
tree | 631ade8b3841738530c6df76e97e3c15f4281a0e /net-p2p | |
parent | sign (diff) | |
download | gentoo-2-0d7396a3e566bd02f62918dc97eb7b13771458c0.tar.gz gentoo-2-0d7396a3e566bd02f62918dc97eb7b13771458c0.tar.bz2 gentoo-2-0d7396a3e566bd02f62918dc97eb7b13771458c0.zip |
Corrected patch name.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-2.0.3-znow.patch | 23 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.0.3.ebuild | 4 |
3 files changed, 31 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 28a7b70d1448..70a00d1fe68a 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.28 2006/11/13 19:06:02 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.29 2006/11/23 13:42:03 deathwing00 Exp $ + + 23 Nov 2006; Ioannis Aslanidis <deathwing00@gentoo.org> + +files/ktorrent-2.0.3-znow.patch, ktorrent-2.0.3.ebuild: + Corrected patch name to conform standards so that it does not interfere with + other application versions. 13 Nov 2006; Joseph Jezak <josejx@gentoo.org> +files/ktorrent-znow.patch, ktorrent-2.0.3.ebuild: diff --git a/net-p2p/ktorrent/files/ktorrent-2.0.3-znow.patch b/net-p2p/ktorrent/files/ktorrent-2.0.3-znow.patch new file mode 100644 index 000000000000..41514e33fb14 --- /dev/null +++ b/net-p2p/ktorrent/files/ktorrent-2.0.3-znow.patch @@ -0,0 +1,23 @@ +diff -Naur ktorrent-2.0.3/configure.in /home/jjezak/ktorrent-2.0.3.patched/configure.in +--- ktorrent-2.0.3/configure.in 2006-10-09 12:09:08.000000000 -0400 ++++ /home/jjezak/ktorrent-2.0.3.patched/configure.in 2006-11-13 04:48:43.000000000 -0500 +@@ -65,7 +65,7 @@ + + #MIN_CONFIG(3.3) + CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS $USE_EXCEPTIONS $USE_RTTI" +-LDFLAGS="$LDFLAGS -Wl -z now" ++LDFLAGS="$LDFLAGS -Wl,-z,now" + + dnl PACKAGE set before + +diff -Naur ktorrent-2.0.3/configure.in.in /home/jjezak/ktorrent-2.0.3.patched/configure.in.in +--- ktorrent-2.0.3/configure.in.in 2006-10-09 12:04:11.000000000 -0400 ++++ /home/jjezak/ktorrent-2.0.3.patched/configure.in.in 2006-11-13 04:48:48.000000000 -0500 +@@ -1,6 +1,6 @@ + #MIN_CONFIG(3.3) + CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS $USE_EXCEPTIONS $USE_RTTI" +-LDFLAGS="$LDFLAGS -Wl -z now" ++LDFLAGS="$LDFLAGS -Wl,-z,now" + + AM_INIT_AUTOMAKE(ktorrent,2.0.3) + diff --git a/net-p2p/ktorrent/ktorrent-2.0.3.ebuild b/net-p2p/ktorrent/ktorrent-2.0.3.ebuild index c2bf991e0469..6a12e9e7b659 100644 --- a/net-p2p/ktorrent/ktorrent-2.0.3.ebuild +++ b/net-p2p/ktorrent/ktorrent-2.0.3.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/net-p2p/ktorrent/ktorrent-2.0.3.ebuild,v 1.3 2006/11/13 19:06:02 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.0.3.ebuild,v 1.4 2006/11/23 13:42:03 deathwing00 Exp $ inherit kde @@ -28,7 +28,7 @@ src_unpack() { kde_src_unpack cd ${S} - epatch ${FILESDIR}/${PN}-znow.patch + epatch ${FILESDIR}/${P}-znow.patch local MAKE_LANGS cd "${WORKDIR}/${P}/translations" |