summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-05-31 06:45:20 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-05-31 06:45:20 +0000
commitff0e76bf710d68db66dd4c4b4ad2970d23690f1a (patch)
treed6b5a21aefb7549994bf62d53d0944e2d1bd251c /media-plugins/streamtuner-python
parentStable x86. (Manifest recommit) (diff)
downloadgentoo-2-ff0e76bf710d68db66dd4c4b4ad2970d23690f1a.tar.gz
gentoo-2-ff0e76bf710d68db66dd4c4b4ad2970d23690f1a.tar.bz2
gentoo-2-ff0e76bf710d68db66dd4c4b4ad2970d23690f1a.zip
Version bump.
Diffstat (limited to 'media-plugins/streamtuner-python')
-rw-r--r--media-plugins/streamtuner-python/ChangeLog8
-rw-r--r--media-plugins/streamtuner-python/Manifest2
-rw-r--r--media-plugins/streamtuner-python/files/digest-streamtuner-python-0.1.11
-rw-r--r--media-plugins/streamtuner-python/streamtuner-python-0.1.1.ebuild20
4 files changed, 30 insertions, 1 deletions
diff --git a/media-plugins/streamtuner-python/ChangeLog b/media-plugins/streamtuner-python/ChangeLog
index e819328d3e0b..f3520d9a5568 100644
--- a/media-plugins/streamtuner-python/ChangeLog
+++ b/media-plugins/streamtuner-python/ChangeLog
@@ -1,6 +1,12 @@
# 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.3 2004/05/12 18:26:22 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-python/ChangeLog,v 1.4 2004/05/31 06:41:26 eradicator Exp $
+
+*streamtuner-python-0.1.1 (30 May 2004)
+
+ 30 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ streamtuner-python-0.1.1.ebuild:
+ Version bump.
12 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
streamtuner-python-0.1.0.ebuild:
diff --git a/media-plugins/streamtuner-python/Manifest b/media-plugins/streamtuner-python/Manifest
index 54fe3f61dd38..4f9bdf944bae 100644
--- a/media-plugins/streamtuner-python/Manifest
+++ b/media-plugins/streamtuner-python/Manifest
@@ -1,4 +1,6 @@
+MD5 319a5595a7aeeb99a5f242f6bae33874 streamtuner-python-0.1.1.ebuild 683
MD5 319a5595a7aeeb99a5f242f6bae33874 streamtuner-python-0.1.0.ebuild 683
MD5 de11de639246d02c2eb29f624b171098 ChangeLog 658
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
MD5 951449f1ac39d6797561853f13e0bb0e files/digest-streamtuner-python-0.1.0 76
+MD5 a4b77184ca9a16679fcda82159b24130 files/digest-streamtuner-python-0.1.1 76
diff --git a/media-plugins/streamtuner-python/files/digest-streamtuner-python-0.1.1 b/media-plugins/streamtuner-python/files/digest-streamtuner-python-0.1.1
new file mode 100644
index 000000000000..9bc3a6802b9b
--- /dev/null
+++ b/media-plugins/streamtuner-python/files/digest-streamtuner-python-0.1.1
@@ -0,0 +1 @@
+MD5 f3b6e666ee3d04053d39248d32695af8 streamtuner-python-0.1.1.tar.gz 339778
diff --git a/media-plugins/streamtuner-python/streamtuner-python-0.1.1.ebuild b/media-plugins/streamtuner-python/streamtuner-python-0.1.1.ebuild
new file mode 100644
index 000000000000..89b9d78667a5
--- /dev/null
+++ b/media-plugins/streamtuner-python/streamtuner-python-0.1.1.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.1.ebuild,v 1.1 2004/05/31 06:41:26 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 ~ppc"
+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
+}