diff options
author | Johannes Huber <johu@gentoo.org> | 2012-11-24 16:25:03 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-11-24 16:25:03 +0000 |
commit | 2e1ec60c7aa00f13314f5e2d19a0432f6c1417ff (patch) | |
tree | 0003cfe3233e70e5dca6a5f3316faa829f8f56b7 /kde-misc/kwebkitpart | |
parent | Add bug #444542 reference. (diff) | |
download | gentoo-2-2e1ec60c7aa00f13314f5e2d19a0432f6c1417ff.tar.gz gentoo-2-2e1ec60c7aa00f13314f5e2d19a0432f6c1417ff.tar.bz2 gentoo-2-2e1ec60c7aa00f13314f5e2d19a0432f6c1417ff.zip |
Version bump.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/kwebkitpart')
-rw-r--r-- | kde-misc/kwebkitpart/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kwebkitpart/kwebkitpart-1.3.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-misc/kwebkitpart/ChangeLog b/kde-misc/kwebkitpart/ChangeLog index 60f40084b514..069144209abc 100644 --- a/kde-misc/kwebkitpart/ChangeLog +++ b/kde-misc/kwebkitpart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/kwebkitpart # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v 1.20 2012/11/15 15:20:01 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v 1.21 2012/11/24 16:25:03 johu Exp $ + +*kwebkitpart-1.3.1 (24 Nov 2012) + + 24 Nov 2012; Johannes Huber <johu@gentoo.org> +kwebkitpart-1.3.1.ebuild: + Version bump. 15 Nov 2012; Michael Palimaka <kensington@gentoo.org> -kwebkitpart-1.2.0.ebuild: diff --git a/kde-misc/kwebkitpart/kwebkitpart-1.3.1.ebuild b/kde-misc/kwebkitpart/kwebkitpart-1.3.1.ebuild new file mode 100644 index 000000000000..101b80470238 --- /dev/null +++ b/kde-misc/kwebkitpart/kwebkitpart-1.3.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/kwebkitpart-1.3.1.ebuild,v 1.1 2012/11/24 16:25:03 johu Exp $ + +EAPI=4 + +WEBKIT_REQUIRED="always" +inherit kde4-base + +DESCRIPTION="A WebKit KPart for konqueror" +HOMEPAGE="https://projects.kde.org/projects/extragear/base/kwebkitpart" +SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz" + +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +SLOT="4" +IUSE="debug" |