diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 05:04:54 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 05:04:54 +0000 |
commit | 1ab7d5498a8fe0083463143017fac0ffa83d261e (patch) | |
tree | 8f316c6e1882b8233e61e70f9b64c4fab2c3f1a3 /media-plugins/streamtuner-python | |
parent | fixed DEPEND (diff) | |
download | historical-1ab7d5498a8fe0083463143017fac0ffa83d261e.tar.gz historical-1ab7d5498a8fe0083463143017fac0ffa83d261e.tar.bz2 historical-1ab7d5498a8fe0083463143017fac0ffa83d261e.zip |
Ebuild submitted in bug #40009 by ronmon@bellsouth.net
Diffstat (limited to 'media-plugins/streamtuner-python')
5 files changed, 38 insertions, 0 deletions
diff --git a/media-plugins/streamtuner-python/ChangeLog b/media-plugins/streamtuner-python/ChangeLog new file mode 100644 index 000000000000..66edaa0561a0 --- /dev/null +++ b/media-plugins/streamtuner-python/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-plugins/streamtuner-python +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-python/ChangeLog,v 1.1 2004/04/09 05:04:54 eradicator Exp $ + +*streamtuner-python-0.1.0 (08 Apr 2004) + + 08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> metadata.xml, + streamtuner-python-0.1.0.ebuild: + Ebuild submitted in bug #40009 by ronmon@bellsouth.net + diff --git a/media-plugins/streamtuner-python/Manifest b/media-plugins/streamtuner-python/Manifest new file mode 100644 index 000000000000..a1dc944f4282 --- /dev/null +++ b/media-plugins/streamtuner-python/Manifest @@ -0,0 +1,2 @@ +MD5 2763572b02fb037b7eec9bff179b8632 streamtuner-python-0.1.0.ebuild 548 +MD5 951449f1ac39d6797561853f13e0bb0e files/digest-streamtuner-python-0.1.0 76 diff --git a/media-plugins/streamtuner-python/files/digest-streamtuner-python-0.1.0 b/media-plugins/streamtuner-python/files/digest-streamtuner-python-0.1.0 new file mode 100644 index 000000000000..5d9b5173ce7a --- /dev/null +++ b/media-plugins/streamtuner-python/files/digest-streamtuner-python-0.1.0 @@ -0,0 +1 @@ +MD5 93c49782ab4a18a4af9723e3696e0b6c streamtuner-python-0.1.0.tar.gz 338666 diff --git a/media-plugins/streamtuner-python/metadata.xml b/media-plugins/streamtuner-python/metadata.xml new file mode 100644 index 000000000000..e1774e3d9ad7 --- /dev/null +++ b/media-plugins/streamtuner-python/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sound</herd> +</pkgmetadata> diff --git a/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild b/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild new file mode 100644 index 000000000000..941d4d16b3ba --- /dev/null +++ b/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-python/streamtuner-python-0.1.0.ebuild,v 1.1 2004/04/09 05:04:54 eradicator Exp $ + +DESCRIPTION="A plugin for Streamtuner that provides an embedded Python interpreter." +SRC_URI="http://savannah.nongnu.org/download/streamtuner/${P}.tar.gz" +HOMEPAGE="http://www.nongnu.org/streamtuner/" + +IUSE="" +SLOT="0" +KEYWORDS="~x86" +LICENSE="BSD" + +DEPEND=">=net-misc/streamtuner-0.12.0 + >=dev-lang/python-2.0" + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS README INSTALL +} |