diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-09-14 14:04:49 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-09-14 14:04:49 +0000 |
commit | c4d128127829b0ab78442e3bf7f6e85bea2c4ee6 (patch) | |
tree | 2e3c564b6be030b3b1d8d17db4fc6653f5931626 /net-libs | |
parent | Use correct sqlite module name, when disabling it. (diff) | |
download | gentoo-2-c4d128127829b0ab78442e3bf7f6e85bea2c4ee6.tar.gz gentoo-2-c4d128127829b0ab78442e3bf7f6e85bea2c4ee6.tar.bz2 gentoo-2-c4d128127829b0ab78442e3bf7f6e85bea2c4ee6.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/webkit-gtk/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-0_p36403.ebuild (renamed from net-libs/webkit-gtk/webkit-gtk-0_p35913.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-libs/webkit-gtk/ChangeLog b/net-libs/webkit-gtk/ChangeLog index 48e8001afa35..c3032eb111d8 100644 --- a/net-libs/webkit-gtk/ChangeLog +++ b/net-libs/webkit-gtk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/webkit-gtk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.13 2008/09/06 07:29:42 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.14 2008/09/14 14:04:49 jokey Exp $ + +*webkit-gtk-0_p36403 (14 Sep 2008) + + 14 Sep 2008; Markus Ullmann <jokey@gentoo.org> + -webkit-gtk-0_p35913.ebuild, +webkit-gtk-0_p36403.ebuild: + Version bump 06 Sep 2008; Markus Ullmann <jokey@gentoo.org> ChangeLog: Port from dev overlay diff --git a/net-libs/webkit-gtk/webkit-gtk-0_p35913.ebuild b/net-libs/webkit-gtk/webkit-gtk-0_p36403.ebuild index 97e45d3284a2..9621042d42e8 100644 --- a/net-libs/webkit-gtk/webkit-gtk-0_p35913.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-0_p36403.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/net-libs/webkit-gtk/webkit-gtk-0_p35913.ebuild,v 1.1 2008/08/25 15:46:02 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p36403.ebuild,v 1.1 2008/09/14 14:04:49 jokey Exp $ inherit autotools @@ -11,7 +11,7 @@ SRC_URI="http://nightly.webkit.org/files/trunk/src/${MY_P}.tar.bz2" LICENSE="LGPL-2 LGPL-2.1 BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc -sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="coverage debug gstreamer pango soup sqlite svg xslt" RDEPEND=">=x11-libs/gtk+-2.8 |