diff options
author | 2013-05-26 19:42:18 +0000 | |
---|---|---|
committer | 2013-05-26 19:42:18 +0000 | |
commit | 63e025e466ac19f935684329f56bbd00061e641f (patch) | |
tree | 8175fd08c0133fefac3d63e203a45840309f09ce /app-leechcraft/lc-historyholder | |
parent | Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d (diff) | |
download | gentoo-2-63e025e466ac19f935684329f56bbd00061e641f.tar.gz gentoo-2-63e025e466ac19f935684329f56bbd00061e641f.tar.bz2 gentoo-2-63e025e466ac19f935684329f56bbd00061e641f.zip |
Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-historyholder')
-rw-r--r-- | app-leechcraft/lc-historyholder/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-historyholder/lc-historyholder-0.5.96.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-leechcraft/lc-historyholder/ChangeLog b/app-leechcraft/lc-historyholder/ChangeLog index 17ba79d43b4a..482fd58f01d7 100644 --- a/app-leechcraft/lc-historyholder/ChangeLog +++ b/app-leechcraft/lc-historyholder/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-historyholder # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-historyholder/ChangeLog,v 1.2 2013/05/02 15:29:13 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-historyholder/ChangeLog,v 1.3 2013/05/26 19:42:18 maksbotan Exp $ + +*lc-historyholder-0.5.96 (26 May 2013) + + 26 May 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-historyholder-0.5.96.ebuild: + Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d *lc-historyholder-0.5.95 (02 May 2013) diff --git a/app-leechcraft/lc-historyholder/lc-historyholder-0.5.96.ebuild b/app-leechcraft/lc-historyholder/lc-historyholder-0.5.96.ebuild new file mode 100644 index 000000000000..409ae75bb765 --- /dev/null +++ b/app-leechcraft/lc-historyholder/lc-historyholder-0.5.96.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-historyholder/lc-historyholder-0.5.96.ebuild,v 1.1 2013/05/26 19:42:18 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="HistoryHolder keeps track of stuff downloaded in LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show" |