diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-05-27 22:36:39 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-05-27 23:01:30 +0200 |
commit | 871aa3ec8c59a964940af18d3ec462c797482785 (patch) | |
tree | 8492d0e98ede203810dfea6bcfe0ceecedd13bcf /flx/init-thttpd | |
parent | add ebuild for a clam client to server support (diff) | |
download | portage-871aa3ec8c59a964940af18d3ec462c797482785.tar.xz |
Add formilux tools/init-scripts
Diffstat (limited to 'flx/init-thttpd')
-rw-r--r-- | flx/init-thttpd/Manifest | 1 | ||||
-rw-r--r-- | flx/init-thttpd/init-thttpd-2.25b.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/flx/init-thttpd/Manifest b/flx/init-thttpd/Manifest new file mode 100644 index 00000000..6bef6f08 --- /dev/null +++ b/flx/init-thttpd/Manifest @@ -0,0 +1 @@ +EBUILD init-thttpd-2.25b.ebuild 498 RMD160 29771a5fc988032b9ea243f3ba9c88bc8af1fa49 SHA1 a578779b93fda6ac4a7efc82bf1bd19969cce2b4 SHA256 694f1d3b5eeaa7ca172b9614415f25a2cd010fbef8ec16d5ae2e15d8518e5b62 diff --git a/flx/init-thttpd/init-thttpd-2.25b.ebuild b/flx/init-thttpd/init-thttpd-2.25b.ebuild new file mode 100644 index 00000000..5d4afeb9 --- /dev/null +++ b/flx/init-thttpd/init-thttpd-2.25b.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +inherit git-2 flx + +SDIR="people/beber" + +DESCRIPTION="Formilux Tools" +HOMEPAGE="http://master.formilux.org/git/dist/pkg/clamav.git" +EGIT_REPO_URI="http://master.formilux.org/git/${SDIR}/pkg/${PN//init-/}.git" +EGIT_BRANCH="2-flx0" +#EGIT_COMMIT="v2.25b-flx0.1 " + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND=">=www-servers/thttpd-${PV}" |