diff options
author | 2023-05-05 22:43:05 +0200 | |
---|---|---|
committer | 2023-05-08 20:40:12 +0200 | |
commit | b94f5a1b1331cbb15e4d41d831e884b6f6c293ca (patch) | |
tree | c75506edadcd34579b63b200044f92a5c1169450 /app-admin/lsyncd | |
parent | app-forensics/rifiuti: EAPI8 bump (diff) | |
download | gentoo-b94f5a1b1331cbb15e4d41d831e884b6f6c293ca.tar.gz gentoo-b94f5a1b1331cbb15e4d41d831e884b6f6c293ca.tar.bz2 gentoo-b94f5a1b1331cbb15e4d41d831e884b6f6c293ca.zip |
app-admin/lsyncd: update HOMEPAGE, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30886
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin/lsyncd')
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.2.3.ebuild | 11 | ||||
-rw-r--r-- | app-admin/lsyncd/metadata.xml | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/app-admin/lsyncd/lsyncd-2.2.3.ebuild b/app-admin/lsyncd/lsyncd-2.2.3.ebuild index 2f2808d63a72..cc8493d1bdc3 100644 --- a/app-admin/lsyncd/lsyncd-2.2.3.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,10 +10,11 @@ LUA_REQ_USE="deprecated" inherit cmake lua-single DESCRIPTION="Live Syncing (Mirror) Daemon" -HOMEPAGE="https://github.com/axkibe/lsyncd" -SRC_URI="https://github.com/axkibe/lsyncd/archive/release-${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/lsyncd/lsyncd" +SRC_URI="https://github.com/lsyncd/lsyncd/archive/release-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-release-${PV}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" @@ -33,8 +34,6 @@ PATCHES=( "${FILESDIR}"/${PN}-2.2.3-mandir.patch ) -S=${WORKDIR}/${PN}-release-${PV} - src_configure() { local mycmakeargs=( -DLUA_ABI_VERSION=$(ver_cut 1-2 $(lua_get_version)) diff --git a/app-admin/lsyncd/metadata.xml b/app-admin/lsyncd/metadata.xml index 2db3b587221b..106e2736434c 100644 --- a/app-admin/lsyncd/metadata.xml +++ b/app-admin/lsyncd/metadata.xml @@ -4,6 +4,6 @@ <!-- maintainer-needed --> <upstream> <remote-id type="google-code">lsyncd</remote-id> - <remote-id type="github">axkibe/lsyncd</remote-id> + <remote-id type="github">lsyncd/lsyncd</remote-id> </upstream> </pkgmetadata> |