diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pms/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/pms/pms-9999.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/pms/ChangeLog b/media-sound/pms/ChangeLog index ec95c627c884..766a88b696ae 100644 --- a/media-sound/pms/ChangeLog +++ b/media-sound/pms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/pms -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pms/ChangeLog,v 1.5 2010/09/16 07:10:28 wired Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pms/ChangeLog,v 1.6 2011/09/21 08:01:22 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> pms-9999.ebuild: + Migrate to git-2. 16 Sep 2010; Alex Alexander <wired@gentoo.org> pms-0.42.ebuild, pms-9999.ebuild: diff --git a/media-sound/pms/pms-9999.ebuild b/media-sound/pms/pms-9999.ebuild index a79fd4345eda..8301db5635d3 100644 --- a/media-sound/pms/pms-9999.ebuild +++ b/media-sound/pms/pms-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pms/pms-9999.ebuild,v 1.2 2010/09/16 07:10:28 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pms/pms-9999.ebuild,v 1.3 2011/09/21 08:01:22 mgorny Exp $ EAPI=2 -inherit autotools git +inherit autotools git-2 DESCRIPTION="Practical Music Search: an open source ncurses client for mpd, written in C++" HOMEPAGE="http://pms.sourceforge.net/" |