diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-02 11:39:56 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-02 11:39:56 +0000 |
commit | bf77b67425f7dd5387cc75493cfd18b794f425c4 (patch) | |
tree | 76e1d9cfcd2a2223f68d569d0aab90be31229846 /media-sound | |
parent | Remove old. (diff) | |
download | gentoo-2-bf77b67425f7dd5387cc75493cfd18b794f425c4.tar.gz gentoo-2-bf77b67425f7dd5387cc75493cfd18b794f425c4.tar.bz2 gentoo-2-bf77b67425f7dd5387cc75493cfd18b794f425c4.zip |
Bump EAPI and fix LICENSE.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pianobar/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/pianobar/pianobar-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/pianobar/ChangeLog b/media-sound/pianobar/ChangeLog index e9aafef3339b..9e3ef60b556b 100644 --- a/media-sound/pianobar/ChangeLog +++ b/media-sound/pianobar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/pianobar # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.26 2012/12/02 11:39:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/ChangeLog,v 1.27 2012/12/02 11:39:56 radhermit Exp $ + + 02 Dec 2012; Tim Harder <radhermit@gentoo.org> pianobar-9999.ebuild: + Bump EAPI and fix LICENSE. 02 Dec 2012; Tim Harder <radhermit@gentoo.org> -pianobar-2012.09.07.ebuild: Remove old. diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-9999.ebuild index 2a10b397938a..920c25191885 100644 --- a/media-sound/pianobar/pianobar-9999.ebuild +++ b/media-sound/pianobar/pianobar-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/pianobar-9999.ebuild,v 1.3 2012/06/27 09:51:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pianobar/pianobar-9999.ebuild,v 1.4 2012/12/02 11:39:56 radhermit Exp $ -EAPI="4" +EAPI="5" inherit toolchain-funcs flag-o-matic eutils multilib git-2 @@ -12,7 +12,7 @@ DESCRIPTION="A console-based replacement for Pandora's flash player" HOMEPAGE="http://6xq.net/projects/pianobar/" SRC_URI="" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="+aac mp3 static-libs" |