diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:51:59 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:51:59 +0000 |
commit | 4373cd8fb8ef9784ef176669fbeabe4bfe3b4316 (patch) | |
tree | b00540afb02d500acf307eac090fcbd015098115 /kde-base/libkonq | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-4373cd8fb8ef9784ef176669fbeabe4bfe3b4316.tar.gz gentoo-2-4373cd8fb8ef9784ef176669fbeabe4bfe3b4316.tar.bz2 gentoo-2-4373cd8fb8ef9784ef176669fbeabe4bfe3b4316.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/libkonq')
-rw-r--r-- | kde-base/libkonq/libkonq-4.1.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-base/libkonq/libkonq-4.1.2.ebuild b/kde-base/libkonq/libkonq-4.1.2.ebuild new file mode 100644 index 000000000000..92a4d75dab28 --- /dev/null +++ b/kde-base/libkonq/libkonq-4.1.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/libkonq-4.1.2.ebuild,v 1.1 2008/10/02 10:51:59 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdebase +KMMODULE=apps/lib/konq +CPPUNIT_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="The embeddable part of konqueror" +KEYWORDS="~amd64 ~x86" +IUSE="debug" +RESTRICT="test" +PATCHES=("${FILESDIR}/fix_includes_install.patch") +KMSAVELIBS="true" |