Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/nonsense/
Date: Wed, 30 Jun 2021 19:39:14
Message-Id: 1625056215.3ab48d5abf3465abab7610bd743e234adfab57a9.flow@gentoo
1 commit: 3ab48d5abf3465abab7610bd743e234adfab57a9
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 30 12:29:56 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 12:30:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ab48d5a
7
8 app-misc/nonsense: drop 0.6, 0.7
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 app-misc/nonsense/Manifest | 1 -
13 app-misc/nonsense/nonsense-0.6.ebuild | 19 -------------------
14 app-misc/nonsense/nonsense-0.7.ebuild | 24 ------------------------
15 3 files changed, 44 deletions(-)
16
17 diff --git a/app-misc/nonsense/Manifest b/app-misc/nonsense/Manifest
18 index bdf6b2b91..3f79d6137 100644
19 --- a/app-misc/nonsense/Manifest
20 +++ b/app-misc/nonsense/Manifest
21 @@ -1,2 +1 @@
22 -DIST nonsense-0.6.tar.gz 125943 BLAKE2B 6037d8c052e3ff58ff29a7c5e9b31129020acf85f73724be82932b519069a04c0fc0a6e5773a304734dcd51c042acf00a1c6ad7c9afb4c9eb7bba19a6f460ffc SHA512 022d3d4c5535da7bc67b28259f95a99ca52cf71dd3cca36993f77d3175f37384caa3f387e4ddd3d3c27ee5000c86f574680365e8249d74375688508f64228d67
23 DIST nonsense-0.7.tar.gz 132925 BLAKE2B 75748573c549f60eb48fcb23788600c44f9c97c3ba4dc6f271651d4cb717b044faa4f805a24c8d16daaa2f432bedf38f6ffee4a629a2231f59cac4e9f8dd2b66 SHA512 faefa857526312454e71cff4950149ce1623edbe129614c11d64f77305b71acd870171642b36d0fd8bef7e3dcecdbc68f2a1c77820c9f4c7ca756d8cce41fe1e
24
25 diff --git a/app-misc/nonsense/nonsense-0.6.ebuild b/app-misc/nonsense/nonsense-0.6.ebuild
26 deleted file mode 100644
27 index 7c68afc10..000000000
28 --- a/app-misc/nonsense/nonsense-0.6.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DESCRIPTION="Generates random text from datafiles and templates"
37 -HOMEPAGE="https://nonsense.sourceforge.net"
38 -SRC_URI="mirror://sourceforge/nonsense/nonsense-${PV}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~amd64"
43 -
44 -src_install() {
45 - dobin nonsense
46 - dodoc README CHANGELOG
47 - insinto /usr/share/nonsense
48 - doins *.data *.html *.template
49 -}
50
51 diff --git a/app-misc/nonsense/nonsense-0.7.ebuild b/app-misc/nonsense/nonsense-0.7.ebuild
52 deleted file mode 100644
53 index 4874390fc..000000000
54 --- a/app-misc/nonsense/nonsense-0.7.ebuild
55 +++ /dev/null
56 @@ -1,24 +0,0 @@
57 -# Copyright 1999-2021 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=8
61 -
62 -COMMIT="766d34590e1fc0edddb381ad16fab57f5d20d299"
63 -
64 -DESCRIPTION="Generates random text from datafiles and templates"
65 -HOMEPAGE="
66 - https://github.com/aduial/nonsense
67 - https://nonsense.sourceforge.net
68 -"
69 -SRC_URI="https://github.com/aduial/nonsense/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
70 -S="${WORKDIR}/${PN}-${COMMIT}"
71 -LICENSE="GPL-3"
72 -SLOT="0"
73 -KEYWORDS="~amd64"
74 -
75 -src_install() {
76 - newbin nonsense.pl nonsense
77 - dodoc README.md CHANGELOG.md HOWTO.md
78 - insinto /usr/share/nonsense
79 - doins *.data *.html *.template
80 -}