diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:52:42 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:52:42 +0000 |
commit | f845292b7db107ad9e03a191baff7b3d8e45e5fc (patch) | |
tree | 8faf486b65c5ac7a2871322af8f3208303342608 /app-leechcraft/lc-htthare | |
parent | Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-f845292b7db107ad9e03a191baff7b3d8e45e5fc.tar.gz gentoo-2-f845292b7db107ad9e03a191baff7b3d8e45e5fc.tar.bz2 gentoo-2-f845292b7db107ad9e03a191baff7b3d8e45e5fc.zip |
Bump LeechCraft to 0.6.70, thanks to 0xd34df00d.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-htthare')
-rw-r--r-- | app-leechcraft/lc-htthare/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-htthare/lc-htthare-0.6.70.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/app-leechcraft/lc-htthare/ChangeLog b/app-leechcraft/lc-htthare/ChangeLog index 3fdfce41a891..183f7dab1e0f 100644 --- a/app-leechcraft/lc-htthare/ChangeLog +++ b/app-leechcraft/lc-htthare/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-htthare # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-htthare/ChangeLog,v 1.5 2014/04/10 17:55:05 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-htthare/ChangeLog,v 1.6 2014/08/03 18:52:42 maksbotan Exp $ + +*lc-htthare-0.6.70 (03 Aug 2014) + + 03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-htthare-0.6.70.ebuild: + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. *lc-htthare-0.6.65 (10 Apr 2014) diff --git a/app-leechcraft/lc-htthare/lc-htthare-0.6.70.ebuild b/app-leechcraft/lc-htthare/lc-htthare-0.6.70.ebuild new file mode 100644 index 000000000000..b79eb25cbaff --- /dev/null +++ b/app-leechcraft/lc-htthare/lc-htthare-0.6.70.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-htthare/lc-htthare-0.6.70.ebuild,v 1.1 2014/08/03 18:52:42 maksbotan Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Simple HTTP server for Leechcraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" |