diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-30 17:52:46 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-30 17:52:46 +0000 |
commit | cbd6b9f336c9b0a327ee62614a46f79aa3124480 (patch) | |
tree | 7ab52fc8ceeb0aed465659f4e3d475893751f99f /media-sound/amarok | |
parent | bump (diff) | |
download | gentoo-2-cbd6b9f336c9b0a327ee62614a46f79aa3124480.tar.gz gentoo-2-cbd6b9f336c9b0a327ee62614a46f79aa3124480.tar.bz2 gentoo-2-cbd6b9f336c9b0a327ee62614a46f79aa3124480.zip |
bump
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/amarok/Manifest | 4 | ||||
-rw-r--r-- | media-sound/amarok/amarok-0.6.91.ebuild | 24 | ||||
-rw-r--r-- | media-sound/amarok/files/digest-amarok-0.6.91 | 1 |
4 files changed, 33 insertions, 3 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index aab685fee765..0a5cf807394d 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/amarok # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.2 2003/09/26 13:45:24 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.3 2003/10/30 17:52:41 lanius Exp $ + +*amarok-0.6.91 (30 Oct 2003) + + 30 Oct 2003; Heinrich Wendel <lanius@gentoo.org> amarok-0.6.91.ebuild: + bump 26 Sep 2003; Alex Veber <coronalvr@gentoo.org> amarok-0.6.0.ebuild: added a missing dep on kdemultimedia diff --git a/media-sound/amarok/Manifest b/media-sound/amarok/Manifest index 25a796b54670..945080d7ce8e 100644 --- a/media-sound/amarok/Manifest +++ b/media-sound/amarok/Manifest @@ -1,5 +1,5 @@ -MD5 3428230862b7d4bc5eb168bf2098dd10 amarok-0.6.91.ebuild 612 +MD5 5e5f893788bfa4e04395ec0b7e9025d9 amarok-0.6.91.ebuild 596 MD5 7d0cda9166137c104f784ad3b098a2bf amarok-0.6.0.ebuild 594 -MD5 603e014d0eddcdc289f863cfdf70cf8f ChangeLog 495 +MD5 0be3c65f0e9d40c0a44150424a9502ae ChangeLog 603 MD5 90cb0005575ca25c07c2d9cda157a987 files/digest-amarok-0.6.91 66 MD5 1b36d394c22d0dcbc71059f97570b72a files/digest-amarok-0.6.0 65 diff --git a/media-sound/amarok/amarok-0.6.91.ebuild b/media-sound/amarok/amarok-0.6.91.ebuild new file mode 100644 index 000000000000..4b21c4e4df65 --- /dev/null +++ b/media-sound/amarok/amarok-0.6.91.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.6.91.ebuild,v 1.1 2003/10/30 17:52:41 lanius Exp $ + +inherit kde-base +need-kde 3 + +DESCRIPTION="amaroK is a media player for KDE" +HOMEPAGE="http://amarok.sourceforge.net/" +SRC_URI="mirror://sourceforge/amarok/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +newdepend "kde-base/kdemultimedia" + +src_compile() { + rm configure + + PREFIX=`kde-config --prefix` + kde_src_compile myconf configure || die + + make || die +} diff --git a/media-sound/amarok/files/digest-amarok-0.6.91 b/media-sound/amarok/files/digest-amarok-0.6.91 new file mode 100644 index 000000000000..0a327104dfd2 --- /dev/null +++ b/media-sound/amarok/files/digest-amarok-0.6.91 @@ -0,0 +1 @@ +MD5 22a367102d16cb77b0c696e497f58308 amarok-0.6.91.tar.bz2 615598 |