aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2013-02-16 19:27:26 +0100
committerAstroFloyd <AstroFloyd@gmail.com>2013-02-16 19:27:26 +0100
commit19d61381a511add2fb02ea0008aad88d01665f33 (patch)
tree7e356bc2c5bad027b158023ecb33d91d78f622d2 /app-portage
parentRemoved dev-vcs/gitstats (diff)
downloadAstroFloyd-19d61381a511add2fb02ea0008aad88d01665f33.tar.gz
AstroFloyd-19d61381a511add2fb02ea0008aad88d01665f33.tar.bz2
AstroFloyd-19d61381a511add2fb02ea0008aad88d01665f33.zip
New ebuild: app-poartage/gentmaint-0.1.0.ebuild
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentmaint/ChangeLog10
-rw-r--r--app-portage/gentmaint/gentmaint-0.1.0.ebuild21
-rw-r--r--app-portage/gentmaint/metadata.xml9
3 files changed, 40 insertions, 0 deletions
diff --git a/app-portage/gentmaint/ChangeLog b/app-portage/gentmaint/ChangeLog
new file mode 100644
index 0000000..34bcb37
--- /dev/null
+++ b/app-portage/gentmaint/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-portage/gentmaint
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*gentmaint-0.1.0 (16 Feb 2013)
+
+ 16 Feb 2013; AstroFloyd <AstroFloyd@gmail.com> +gentmaint-0.1.0.ebuild,
+ +metadata.xml:
+ New ebuild
+
diff --git a/app-portage/gentmaint/gentmaint-0.1.0.ebuild b/app-portage/gentmaint/gentmaint-0.1.0.ebuild
new file mode 100644
index 0000000..2d1e788
--- /dev/null
+++ b/app-portage/gentmaint/gentmaint-0.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="A collection of scripts to aid Gentoo maintenance"
+HOMEPAGE="http://gentmaint.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dodoc README CHANGELOG VERSION
+ dosbin gentmaint-*
+}
diff --git a/app-portage/gentmaint/metadata.xml b/app-portage/gentmaint/metadata.xml
new file mode 100644
index 0000000..4272793
--- /dev/null
+++ b/app-portage/gentmaint/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>tools-portage</herd>
+ <maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
+ </maintainer>
+</pkgmetadata>