diff options
author | Christoph Mende <angelos@gentoo.org> | 2013-10-31 11:21:52 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2013-10-31 11:21:52 +0000 |
commit | 58980e04675ed000536e703ee4851f7c83e546c2 (patch) | |
tree | 9f8eaff72935b43a0ec386e208a2c6bf06aa1072 /media-sound | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-58980e04675ed000536e703ee4851f7c83e546c2.tar.gz gentoo-2-58980e04675ed000536e703ee4851f7c83e546c2.tar.bz2 gentoo-2-58980e04675ed000536e703ee4851f7c83e546c2.zip |
Version bump, remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpc/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.24.ebuild (renamed from media-sound/mpc/mpc-0.22.ebuild) | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/media-sound/mpc/ChangeLog b/media-sound/mpc/ChangeLog index e828e157e53a..1f03b61f344f 100644 --- a/media-sound/mpc/ChangeLog +++ b/media-sound/mpc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/mpc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.109 2013/05/25 08:05:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.110 2013/10/31 11:21:52 angelos Exp $ + +*mpc-0.24 (31 Oct 2013) + + 31 Oct 2013; Christoph Mende <angelos@gentoo.org> +mpc-0.24.ebuild, + -mpc-0.22.ebuild: + Version bump, remove old 25 May 2013; Agostino Sarubbo <ago@gentoo.org> mpc-0.23.ebuild: Stable for sparc, wrt bug #469470 diff --git a/media-sound/mpc/mpc-0.22.ebuild b/media-sound/mpc/mpc-0.24.ebuild index c92a98e41cfd..8a01caee8ef8 100644 --- a/media-sound/mpc/mpc-0.22.ebuild +++ b/media-sound/mpc/mpc-0.24.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.22.ebuild,v 1.9 2012/07/29 17:01:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.24.ebuild,v 1.1 2013/10/31 11:21:52 angelos Exp $ EAPI=4 inherit bash-completion-r1 DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" HOMEPAGE="http://www.musicpd.org" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.bz2" +SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="iconv" RDEPEND=">=media-libs/libmpdclient-2.2 |