diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-10-17 15:46:23 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-10-17 15:46:23 +0000 |
commit | 1739582deab9a89678cb970271bccd46888fee35 (patch) | |
tree | e245a84202b12c32f643d291c042ab7ee3766dbf /media-plugins | |
parent | Add missing dependency over zlib. (diff) | |
download | gentoo-2-1739582deab9a89678cb970271bccd46888fee35.tar.gz gentoo-2-1739582deab9a89678cb970271bccd46888fee35.tar.bz2 gentoo-2-1739582deab9a89678cb970271bccd46888fee35.zip |
Version Bump.
(Portage version: 2.1.1)
Diffstat (limited to 'media-plugins')
3 files changed, 38 insertions, 1 deletions
diff --git a/media-plugins/banshee-official-plugins/ChangeLog b/media-plugins/banshee-official-plugins/ChangeLog index 504076d91c55..2fcc8e337146 100644 --- a/media-plugins/banshee-official-plugins/ChangeLog +++ b/media-plugins/banshee-official-plugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/banshee-official-plugins # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-official-plugins/ChangeLog,v 1.1 2006/09/20 01:06:58 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-official-plugins/ChangeLog,v 1.2 2006/10/17 15:46:23 metalgod Exp $ + +*banshee-official-plugins-0.11.1 (17 Oct 2006) + + 17 Oct 2006; Luis Medinas <metalgod@gentoo.org> + +banshee-official-plugins-0.11.1.ebuild: + Version Bump. *banshee-official-plugins-0.11.0 (20 Sep 2006) diff --git a/media-plugins/banshee-official-plugins/banshee-official-plugins-0.11.1.ebuild b/media-plugins/banshee-official-plugins/banshee-official-plugins-0.11.1.ebuild new file mode 100644 index 000000000000..b54315540c99 --- /dev/null +++ b/media-plugins/banshee-official-plugins/banshee-official-plugins-0.11.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-official-plugins/banshee-official-plugins-0.11.1.ebuild,v 1.1 2006/10/17 15:46:23 metalgod Exp $ + +inherit mono + +DESCRIPTION="Banshee Official Plugins" +HOMEPAGE="http://www.banshee-project.org/" +SRC_URI="http://banshee-project.org/files/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=media-sound/banshee-0.11" + +RDEPEND="" + +src_compile() { + econf || die + + emake -j1 || die +} + +src_install() { + make DESTDIR=${D} install || die "make install failed" +} diff --git a/media-plugins/banshee-official-plugins/files/digest-banshee-official-plugins-0.11.1 b/media-plugins/banshee-official-plugins/files/digest-banshee-official-plugins-0.11.1 new file mode 100644 index 000000000000..081577348367 --- /dev/null +++ b/media-plugins/banshee-official-plugins/files/digest-banshee-official-plugins-0.11.1 @@ -0,0 +1,3 @@ +MD5 90c56f483a46ecf7c1ee79ca4b57ead0 banshee-official-plugins-0.11.1.tar.gz 453754 +RMD160 802aae7458adc2c1b2c1c91cd8b51472d38794b5 banshee-official-plugins-0.11.1.tar.gz 453754 +SHA256 0df8c9d2781ead0a5d53ba74d8f9c763f52de3ab75867f081c9f0ddca816a145 banshee-official-plugins-0.11.1.tar.gz 453754 |