diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-21 19:22:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-21 19:22:14 +0000 |
commit | 31f6a67660a79f3708c98237b78090d74d7581d1 (patch) | |
tree | 44192fa0bdb5f0b1ab1dea10d07f90c894b4656a /games-action/cylindrix | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-31f6a67660a79f3708c98237b78090d74d7581d1.tar.gz gentoo-2-31f6a67660a79f3708c98237b78090d74d7581d1.tar.bz2 gentoo-2-31f6a67660a79f3708c98237b78090d74d7581d1.zip |
add eutils
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-action/cylindrix')
-rw-r--r-- | games-action/cylindrix/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/cylindrix/cylindrix-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/cylindrix/ChangeLog b/games-action/cylindrix/ChangeLog index 502594ab8c63..3ce220d59e3d 100644 --- a/games-action/cylindrix/ChangeLog +++ b/games-action/cylindrix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/cylindrix -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/ChangeLog,v 1.9 2011/06/22 16:48:26 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/ChangeLog,v 1.10 2012/05/21 19:22:14 mr_bones_ Exp $ + + 21 May 2012; Michael Sterrett <mr_bones_@gentoo.org> cylindrix-1.0.ebuild: + add eutils 22 Jun 2011; Tupone Alfredo <tupone@gentoo.org> cylindrix-1.0.ebuild, +files/cylindrix-1.0-underlink.patch: diff --git a/games-action/cylindrix/cylindrix-1.0.ebuild b/games-action/cylindrix/cylindrix-1.0.ebuild index e16dd53b396e..c6548ee3617b 100644 --- a/games-action/cylindrix/cylindrix-1.0.ebuild +++ b/games-action/cylindrix/cylindrix-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/cylindrix-1.0.ebuild,v 1.10 2011/06/22 16:48:26 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/cylindrix-1.0.ebuild,v 1.11 2012/05/21 19:22:14 mr_bones_ Exp $ EAPI=2 -inherit autotools games +inherit autotools eutils games DESCRIPTION="Action game in a tube" HOMEPAGE="http://www.hardgeus.com/cylindrix/" |