summaryrefslogtreecommitdiff
path: root/flx/init-frox
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-frox
parentadd ebuild for a clam client to server support (diff)
downloadportage-871aa3ec8c59a964940af18d3ec462c797482785.tar.xz
Add formilux tools/init-scripts
Diffstat (limited to 'flx/init-frox')
-rw-r--r--flx/init-frox/Manifest1
-rw-r--r--flx/init-frox/init-frox-0.7.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/flx/init-frox/Manifest b/flx/init-frox/Manifest
new file mode 100644
index 00000000..e0f9585e
--- /dev/null
+++ b/flx/init-frox/Manifest
@@ -0,0 +1 @@
+EBUILD init-frox-0.7.ebuild 431 RMD160 00c392223699e8fd1cfb0a21fc9778ca4d271820 SHA1 c4d0f6312fd1e35ce3354b3ff95e0ef03105a8b6 SHA256 709f68a4052e93d03f4d38ac61dce18540aff785580813b1e912aad50e24b457
diff --git a/flx/init-frox/init-frox-0.7.ebuild b/flx/init-frox/init-frox-0.7.ebuild
new file mode 100644
index 00000000..f6ba904a
--- /dev/null
+++ b/flx/init-frox/init-frox-0.7.ebuild
@@ -0,0 +1,19 @@
+# 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"
+
+HOMEPAGE="http://master.formilux.org/git/dist/pkg/frox.git/"
+EGIT_REPO_URI="http://master.formilux.org/git/${SDIR}/pkg/${PN//init-/}.git"
+EGIT_BRANCH="0.7-flx0"
+#EGIT_COMMIT="v0.7.18-flx0.1"
+
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=net-ftp/frox-${PV}"