diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-03-08 22:06:01 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-03-08 22:06:01 +0000 |
commit | 1e2feb98025da29e92ac0acbb5364bbb96e176c5 (patch) | |
tree | 973d92ce63fb6d5efedbd444d5e798f53dad71fc /app-leechcraft/lc-sb2/lc-sb2-9999.ebuild | |
parent | Move LeechCraft to new category (diff) | |
download | historical-1e2feb98025da29e92ac0acbb5364bbb96e176c5.tar.gz historical-1e2feb98025da29e92ac0acbb5364bbb96e176c5.tar.bz2 historical-1e2feb98025da29e92ac0acbb5364bbb96e176c5.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-sb2/lc-sb2-9999.ebuild')
-rw-r--r-- | app-leechcraft/lc-sb2/lc-sb2-9999.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild b/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild new file mode 100644 index 000000000000..bbc756a951c2 --- /dev/null +++ b/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild,v 1.1 2013/03/08 22:05:45 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Next-generation sidebar for LeechCraft with combined launcher and tab switcher, as well as tray area" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4 + dev-libs/qjson +" +RDEPEND="${DEPEND}" |