diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2017-09-14 15:04:03 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2017-09-14 15:05:29 +0300 |
commit | 8bb3905db0dae96489c8b1247d9317e26ad7df95 (patch) | |
tree | e3a7fc3a8a46e189944803710a15b1d902621039 /net-misc/sgopherd | |
parent | www-plugins/adobe-flash: Update icon cache (bug #630926). (diff) | |
download | gentoo-8bb3905db0dae96489c8b1247d9317e26ad7df95.tar.gz gentoo-8bb3905db0dae96489c8b1247d9317e26ad7df95.tar.bz2 gentoo-8bb3905db0dae96489c8b1247d9317e26ad7df95.zip |
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
Diffstat (limited to 'net-misc/sgopherd')
-rw-r--r-- | net-misc/sgopherd/Manifest | 2 | ||||
-rw-r--r-- | net-misc/sgopherd/sgopherd-17.09.ebuild (renamed from net-misc/sgopherd/sgopherd-13.01.ebuild) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/sgopherd/Manifest b/net-misc/sgopherd/Manifest index 6b1c6f588b66..9141ad6c9df0 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 index fce3b0a05529..742b26b78b00 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() { |