diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ushare/ushare-1.1a_p20200824.ebuild | 4 | ||||
-rw-r--r-- | 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 d84a7ddf0c95..aa9239211470 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 3abf6ffb0082..8e89f250bb51 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" |