aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-30 00:31:30 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-30 00:32:07 +0200
commit2740051fd88956f7303d7835cd8631fb19c8bc54 (patch)
tree501d4dcdb5d47ae0f5e09b29e8c6283099a70920
parentdev-erlang/ranch: bump to 1.8.0 2.0.0 (diff)
downloadguru-2740051f.tar.gz
guru-2740051f.tar.bz2
guru-2740051f.zip
app-misc/nonsense: add 0.7
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--app-misc/nonsense/Manifest1
-rw-r--r--app-misc/nonsense/metadata.xml2
-rw-r--r--app-misc/nonsense/nonsense-0.7.ebuild24
3 files changed, 27 insertions, 0 deletions
diff --git a/app-misc/nonsense/Manifest b/app-misc/nonsense/Manifest
index 423ec8eb3..bdf6b2b91 100644
--- a/app-misc/nonsense/Manifest
+++ b/app-misc/nonsense/Manifest
@@ -1 +1,2 @@
DIST nonsense-0.6.tar.gz 125943 BLAKE2B 6037d8c052e3ff58ff29a7c5e9b31129020acf85f73724be82932b519069a04c0fc0a6e5773a304734dcd51c042acf00a1c6ad7c9afb4c9eb7bba19a6f460ffc SHA512 022d3d4c5535da7bc67b28259f95a99ca52cf71dd3cca36993f77d3175f37384caa3f387e4ddd3d3c27ee5000c86f574680365e8249d74375688508f64228d67
+DIST nonsense-0.7.tar.gz 132925 BLAKE2B 75748573c549f60eb48fcb23788600c44f9c97c3ba4dc6f271651d4cb717b044faa4f805a24c8d16daaa2f432bedf38f6ffee4a629a2231f59cac4e9f8dd2b66 SHA512 faefa857526312454e71cff4950149ce1623edbe129614c11d64f77305b71acd870171642b36d0fd8bef7e3dcecdbc68f2a1c77820c9f4c7ca756d8cce41fe1e
diff --git a/app-misc/nonsense/metadata.xml b/app-misc/nonsense/metadata.xml
index 914112026..1808911fe 100644
--- a/app-misc/nonsense/metadata.xml
+++ b/app-misc/nonsense/metadata.xml
@@ -18,6 +18,8 @@ write for Humorix. You might be able to use it as an alternative to fortune(6)
or as a way to add random content to your website.
</longdescription>
<upstream>
+ <bugs-to>https://github.com/aduial/nonsense/issues</bugs-to>
+ <remote-id type="github">aduial/nonsense</remote-id>
<remote-id type="sourceforge">nonsense</remote-id>
</upstream>
</pkgmetadata>
diff --git a/app-misc/nonsense/nonsense-0.7.ebuild b/app-misc/nonsense/nonsense-0.7.ebuild
new file mode 100644
index 000000000..4874390fc
--- /dev/null
+++ b/app-misc/nonsense/nonsense-0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT="766d34590e1fc0edddb381ad16fab57f5d20d299"
+
+DESCRIPTION="Generates random text from datafiles and templates"
+HOMEPAGE="
+ https://github.com/aduial/nonsense
+ https://nonsense.sourceforge.net
+"
+SRC_URI="https://github.com/aduial/nonsense/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+ newbin nonsense.pl nonsense
+ dodoc README.md CHANGELOG.md HOWTO.md
+ insinto /usr/share/nonsense
+ doins *.data *.html *.template
+}