diff options
author | Thomas Sachau <tommy@gentoo.org> | 2010-10-23 16:29:03 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2010-10-23 16:29:03 +0000 |
commit | e769e821e98164a7a4259325e76cd70d7df224b9 (patch) | |
tree | e2803fc14607f43c72799fac3a2db5ea7d32fcd2 /x11-plugins/e_modules-everything-mpris/e_modules-everything-mpris-9999.ebuild | |
parent | Use PYTHON_DEPEND, support multiple python ABIs, make static libs optional (diff) | |
download | enlightenment-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)
Diffstat (limited to 'x11-plugins/e_modules-everything-mpris/e_modules-everything-mpris-9999.ebuild')
-rw-r--r-- | x11-plugins/e_modules-everything-mpris/e_modules-everything-mpris-9999.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
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}" |