diff options
author | 2002-08-30 08:35:31 +0000 | |
---|---|---|
committer | 2002-08-30 08:35:31 +0000 | |
commit | 42c1afbe1245597cb0a1fe7baf68680c3a2cafd3 (patch) | |
tree | 9ef0818565fe45599454dda5cad22f3e4040c6b4 /media-plugins/xmms-nas | |
parent | moved x11-misc/ikons to x11-themes/ikons (diff) | |
download | historical-42c1afbe1245597cb0a1fe7baf68680c3a2cafd3.tar.gz historical-42c1afbe1245597cb0a1fe7baf68680c3a2cafd3.tar.bz2 historical-42c1afbe1245597cb0a1fe7baf68680c3a2cafd3.zip |
moved xmms plugins from media-sound to media-plugins
Diffstat (limited to 'media-plugins/xmms-nas')
-rw-r--r-- | media-plugins/xmms-nas/ChangeLog | 17 | ||||
-rw-r--r-- | media-plugins/xmms-nas/files/digest-xmms-nas-0.2-r1 | 1 | ||||
-rw-r--r-- | media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild | 25 |
3 files changed, 43 insertions, 0 deletions
diff --git a/media-plugins/xmms-nas/ChangeLog b/media-plugins/xmms-nas/ChangeLog new file mode 100644 index 000000000000..f52eafea0659 --- /dev/null +++ b/media-plugins/xmms-nas/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for media-plugins/xmms-nas +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nas/ChangeLog,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +*xmms-nas-0.2-r1 (1 Feb 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to media-plugins. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-plugins/xmms-nas/files/digest-xmms-nas-0.2-r1 b/media-plugins/xmms-nas/files/digest-xmms-nas-0.2-r1 new file mode 100644 index 000000000000..3bfb8c34249c --- /dev/null +++ b/media-plugins/xmms-nas/files/digest-xmms-nas-0.2-r1 @@ -0,0 +1 @@ +MD5 dc6db4fbcf496340feead371b828c521 xmms-nas-0.2.tar.gz 109998 diff --git a/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild b/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild new file mode 100644 index 000000000000..7001093b2499 --- /dev/null +++ b/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild,v 1.1 2002/08/30 08:35:31 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A xmms plugin for NAS" +SRC_URI="ftp://mud.stack.nl/pub/OuterSpace/willem/${P}.tar.gz" +HOMEPAGE="http://www.xmms.org/plugins_input.html" + +DEPEND="media-sound/xmms media-libs/nas" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +src_compile() { + econf || die + touch config.h + make || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} |