diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-03-30 15:03:18 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-03-30 15:03:18 +0000 |
commit | adf36d8657f2a69c34a5badcd266317a8b6726fd (patch) | |
tree | 11e10a00d9139ac0ca2fc0eb9c0fca4f5e501f41 /app-emulation | |
parent | Stable for alpha, wrt bug #456524 (diff) | |
download | gentoo-2-adf36d8657f2a69c34a5badcd266317a8b6726fd.tar.gz gentoo-2-adf36d8657f2a69c34a5badcd266317a8b6726fd.tar.bz2 gentoo-2-adf36d8657f2a69c34a5badcd266317a8b6726fd.zip |
Fix LICENSE, see COPYRIGHT file in tarball.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/dinero/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/dinero/dinero-4.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/dinero/ChangeLog b/app-emulation/dinero/ChangeLog index 84664aaed89c..27588ac0bb32 100644 --- a/app-emulation/dinero/ChangeLog +++ b/app-emulation/dinero/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/dinero # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/ChangeLog,v 1.16 2013/02/11 14:43:40 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/ChangeLog,v 1.17 2013/03/30 15:03:18 ulm Exp $ + + 30 Mar 2013; Ulrich Müller <ulm@gentoo.org> dinero-4.7-r1.ebuild: + Fix LICENSE, see COPYRIGHT file in tarball. 11 Feb 2013; Michael Palimaka <kensington@gentoo.org> -dinero-4.7.ebuild: Remove old. diff --git a/app-emulation/dinero/dinero-4.7-r1.ebuild b/app-emulation/dinero/dinero-4.7-r1.ebuild index ab84bd5593b3..60270810d445 100644 --- a/app-emulation/dinero/dinero-4.7-r1.ebuild +++ b/app-emulation/dinero/dinero-4.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/dinero-4.7-r1.ebuild,v 1.4 2013/02/10 19:24:56 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/dinero-4.7-r1.ebuild,v 1.5 2013/03/30 15:03:18 ulm Exp $ EAPI=4 @@ -12,9 +12,9 @@ DESCRIPTION="Cache simulator" HOMEPAGE="http://www.cs.wisc.edu/~markhill/DineroIV/" SRC_URI="ftp://ftp.cs.wisc.edu/markhill/DineroIV/${MY_P}.tar.gz" +LICENSE="free-noncomm" SLOT="0" KEYWORDS="amd64 ppc x86" -LICENSE="as-is" IUSE="" src_prepare() { |