summaryrefslogtreecommitdiff
path: root/media-sound/juxtapose
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2005-10-25 20:06:16 +0000
committerBertrand Jacquin <beber@meleeweb.net>2005-10-25 20:06:16 +0000
commita2c4da6c6d7651cbd09564ea6f5ad49e471f3afd (patch)
treed5cdbaa53faa200779b6643ff7e6a8da99130fcc /media-sound/juxtapose
parentUpdate digest (diff)
downloadportage-a2c4da6c6d7651cbd09564ea6f5ad49e471f3afd.tar.xz
Some new ebuilds
Diffstat (limited to 'media-sound/juxtapose')
-rw-r--r--media-sound/juxtapose/Manifest4
-rw-r--r--media-sound/juxtapose/files/digest-juxtapose-0.11
-rw-r--r--media-sound/juxtapose/files/digest-juxtapose-99990
-rw-r--r--media-sound/juxtapose/juxtapose-0.1.ebuild19
-rw-r--r--media-sound/juxtapose/juxtapose-9999.ebuild20
5 files changed, 44 insertions, 0 deletions
diff --git a/media-sound/juxtapose/Manifest b/media-sound/juxtapose/Manifest
new file mode 100644
index 00000000..36e0399f
--- /dev/null
+++ b/media-sound/juxtapose/Manifest
@@ -0,0 +1,4 @@
+MD5 dfbf93eff28864159dce1f1e6126c4d4 files/digest-juxtapose-0.1 64
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-juxtapose-9999 0
+MD5 b2fb6ce5bdf505df2bf5bb22f9b3283b juxtapose-0.1.ebuild 592
+MD5 8a54c8130bbe2d3222eefd24638a2b5d juxtapose-9999.ebuild 610
diff --git a/media-sound/juxtapose/files/digest-juxtapose-0.1 b/media-sound/juxtapose/files/digest-juxtapose-0.1
new file mode 100644
index 00000000..346a8323
--- /dev/null
+++ b/media-sound/juxtapose/files/digest-juxtapose-0.1
@@ -0,0 +1 @@
+MD5 3c723df05c336a7664f828884b1c38fb juxtapose-0.1.tar.gz 21299
diff --git a/media-sound/juxtapose/files/digest-juxtapose-9999 b/media-sound/juxtapose/files/digest-juxtapose-9999
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/media-sound/juxtapose/files/digest-juxtapose-9999
diff --git a/media-sound/juxtapose/juxtapose-0.1.ebuild b/media-sound/juxtapose/juxtapose-0.1.ebuild
new file mode 100644
index 00000000..f78f6ab7
--- /dev/null
+++ b/media-sound/juxtapose/juxtapose-0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+# Nonofficial ebuild by Ycarus, For new version look here : http://gentoo.zugaina.org/
+
+IUSE=""
+
+inherit distutils
+DESCRIPTION="A python client for the XMMS2 music daemon which uses the GTK2 toolkit."
+SRC_URI="mirror://sourceforge/juxtapose/${P}.tar.gz"
+HOMEPAGE="http://juxtapose.sourceforge.net/"
+LICENSE="GPL-2"
+SLOT="0"
+RESTRICT="nomirror"
+KEYWORDS="~amd64 ~ppc ~sparc x86 ~hppa ~mips ~ppc64 ~alpha ~ia64"
+
+RDEPEND=">=dev-python/pygtk-2
+ =media-sound/xmms2-0.1_pre2"
+
diff --git a/media-sound/juxtapose/juxtapose-9999.ebuild b/media-sound/juxtapose/juxtapose-9999.ebuild
new file mode 100644
index 00000000..7ca57819
--- /dev/null
+++ b/media-sound/juxtapose/juxtapose-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+# Nonofficial ebuild by Ycarus, For new version look here : http://gentoo.zugaina.org/
+
+EGIT_REPO_URI="rsync://git.xmms.se/xmms2/juxtapose.git/"
+
+IUSE=""
+
+inherit distutils git
+DESCRIPTION="A python client for the XMMS2 music daemon which uses the GTK2 toolkit (git version)."
+HOMEPAGE="http://juxtapose.sourceforge.net/"
+LICENSE="GPL-2"
+SLOT="0"
+RESTRICT="nomirror"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~hppa ~mips ~ppc64 ~alpha ~ia64"
+
+RDEPEND=">=dev-python/pygtk-2
+ media-sound/xmms2-git"
+