diff options
author | 2012-12-16 19:27:25 +0000 | |
---|---|---|
committer | 2012-12-16 19:27:25 +0000 | |
commit | 4aa08d044fb1a00310939a3463f9284045fc908e (patch) | |
tree | fa75ea330f0d466204201f71f241844fc362a86e /media-sound | |
parent | respect ar, runlib, bug#447492, thanks to Agostino Sarubbo (diff) | |
download | gentoo-2-4aa08d044fb1a00310939a3463f9284045fc908e.tar.gz gentoo-2-4aa08d044fb1a00310939a3463f9284045fc908e.tar.bz2 gentoo-2-4aa08d044fb1a00310939a3463f9284045fc908e.zip |
Fix LICENSE, see COPYING file, bug 445946.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/id3tool/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/id3tool/id3tool-1.2a.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/id3tool/ChangeLog b/media-sound/id3tool/ChangeLog index 3a19e65111ca..79d9b45df38e 100644 --- a/media-sound/id3tool/ChangeLog +++ b/media-sound/id3tool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/id3tool -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3tool/ChangeLog,v 1.18 2008/05/11 09:17:26 solar Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3tool/ChangeLog,v 1.19 2012/12/16 19:27:25 ulm Exp $ + + 16 Dec 2012; Ulrich Müller <ulm@gentoo.org> id3tool-1.2a.ebuild: + Fix LICENSE, see COPYING file, bug 445946. 11 May 2008; <solar@gentoo.org> id3tool-1.2a.ebuild: - keyworded for ~arm diff --git a/media-sound/id3tool/id3tool-1.2a.ebuild b/media-sound/id3tool/id3tool-1.2a.ebuild index 01f0e68cabc3..50b93e5d8515 100644 --- a/media-sound/id3tool/id3tool-1.2a.ebuild +++ b/media-sound/id3tool/id3tool-1.2a.ebuild @@ -1,12 +1,12 @@ -# 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/media-sound/id3tool/id3tool-1.2a.ebuild,v 1.6 2008/05/11 09:17:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3tool/id3tool-1.2a.ebuild,v 1.7 2012/12/16 19:27:25 ulm Exp $ DESCRIPTION="A command line utility for easy manipulation of the ID3 tags present in MPEG Layer 3 audio files" HOMEPAGE="http://nekohako.xware.cx/id3tool" SRC_URI="http://nekohako.xware.cx/id3tool/${P}.tar.gz" -LICENSE="as-is" +LICENSE="BSD" SLOT="0" KEYWORDS="~arm amd64 ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" |