diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-07-08 20:35:37 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-07-08 20:35:37 +0000 |
commit | 710e85164c22448192efc86f41464ae9aba03cfe (patch) | |
tree | 900559ac29d5ea97ca430706c6292405bcbf776a /kde-base/kdelibs/kdelibs-3.2.3-r9.ebuild | |
parent | Stable on hppa (diff) | |
download | historical-710e85164c22448192efc86f41464ae9aba03cfe.tar.gz historical-710e85164c22448192efc86f41464ae9aba03cfe.tar.bz2 historical-710e85164c22448192efc86f41464ae9aba03cfe.zip |
Removed from files/ all patches that exist on ftp.kde.org, and pointed the ebuilds there.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'kde-base/kdelibs/kdelibs-3.2.3-r9.ebuild')
-rw-r--r-- | kde-base/kdelibs/kdelibs-3.2.3-r9.ebuild | 33 |
1 files changed, 23 insertions, 10 deletions
diff --git a/kde-base/kdelibs/kdelibs-3.2.3-r9.ebuild b/kde-base/kdelibs/kdelibs-3.2.3-r9.ebuild index c121797781aa..07d6b8770d88 100644 --- a/kde-base/kdelibs/kdelibs-3.2.3-r9.ebuild +++ b/kde-base/kdelibs/kdelibs-3.2.3-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.3-r9.ebuild,v 1.5 2005/04/22 09:35:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.3-r9.ebuild,v 1.6 2005/07/08 20:35:36 danarmak Exp $ inherit kde eutils @@ -9,7 +9,14 @@ set-kdedir ${PV} DESCRIPTION="KDE libraries needed by all kde programs" HOMEPAGE="http://www.kde.org/" -SRC_URI="mirror://kde/stable/${PV}/src/${PN}-${PV}.tar.bz2" +SRC_URI="mirror://kde/stable/${PV}/src/${PN}-${PV}.tar.bz2 + mirror://kde/security_patches/post-3.2.3-kdelibs-kcookiejar.patch + mirror://kde/security_patches/post-3.2.3-kdelibs-kstandarddirs.patch + mirror://kde/security_patches/post-3.2.3-kdelibs-htmlframes2.patch + mirror://kde/security_patches/post-3.2.3-kdelibs-kio.diff + mirror://kde/security_patches/post-3.2.3-kdelibs-dcopserver.patch + mirror://kde/security_patches/post-3.2.3-kdelibs-dcop.patch + mirror://kde/security_patches/post-3.2.3-kdelibs-kioslave.patch" LICENSE="GPL-2 LGPL-2" SLOT="3.2" @@ -42,18 +49,22 @@ RDEPEND="${DEPEND} dev-lang/python" src_unpack() { - kde_src_unpack - epatch ${FILESDIR}/post-3.2.3-kdelibs-kcookiejar.patch - epatch ${FILESDIR}/post-3.2.3-kdelibs-kstandarddirs.patch + unpack $PN-$PV.tar.bz2 + # This is an ugly hack: it makes base_src_unpack do nothing, but still lets us enjoy + # the other things kde_src_unpack does. + kde_src_unpack nounpack + + epatch ${DISTDIR}/post-3.2.3-kdelibs-kcookiejar.patch + epatch ${DISTDIR}/post-3.2.3-kdelibs-kstandarddirs.patch epatch ${FILESDIR}/post-3.2.3-kdelibs-htmlframes.patch - epatch ${FILESDIR}/post-3.2.3-kdelibs-htmlframes2.patch - epatch ${FILESDIR}/post-3.2.3-kdelibs-kio.diff + epatch ${DISTDIR}/post-3.2.3-kdelibs-htmlframes2.patch epatch ${FILESDIR}/post-3.2.3-kdelibs-khtml.diff - epatch ${FILESDIR}/post-3.2.3-kdelibs-kioslave.patch + epatch ${DISTDIR}/post-3.2.3-kdelibs-kioslave.patch epatch ${FILESDIR}/kde3-dcopidlng.patch - cd ${S}/dcop && patch -p0 < ${FILESDIR}/post-3.2.3-kdelibs-dcopserver.patch + cd ${S}/kio && patch -p0 < ${DISTDIR}/post-3.2.3-kdelibs-kio.diff + cd ${S}/dcop && patch -p0 < ${DISTDIR}/post-3.2.3-kdelibs-dcopserver.patch cd ${S} - epatch ${FILESDIR}/post-3.2.3-kdelibs-dcop.patch + epatch ${DISTDIR}/post-3.2.3-kdelibs-dcop.patch epatch ${FILESDIR}/post-3.2.3-kdelibs-idn.patch # kimgio input validation errors, see bug #88862 @@ -103,3 +114,5 @@ pkg_postinst() { $KDEDIR/share/doc/HTML/en/kdelibs-apidocs/common fi } + + |