diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-17 13:39:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-17 13:39:30 +0000 |
commit | ce271efa5b75d44e63f8911d05df1c502a55e351 (patch) | |
tree | 76af1e8bbccc68d3635e6431aee5ef776c687954 /games-util | |
parent | [sys-cluster/slurm] Version bump per bug #431664 (diff) | |
download | gentoo-2-ce271efa5b75d44e63f8911d05df1c502a55e351.tar.gz gentoo-2-ce271efa5b75d44e63f8911d05df1c502a55e351.tar.bz2 gentoo-2-ce271efa5b75d44e63f8911d05df1c502a55e351.zip |
Fix LICENSE.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/dzip/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/dzip/dzip-2.9-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-util/dzip/ChangeLog b/games-util/dzip/ChangeLog index 34a9f6dac0ee..6c4f5549d995 100644 --- a/games-util/dzip/ChangeLog +++ b/games-util/dzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/dzip # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/ChangeLog,v 1.13 2012/02/16 18:43:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/ChangeLog,v 1.14 2012/12/17 13:39:30 ulm Exp $ + + 17 Dec 2012; Ulrich Müller <ulm@gentoo.org> dzip-2.9-r1.ebuild: + Fix LICENSE. 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> dzip-2.9-r3.ebuild: x86 stable wrt bug #397043 diff --git a/games-util/dzip/dzip-2.9-r1.ebuild b/games-util/dzip/dzip-2.9-r1.ebuild index 553d9d1aa463..dc96f349163c 100644 --- a/games-util/dzip/dzip-2.9-r1.ebuild +++ b/games-util/dzip/dzip-2.9-r1.ebuild @@ -1,6 +1,6 @@ -# 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-util/dzip/dzip-2.9-r1.ebuild,v 1.4 2008/12/06 15:40:54 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9-r1.ebuild,v 1.5 2012/12/17 13:39:30 ulm Exp $ inherit eutils toolchain-funcs games @@ -8,7 +8,7 @@ DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake" HOMEPAGE="http://speeddemosarchive.com/dzip/" SRC_URI="http://speeddemosarchive.com/dzip/dz${PV/./}src.zip" -LICENSE="as-is" +LICENSE="ZLIB" SLOT="0" KEYWORDS="~ppc x86" IUSE="" |