diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-14 03:49:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-14 03:49:34 +0000 |
commit | 5834bb9eeab95c347be4fc1e6948be235d723128 (patch) | |
tree | 285fe0852685ac6e8ac9a28a2037ac5d2a03fac7 /games-strategy | |
parent | use app-text/rarian instead of app-text/scrollkeeper (diff) | |
download | gentoo-2-5834bb9eeab95c347be4fc1e6948be235d723128.tar.gz gentoo-2-5834bb9eeab95c347be4fc1e6948be235d723128.tar.bz2 gentoo-2-5834bb9eeab95c347be4fc1e6948be235d723128.zip |
use app-text/rarian instead of app-text/scrollkeeper
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/gwp/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/gwp/gwp-0.4.0-r3.ebuild | 15 |
2 files changed, 10 insertions, 10 deletions
diff --git a/games-strategy/gwp/ChangeLog b/games-strategy/gwp/ChangeLog index f57fe8b8ccbf..6c0499e82928 100644 --- a/games-strategy/gwp/ChangeLog +++ b/games-strategy/gwp/ChangeLog @@ -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 <mr_bones_@gentoo.org> gwp-0.4.0-r3.ebuild: + use app-text/rarian instead of app-text/scrollkeeper 29 Jan 2015; Pacho Ramos <pacho@gentoo.org> -gwp-0.4.0-r2.ebuild: drop old diff --git a/games-strategy/gwp/gwp-0.4.0-r3.ebuild b/games-strategy/gwp/gwp-0.4.0-r3.ebuild index a9de706f3c6f..05c9167e5d84 100644 --- a/games-strategy/gwp/gwp-0.4.0-r3.ebuild +++ b/games-strategy/gwp/gwp-0.4.0-r3.ebuild @@ -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 @@ KEYWORDS="amd64 x86" 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_configure() { } src_install() { - DOCS="AUTHORS ChangeLog CHANGES README TODO" + DOCS="AUTHORS ChangeLog CHANGES README TODO" \ gnome2_src_install rm -rf "${D}"/usr/share/doc/gwp } |