Portage is a package management system used by Gentoo Linux
# ChangeLog for media-plugins/gmpc-autoplaylist
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-autoplaylist/ChangeLog,v 1.13 2008/03/20 21:38:50 angelos Exp $
20 Mar 2008; Christoph Mende
-gmpc-autoplaylist-0.14.0.ebuild, -gmpc-autoplaylist-0.15.0.ebuild:
Remove old
17 Mar 2008; Ferris McCormick
gmpc-autoplaylist-0.15.5.0.ebuild:
Sparc stable --- part of Bug #212077.
16 Mar 2008; Markus Meier
gmpc-autoplaylist-0.15.5.0.ebuild:
x86 stable, bug #212077
02 Mar 2008; nixnut
Stable on ppc wrt bug 212077
02 Mar 2008; Christoph Mende
gmpc-autoplaylist-0.15.5.0.ebuild:
Stable on amd64, bug #212077
*gmpc-autoplaylist-0.15.5.0 (27 Jan 2008)
27 Jan 2008; Christoph Mende
+gmpc-autoplaylist-0.15.5.0.ebuild:
Taking over maintainership and version bump (Bug #202995 by Jesse Adelman)
17 Jan 2008; Diego Pettenò
gmpc-autoplaylist-0.15.0.ebuild:
Add missing pkg-config dependency. Thanks Patrick in bug #205747.
07 Aug 2007; Gustavo Zacarias
gmpc-autoplaylist-0.15.0.ebuild:
Stable on sparc
25 Jul 2007; Gustavo Zacarias
gmpc-autoplaylist-0.15.0.ebuild:
Keyworded ~ppc
27 Jun 2007; Gustavo Zacarias
gmpc-autoplaylist-0.15.0.ebuild:
Keyworded ~sparc
24 Jun 2007; Christoph Mende
gmpc-autoplaylist-0.15.0.ebuild:
Added ~amd64
*gmpc-autoplaylist-0.15.0 (19 Jun 2007)
19 Jun 2007; Andrej Kacian
+gmpc-autoplaylist-0.15.0.ebuild:
Version bump.
*gmpc-autoplaylist-0.14.0 (15 Apr 2007)
15 Apr 2007; Andrej Kacian
+gmpc-autoplaylist-0.14.0.ebuild:
Initial commit. Bug #173241, by fabien Zouaoui
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST gmpc-autoplaylist-0.15.5.0.tar.gz 312263 RMD160 8c5b64a0c5e587e4c7b70a84d43efcc4a1edbcfe SHA1 d03a776393224438636a6a2cb9d243fc9686a08a SHA256 760f524b9644aee64d487827945e6d20ab25a50a3f116920be86c36ef3d841a1
EBUILD gmpc-autoplaylist-0.15.5.0.ebuild 662 RMD160 fc5c379c70b98e54052ecad2a107ec6da4a72377 SHA1 202aa91f907aea29fd011211ce6ed9a2e687c2f6 SHA256 c96d88268e5ada431fa1cba4fe8c350679f3437c4cb562c2b949882eccdab3c2
MISC ChangeLog 2011 RMD160 1a6d690ad83623dbe8c9262882c1309a8ec12898 SHA1 8e98725a80689119d528a4a59d518f6f92f25511 SHA256 eb4fcb10748a83dfd309a4ab44856a861cf6fc0dee1cc232096c83d05218d802
MISC metadata.xml 422 RMD160 ec26843580c79f2e3495a4ef9434a330ebc1b693 SHA1 558711176c1515349f945fc3de77a05379a3ead4 SHA256 c297ee5b1898102b0931f63a653aeda585f92ca5a3fbbb7dee53785feb850d38
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH4tl1KhnDs22gwa8RAuPOAJ44X9V5dpDI6IsH7A9AWJ+BT31cpwCfc7qf
3eX+tgoXh32kGXdayxh82YQ=
=egyB
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.5.0.ebuild,v 1.5 2008/03/17 14:43:29 fmccor Exp $
DESCRIPTION="This plugin allows you to generate a playlist based on a set of rules"
HOMEPAGE="http://sarine.nl/gmpc-plugins-autoplaylist"
SRC_URI="http://download.sarine.nl/gmpc-0.15.5/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND=">=media-sound/gmpc-${PV}
dev-libs/libxml2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install () {
emake DESTDIR="${D}" install || die
}