summaryrefslogtreecommitdiff
path: root/sys-apps/flx-etc
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2011-07-23 00:42:37 +0200
committerBertrand Jacquin <beber@meleeweb.net>2011-07-23 00:42:37 +0200
commita1b397bfb73c112477875a98d6a0048ff08d8798 (patch)
tree481a441b266dfc0ea5138dd1fce53f3084d65fbf /sys-apps/flx-etc
parenttcptraceroute: make it cross compile (diff)
downloadportage-a1b397bfb73c112477875a98d6a0048ff08d8798.tar.xz
flx
Diffstat (limited to 'sys-apps/flx-etc')
-rw-r--r--sys-apps/flx-etc/flx-etc-0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-apps/flx-etc/flx-etc-0.ebuild b/sys-apps/flx-etc/flx-etc-0.ebuild
new file mode 100644
index 00000000..dc174456
--- /dev/null
+++ b/sys-apps/flx-etc/flx-etc-0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit subversion
+
+DESCRIPTION="Monitor"
+HOMEPAGE="http://svn.exosec.local"
+ESVN_REPO_URI="http://svn.exosec.local/dev/exceliance/products/aloha/trunk/components/update-scripts"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install ()
+{
+ into /
+ dosbin save-etc
+}