From 40a44fe1d7864df15cc95378235459df703ee3c8 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Thu, 14 Sep 2017 13:18:42 +0300 Subject: [PATCH] net-misc/sgopherd: update live ebuild, bump EAPI, change project license, fix metadata --- net-misc/sgopherd/metadata.xml | 2 +- net-misc/sgopherd/sgopherd-9999.ebuild | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/net-misc/sgopherd/metadata.xml b/net-misc/sgopherd/metadata.xml index 461f335..ae4fa19 100644 --- a/net-misc/sgopherd/metadata.xml +++ b/net-misc/sgopherd/metadata.xml @@ -1,7 +1,7 @@ - + admin@pinkbyte.ru Sergey Popov diff --git a/net-misc/sgopherd/sgopherd-9999.ebuild b/net-misc/sgopherd/sgopherd-9999.ebuild index 1f8eac3..7ee5f97 100644 --- a/net-misc/sgopherd/sgopherd-9999.ebuild +++ b/net-misc/sgopherd/sgopherd-9999.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 +EAPI=6 -EGIT_REPO_URI="git://github.com/vain/sgopherd.git" +EGIT_REPO_URI="https://github.com/vain/sgopherd.git" -inherit git-2 +inherit git-r3 DESCRIPTION="Small Gopher Server written in GNU Bash" HOMEPAGE="https://github.com/vain/sgopherd" SRC_URI="" -LICENSE="PIZZA-WARE" +LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE="" DEPEND="" RDEPEND="app-shells/bash @@ -25,6 +23,7 @@ RDEPEND="app-shells/bash src_prepare() { # Set default user to run sgopherd sed -i -e '/user/s/http/nobody/' xinetd/xinetd-example.conf || die 'sed failed' + default } src_install() {