diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-02 15:51:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-02 15:51:54 +0000 |
commit | d20e20e4620488208a9de941ae31bd5bf93b170a (patch) | |
tree | aa3a3a3a5df052fa5796418b0311a2dacdf9d442 /media-sound/timidity-eawpatches | |
parent | Stable for ppc, wrt bug #445166 (diff) | |
download | gentoo-2-d20e20e4620488208a9de941ae31bd5bf93b170a.tar.gz gentoo-2-d20e20e4620488208a9de941ae31bd5bf93b170a.tar.bz2 gentoo-2-d20e20e4620488208a9de941ae31bd5bf93b170a.zip |
Fix LICENSE, free only for non-commercial use and not to be sold for profit, bug 441636.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'media-sound/timidity-eawpatches')
-rw-r--r-- | media-sound/timidity-eawpatches/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild | 9 |
2 files changed, 11 insertions, 7 deletions
diff --git a/media-sound/timidity-eawpatches/ChangeLog b/media-sound/timidity-eawpatches/ChangeLog index 8138ea2c9190..253e29a87c44 100644 --- a/media-sound/timidity-eawpatches/ChangeLog +++ b/media-sound/timidity-eawpatches/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/timidity-eawpatches -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.40 2007/11/24 12:42:13 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.41 2012/12/02 15:51:54 ulm Exp $ + + 02 Dec 2012; Ulrich Müller <ulm@gentoo.org> + timidity-eawpatches-12-r5.ebuild: + Fix LICENSE, free only for non-commercial use and not to be sold for profit, + bug 441636. 24 Nov 2007; Diego Pettenò <flameeyes@gentoo.org> -timidity-eawpatches-12-r4.ebuild: diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild index d45e4c119631..965bca1abaff 100644 --- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild +++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild,v 1.13 2007/09/29 09:06:03 drac Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild,v 1.14 2012/12/02 15:51:54 ulm Exp $ S=${WORKDIR}/eawpats @@ -10,9 +8,10 @@ DESCRIPTION="Eric Welsh's GUS patches for TiMidity" HOMEPAGE="http://www.stardate.bc.ca/eawpatches/html/default.htm" SRC_URI="http://5hdumat.samizdat.net/music/eawpats${PV}_full.tar.gz" -LICENSE="as-is" +LICENSE="free-noncomm" SLOT="0" KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" # These can be used for libmodplug too, so don't depend on timidity++ DEPEND="app-admin/eselect-timidity" |