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 1C7731382C5 for ; Wed, 10 Mar 2021 12:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44EC2E083B; Wed, 10 Mar 2021 12:58:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 29AA5E083B for ; Wed, 10 Mar 2021 12:58:43 +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 B448D340CDA for ; Wed, 10 Mar 2021 12:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC044A5 for ; Wed, 10 Mar 2021 12:58:39 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1615381112.2a718b5bb923271e8841ce81d46e8a781c341660.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ushare/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ushare/ushare-1.1a_p20200824.ebuild media-video/ushare/ushare-1.1a_p20210221.ebuild X-VCS-Directories: media-video/ushare/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 2a718b5bb923271e8841ce81d46e8a781c341660 X-VCS-Branch: master Date: Wed, 10 Mar 2021 12:58:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78ee3c06-96ac-4fa9-a6da-3a1332e53368 X-Archives-Hash: fb648773ac910f719e75bcff7f93bbb7 commit: 2a718b5bb923271e8841ce81d46e8a781c341660 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Mar 10 09:04:10 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Mar 10 12:58:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a718b5b media-video/ushare: remove enewuser, update LICENSE Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ben Kohler gentoo.org> media-video/ushare/ushare-1.1a_p20200824.ebuild | 4 ++-- media-video/ushare/ushare-1.1a_p20210221.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/ushare/ushare-1.1a_p20200824.ebuild b/media-video/ushare/ushare-1.1a_p20200824.ebuild index d84a7ddf0c9..aa923921147 100644 --- a/media-video/ushare/ushare-1.1a_p20200824.ebuild +++ b/media-video/ushare/ushare-1.1a_p20200824.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit readme.gentoo-r1 toolchain-funcs systemd COMMIT="5f7f66cd89d5b0652c1226e65bbf9c85aeba00f2" @@ -10,7 +11,7 @@ DESCRIPTION="uShare is a UPnP (TM) A/V & DLNA Media Server" HOMEPAGE="https://github.com/ddugovic/uShare/" SRC_URI="https://github.com/ddugovic/uShare/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="nls" @@ -56,7 +57,6 @@ src_install() { } pkg_postinst() { - enewuser ushare readme.gentoo_print_elog elog elog "The config file has been moved to /etc/ushare.conf" diff --git a/media-video/ushare/ushare-1.1a_p20210221.ebuild b/media-video/ushare/ushare-1.1a_p20210221.ebuild index 3abf6ffb008..8e89f250bb5 100644 --- a/media-video/ushare/ushare-1.1a_p20210221.ebuild +++ b/media-video/ushare/ushare-1.1a_p20210221.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit readme.gentoo-r1 toolchain-funcs systemd COMMIT="79b0d6e41fd9af73c2ef7ee6b110f9b367295a76" @@ -10,7 +11,7 @@ DESCRIPTION="uShare is a UPnP (TM) A/V & DLNA Media Server" HOMEPAGE="https://github.com/ddugovic/uShare/" SRC_URI="https://github.com/ddugovic/uShare/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" @@ -56,7 +57,6 @@ src_install() { } pkg_postinst() { - enewuser ushare readme.gentoo_print_elog elog elog "The config file has been moved to /etc/ushare.conf"