From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50D831396D0 for ; Thu, 14 Sep 2017 12:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F1B61FC00B; Thu, 14 Sep 2017 12:05:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CA351FC00B for ; Thu, 14 Sep 2017 12:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FB9333BE2E for ; Thu, 14 Sep 2017 12:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3420907D for ; Thu, 14 Sep 2017 12:05:37 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1505390729.8bb3905db0dae96489c8b1247d9317e26ad7df95.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sgopherd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sgopherd/Manifest net-misc/sgopherd/sgopherd-13.01.ebuild net-misc/sgopherd/sgopherd-17.09.ebuild X-VCS-Directories: net-misc/sgopherd/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 8bb3905db0dae96489c8b1247d9317e26ad7df95 X-VCS-Branch: master Date: Thu, 14 Sep 2017 12:05:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f4ce431-59d2-409f-8732-5085ef2102aa X-Archives-Hash: 5bd6600117eaad11b5a174dde0e6c931 commit: 8bb3905db0dae96489c8b1247d9317e26ad7df95 Author: Sergey Popov gentoo org> AuthorDate: Thu Sep 14 12:04:03 2017 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Sep 14 12:05:29 2017 +0000 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() {