diff options
author | 2003-01-30 19:40:19 +0000 | |
---|---|---|
committer | 2003-01-30 19:40:19 +0000 | |
commit | c04b336ff4703caf50776b43cbf92719b21848cd (patch) | |
tree | 9bae53b8b22f058fea2160d89b65fc8607120c47 /kde-base/kdeartwork | |
parent | fixed some deps (diff) | |
download | gentoo-2-c04b336ff4703caf50776b43cbf92719b21848cd.tar.gz gentoo-2-c04b336ff4703caf50776b43cbf92719b21848cd.tar.bz2 gentoo-2-c04b336ff4703caf50776b43cbf92719b21848cd.zip |
make ebuilds use kde_src_unpack not base_src_unpack - see note on -core
Diffstat (limited to 'kde-base/kdeartwork')
-rw-r--r-- | kde-base/kdeartwork/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.0.3.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.0.4.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.0.5a.ebuild | 4 |
5 files changed, 15 insertions, 9 deletions
diff --git a/kde-base/kdeartwork/ChangeLog b/kde-base/kdeartwork/ChangeLog index 0105249af05a..4cd594ca15d1 100644 --- a/kde-base/kdeartwork/ChangeLog +++ b/kde-base/kdeartwork/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdeartwork # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.22 2003/01/08 21:45:57 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.23 2003/01/30 19:40:19 danarmak Exp $ + + 30 Jan 2003; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Change ebuilds to use kde_src_unpack() instead of base_src_unpack(). This + does not affect in any way the compiled output, or any ebuild not suffering + rfom the 'languageChange undeclared' bug, which it fixes. 08 Jan 2003; Mark Guertin <gerk@gentoo.org> kdeartwork-3.1_rc6.ebuild: added ~ppc to keywords diff --git a/kde-base/kdeartwork/kdeartwork-3.0.2.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.2.ebuild index a7989f43303e..f800cc6f84dd 100644 --- a/kde-base/kdeartwork/kdeartwork-3.0.2.ebuild +++ b/kde-base/kdeartwork/kdeartwork-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.2.ebuild,v 1.10 2002/12/09 04:25:04 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.2.ebuild,v 1.11 2003/01/30 19:40:19 danarmak Exp $ IUSE="opengl" inherit kde-dist @@ -16,7 +16,7 @@ use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" src_unpack() { - base_src_unpack + kde_src_unpack cd ${S} # added to fix GL problems within xscreensavers diff --git a/kde-base/kdeartwork/kdeartwork-3.0.3.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.3.ebuild index ed7d1e3ddd83..42ccf88de4d9 100644 --- a/kde-base/kdeartwork/kdeartwork-3.0.3.ebuild +++ b/kde-base/kdeartwork/kdeartwork-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.3.ebuild,v 1.4 2002/10/05 05:39:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.3.ebuild,v 1.5 2003/01/30 19:40:19 danarmak Exp $ IUSE="opengl" inherit kde-dist @@ -16,7 +16,7 @@ use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" src_unpack() { - base_src_unpack + kde_src_unpack cd ${S} # added to fix GL problems within xscreensavers diff --git a/kde-base/kdeartwork/kdeartwork-3.0.4.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.4.ebuild index 672bf8fc1a60..b162cb02fc52 100644 --- a/kde-base/kdeartwork/kdeartwork-3.0.4.ebuild +++ b/kde-base/kdeartwork/kdeartwork-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.4.ebuild,v 1.3 2002/10/16 19:10:17 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.4.ebuild,v 1.4 2003/01/30 19:40:19 danarmak Exp $ inherit kde-dist DESCRIPTION="KDE $PV - artwork" @@ -14,7 +14,7 @@ use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" src_unpack() { - base_src_unpack + kde_src_unpack cd ${S} # added to fix GL problems within xscreensavers diff --git a/kde-base/kdeartwork/kdeartwork-3.0.5a.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.5a.ebuild index 78c6288dd203..a78f0b01ca30 100644 --- a/kde-base/kdeartwork/kdeartwork-3.0.5a.ebuild +++ b/kde-base/kdeartwork/kdeartwork-3.0.5a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.5a.ebuild,v 1.2 2003/01/07 00:08:01 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.5a.ebuild,v 1.3 2003/01/30 19:40:19 danarmak Exp $ inherit kde-dist DESCRIPTION="KDE $PV - artwork" @@ -14,7 +14,7 @@ use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" src_unpack() { - base_src_unpack + kde_src_unpack cd ${S} # added to fix GL problems within xscreensavers |