* [gentoo-commits] repo/gentoo:master commit in: games-misc/funny-manpages/
@ 2017-11-25 14:39 Patrick Lauer
0 siblings, 0 replies; 7+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:39 UTC (permalink / raw
To: gentoo-commits
commit: f6d17e61dcabb090b8f1b95a3dc6801759fd487e
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:26:16 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:39:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d17e61
games-misc/funny-manpages: Whitespace
Package-Manager: Portage-2.3.16, Repoman-2.3.6
games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild b/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
index 99e6253cf92..53eff3029f6 100644
--- a/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
+++ b/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=5
inherit eutils
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/funny-manpages/
@ 2018-03-08 9:43 Lars Wendler
0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler @ 2018-03-08 9:43 UTC (permalink / raw
To: gentoo-commits
commit: 3b4f4bcf42427a4074655d9c9d1c46c70d187e2c
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 8 09:43:50 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 8 09:43:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4f4bcf
games-misc/funny-manpages: Bump to version 2.3
Package-Manager: Portage-2.3.24, Repoman-2.3.6
games-misc/funny-manpages/Manifest | 1 +
.../funny-manpages/funny-manpages-2.3.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/games-misc/funny-manpages/Manifest b/games-misc/funny-manpages/Manifest
index b6f77b8de8b..e18a3bd40f8 100644
--- a/games-misc/funny-manpages/Manifest
+++ b/games-misc/funny-manpages/Manifest
@@ -1,2 +1,3 @@
DIST funny-manpages_1.3-5.diff.gz 2639 BLAKE2B 2234a963be3292e33fadeb12213b11a6a9b81157f60c505df3e9d097cc99cb90a5b180bc1b64636d423a04d44a67fdd2ea8478ac83ce984f6a799896e2251036 SHA512 69110989da9071321a8d8e9ea4f09bd7635704caeaccbdbf7fb2fb1abd540632f19d63d15de3232fabbc35e76dfe2eefb64ce84b6f4606d8dbe581e15f83d24c
DIST funny-manpages_1.3.orig.tar.gz 22691 BLAKE2B 2b54879992a3c9254e39b175adb060cbcf0ad65597454659fe66bb694ba5be70e97a3e7356ec79d6cd42cfc64f1b5adffd8328edc200a79987687a1227328bc8 SHA512 83c753540d9a9829017246f4a9de22ba09965fa5b8af8276f55ef141129876ca3e641b367ebc31ca99301f37a56132c07eee1ebc9616c954a2e84387fe62383d
+DIST funny-manpages_2.3.orig.tar.gz 23949 BLAKE2B 27f3dc4f548b6012c6830d303980c6871c0079cd123b706bdda75cdc49c90e66171a096b24ef3ba448f3d8e0c6a48f316b8c2783cfa6cc0087ef755311bb5ac3 SHA512 7920e9a62972f8ea0649b50d0b108936a6e0a5d5b68baccadded4999d0219af3f4685349dd881aded9e762e0d1f00575f382d155db0969f7e51a4a1963f0519e
diff --git a/games-misc/funny-manpages/funny-manpages-2.3.ebuild b/games-misc/funny-manpages/funny-manpages-2.3.ebuild
new file mode 100644
index 00000000000..3e8d108bf0b
--- /dev/null
+++ b/games-misc/funny-manpages/funny-manpages-2.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_R="${PV:0-1}"
+MY_P="${PN}_${PV/_p?/}"
+DESCRIPTION="funny manpages collected from various sources"
+HOMEPAGE="https://debian.org/"
+SRC_URI="mirror://debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz"
+
+if [[ "${PV}" = *_p* ]] ; then
+ SRC_URI+=" mirror://debian/pool/main/f/funny-manpages/${MY_P}-${MY_R}.diff.gz"
+fi
+
+LICENSE="freedist" #465704
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86"
+IUSE=""
+
+RDEPEND="virtual/man"
+
+S="${WORKDIR}/${PN}/man"
+
+src_prepare() {
+ if [[ "${PV}" = *_p* ]] ; then
+ eapply "${WORKDIR}"/${MY_P}-${MY_R}.diff
+ fi
+
+ eapply_user
+
+ for f in *.[0-57-9]fun ; do
+ mv ${f} ${f/.?fun/.6fun} || die "renaming ${f} failed"
+ done
+}
+
+src_install() {
+ doman *.6fun
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/funny-manpages/
@ 2018-05-26 9:55 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2018-05-26 9:55 UTC (permalink / raw
To: gentoo-commits
commit: ff348ee09642b6750e3f03bb77f2d40545a22be5
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 26 08:48:25 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 26 09:54:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff348ee0
games-misc/funny-manpages: use HTTPs
games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild | 4 ++--
games-misc/funny-manpages/funny-manpages-2.3.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild b/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
index 53eff3029f6..922db36737b 100644
--- a/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
+++ b/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ inherit eutils
MY_R=${PV:0-1}
MY_P=${PN}_${PV/_rc?/}
DESCRIPTION="funny manpages collected from various sources"
-HOMEPAGE="http://debian.org/"
+HOMEPAGE="https://www.debian.org/"
SRC_URI="mirror://debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz
mirror://debian/pool/main/f/funny-manpages/${MY_P}-${MY_R}.diff.gz"
diff --git a/games-misc/funny-manpages/funny-manpages-2.3.ebuild b/games-misc/funny-manpages/funny-manpages-2.3.ebuild
index 3e8d108bf0b..2ab4b79b95e 100644
--- a/games-misc/funny-manpages/funny-manpages-2.3.ebuild
+++ b/games-misc/funny-manpages/funny-manpages-2.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
MY_R="${PV:0-1}"
MY_P="${PN}_${PV/_p?/}"
DESCRIPTION="funny manpages collected from various sources"
-HOMEPAGE="https://debian.org/"
+HOMEPAGE="https://www.debian.org/"
SRC_URI="mirror://debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz"
if [[ "${PV}" = *_p* ]] ; then
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/funny-manpages/
@ 2021-04-04 10:11 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-04-04 10:11 UTC (permalink / raw
To: gentoo-commits
commit: aae45892f0d60c8095c1bcc6608a8c92a6b22fdd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 10:01:26 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 10:11:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae45892
games-misc/funny-manpages: port to EAPI 7, eutils--
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../funny-manpages/funny-manpages-1.3_rc5-r1.ebuild | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild b/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
index 1c7c1840f26..b215501cbb2 100644
--- a/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
+++ b/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
@@ -1,27 +1,28 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils
+EAPI=7
MY_R=${PV:0-1}
MY_P=${PN}_${PV/_rc?/}
-DESCRIPTION="funny manpages collected from various sources"
+DESCRIPTION="Funny manpages collected from various sources"
HOMEPAGE="https://www.debian.org/"
SRC_URI="mirror://debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz
mirror://debian/pool/main/f/funny-manpages/${MY_P}-${MY_R}.diff.gz"
+S="${WORKDIR}"/${MY_P/_/-}.orig
LICENSE="freedist" #465704
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc64 ~s390 ~x86"
-IUSE=""
RDEPEND="virtual/man"
-S=${WORKDIR}/${MY_P/_/-}.orig
+PATCHES=(
+ "${WORKDIR}"/${MY_P}-${MY_R}.diff
+)
src_prepare() {
- epatch ../${MY_P}-${MY_R}.diff
+ default
for f in *.[0-57-9]fun ; do
mv ${f} ${f/.?fun/.6fun} || die "renaming ${f} failed"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/funny-manpages/
@ 2021-04-21 18:51 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-04-21 18:51 UTC (permalink / raw
To: gentoo-commits
commit: fdc6d6ab948c9732478d9135336c94f90d1186d6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 09:07:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 18:50:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc6d6ab
games-misc/funny-manpages: update EAPI 6 -> 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/funny-manpages/funny-manpages-2.3.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/games-misc/funny-manpages/funny-manpages-2.3.ebuild b/games-misc/funny-manpages/funny-manpages-2.3.ebuild
index d8bd6f0300d..a2effd00e0c 100644
--- a/games-misc/funny-manpages/funny-manpages-2.3.ebuild
+++ b/games-misc/funny-manpages/funny-manpages-2.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
MY_R="${PV:0-1}"
MY_P="${PN}_${PV/_p?/}"
@@ -9,21 +9,20 @@ DESCRIPTION="funny manpages collected from various sources"
HOMEPAGE="https://www.debian.org/"
SRC_URI="mirror://debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz"
-if [[ "${PV}" = *_p* ]] ; then
+if [[ "${PV}" == *_p* ]] ; then
SRC_URI+=" mirror://debian/pool/main/f/funny-manpages/${MY_P}-${MY_R}.diff.gz"
fi
+S="${WORKDIR}/${PN}/man"
+
LICENSE="freedist" #465704
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc64 ~s390 ~x86"
-IUSE=""
RDEPEND="virtual/man"
-S="${WORKDIR}/${PN}/man"
-
src_prepare() {
- if [[ "${PV}" = *_p* ]] ; then
+ if [[ "${PV}" == *_p* ]] ; then
eapply "${WORKDIR}"/${MY_P}-${MY_R}.diff
fi
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/funny-manpages/
@ 2021-12-28 17:10 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2021-12-28 17:10 UTC (permalink / raw
To: gentoo-commits
commit: d9f4783d986b7e39bfb6430aea31dcff861877b8
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 15:09:08 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 17:00:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f4783d
games-misc/funny-manpages: drop 1.3_rc5-r1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/funny-manpages/Manifest | 2 --
.../funny-manpages-1.3_rc5-r1.ebuild | 34 ----------------------
2 files changed, 36 deletions(-)
diff --git a/games-misc/funny-manpages/Manifest b/games-misc/funny-manpages/Manifest
index e18a3bd40f8a..1e98ae12de51 100644
--- a/games-misc/funny-manpages/Manifest
+++ b/games-misc/funny-manpages/Manifest
@@ -1,3 +1 @@
-DIST funny-manpages_1.3-5.diff.gz 2639 BLAKE2B 2234a963be3292e33fadeb12213b11a6a9b81157f60c505df3e9d097cc99cb90a5b180bc1b64636d423a04d44a67fdd2ea8478ac83ce984f6a799896e2251036 SHA512 69110989da9071321a8d8e9ea4f09bd7635704caeaccbdbf7fb2fb1abd540632f19d63d15de3232fabbc35e76dfe2eefb64ce84b6f4606d8dbe581e15f83d24c
-DIST funny-manpages_1.3.orig.tar.gz 22691 BLAKE2B 2b54879992a3c9254e39b175adb060cbcf0ad65597454659fe66bb694ba5be70e97a3e7356ec79d6cd42cfc64f1b5adffd8328edc200a79987687a1227328bc8 SHA512 83c753540d9a9829017246f4a9de22ba09965fa5b8af8276f55ef141129876ca3e641b367ebc31ca99301f37a56132c07eee1ebc9616c954a2e84387fe62383d
DIST funny-manpages_2.3.orig.tar.gz 23949 BLAKE2B 27f3dc4f548b6012c6830d303980c6871c0079cd123b706bdda75cdc49c90e66171a096b24ef3ba448f3d8e0c6a48f316b8c2783cfa6cc0087ef755311bb5ac3 SHA512 7920e9a62972f8ea0649b50d0b108936a6e0a5d5b68baccadded4999d0219af3f4685349dd881aded9e762e0d1f00575f382d155db0969f7e51a4a1963f0519e
diff --git a/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild b/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
deleted file mode 100644
index b215501cbb20..000000000000
--- a/games-misc/funny-manpages/funny-manpages-1.3_rc5-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_R=${PV:0-1}
-MY_P=${PN}_${PV/_rc?/}
-DESCRIPTION="Funny manpages collected from various sources"
-HOMEPAGE="https://www.debian.org/"
-SRC_URI="mirror://debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz
- mirror://debian/pool/main/f/funny-manpages/${MY_P}-${MY_R}.diff.gz"
-S="${WORKDIR}"/${MY_P/_/-}.orig
-
-LICENSE="freedist" #465704
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc64 ~s390 ~x86"
-
-RDEPEND="virtual/man"
-
-PATCHES=(
- "${WORKDIR}"/${MY_P}-${MY_R}.diff
-)
-
-src_prepare() {
- default
-
- for f in *.[0-57-9]fun ; do
- mv ${f} ${f/.?fun/.6fun} || die "renaming ${f} failed"
- done
-}
-
-src_install() {
- doman *.6fun
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/funny-manpages/
@ 2021-12-28 17:10 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2021-12-28 17:10 UTC (permalink / raw
To: gentoo-commits
commit: c7872e0ea3fb2c26b3492d2a05c2b2f4a82bf963
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 15:08:28 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 17:00:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7872e0e
games-misc/funny-manpages: mark ALLARCHES
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-misc/funny-manpages/metadata.xml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/games-misc/funny-manpages/metadata.xml b/games-misc/funny-manpages/metadata.xml
index 1c3ba213c494..5539242c2fbc 100644
--- a/games-misc/funny-manpages/metadata.xml
+++ b/games-misc/funny-manpages/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-12-28 17:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 14:39 [gentoo-commits] repo/gentoo:master commit in: games-misc/funny-manpages/ Patrick Lauer
-- strict thread matches above, loose matches on Subject: below --
2018-03-08 9:43 Lars Wendler
2018-05-26 9:55 David Seifert
2021-04-04 10:11 Sam James
2021-04-21 18:51 Sam James
2021-12-28 17:10 Ionen Wolkens
2021-12-28 17:10 Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox