diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-03 20:53:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-03 20:53:25 +0000 |
commit | 9ef01f025f42daca9b6eff3c1ba5b339532ff9e8 (patch) | |
tree | 9bc38356a88f0dbd03202e56443ab842f1af993b /games-action/d2x | |
parent | Stable on IA64; bug #116242. (diff) | |
download | historical-9ef01f025f42daca9b6eff3c1ba5b339532ff9e8.tar.gz historical-9ef01f025f42daca9b6eff3c1ba5b339532ff9e8.tar.bz2 historical-9ef01f025f42daca9b6eff3c1ba5b339532ff9e8.zip |
fix up LICENSE (bug #117344)
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-action/d2x')
-rw-r--r-- | games-action/d2x/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/d2x/Manifest | 4 | ||||
-rw-r--r-- | games-action/d2x/d2x-0.2.5-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-action/d2x/ChangeLog b/games-action/d2x/ChangeLog index dfdeaa403593..5cfbc35ee962 100644 --- a/games-action/d2x/ChangeLog +++ b/games-action/d2x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/d2x # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.13 2006/01/02 18:12:11 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.14 2006/01/03 20:53:25 mr_bones_ Exp $ + + 03 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org> d2x-0.2.5-r2.ebuild: + fix up LICENSE (bug #117344) 02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> d2x-0.2.5-r2.ebuild: Stable on ppc. diff --git a/games-action/d2x/Manifest b/games-action/d2x/Manifest index 531806911c70..3eb38502e95e 100644 --- a/games-action/d2x/Manifest +++ b/games-action/d2x/Manifest @@ -1,6 +1,6 @@ -MD5 278f6ebc677b8f7b85fd2356445a9d8a ChangeLog 1768 +MD5 bb6943c28187539a1ef2d49df0888616 ChangeLog 1879 MD5 abfafce3ebdf03bbcfa5c289391e0986 d2x-0.2.5-r1.ebuild 2649 -MD5 02a3c92a375d915922f4f6bdb5bc5542 d2x-0.2.5-r2.ebuild 2694 +MD5 76f71e55705f7da2bd6805bf0425c225 d2x-0.2.5-r2.ebuild 2695 MD5 499b24f4949333a0c04d1177aa3213e5 files/0.2.5-shellscripts.patch 747 MD5 db543dff86446ad7eec4b3d2f633106b files/d2x-0.2.5-dofpcalcs-macro.patch 584 MD5 b298d324cbce31e8cc4779c765fabc4d files/digest-d2x-0.2.5-r1 123 diff --git a/games-action/d2x/d2x-0.2.5-r2.ebuild b/games-action/d2x/d2x-0.2.5-r2.ebuild index edca56777b0a..7e642b4d5481 100644 --- a/games-action/d2x/d2x-0.2.5-r2.ebuild +++ b/games-action/d2x/d2x-0.2.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r2.ebuild,v 1.3 2006/01/02 18:12:11 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r2.ebuild,v 1.4 2006/01/03 20:53:25 mr_bones_ Exp $ inherit flag-o-matic eutils games @@ -10,7 +10,7 @@ HOMEPAGE="http://icculus.org/d2x/" SRC_URI="http://icculus.org/d2x/src/${P}.tar.gz !cdinstall? ( http://icculus.org/d2x/data/${DATAFILE}.tar.gz )" -LICENSE="GPL-2" +LICENSE="D1X" SLOT="0" KEYWORDS="ppc x86" IUSE="cdinstall debug opengl ggi svga" |