summaryrefslogtreecommitdiff
path: root/flx/init-dnsmasq
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-05-27 22:36:39 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-05-27 23:01:30 +0200
commit871aa3ec8c59a964940af18d3ec462c797482785 (patch)
tree8492d0e98ede203810dfea6bcfe0ceecedd13bcf /flx/init-dnsmasq
parentadd ebuild for a clam client to server support (diff)
downloadportage-871aa3ec8c59a964940af18d3ec462c797482785.tar.xz
Add formilux tools/init-scripts
Diffstat (limited to 'flx/init-dnsmasq')
-rw-r--r--flx/init-dnsmasq/Manifest1
-rw-r--r--flx/init-dnsmasq/init-dnsmasq-2.32.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/flx/init-dnsmasq/Manifest b/flx/init-dnsmasq/Manifest
new file mode 100644
index 00000000..bc5117ed
--- /dev/null
+++ b/flx/init-dnsmasq/Manifest
@@ -0,0 +1 @@
+EBUILD init-dnsmasq-2.32.ebuild 409 RMD160 b7de9ee5a8c41a3f9172f8db6f3f555443e0e39d SHA1 793c1c67f2b4c75decd549e78a968560be950e8a SHA256 5e429660168e04fc010feadbb0854569fc8e8f54825fd88376a6c20fc4dec716
diff --git a/flx/init-dnsmasq/init-dnsmasq-2.32.ebuild b/flx/init-dnsmasq/init-dnsmasq-2.32.ebuild
new file mode 100644
index 00000000..b7e91c7b
--- /dev/null
+++ b/flx/init-dnsmasq/init-dnsmasq-2.32.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit git-2 flx
+
+HOMEPAGE="http://master.formilux.org/git/dist/pkg/clamav.git"
+EGIT_REPO_URI="http://master.formilux.org/git/dist/pkg/${PN//init-/}.git"
+EGIT_BRANCH="2.32-flx0"
+EGIT_COMMIT="v2.32-flx0.1"
+
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=net-dns/dnsmasq-${PV}"