diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:37:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:37:54 +0000 |
commit | a6bc1ef5991cec1a6a6c67bed8197b075ca532f2 (patch) | |
tree | a976f3009003e353cd912c5163a4bd6c9ee55f2e /games-strategy | |
parent | Migrate to cdrom.eclass, bug 398809. (diff) | |
download | gentoo-2-a6bc1ef5991cec1a6a6c67bed8197b075ca532f2.tar.gz gentoo-2-a6bc1ef5991cec1a6a6c67bed8197b075ca532f2.tar.bz2 gentoo-2-a6bc1ef5991cec1a6a6c67bed8197b075ca532f2.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/coldwar/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/coldwar/coldwar-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/coldwar/ChangeLog b/games-strategy/coldwar/ChangeLog index bd5280042ecd..855998defbd3 100644 --- a/games-strategy/coldwar/ChangeLog +++ b/games-strategy/coldwar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/coldwar -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar/ChangeLog,v 1.2 2008/02/29 19:41:25 carlo Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar/ChangeLog,v 1.3 2012/01/16 19:37:54 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> coldwar-1.0.1.ebuild: + Migrate to cdrom.eclass, bug 398809. 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> coldwar-1.0.1.ebuild: Remove icon extension from desktop entry to match Icon Theme Specification. diff --git a/games-strategy/coldwar/coldwar-1.0.1.ebuild b/games-strategy/coldwar/coldwar-1.0.1.ebuild index 7528ac7d0f73..505701eb5c8e 100644 --- a/games-strategy/coldwar/coldwar-1.0.1.ebuild +++ b/games-strategy/coldwar/coldwar-1.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar/coldwar-1.0.1.ebuild,v 1.2 2008/02/29 19:41:25 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar/coldwar-1.0.1.ebuild,v 1.3 2012/01/16 19:37:54 ulm Exp $ -inherit eutils versionator games +inherit eutils cdrom versionator games PV_MAJOR=$(get_version_component_range 1-2) MY_P=${PN}-${PV_MAJOR}-${PV} |