diff options
author | 2014-01-08 09:47:48 +0000 | |
---|---|---|
committer | 2014-01-08 09:47:48 +0000 | |
commit | e06174085a58b34d2819ed42a8603e32c65788a0 (patch) | |
tree | 738a0e00e3ed63926e597ea6f77272bdc94ebdff /app-leechcraft/lc-htthare | |
parent | Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-e06174085a58b34d2819ed42a8603e32c65788a0.tar.gz gentoo-2-e06174085a58b34d2819ed42a8603e32c65788a0.tar.bz2 gentoo-2-e06174085a58b34d2819ed42a8603e32c65788a0.zip |
Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
(Portage version: 2.2.7/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 | 10 | ||||
-rw-r--r-- | app-leechcraft/lc-htthare/lc-htthare-0.6.60.ebuild | 15 |
2 files changed, 22 insertions, 3 deletions
diff --git a/app-leechcraft/lc-htthare/ChangeLog b/app-leechcraft/lc-htthare/ChangeLog index 59843d4e6226..93c976ea7a59 100644 --- a/app-leechcraft/lc-htthare/ChangeLog +++ b/app-leechcraft/lc-htthare/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for app-leechcraft/lc-htthare -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-htthare/ChangeLog,v 1.1 2013/12/03 17:25:45 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-htthare/ChangeLog,v 1.2 2014/01/08 09:47:48 maksbotan Exp $ + +*lc-htthare-0.6.60 (08 Jan 2014) + + 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-htthare-0.6.60.ebuild: + Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. *lc-htthare-9999 (03 Dec 2013) 03 Dec 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-htthare-9999.ebuild, +metadata.xml: Initial commit, thanks to 0xd34df00d - diff --git a/app-leechcraft/lc-htthare/lc-htthare-0.6.60.ebuild b/app-leechcraft/lc-htthare/lc-htthare-0.6.60.ebuild new file mode 100644 index 000000000000..24f57bb64195 --- /dev/null +++ b/app-leechcraft/lc-htthare/lc-htthare-0.6.60.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.60.ebuild,v 1.1 2014/01/08 09:47:48 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}" |