public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/
@ 2021-07-15 19:13 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-07-15 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     72ee16d280347d4a17993b93c72a423db916cf24
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 19:11:50 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 19:12:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ee16d2

net-misc/gofish: stable amd64

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/gofish/gofish-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gofish/gofish-1.2-r1.ebuild b/net-misc/gofish/gofish-1.2-r1.ebuild
index fa82bccbe17..ab81b6ae1b8 100644
--- a/net-misc/gofish/gofish-1.2-r1.ebuild
+++ b/net-misc/gofish/gofish-1.2-r1.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="
 	acct-group/gopher


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/
@ 2023-04-29 19:48 Matthew Smith
  0 siblings, 0 replies; 6+ messages in thread
From: Matthew Smith @ 2023-04-29 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     82c40c61af66a9c21f93563056b10ac19b38ac28
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 19:47:22 2023 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 19:47:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c40c61

net-misc/gofish: add blocker on games-misc/bsd-games

Closes: https://bugs.gentoo.org/905314
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 net-misc/gofish/{gofish-1.2-r1.ebuild => gofish-1.2-r2.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-misc/gofish/gofish-1.2-r1.ebuild b/net-misc/gofish/gofish-1.2-r2.ebuild
similarity index 85%
rename from net-misc/gofish/gofish-1.2-r1.ebuild
rename to net-misc/gofish/gofish-1.2-r2.ebuild
index ab81b6ae1b8b..c23940d7517e 100644
--- a/net-misc/gofish/gofish-1.2-r1.ebuild
+++ b/net-misc/gofish/gofish-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,9 +12,11 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~x86"
 
+# See bug #905314 for bsd-games blocker.
 RDEPEND="
 	acct-group/gopher
 	acct-user/gopher
+	!games-misc/bsd-games
 "
 
 DOCS=( Configure_GoFish )


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/
@ 2021-04-10 18:35 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-10 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6f4020a698519b041437658f251351468ed25654
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Thu Apr  8 20:59:04 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 18:33:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4020a6

net-misc/gofish: Adopt package

Closes: https://github.com/gentoo/gentoo/pull/20309
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/gofish/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-misc/gofish/metadata.xml b/net-misc/gofish/metadata.xml
index b939f35668c..ab50e898b2e 100644
--- a/net-misc/gofish/metadata.xml
+++ b/net-misc/gofish/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>matt@offtopica.uk</email>
+		<name>Matt Smith</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">gofish</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/
@ 2021-04-10 18:35 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-10 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     40e381fbafa49f66abc7e869f188ae613f88324e
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Thu Apr  8 21:20:02 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 18:34:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e381fb

net-misc/gofish: Tidy up ebuild

* Correct LICENSE field
* Reorder members

Closes: https://github.com/gentoo/gentoo/pull/20309
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/gofish/gofish-1.2.ebuild | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/net-misc/gofish/gofish-1.2.ebuild b/net-misc/gofish/gofish-1.2.ebuild
index 6f64429d30a..6ab8823d84a 100644
--- a/net-misc/gofish/gofish-1.2.ebuild
+++ b/net-misc/gofish/gofish-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,16 +8,11 @@ inherit user
 DESCRIPTION="Gofish gopher server"
 HOMEPAGE="http://gofish.sourceforge.net"
 SRC_URI="mirror://sourceforge/gofish/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/${PN}
 
 pkg_setup() {
 	enewgroup gopher
@@ -25,9 +20,12 @@ pkg_setup() {
 }
 
 src_configure() {
-	econf \
-		--localstatedir=/var \
+	local myeconfargs=(
+		--localstatedir=/var
 		--disable-mmap-cache
+	)
+
+	econf "${myeconfargs[@]}"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/
@ 2018-05-28 23:02 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e2da8adeb31dfe7cc77715c83f0d167caf165eb8
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:51:11 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2da8ade

net-misc/gofish: rm DOCS=() and add dodoc for Configure_GoFish file

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/gofish/gofish-1.2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-misc/gofish/gofish-1.2.ebuild b/net-misc/gofish/gofish-1.2.ebuild
index 64d6f162b85..afbc6b28d2c 100644
--- a/net-misc/gofish/gofish-1.2.ebuild
+++ b/net-misc/gofish/gofish-1.2.ebuild
@@ -19,8 +19,6 @@ RDEPEND=""
 
 S=${WORKDIR}/${PN}
 
-DOCS=( AUTHORS ChangeLog Configure_GoFish README TODO )
-
 pkg_setup() {
 	enewgroup gopher
 	enewuser gopher -1 -1 -1 gopher
@@ -34,7 +32,7 @@ src_configure() {
 
 src_install () {
 	default
-
+	dodoc Configure_GoFish
 	newinitd "${FILESDIR}"/gofish.rc gofish
 	newconfd "${FILESDIR}"/gofish.confd gofish
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/
@ 2018-05-28 23:02 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     80847bf92f393178bf48a906f31a9786bc8b7bed
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:10:57 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:01:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80847bf9

net-misc/gofish: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/gofish/gofish-1.2.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-misc/gofish/gofish-1.2.ebuild b/net-misc/gofish/gofish-1.2.ebuild
index 68b0fe7e5df..64d6f162b85 100644
--- a/net-misc/gofish/gofish-1.2.ebuild
+++ b/net-misc/gofish/gofish-1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
-inherit eutils user
+inherit user
 
 DESCRIPTION="Gofish gopher server"
 HOMEPAGE="http://gofish.sourceforge.net"
@@ -19,6 +19,8 @@ RDEPEND=""
 
 S=${WORKDIR}/${PN}
 
+DOCS=( AUTHORS ChangeLog Configure_GoFish README TODO )
+
 pkg_setup() {
 	enewgroup gopher
 	enewuser gopher -1 -1 -1 gopher
@@ -27,14 +29,12 @@ pkg_setup() {
 src_configure() {
 	econf \
 		--localstatedir=/var \
-		--disable-mmap-cache || die
+		--disable-mmap-cache
 }
 
 src_install () {
-	make DESTDIR="${D}" install || die
-
-	newinitd "${FILESDIR}"/gofish.rc gofish || die
-	newconfd "${FILESDIR}"/gofish.confd gofish || die
+	default
 
-	dodoc AUTHORS ChangeLog Configure_GoFish README TODO || die
+	newinitd "${FILESDIR}"/gofish.rc gofish
+	newconfd "${FILESDIR}"/gofish.confd gofish
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-04-29 19:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-15 19:13 [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2023-04-29 19:48 Matthew Smith
2021-04-10 18:35 Conrad Kostecki
2021-04-10 18:35 Conrad Kostecki
2018-05-28 23:02 Aaron Bauman
2018-05-28 23:02 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox