creffett 15/02/18 15:06:08 Modified: xiphos-3.2.2.ebuild ChangeLog Removed: xiphos-3.1.6.ebuild Log: Make dep on webkit-gtk mandatory, bug 516256. Drop old. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xD1BAB6B528DB029C)
Revision Changes Path 1.2 app-text/xiphos/xiphos-3.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xiphos/xiphos-3.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xiphos/xiphos-3.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xiphos/xiphos-3.2.2.ebuild?r1=1.1&r2=1.2 Index: xiphos-3.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/xiphos/xiphos-3.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xiphos-3.2.2.ebuild 14 Oct 2014 19:01:57 -0000 1.1 +++ xiphos-3.2.2.ebuild 18 Feb 2015 15:06:08 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/xiphos-3.2.2.ebuild,v 1.1 2014/10/14 19:01:57 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/xiphos-3.2.2.ebuild,v 1.2 2015/02/18 15:06:08 creffett Exp $ # TODO: waf-utils.eclass ? @@ -15,26 +15,26 @@ LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="dbus debug webkit" +IUSE="dbus debug" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=app-text/sword-1.7.3 - >=dev-libs/glib-2 - dev-libs/libxml2 - gnome-base/gconf + >=dev-libs/glib-2[${PYTHON_USEDEP}] + dev-libs/libxml2[${PYTHON_USEDEP}] + gnome-base/gconf[${PYTHON_USEDEP}] gnome-extra/gtkhtml:4.0 >=gnome-extra/libgsf-1.14 + net-libs/webkit-gtk:3 x11-libs/gtk+:3 dbus? ( dev-libs/dbus-glib ) - webkit? ( net-libs/webkit-gtk:3 ) " DEPEND="${RDEPEND} app-text/docbook2X - app-text/gnome-doc-utils + app-text/gnome-doc-utils[${PYTHON_USEDEP}] app-text/rarian - dev-libs/libxslt + dev-libs/libxslt[${PYTHON_USEDEP}] dev-util/intltool virtual/pkgconfig sys-devel/gettext @@ -56,9 +56,6 @@ tc-export AR CC CPP CXX RANLIB - local backend=gtkhtml - use webkit && backend=webkit - CCFLAGS="${CFLAGS}" \ LINKFLAGS="${LDFLAGS}" \ SGML2MAN="$(type -P docbook2man.pl)" \ 1.18 app-text/xiphos/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xiphos/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xiphos/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xiphos/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/xiphos/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 14 Oct 2014 19:01:57 -0000 1.17 +++ ChangeLog 18 Feb 2015 15:06:08 -0000 1.18 @@ -1,6 +1,10 @@ # ChangeLog for app-text/xiphos -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/ChangeLog,v 1.17 2014/10/14 19:01:57 creffett Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/ChangeLog,v 1.18 2015/02/18 15:06:08 creffett Exp $ + + 18 Feb 2015; Chris Reffett <[email protected]> -xiphos-3.1.6.ebuild, + xiphos-3.2.2.ebuild: + Make dep on webkit-gtk mandatory, bug 516256. Drop old. *xiphos-3.2.2 (14 Oct 2014)
