diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-03-08 22:00:52 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-03-08 22:00:52 +0000 |
commit | fd25e3deb54a45d5673eef0f48d7a4fc17600ae0 (patch) | |
tree | ceb274187cfc9c6163b52defd87a1f8754b527be /app-leechcraft/lc-laure/lc-laure-9999.ebuild | |
parent | Move LeechCraft to new category (diff) | |
download | historical-fd25e3deb54a45d5673eef0f48d7a4fc17600ae0.tar.gz historical-fd25e3deb54a45d5673eef0f48d7a4fc17600ae0.tar.bz2 historical-fd25e3deb54a45d5673eef0f48d7a4fc17600ae0.zip |
Move LeechCraft to new category
Package-Manager: portage-2.1.11.55/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0xF8DBDADE
Diffstat (limited to 'app-leechcraft/lc-laure/lc-laure-9999.ebuild')
-rw-r--r-- | app-leechcraft/lc-laure/lc-laure-9999.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-leechcraft/lc-laure/lc-laure-9999.ebuild b/app-leechcraft/lc-laure/lc-laure-9999.ebuild new file mode 100644 index 000000000000..a3bc43952287 --- /dev/null +++ b/app-leechcraft/lc-laure/lc-laure-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laure/lc-laure-9999.ebuild,v 1.1 2013/03/08 22:00:34 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="VLC-based audio/video player for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + sys-apps/file + >=media-video/vlc-2.0.0" +RDEPEND="${DEPEND}" |