diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 20:56:55 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 20:56:55 +0000 |
commit | 34a27e773ef0345618afdcfaaeabedcf62198d65 (patch) | |
tree | 49b5193f51a5d4ecc6e627a34e8050c4a9b0dc9d /net-misc/leechcraft-knowhow | |
parent | Bump LeechCraft to 0.5.70 "Hessian Blade" (diff) | |
download | gentoo-2-34a27e773ef0345618afdcfaaeabedcf62198d65.tar.gz gentoo-2-34a27e773ef0345618afdcfaaeabedcf62198d65.tar.bz2 gentoo-2-34a27e773ef0345618afdcfaaeabedcf62198d65.zip |
Bump LeechCraft to 0.5.70 "Hessian Blade"
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-knowhow')
-rw-r--r-- | net-misc/leechcraft-knowhow/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.70.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-misc/leechcraft-knowhow/ChangeLog b/net-misc/leechcraft-knowhow/ChangeLog index 564466cb2418..45de14507a9f 100644 --- a/net-misc/leechcraft-knowhow/ChangeLog +++ b/net-misc/leechcraft-knowhow/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-knowhow # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-knowhow/ChangeLog,v 1.10 2012/04/22 13:09:54 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-knowhow/ChangeLog,v 1.11 2012/05/31 20:56:55 maksbotan Exp $ + +*leechcraft-knowhow-0.5.70 (31 May 2012) + + 31 May 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-knowhow-0.5.70.ebuild: + Bump LeechCraft to 0.5.70 "Hessian Blade" *leechcraft-knowhow-0.5.65 (22 Apr 2012) diff --git a/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.70.ebuild b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.70.ebuild new file mode 100644 index 000000000000..750caef14320 --- /dev/null +++ b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.70.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.70.ebuild,v 1.1 2012/05/31 20:56:55 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}" |