aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2015-05-02 16:16:08 +0100
committerPaul Healy <lmiphay@gmail.com>2015-05-02 16:16:08 +0100
commit53735a0f1c9011690559455b34772f6121fc04d1 (patch)
tree26848c190a4f6b3c1ea2185e37d5a54e110a7aa9 /app-portage/gentoo-oam
parentadd pdumpfs-rsync ebuild (diff)
downloadlmiphay-53735a0f1c9011690559455b34772f6121fc04d1.tar.gz
lmiphay-53735a0f1c9011690559455b34772f6121fc04d1.tar.bz2
lmiphay-53735a0f1c9011690559455b34772f6121fc04d1.zip
add ebuild for gentoo-oam
Diffstat (limited to 'app-portage/gentoo-oam')
-rw-r--r--app-portage/gentoo-oam/Manifest1
-rw-r--r--app-portage/gentoo-oam/gentoo-oam-9999.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/app-portage/gentoo-oam/Manifest b/app-portage/gentoo-oam/Manifest
new file mode 100644
index 0000000..df430b2
--- /dev/null
+++ b/app-portage/gentoo-oam/Manifest
@@ -0,0 +1 @@
+EBUILD gentoo-oam-9999.ebuild 445 SHA256 6c925a7f2d6e0f2f962e69acf52c950241aa73f61eb559e8d6bc9cb2ddd01c5d SHA512 841de8e46f48225b16255d673f8312c53ee2c3a880ab70ee87527867455cfedbc6488c8863934a6209347b2bdc73b58434ec93c789903c087acba4b05ece9fe9 WHIRLPOOL d69faa435bfde5860af3e575b2e1fa2a5a9ca34af2465b1fc398c662756427bf23487bc6d16335741fee86d7f3c78fb77e1446a8fbd2eb0b160ecb83599cfa48
diff --git a/app-portage/gentoo-oam/gentoo-oam-9999.ebuild b/app-portage/gentoo-oam/gentoo-oam-9999.ebuild
new file mode 100644
index 0000000..00e4869
--- /dev/null
+++ b/app-portage/gentoo-oam/gentoo-oam-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit git-r3
+
+DESCRIPTION="Automatation for common tasks around gentoo server upkeep"
+HOMEPAGE="https://github.com/lmiphay/gentoo-oam"
+EGIT_REPO_URI="https://github.com/lmiphay/${PN}.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ app-portage/eix
+"
+DEPEND="${RDEPEND}
+"
+
+DOCS="README.md"