* [gentoo-commits] repo/proj/guru:master commit in: app-misc/nonsense/
@ 2021-06-29 8:51 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-06-29 8:51 UTC (permalink / raw
To: gentoo-commits
commit: edad1b319a11fc2731211eb3e976fa4a33a53e23
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 29 07:17:45 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 07:17:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edad1b31
app-misc/nonsense: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/nonsense/Manifest | 1 +
app-misc/nonsense/metadata.xml | 23 +++++++++++++++++++++++
app-misc/nonsense/nonsense-0.6.ebuild | 19 +++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/app-misc/nonsense/Manifest b/app-misc/nonsense/Manifest
new file mode 100644
index 000000000..423ec8eb3
--- /dev/null
+++ b/app-misc/nonsense/Manifest
@@ -0,0 +1 @@
+DIST nonsense-0.6.tar.gz 125943 BLAKE2B 6037d8c052e3ff58ff29a7c5e9b31129020acf85f73724be82932b519069a04c0fc0a6e5773a304734dcd51c042acf00a1c6ad7c9afb4c9eb7bba19a6f460ffc SHA512 022d3d4c5535da7bc67b28259f95a99ca52cf71dd3cca36993f77d3175f37384caa3f387e4ddd3d3c27ee5000c86f574680365e8249d74375688508f64228d67
diff --git a/app-misc/nonsense/metadata.xml b/app-misc/nonsense/metadata.xml
new file mode 100644
index 000000000..914112026
--- /dev/null
+++ b/app-misc/nonsense/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
+Nonsense generates random (and sometimes humorous) text from datafiles and
+templates using a very simple, recursive grammar. It's like having a million
+monkeys sitting in front of a million typewriters, without having to feed or
+clean up after them. From fake Slashdot headlines to absurd college courses to
+buzzword bingo cards, Nonsense is a good way to waste time.
+
+Whether this program has any practical applications is open to debate. I use it
+to produce the names for characters and places in the fake news articles I
+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>
+ <remote-id type="sourceforge">nonsense</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-misc/nonsense/nonsense-0.6.ebuild b/app-misc/nonsense/nonsense-0.6.ebuild
new file mode 100644
index 000000000..7c68afc10
--- /dev/null
+++ b/app-misc/nonsense/nonsense-0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Generates random text from datafiles and templates"
+HOMEPAGE="https://nonsense.sourceforge.net"
+SRC_URI="mirror://sourceforge/nonsense/nonsense-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+ dobin nonsense
+ dodoc README CHANGELOG
+ insinto /usr/share/nonsense
+ doins *.data *.html *.template
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/nonsense/
@ 2021-06-30 7:14 Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2021-06-30 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 2740051fd88956f7303d7835cd8631fb19c8bc54
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 29 22:31:30 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 22:32:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2740051f
app-misc/nonsense: add 0.7
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/nonsense/Manifest | 1 +
app-misc/nonsense/metadata.xml | 2 ++
app-misc/nonsense/nonsense-0.7.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 27 insertions(+)
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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/nonsense/
@ 2021-06-30 19:39 Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2021-06-30 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 3ab48d5abf3465abab7610bd743e234adfab57a9
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Jun 30 12:29:56 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 12:30:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ab48d5a
app-misc/nonsense: drop 0.6, 0.7
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/nonsense/Manifest | 1 -
app-misc/nonsense/nonsense-0.6.ebuild | 19 -------------------
app-misc/nonsense/nonsense-0.7.ebuild | 24 ------------------------
3 files changed, 44 deletions(-)
diff --git a/app-misc/nonsense/Manifest b/app-misc/nonsense/Manifest
index bdf6b2b91..3f79d6137 100644
--- a/app-misc/nonsense/Manifest
+++ b/app-misc/nonsense/Manifest
@@ -1,2 +1 @@
-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/nonsense-0.6.ebuild b/app-misc/nonsense/nonsense-0.6.ebuild
deleted file mode 100644
index 7c68afc10..000000000
--- a/app-misc/nonsense/nonsense-0.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Generates random text from datafiles and templates"
-HOMEPAGE="https://nonsense.sourceforge.net"
-SRC_URI="mirror://sourceforge/nonsense/nonsense-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_install() {
- dobin nonsense
- dodoc README CHANGELOG
- insinto /usr/share/nonsense
- doins *.data *.html *.template
-}
diff --git a/app-misc/nonsense/nonsense-0.7.ebuild b/app-misc/nonsense/nonsense-0.7.ebuild
deleted file mode 100644
index 4874390fc..000000000
--- a/app-misc/nonsense/nonsense-0.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-06-30 19:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-30 19:39 [gentoo-commits] repo/proj/guru:master commit in: app-misc/nonsense/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2021-06-30 7:14 Florian Schmaus
2021-06-29 8:51 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox