diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-10-30 03:44:34 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-10-30 03:44:34 +0000 |
commit | 8533bf26d9069d9a5d2c6c935ffcd40e9ead383e (patch) | |
tree | acda7e27af84ee2084fa89197f6bebe05199a923 /media-plugins/banshee-official-plugins | |
parent | Add 7.2RC1 server snapshot. xorgcfg is broken (probably minorly), and compiz (diff) | |
download | gentoo-2-8533bf26d9069d9a5d2c6c935ffcd40e9ead383e.tar.gz gentoo-2-8533bf26d9069d9a5d2c6c935ffcd40e9ead383e.tar.bz2 gentoo-2-8533bf26d9069d9a5d2c6c935ffcd40e9ead383e.zip |
Version Bump.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'media-plugins/banshee-official-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 2fcc8e337146..c111b8d4c8d1 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.2 2006/10/17 15:46:23 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-official-plugins/ChangeLog,v 1.3 2006/10/30 03:44:34 metalgod Exp $ + +*banshee-official-plugins-0.11.2 (30 Oct 2006) + + 30 Oct 2006; Luis Medinas <metalgod@gentoo.org> + +banshee-official-plugins-0.11.2.ebuild: + Version Bump. *banshee-official-plugins-0.11.1 (17 Oct 2006) diff --git a/media-plugins/banshee-official-plugins/banshee-official-plugins-0.11.2.ebuild b/media-plugins/banshee-official-plugins/banshee-official-plugins-0.11.2.ebuild new file mode 100644 index 000000000000..302356dd54c8 --- /dev/null +++ b/media-plugins/banshee-official-plugins/banshee-official-plugins-0.11.2.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.2.ebuild,v 1.1 2006/10/30 03:44:34 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.2" + +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.2 b/media-plugins/banshee-official-plugins/files/digest-banshee-official-plugins-0.11.2 new file mode 100644 index 000000000000..235eb605482e --- /dev/null +++ b/media-plugins/banshee-official-plugins/files/digest-banshee-official-plugins-0.11.2 @@ -0,0 +1,3 @@ +MD5 d491603aef49b2efa69608b3b5fe113c banshee-official-plugins-0.11.2.tar.gz 452035 +RMD160 f1c8a139eb937b364bab961689e76df7d078ef8b banshee-official-plugins-0.11.2.tar.gz 452035 +SHA256 8cc5cd5780dcfccb1688b5618200c7cf5f2fe428b1bac091b2e93d6e5b1039a5 banshee-official-plugins-0.11.2.tar.gz 452035 |