diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-02-09 11:21:23 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-02-09 11:21:23 +0000 |
commit | 7b030e07724e1c5dc4fd115eff1db23497839395 (patch) | |
tree | 1b557cdaa4f472ea10734c2457f8de7c6d1942dd /net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.0.ebuild | |
parent | Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 (diff) | |
download | gentoo-2-7b030e07724e1c5dc4fd115eff1db23497839395.tar.gz gentoo-2-7b030e07724e1c5dc4fd115eff1db23497839395.tar.bz2 gentoo-2-7b030e07724e1c5dc4fd115eff1db23497839395.zip |
Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.0.ebuild')
-rw-r--r-- | net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.0.ebuild b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.0.ebuild new file mode 100644 index 000000000000..3fa0041b5f9c --- /dev/null +++ b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.0.ebuild,v 1.1 2012/02/09 11:21:23 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="KnowHow, plugin for showing Tips of the Day in LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" |