diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-19 14:14:37 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-19 14:14:37 +0000 |
commit | de012b05e0be0e66035dff77f9a7235e42123629 (patch) | |
tree | 069b94d28471984f7c622edb4bdba741f78cf980 /kde-base/kate | |
parent | Stable on ppc wrt bug 202615 (diff) | |
download | gentoo-2-de012b05e0be0e66035dff77f9a7235e42123629.tar.gz gentoo-2-de012b05e0be0e66035dff77f9a7235e42123629.tar.bz2 gentoo-2-de012b05e0be0e66035dff77f9a7235e42123629.zip |
Unpack correctly with the htmlhandbook set.
(Portage version: 2.1.4)
Diffstat (limited to 'kde-base/kate')
-rw-r--r-- | kde-base/kate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kate/kate-4.0.0.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog index cf9fbe087edd..8f4771fd4b15 100644 --- a/kde-base/kate/ChangeLog +++ b/kde-base/kate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kate # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.88 2008/01/17 23:33:07 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.89 2008/01/19 14:14:37 ingmar Exp $ + + 19 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> kate-4.0.0.ebuild: + Unpack correctly with the htmlhandbook set. *kate-4.0.0 (17 Jan 2008) diff --git a/kde-base/kate/kate-4.0.0.ebuild b/kde-base/kate/kate-4.0.0.ebuild index 6ccff4fa2d2b..3ca08b286491 100644 --- a/kde-base/kate/kate-4.0.0.ebuild +++ b/kde-base/kate/kate-4.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.0.0.ebuild,v 1.1 2008/01/17 23:33:07 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.0.0.ebuild,v 1.2 2008/01/19 14:14:37 ingmar Exp $ EAPI="1" @@ -17,3 +17,8 @@ DEPEND="${DEPEND} RDEPEND="${DEPEND} dev-libs/libxml2 dev-libs/libxslt" + +src_unpack() { + use htmlhandbook && KMEXTRA="docs/kate-plugins" + kde4-meta_src_unpack +} |