diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:14:44 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:14:44 +0000 |
commit | e91cb77a6b172177953f99a0de4062548c65332d (patch) | |
tree | 706eefd82728e0d793d502e88be34f930378286a /net-misc/leechcraft-knowhow | |
parent | private-headers is gone from Qt-4.8.0 hence we make it mandatory only when ap... (diff) | |
download | gentoo-2-e91cb77a6b172177953f99a0de4062548c65332d.tar.gz gentoo-2-e91cb77a6b172177953f99a0de4062548c65332d.tar.bz2 gentoo-2-e91cb77a6b172177953f99a0de4062548c65332d.zip |
Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90
(Portage version: 2.1.10.41/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.4.97.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-misc/leechcraft-knowhow/ChangeLog b/net-misc/leechcraft-knowhow/ChangeLog index 925e6b85b93c..ab440bc71d63 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-knowhow/ChangeLog,v 1.3 2011/12/16 18:43:36 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-knowhow/ChangeLog,v 1.4 2011/12/31 12:14:44 maksbotan Exp $ + +*leechcraft-knowhow-0.4.97 (31 Dec 2011) + + 31 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-knowhow-0.4.97.ebuild: + Bump to 0.4.97, remove 0.4.80 and 0.4.90 *leechcraft-knowhow-0.4.96-r1 (16 Dec 2011) diff --git a/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.4.97.ebuild b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.4.97.ebuild new file mode 100644 index 000000000000..a00b0ea6e674 --- /dev/null +++ b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.4.97.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 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.4.97.ebuild,v 1.1 2011/12/31 12:14:44 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}" |