[gentoo-commits] repo/gentoo:master commit in: net-misc/sgopherd/

2023-02-14 Thread Sergey Popov
commit: f4a5bfe864841a16026dc7f533f05922d2191ebe
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Feb 14 11:07:50 2023 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Feb 14 11:07:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a5bfe8

net-misc/sgopherd: remove myself from maintainers

Signed-off-by: Sergey Popov  gentoo.org>

 net-misc/sgopherd/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-misc/sgopherd/metadata.xml b/net-misc/sgopherd/metadata.xml
index 4bab8863127b..9e09974162c5 100644
--- a/net-misc/sgopherd/metadata.xml
+++ b/net-misc/sgopherd/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   
+   

vain/sgopherd




[gentoo-commits] repo/gentoo:master commit in: net-misc/sgopherd/

2020-07-13 Thread Sergey Popov
commit: 189b57c62996d1899ce31c1e2669eeab67f31061
Author: Sergey Popov  gentoo  org>
AuthorDate: Mon Jul 13 09:50:45 2020 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Jul 13 09:51:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189b57c6

net-misc/sgopherd: drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergey Popov  gentoo.org>

 net-misc/sgopherd/Manifest  |  1 -
 net-misc/sgopherd/sgopherd-17.09.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/net-misc/sgopherd/Manifest b/net-misc/sgopherd/Manifest
index 977ca010dea..5709cbbfee6 100644
--- a/net-misc/sgopherd/Manifest
+++ b/net-misc/sgopherd/Manifest
@@ -1,2 +1 @@
-DIST sgopherd-17.09.tar.gz 8855 BLAKE2B 
d79b6f2d6c19e0ec2878ff44c56d739863a74bfc967098d4e51d4b9a723fed587d5d52f78aeb5e915e466f43a28ac443b39e8b79e6a8e8fc82c4c049be7b8cb4
 SHA512 
7f3ef37d5ec08d21e7945f0327ea50697237461f717a2ce3c5a0fe9c077effe26710013725a59a184564e028f249f7b53087752410600da0f8feaf9cd1b9c7dc
 DIST sgopherd-18.08.tar.bz2 12777 BLAKE2B 
dde415822f9e4a41463fa6d2622b59adc5676b88cb5b5831ec3396869f6b2bfa4d605b92bd56c24d9aa1b8d4a0198c4f2f46a6141f5f2c913cde1cfb9e99d3db
 SHA512 
830558f2be0763550f0229bfa22524de81c9ea119b2d0f00e465f76ba343d4f488e5595851bbf13697b270d7dc611eafb36a320b6dc2c7d27ad854bd14f4c10d

diff --git a/net-misc/sgopherd/sgopherd-17.09.ebuild 
b/net-misc/sgopherd/sgopherd-17.09.ebuild
deleted file mode 100644
index 742b26b78b0..000
--- a/net-misc/sgopherd/sgopherd-17.09.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Small Gopher Server written in GNU Bash"
-HOMEPAGE="https://github.com/vain/sgopherd;
-SRC_URI="https://github.com/vain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="app-shells/bash
-   sys-apps/sed
-   sys-apps/xinetd"
-
-src_prepare() {
-   # Set default user to run sgopherd
-   sed -i -e '/user/s/http/nobody/' xinetd/xinetd-example.conf || die 'sed 
failed'
-
-   eapply_user
-}
-
-src_install() {
-   dodoc README
-   doman man8/"${PN}".8
-   dobin "${PN}"
-   insinto /etc/xinetd.d
-   newins xinetd/xinetd-example.conf "${PN}"
-   # TODO: add installation of systemd-related files
-}
-
-pkg_postinst() {
-   elog "${PN} can be launched through xinetd"
-   elog "Configuration options are in /etc/xinetd.d/${PN}"
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/sgopherd/

2018-11-07 Thread Sergey Popov
commit: 22f8d0921629e8fc70ca836f5be73d6d9267325e
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Nov  7 10:19:49 2018 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Nov  7 10:20:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f8d092

net-misc/sgopherd: version bump

Signed-off-by: Sergey Popov  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/sgopherd/Manifest  |  1 +
 net-misc/sgopherd/sgopherd-18.08.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/net-misc/sgopherd/Manifest b/net-misc/sgopherd/Manifest
index 8ee05c484ad..977ca010dea 100644
--- a/net-misc/sgopherd/Manifest
+++ b/net-misc/sgopherd/Manifest
@@ -1 +1,2 @@
 DIST sgopherd-17.09.tar.gz 8855 BLAKE2B 
d79b6f2d6c19e0ec2878ff44c56d739863a74bfc967098d4e51d4b9a723fed587d5d52f78aeb5e915e466f43a28ac443b39e8b79e6a8e8fc82c4c049be7b8cb4
 SHA512 
7f3ef37d5ec08d21e7945f0327ea50697237461f717a2ce3c5a0fe9c077effe26710013725a59a184564e028f249f7b53087752410600da0f8feaf9cd1b9c7dc
+DIST sgopherd-18.08.tar.bz2 12777 BLAKE2B 
dde415822f9e4a41463fa6d2622b59adc5676b88cb5b5831ec3396869f6b2bfa4d605b92bd56c24d9aa1b8d4a0198c4f2f46a6141f5f2c913cde1cfb9e99d3db
 SHA512 
830558f2be0763550f0229bfa22524de81c9ea119b2d0f00e465f76ba343d4f488e5595851bbf13697b270d7dc611eafb36a320b6dc2c7d27ad854bd14f4c10d

diff --git a/net-misc/sgopherd/sgopherd-18.08.ebuild 
b/net-misc/sgopherd/sgopherd-18.08.ebuild
new file mode 100644
index 000..d83915c0411
--- /dev/null
+++ b/net-misc/sgopherd/sgopherd-18.08.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Small Gopher Server written in GNU Bash"
+HOMEPAGE="https://www.uninformativ.de/git/sgopherd;
+SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="app-shells/bash
+   sys-apps/sed
+   sys-apps/xinetd"
+
+src_prepare() {
+   # Set default user to run sgopherd
+   sed -i -e '/user/s/http/nobody/' xinetd/xinetd-example.conf || die 'sed 
failed'
+
+   eapply_user
+}
+
+src_install() {
+   dodoc README
+   doman man8/"${PN}".8
+   dobin "${PN}"
+   insinto /etc/xinetd.d
+   newins xinetd/xinetd-example.conf "${PN}"
+   # TODO: add installation of systemd-related files
+}
+
+pkg_postinst() {
+   elog "${PN} can be launched through xinetd"
+   elog "Configuration options are in /etc/xinetd.d/${PN}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/sgopherd/

2017-09-14 Thread Sergey Popov
commit: 8bb3905db0dae96489c8b1247d9317e26ad7df95
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Sep 14 12:04:03 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Sep 14 12:05:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb3905d

net-misc/sgopherd: version bump, drop old

Change license to match upstream.
Bump EAPI to 6

Closes: https://bugs.gentoo.org/630374

Package-Manager: Portage-2.3.7, Repoman-2.3.1

 net-misc/sgopherd/Manifest| 2 +-
 .../sgopherd/{sgopherd-13.01.ebuild => sgopherd-17.09.ebuild} | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/sgopherd/Manifest b/net-misc/sgopherd/Manifest
index 6b1c6f588b6..9141ad6c9df 100644
--- a/net-misc/sgopherd/Manifest
+++ b/net-misc/sgopherd/Manifest
@@ -1 +1 @@
-DIST sgopherd-13.01.tar.gz 10524 SHA256 
8a115d48fd0b78b9c3f069f2c827aacac439cfbf3d2face22f173e2920554693 SHA512 
8f2864ddb263e8a437d37718a3108fee2fd7fdc1ce8e3fdb5a8db019b2dde5a52d12f574e3f32a6fe80e1ab1ca2687d87a310e6d12580f6e5d588ba13d4a5165
 WHIRLPOOL 
af0bd9444e68191284fa50c6582f0ef84275e9e3de2d0851f2dbffb35dde1571d490fb444ff2534fbaf5d9a8da9c77d56497ce9efa01b53f14258dfaaf6559ac
+DIST sgopherd-17.09.tar.gz 8855 SHA256 
025fdced4e9a0d11e549aa579f9586e6a973c10eec528ffd949f633b087192cb SHA512 
7f3ef37d5ec08d21e7945f0327ea50697237461f717a2ce3c5a0fe9c077effe26710013725a59a184564e028f249f7b53087752410600da0f8feaf9cd1b9c7dc
 WHIRLPOOL 
4765eda55013499cdda69ce8b3cdca36eee06f70e4701c58660dcb334a6c2baea20fac55f2684807bac3ecd5150039d45c99fb1b4dffec85651b2883b27f75b2

diff --git a/net-misc/sgopherd/sgopherd-13.01.ebuild 
b/net-misc/sgopherd/sgopherd-17.09.ebuild
similarity index 90%
rename from net-misc/sgopherd/sgopherd-13.01.ebuild
rename to net-misc/sgopherd/sgopherd-17.09.ebuild
index fce3b0a0552..742b26b78b0 100644
--- a/net-misc/sgopherd/sgopherd-13.01.ebuild
+++ b/net-misc/sgopherd/sgopherd-17.09.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit eutils
 
@@ -9,7 +9,7 @@ DESCRIPTION="Small Gopher Server written in GNU Bash"
 HOMEPAGE="https://github.com/vain/sgopherd;
 SRC_URI="https://github.com/vain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="PIZZA-WARE"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
@@ -22,7 +22,7 @@ src_prepare() {
# Set default user to run sgopherd
sed -i -e '/user/s/http/nobody/' xinetd/xinetd-example.conf || die 'sed 
failed'
 
-   epatch_user
+   eapply_user
 }
 
 src_install() {