diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:45:24 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:45:24 +0000 |
commit | 98ee062eab1f93496e4450b76e0f52cbb0ded797 (patch) | |
tree | 6b840ef79516524b074cd06abe9ed68fbae01e69 /net-misc | |
parent | Bump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff) | |
download | gentoo-2-98ee062eab1f93496e4450b76e0f52cbb0ded797.tar.gz gentoo-2-98ee062eab1f93496e4450b76e0f52cbb0ded797.tar.bz2 gentoo-2-98ee062eab1f93496e4450b76e0f52cbb0ded797.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')
-rw-r--r-- | net-misc/leechcraft-historyholder/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-historyholder/leechcraft-historyholder-0.5.90.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-historyholder/ChangeLog b/net-misc/leechcraft-historyholder/ChangeLog index 96a631316c6d..6186c7d9431e 100644 --- a/net-misc/leechcraft-historyholder/ChangeLog +++ b/net-misc/leechcraft-historyholder/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-historyholder # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/ChangeLog,v 1.18 2012/12/19 08:01:20 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/ChangeLog,v 1.19 2012/12/25 16:45:24 maksbotan Exp $ + +*leechcraft-historyholder-0.5.90 (25 Dec 2012) + + 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-historyholder-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d 19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> -leechcraft-historyholder-0.5.70.ebuild, diff --git a/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.5.90.ebuild b/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.5.90.ebuild new file mode 100644 index 000000000000..62ce1a6f1aa6 --- /dev/null +++ b/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.5.90.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.5.90.ebuild,v 1.1 2012/12/25 16:45:24 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="HistoryHolder keeps track of stuff downloaded in LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show" |