summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-10-23 16:29:03 +0000
committerThomas Sachau <tommy@gentoo.org>2010-10-23 16:29:03 +0000
commite769e821e98164a7a4259325e76cd70d7df224b9 (patch)
treee2803fc14607f43c72799fac3a2db5ea7d32fcd2
parentUse PYTHON_DEPEND, support multiple python ABIs, make static libs optional (diff)
downloadenlightenment-e769e821e98164a7a4259325e76cd70d7df224b9.tar.gz
enlightenment-e769e821e98164a7a4259325e76cd70d7df224b9.tar.bz2
enlightenment-e769e821e98164a7a4259325e76cd70d7df224b9.zip
Initial commit for e_modules-everything-mpris
(Portage version: 2.2_rc99-r1/svn/Linux x86_64)
-rw-r--r--x11-plugins/e_modules-everything-mpris/ChangeLog10
-rw-r--r--x11-plugins/e_modules-everything-mpris/Manifest3
-rw-r--r--x11-plugins/e_modules-everything-mpris/e_modules-everything-mpris-9999.ebuild17
-rw-r--r--x11-plugins/e_modules-everything-mpris/metadata.xml8
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-plugins/e_modules-everything-mpris/ChangeLog b/x11-plugins/e_modules-everything-mpris/ChangeLog
new file mode 100644
index 0000000..abb1244
--- /dev/null
+++ b/x11-plugins/e_modules-everything-mpris/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/e_modules-everything-mpris
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*e_modules-everything-mpris-9999 (23 Oct 2010)
+
+ 23 Oct 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ +e_modules-everything-mpris-9999.ebuild, +metadata.xml:
+ Initial commit for e_modules-everything-mpris
+
diff --git a/x11-plugins/e_modules-everything-mpris/Manifest b/x11-plugins/e_modules-everything-mpris/Manifest
new file mode 100644
index 0000000..6960594
--- /dev/null
+++ b/x11-plugins/e_modules-everything-mpris/Manifest
@@ -0,0 +1,3 @@
+EBUILD e_modules-everything-mpris-9999.ebuild 409 RMD160 98407434724f100b653bac6fc7c1fc373fe0fdd2 SHA1 8a6190ede327491f62ecd68536c73f625aa50ab7 SHA256 3f017a4292c22c560cb864e6bd313d92874a9f50bbdd4f1caee9f31f7837cd11
+MISC ChangeLog 353 RMD160 0ecb66c42e0817e159be68ed2a91af0ea16662f9 SHA1 2488b945cc29dad750f30eb3519aa535fa0cf176 SHA256 9ac807b13b0cedc042706a4a2f1149b120c969c0bb6eb450e306d4ff8335c0cf
+MISC metadata.xml 228 RMD160 1890a2965ed780e661e20adcfc4f4cce5f7ca8e9 SHA1 777d2a3ad7f7075c7e75fa5055f3941440e4e875 SHA256 42ea435327140212f3beb05aafebad5053cbad84532f9bb78987de8540c6459a
diff --git a/x11-plugins/e_modules-everything-mpris/e_modules-everything-mpris-9999.ebuild b/x11-plugins/e_modules-everything-mpris/e_modules-everything-mpris-9999.ebuild
new file mode 100644
index 0000000..2e2977b
--- /dev/null
+++ b/x11-plugins/e_modules-everything-mpris/e_modules-everything-mpris-9999.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+ESVN_SUB_PROJECT="E-MODULES-EXTRA"
+ESVN_URI_APPEND="${PN#e_modules-}"
+
+inherit enlightenment
+
+DESCRIPTION="evry-mpris plugin is a frontend for mediaplayers that support mpris."
+
+IUSE="static-libs"
+
+RDEPEND=">=x11-wm/enlightenment-9999[e_modules_everything]"
+DEPEND="${RDEPEND}"
diff --git a/x11-plugins/e_modules-everything-mpris/metadata.xml b/x11-plugins/e_modules-everything-mpris/metadata.xml
new file mode 100644
index 0000000..832c5fc
--- /dev/null
+++ b/x11-plugins/e_modules-everything-mpris/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>enlightenment@gentoo.org</email>
+</maintainer>
+</pkgmetadata>