diff options
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-htthare/ChangeLog | 10 | ||||
-rw-r--r-- | app-leechcraft/lc-htthare/lc-htthare-9999.ebuild | 15 | ||||
-rw-r--r-- | app-leechcraft/lc-htthare/metadata.xml | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-leechcraft/lc-htthare/ChangeLog b/app-leechcraft/lc-htthare/ChangeLog new file mode 100644 index 000000000000..59843d4e6226 --- /dev/null +++ b/app-leechcraft/lc-htthare/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*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-9999.ebuild b/app-leechcraft/lc-htthare/lc-htthare-9999.ebuild new file mode 100644 index 000000000000..2c201dcec69c --- /dev/null +++ b/app-leechcraft/lc-htthare/lc-htthare-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-htthare/lc-htthare-9999.ebuild,v 1.1 2013/12/03 17:25:45 pinkbyte Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Simple HTTP server for Leechcraft" + +SLOT="0" +KEYWORDS="" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-htthare/metadata.xml b/app-leechcraft/lc-htthare/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-htthare/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> |