diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-07-14 19:34:34 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-07-14 19:34:34 +0000 |
commit | 4d982a936f8470a97622241ef6f221edb5188c59 (patch) | |
tree | 0456163d6d041a19f01fec79afd392dad12bc1c6 /games-board/openyahtzee | |
parent | underlinkg patch not needed anymore (fixes bug 426530), source only compiles ... (diff) | |
download | gentoo-2-4d982a936f8470a97622241ef6f221edb5188c59.tar.gz gentoo-2-4d982a936f8470a97622241ef6f221edb5188c59.tar.bz2 gentoo-2-4d982a936f8470a97622241ef6f221edb5188c59.zip |
drop unused eutils too
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Diffstat (limited to 'games-board/openyahtzee')
-rw-r--r-- | games-board/openyahtzee/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/openyahtzee/openyahtzee-1.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/openyahtzee/ChangeLog b/games-board/openyahtzee/ChangeLog index 3e96cdc632b1..acfc6a74591d 100644 --- a/games-board/openyahtzee/ChangeLog +++ b/games-board/openyahtzee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/openyahtzee # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/ChangeLog,v 1.15 2012/07/14 19:29:04 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/ChangeLog,v 1.16 2012/07/14 19:34:34 hasufell Exp $ + + 14 Jul 2012; Julian Ospald <hasufell@gentoo.org> openyahtzee-1.9.1.ebuild: + drop unused eutils too 14 Jul 2012; Julian Ospald <hasufell@gentoo.org> openyahtzee-1.9.1.ebuild, -files/openyahtzee-1.9.1-underlink.patch: diff --git a/games-board/openyahtzee/openyahtzee-1.9.1.ebuild b/games-board/openyahtzee/openyahtzee-1.9.1.ebuild index 366fc8fe4a99..54c91078077b 100644 --- a/games-board/openyahtzee/openyahtzee-1.9.1.ebuild +++ b/games-board/openyahtzee/openyahtzee-1.9.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.1.ebuild,v 1.2 2012/07/14 19:29:04 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.1.ebuild,v 1.3 2012/07/14 19:34:34 hasufell Exp $ EAPI=2 WX_GTK_VER="2.8" -inherit eutils wxwidgets toolchain-funcs versionator games +inherit wxwidgets toolchain-funcs versionator games DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee" HOMEPAGE="http://openyahtzee.sourceforge.net/" |