diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-09-19 13:01:20 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-09-19 13:52:24 +0100 |
commit | 94b3d4005aa8988383e470254f6e2c5563d90046 (patch) | |
tree | 40cd668cd2edecb0618b9a1724bbf5254eb4cf93 /net-misc/linuxptp | |
parent | dev-cpp/benchmark: add 1.8.3 (diff) | |
download | gentoo-94b3d4005aa8988383e470254f6e2c5563d90046.tar.gz gentoo-94b3d4005aa8988383e470254f6e2c5563d90046.tar.bz2 gentoo-94b3d4005aa8988383e470254f6e2c5563d90046.zip |
net-misc/linuxptp: drop 3.1.1-r1, add 4.1
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-misc/linuxptp')
-rw-r--r-- | net-misc/linuxptp/Manifest | 2 | ||||
-rw-r--r-- | net-misc/linuxptp/linuxptp-4.1.ebuild (renamed from net-misc/linuxptp/linuxptp-3.1.1-r1.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/linuxptp/Manifest b/net-misc/linuxptp/Manifest index 82fbb36fd64c..e38945a7fde2 100644 --- a/net-misc/linuxptp/Manifest +++ b/net-misc/linuxptp/Manifest @@ -1,2 +1,2 @@ -DIST linuxptp-3.1.1.tgz 218784 BLAKE2B 5b46580a0e1b6e003f5f03e512c4f9b348c086f356fd47d3480da5e8223ba291fdb213798c696c37759896a99bccf21cd7e7daddce5aa5ed5701afb0e622a755 SHA512 c3c40987fe68480a8473097ebc3c506fb4f8f3b6456bbe637b2b3cb0b3e0182f1513b511fdc04b3607d5f7d8bd1bd22502bb86eb13f9fa4fa63a3331846b33ec DIST linuxptp-4.0.tgz 250862 BLAKE2B 2c790e35677ee443b39130459b51e9b7237ec780f6e9774028e3c956de6e962ae8272157bf5e6bea847a098654b8cf9621a907b57c38778d55383182ec2d63aa SHA512 763de5654f0426f2f489223e02fb3dd39a3a830751b366406657efe33bb923b5b38edada7b62de3efed6d257d5d386ece0d42a5eb92da5e5d443eac9b32e105d +DIST linuxptp-4.1.tgz 252373 BLAKE2B 9dc6bb69c98a8b452250554b5e06b39d445b81a3e0c7ce2beaa7bd1d2cb969928496827bd3d3e32136c9fe55f1103ab312441c2a4cdee035c7d6b7526f0c1327 SHA512 144c03677f2c61c58d05c5c5dbb771b7aac3860507d9ba814f67f6da024c3cb2019f9e8cf39b983d39a6feddd1b24a1f40a678b4ff7af8aa564ee813e322dfae diff --git a/net-misc/linuxptp/linuxptp-3.1.1-r1.ebuild b/net-misc/linuxptp/linuxptp-4.1.ebuild index de162a29e0a7..482409416297 100644 --- a/net-misc/linuxptp/linuxptp-3.1.1-r1.ebuild +++ b/net-misc/linuxptp/linuxptp-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,12 +6,12 @@ EAPI=8 inherit linux-info systemd toolchain-funcs DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation" -HOMEPAGE="http://linuxptp.sourceforge.net/" +HOMEPAGE="https://linuxptp.nwtime.org/" SRC_URI="mirror://sourceforge/project/${PN}/v$(ver_cut 1-2)/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" DEPEND="elibc_musl? ( sys-libs/queue-standalone )" |