diff options
author | 2012-12-25 16:46:09 +0000 | |
---|---|---|
committer | 2012-12-25 16:46:09 +0000 | |
commit | 309995efe8a95f357fc1964ccd6768c5702b1d2d (patch) | |
tree | 96d021efa7188578d4d93ae52c34eaa44c7bc1ee /net-misc/leechcraft-knowhow | |
parent | Bump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff) | |
download | gentoo-2-309995efe8a95f357fc1964ccd6768c5702b1d2d.tar.gz gentoo-2-309995efe8a95f357fc1964ccd6768c5702b1d2d.tar.bz2 gentoo-2-309995efe8a95f357fc1964ccd6768c5702b1d2d.zip |
Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
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.90.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-misc/leechcraft-knowhow/ChangeLog b/net-misc/leechcraft-knowhow/ChangeLog index ba96a577c0bf..89dd86cfde5b 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.17 2012/12/19 08:02:04 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-knowhow/ChangeLog,v 1.18 2012/12/25 16:46:09 maksbotan Exp $ + +*leechcraft-knowhow-0.5.90 (25 Dec 2012) + + 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-knowhow-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d 19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> -leechcraft-knowhow-0.5.70.ebuild, -leechcraft-knowhow-0.5.75.ebuild, diff --git a/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.90.ebuild b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.90.ebuild new file mode 100644 index 000000000000..e1915133ba2f --- /dev/null +++ b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.5.90.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.90.ebuild,v 1.1 2012/12/25 16:46:09 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}" |