aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2022-09-23 10:26:45 +0200
committerAstroFloyd <AstroFloyd@gmail.com>2022-09-23 10:26:45 +0200
commit1e95a585fb7b462fc015786824a1a40b8004a495 (patch)
tree8357d73cf716617635c9223da7b043c525e8d15f /app-portage/gentmaint/gentmaint-0.3.2-r1.ebuild
parentmedia-sound/amarok: remove package. (diff)
downloadAstroFloyd-1e95a585fb7b462fc015786824a1a40b8004a495.tar.gz
AstroFloyd-1e95a585fb7b462fc015786824a1a40b8004a495.tar.bz2
AstroFloyd-1e95a585fb7b462fc015786824a1a40b8004a495.zip
app-portage/gentmaint: revision bump to v0.3.2-r1.
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: AstroFloyd <AstroFloyd@gmail.com>
Diffstat (limited to 'app-portage/gentmaint/gentmaint-0.3.2-r1.ebuild')
-rw-r--r--app-portage/gentmaint/gentmaint-0.3.2-r1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-portage/gentmaint/gentmaint-0.3.2-r1.ebuild b/app-portage/gentmaint/gentmaint-0.3.2-r1.ebuild
new file mode 100644
index 0000000..2128653
--- /dev/null
+++ b/app-portage/gentmaint/gentmaint-0.3.2-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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="app-portage/portage-utils
+ app-portage/gentoolkit
+ app-portage/layman
+ app-portage/eix
+ app-arch/bzip2
+ sys-apps/less
+ sys-process/time"
+
+src_install() {
+ dodoc README CHANGELOG VERSION
+ dobin gentmaint-*
+ doman gentmaint.1
+ keepdir /var/log/gentmaint /var/log/gentmaint/auto /var/log/gentmaint/manual
+}