diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-12-02 18:43:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-12-02 18:43:42 +0000 |
commit | 0f04331393962e20988085d389a609c18ad9547e (patch) | |
tree | c02f2717c8ea46c4b19cfa84cc12a9e8c903d03a /games-mud | |
parent | Fix test that was not skipped for bug 531464 ; Drop old (diff) | |
download | gentoo-2-0f04331393962e20988085d389a609c18ad9547e.tar.gz gentoo-2-0f04331393962e20988085d389a609c18ad9547e.tar.bz2 gentoo-2-0f04331393962e20988085d389a609c18ad9547e.zip |
restore previous style
(Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/gnome-mud/ChangeLog | 5 | ||||
-rw-r--r-- | games-mud/gnome-mud/gnome-mud-0.11.2.ebuild | 15 |
2 files changed, 10 insertions, 10 deletions
diff --git a/games-mud/gnome-mud/ChangeLog b/games-mud/gnome-mud/ChangeLog index 83349a72b5d8..a51bb0f316f5 100644 --- a/games-mud/gnome-mud/ChangeLog +++ b/games-mud/gnome-mud/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-mud/gnome-mud # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.31 2014/12/02 16:30:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.32 2014/12/02 18:43:42 mr_bones_ Exp $ + + 02 Dec 2014; Michael Sterrett <mr_bones_@gentoo.org> gnome-mud-0.11.2.ebuild: + restore previous style 02 Dec 2014; Pacho Ramos <pacho@gentoo.org> gnome-mud-0.11.2.ebuild: Update homepage, drop some unneeded stuff, bump eapi, stable on amd64 diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild index 4feb2e7ed5a2..efce1aa67ec8 100644 --- a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild +++ b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild,v 1.9 2014/12/02 16:30:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild,v 1.10 2014/12/02 18:43:42 mr_bones_ Exp $ EAPI=5 GCONF_DEBUG="yes" @@ -16,8 +16,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="gstreamer" -RDEPEND=" - x11-libs/gtk+:2 +RDEPEND="x11-libs/gtk+:2 >=gnome-base/libglade-2.0.1:2.0 gnome-base/gconf:2 >=x11-libs/vte-0.11:0 @@ -25,24 +24,22 @@ RDEPEND=" dev-perl/XML-Parser dev-libs/libpcre net-libs/gnet:2 - virtual/libintl -" + virtual/libintl" DEPEND="${RDEPEND} virtual/pkgconfig >=dev-util/intltool-0.23 >=sys-devel/gettext-0.11.5 - app-text/scrollkeeper -" + app-text/scrollkeeper" src_configure() { - DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" gnome2_src_configure \ --bindir="${GAMES_BINDIR}" \ $(use_enable gstreamer) } src_install() { - gnome2_src_install + DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" \ + gnome2_src_install prepgamesdirs } |