diff options
author | Dan Armak <danarmak@gentoo.org> | 2003-01-30 19:50:22 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2003-01-30 19:50:22 +0000 |
commit | 5410b064772b04143676286007c15de839abff35 (patch) | |
tree | 35d3dd848ec70dd5fc4163647110fb8672fc6860 /app-editors/kile | |
parent | make ebuilds use kde_src_unpack not base_src_unpack - see note on -core (diff) | |
download | gentoo-2-5410b064772b04143676286007c15de839abff35.tar.gz gentoo-2-5410b064772b04143676286007c15de839abff35.tar.bz2 gentoo-2-5410b064772b04143676286007c15de839abff35.zip |
make ebuilds use kde_src_unpack not base_src_unpack - see note on -core
Diffstat (limited to 'app-editors/kile')
-rw-r--r-- | app-editors/kile/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/kile/kile-1.2.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-editors/kile/ChangeLog b/app-editors/kile/ChangeLog index 119c6bf5c349..a5808034c7cc 100644 --- a/app-editors/kile/ChangeLog +++ b/app-editors/kile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/kile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.11 2003/01/22 22:41:33 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.12 2003/01/30 19:50:22 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. *kile-1.31 (12 Dec 2002) diff --git a/app-editors/kile/kile-1.2.ebuild b/app-editors/kile/kile-1.2.ebuild index d15b86ae253c..a95b19c4ff7e 100644 --- a/app-editors/kile/kile-1.2.ebuild +++ b/app-editors/kile/kile-1.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/app-editors/kile/kile-1.2.ebuild,v 1.3 2002/10/17 13:17:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-1.2.ebuild,v 1.4 2003/01/30 19:50:22 danarmak Exp $ inherit kde-base need-kde 3 @@ -16,7 +16,7 @@ KEYWORDS="x86" LICENSE="GPL-2" src_unpack() { - base_src_unpack + kde_src_unpack cd $S/kile mv Makefile.in Makefile.in.orig |