diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-21 14:40:48 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-21 14:40:48 +0000 |
commit | 85fa2cbf62ba2412ac216ee34ca79a6c4fcef804 (patch) | |
tree | ec5477a29e99bac5ce2a022e2c47af9f194b1a7f /app-leechcraft | |
parent | New snapshot from upstream. Raises latest supported kernel version from Linux... (diff) | |
download | gentoo-2-85fa2cbf62ba2412ac216ee34ca79a6c4fcef804.tar.gz gentoo-2-85fa2cbf62ba2412ac216ee34ca79a6c4fcef804.tar.bz2 gentoo-2-85fa2cbf62ba2412ac216ee34ca79a6c4fcef804.zip |
Add useflag that pulling dependencies, needed to use LeechCraft as Desktop Environment, thanks to 0xd34df00d
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/leechcraft-meta/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild | 14 | ||||
-rw-r--r-- | app-leechcraft/leechcraft-meta/metadata.xml | 1 |
3 files changed, 17 insertions, 5 deletions
diff --git a/app-leechcraft/leechcraft-meta/ChangeLog b/app-leechcraft/leechcraft-meta/ChangeLog index cafa1a5e5126..b0a4697242ef 100644 --- a/app-leechcraft/leechcraft-meta/ChangeLog +++ b/app-leechcraft/leechcraft-meta/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/leechcraft-meta # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/ChangeLog,v 1.11 2013/07/18 12:54:30 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/ChangeLog,v 1.12 2013/08/21 14:40:48 pinkbyte Exp $ + + 21 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> leechcraft-meta-9999.ebuild, + metadata.xml: + Add useflag that pulling dependencies, needed to use LeechCraft as Desktop + Environment, thanks to 0xd34df00d *leechcraft-meta-0.5.99 (18 Jul 2013) diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild b/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild index df36d9efae55..e3b8af714806 100644 --- a/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild +++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild,v 1.6 2013/06/17 09:10:42 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild,v 1.7 2013/08/21 14:40:48 pinkbyte Exp $ -EAPI="4" +EAPI="5" DESCRIPTION="Metapackage containing all ready-to-use LeechCraft plugins" HOMEPAGE="http://leechcraft.org/" @@ -10,7 +10,7 @@ HOMEPAGE="http://leechcraft.org/" SLOT="0" KEYWORDS="" LICENSE="GPL-3" -IUSE="" +IUSE="de" RDEPEND=" ~app-leechcraft/lc-popishu-${PV} @@ -60,7 +60,13 @@ RDEPEND=" ~app-leechcraft/lc-tpi-${PV} ~app-leechcraft/lc-gmailnotifier-${PV} ~app-leechcraft/lc-nacheku-${PV} - ~app-leechcraft/lc-kbswitch-${PV} ~app-leechcraft/lc-xtazy-${PV} + de? ( + ~app-leechcraft/lc-fenet-${PV} + ~app-leechcraft/lc-kbswitch-${PV} + ~app-leechcraft/lc-krigstask-${PV} + ~app-leechcraft/lc-laughty-${PV} + ~app-leechcraft/lc-mellonetray-${PV} + ) " DEPEND="" diff --git a/app-leechcraft/leechcraft-meta/metadata.xml b/app-leechcraft/leechcraft-meta/metadata.xml index 9ace3ec5ce6d..3b4ef8f1cbdd 100644 --- a/app-leechcraft/leechcraft-meta/metadata.xml +++ b/app-leechcraft/leechcraft-meta/metadata.xml @@ -4,6 +4,7 @@ <herd>leechcraft</herd> <longdescription>LeechCraft full package including all official plugins which are considered to be useful.</longdescription> <use> + <flag name="de">Install components, that allow using Leechcraft as Desktop Environment</flag> <flag name="unstable">Pull plugins from ~arch</flag> </use> </pkgmetadata> |