Portage is a package management system used by Gentoo Linux
# ChangeLog for media-plugins/flexplaylist
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/ChangeLog,v 1.10 2007/02/22 02:14:30 peper Exp $
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
31 May 2006; Diego Pettenò
flexplaylist-0.4.8.ebuild:
Make sure aRTs is required. Thanks to Jakub Moc.
15 Jan 2005; Dan Armak
Changed dep on kdemultimedia to accept noatun, the new split ebuild.
15 Oct 2004; Jeremy Huddleston
flexplaylist-0.4.8.ebuild:
DEPEND on arts to make sure that noatun was built with kdemultimedia.
01 Sep 2004; Jeremy Huddleston
flexplaylist-0.4.8.ebuild:
Stable amd64.
29 Jun 2004; Carsten Lohrke
QA: kde-base -> kde, newdepend -> DEPEND, need-kde after R/DEPEND
23 Jun 2004; Jeremy Huddleston
flexplaylist-0.4.8.ebuild:
Stable x86. Added ~amd64.
13 May 2004; David Holm
Added to ~ppc.
*flexplaylist-0.4.8 (12 May 2004)
12 May 2004; Jon Hood
Initial commit. Closes #37644. Thanks to Lucas Roxo Mundim
DIST flexplaylist-0.4.8.tar.bz2 412340 RMD160 d41025f5e80533d22590ac0e364416fc98cccde4 SHA1 4f1c969c6ee99b5d7da5d52248596d48a95ccd98 SHA256 fdaede5325259ea392c5445247ba6c19edbdd4134a07a4718a977b3cb3e75a12
EBUILD flexplaylist-0.4.8.ebuild 749 RMD160 4937d22b4b813402c2e324c714350cdadae9f025 SHA1 f46f1ce626e12d45ade85a94841d7c698577aa13 SHA256 4f8218c5b8b96a52fb5fb216b1d0240facd6a28b80cb1e78b45e1613c16ce82e
MISC ChangeLog 1424 RMD160 60e3e0e0e054e5ad45787915f38a916efa0a2ffd SHA1 350879df7771b353f5c221cd3714a19f0a9eb306 SHA256 e3ee92968444a74ac5afc26bb26dc0bffddfdeef70d084f2da71bb12eb6b906f
MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/flexplaylist/flexplaylist-0.4.8.ebuild,v 1.9 2006/05/31 11:11:35 flameeyes Exp $
ARTS_REQUIRED="yes"
inherit kde
DESCRIPTION="Winamp/XMMS like Playlist for Noatun 2"
HOMEPAGE="http://metz.gehn.net/"
SRC_URI="http://metz.gehn.net/files/CurrentSources/${P}.tar.bz2"
SLOT="0"
LICENSE="Artistic-2"
KEYWORDS="x86 ~ppc amd64"
IUSE=""
# If we didn't build kdemultimedia with arts support, then we won't have
# noatun, so depend on arts to make sure we have noatun... it's a hack, but
# it's as good as we can do for now...
DEPEND="|| ( kde-base/noatun >=kde-base/kdemultimedia-3.0 )"
need-kde 3