mr_bones_ 15/02/14 03:49:34 Modified: gwp-0.4.0-r3.ebuild ChangeLog Log: use app-text/rarian instead of app-text/scrollkeeper (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 games-strategy/gwp/gwp-0.4.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r3.ebuild?r1=1.3&r2=1.4 Index: gwp-0.4.0-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gwp-0.4.0-r3.ebuild 29 Jan 2015 10:14:50 -0000 1.3 +++ gwp-0.4.0-r3.ebuild 14 Feb 2015 03:49:34 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r3.ebuild,v 1.3 2015/01/29 10:14:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r3.ebuild,v 1.4 2015/02/14 03:49:34 mr_bones_ Exp $ EAPI=5 GCONF_DEBUG="yes" @@ -18,21 +18,18 @@ IUSE="nls opengl python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND=" - x11-libs/gtk+:2 +RDEPEND="x11-libs/gtk+:2 gnome-base/libgnomeui gnome-base/libglade - app-text/scrollkeeper + app-text/rarian dev-libs/libpcre nls? ( virtual/libintl ) opengl? ( x11-libs/gtkglext ) python? ( ${PYTHON_DEPS} - dev-python/pygtk[${PYTHON_USEDEP}] ) -" + dev-python/pygtk[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} virtual/pkgconfig - nls? ( sys-devel/gettext ) -" + nls? ( sys-devel/gettext )" pkg_setup() { use python && python-single-r1_pkg_setup @@ -58,7 +55,7 @@ } src_install() { - DOCS="AUTHORS ChangeLog CHANGES README TODO" + DOCS="AUTHORS ChangeLog CHANGES README TODO" \ gnome2_src_install rm -rf "${D}"/usr/share/doc/gwp } 1.15 games-strategy/gwp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 29 Jan 2015 10:15:35 -0000 1.14 +++ ChangeLog 14 Feb 2015 03:49:34 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/gwp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.14 2015/01/29 10:15:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.15 2015/02/14 03:49:34 mr_bones_ Exp $ + + 14 Feb 2015; Michael Sterrett <[email protected]> gwp-0.4.0-r3.ebuild: + use app-text/rarian instead of app-text/scrollkeeper 29 Jan 2015; Pacho Ramos <[email protected]> -gwp-0.4.0-r2.ebuild: drop old
