diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-09 21:41:05 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-09 21:41:05 +0000 |
commit | a7246067e4b7d0144f222ad5fce0b3ec24b63061 (patch) | |
tree | 484992651b17a34dcac27e9a073c6bad3721de76 | |
parent | arm stable, bug #282290 (diff) | |
download | gentoo-2-a7246067e4b7d0144f222ad5fce0b3ec24b63061.tar.gz gentoo-2-a7246067e4b7d0144f222ad5fce0b3ec24b63061.tar.bz2 gentoo-2-a7246067e4b7d0144f222ad5fce0b3ec24b63061.zip |
Fix RPATH issues in 4.3.x
(Portage version: -svn/cvs/Linux i686)
-rw-r--r-- | kde-base/kabcclient/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kabcclient/kabcclient-4.3.1-r1.ebuild (renamed from kde-base/kabcclient/kabcclient-4.3.1.ebuild) | 9 | ||||
-rw-r--r-- | kde-base/kabcclient/kabcclient-4.3.2-r1.ebuild (renamed from kde-base/kabcclient/kabcclient-4.3.2.ebuild) | 9 |
3 files changed, 25 insertions, 3 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog index c2b30a97a9cc..7774cf4d3f63 100644 --- a/kde-base/kabcclient/ChangeLog +++ b/kde-base/kabcclient/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for kde-base/kabcclient # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.11 2009/10/08 13:45:03 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.12 2009/10/09 21:41:05 abcd Exp $ + +*kabcclient-4.3.2-r1 (09 Oct 2009) +*kabcclient-4.3.1-r1 (09 Oct 2009) + + 09 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kabcclient-4.3.1.ebuild, + +kabcclient-4.3.1-r1.ebuild, -kabcclient-4.3.2.ebuild, + +kabcclient-4.3.2-r1.ebuild: + Fix RPATH issues in 4.3.x 08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -kabcclient-4.3.0.ebuild: Drop KDE 4.3.0 diff --git a/kde-base/kabcclient/kabcclient-4.3.1.ebuild b/kde-base/kabcclient/kabcclient-4.3.1-r1.ebuild index ca49fa8d0f32..d8c24d152e95 100644 --- a/kde-base/kabcclient/kabcclient-4.3.1.ebuild +++ b/kde-base/kabcclient/kabcclient-4.3.1-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/kde-base/kabcclient/kabcclient-4.3.1.ebuild,v 1.1 2009/09/01 14:46:43 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.3.1-r1.ebuild,v 1.1 2009/10/09 21:41:05 abcd Exp $ EAPI="2" @@ -11,3 +11,10 @@ inherit kde4-meta DESCRIPTION="A command line client for accessing the KDE addressbook" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug +handbook" + +src_install() { + kde4-meta_src_install + + # work around NULL DT_RPATH in kabc2mutt + dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient" +} diff --git a/kde-base/kabcclient/kabcclient-4.3.2.ebuild b/kde-base/kabcclient/kabcclient-4.3.2-r1.ebuild index b161eb8ed079..502ee32c95ea 100644 --- a/kde-base/kabcclient/kabcclient-4.3.2.ebuild +++ b/kde-base/kabcclient/kabcclient-4.3.2-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/kde-base/kabcclient/kabcclient-4.3.2.ebuild,v 1.1 2009/10/06 18:06:45 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.3.2-r1.ebuild,v 1.1 2009/10/09 21:41:05 abcd Exp $ EAPI="2" @@ -11,3 +11,10 @@ inherit kde4-meta DESCRIPTION="A command line client for accessing the KDE addressbook" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug +handbook" + +src_install() { + kde4-meta_src_install + + # work around NULL DT_RPATH in kabc2mutt + dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient" +} |