diff options
author | AstroFloyd <AstroFloyd@gmail.com> | 2023-06-04 16:19:33 +0200 |
---|---|---|
committer | AstroFloyd <AstroFloyd@gmail.com> | 2023-06-04 16:19:33 +0200 |
commit | 12d57149501212d5829e948ae5aa2e19e1784a8a (patch) | |
tree | dd6b8cd6def62ffbb94d13c440cc24eab9fda15c | |
parent | app-portage/gentmaint: version bump to v0.4.1. (diff) | |
download | AstroFloyd-12d57149501212d5829e948ae5aa2e19e1784a8a.tar.gz AstroFloyd-12d57149501212d5829e948ae5aa2e19e1784a8a.tar.bz2 AstroFloyd-12d57149501212d5829e948ae5aa2e19e1784a8a.zip |
app-portage/gentmaint: version bump to v0.4.1.
Signed-off-by: AstroFloyd <AstroFloyd@gmail.com>
-rw-r--r-- | app-portage/gentmaint/gentmaint-0.3.1.ebuild | 28 | ||||
-rw-r--r-- | app-portage/gentmaint/metadata.xml | 3 |
2 files changed, 3 insertions, 28 deletions
diff --git a/app-portage/gentmaint/gentmaint-0.3.1.ebuild b/app-portage/gentmaint/gentmaint-0.3.1.ebuild deleted file mode 100644 index bdec284..0000000 --- a/app-portage/gentmaint/gentmaint-0.3.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 -} diff --git a/app-portage/gentmaint/metadata.xml b/app-portage/gentmaint/metadata.xml index ae34b4d..36f69da 100644 --- a/app-portage/gentmaint/metadata.xml +++ b/app-portage/gentmaint/metadata.xml @@ -5,4 +5,7 @@ <email>AstroFloyd@gmail.com</email> <name>AstroFloyd</name> </maintainer> + <upstream> + <remote-id type="sourceforge">gentmaint</remote-id> + </upstream> </pkgmetadata> |