diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2019-01-20 15:55:48 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2019-01-20 15:55:48 +0100 |
commit | f2d3c8a15a2cf7f1f046b738cf50bf72c8992d2f (patch) | |
tree | 2042e703ccbe2a05c6b591d4fd2b6011c5d50d52 /net-misc | |
parent | sys-power/upower: Consider pending-charge when calculating (diff) | |
download | gentoo-f2d3c8a15a2cf7f1f046b738cf50bf72c8992d2f.tar.gz gentoo-f2d3c8a15a2cf7f1f046b738cf50bf72c8992d2f.tar.bz2 gentoo-f2d3c8a15a2cf7f1f046b738cf50bf72c8992d2f.zip |
net-misc/linuxptp: Drop old
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/linuxptp/Manifest | 3 | ||||
-rw-r--r-- | net-misc/linuxptp/linuxptp-1.5.ebuild | 36 | ||||
-rw-r--r-- | net-misc/linuxptp/linuxptp-1.6.ebuild | 36 | ||||
-rw-r--r-- | net-misc/linuxptp/linuxptp-1.7.ebuild | 36 |
4 files changed, 0 insertions, 111 deletions
diff --git a/net-misc/linuxptp/Manifest b/net-misc/linuxptp/Manifest index ca90e00ee9ad..5e3edb0535c2 100644 --- a/net-misc/linuxptp/Manifest +++ b/net-misc/linuxptp/Manifest @@ -1,4 +1 @@ -DIST linuxptp-1.5.tgz 139127 BLAKE2B ea5c201cbbb5a59fc2d649c41010f0bff2927a0c067aa2aa2840ee0551366c5c5295f76ac87f2cf078c0d861570e712eec3c0c030b96566d74c7f6294da13e1e SHA512 03ec0c3a283e08f9e62dfa7d059326887db541aa53b5c65e03534079083f39666a441a4303f428f3b972976483e683e603bdc2ec232495ccab46153531124974 -DIST linuxptp-1.6.tgz 144842 BLAKE2B f7b176506081648efaf5f07bbcdb7644f3ca60043f09c3517cc53924082ef1ff8e4e5ffc1b5fa1f3602e1ffce368b00558f21ab7a04530980c53e885615270ab SHA512 f7e237f2afc0a53254cd56c3121c44dd633947eadf3c76bd3cb1e9488281e582d7d80dd33a681f5b4aef336cb3cfefe274783cf3b4a6f6e4bf98488996d81883 -DIST linuxptp-1.7.tgz 145856 BLAKE2B ed044f191cae3ad79b495a5d1ab6d155c1a24e54d2bbf5fb781351d66565925ecf02c112a6b006c4db5b45f3cf10dc68099cc087d2e3fc203f7ffdde993e03c0 SHA512 65cd509d098b9a12af469cab76aea7a1aeeca7b3d1db04d1538ed0979025f65a832b27d46fef9e262cc77e3787830eb33535068740def61dfa0e99569bce714b DIST linuxptp-1.8.tgz 147764 BLAKE2B f0dec589cf4f27c03f901262980f1c471382eefdd00772da0065077bab29ed7c1350d70b1ec4b0c912dd82304220b9c550320b82cf269d99478d40c5a7ed8541 SHA512 8ac52428b7addf1c43769083e660ca0ceb2813994107b8b9c59338e480f1d2e45666ebcc3f59f7b8cf9a02301b55aa54b26cbbbf81622a525a704f2d08fd383e diff --git a/net-misc/linuxptp/linuxptp-1.5.ebuild b/net-misc/linuxptp/linuxptp-1.5.ebuild deleted file mode 100644 index 558f1ca5c7aa..000000000000 --- a/net-misc/linuxptp/linuxptp-1.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit linux-info - -DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation" -HOMEPAGE="http://linuxptp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/v${PV}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK" - -src_compile() { - export EXTRA_CFLAGS=${CFLAGS} - emake prefix=/usr mandir=/usr/share/man -} - -src_install() { - emake \ - prefix="${D}"/usr \ - mandir="${D}"/usr/share/man \ - infodir="${D}"/usr/share/info \ - libdir="${D}"/usr/$(get_libdir) \ - install - - dodoc README.org -} diff --git a/net-misc/linuxptp/linuxptp-1.6.ebuild b/net-misc/linuxptp/linuxptp-1.6.ebuild deleted file mode 100644 index 558f1ca5c7aa..000000000000 --- a/net-misc/linuxptp/linuxptp-1.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit linux-info - -DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation" -HOMEPAGE="http://linuxptp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/v${PV}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK" - -src_compile() { - export EXTRA_CFLAGS=${CFLAGS} - emake prefix=/usr mandir=/usr/share/man -} - -src_install() { - emake \ - prefix="${D}"/usr \ - mandir="${D}"/usr/share/man \ - infodir="${D}"/usr/share/info \ - libdir="${D}"/usr/$(get_libdir) \ - install - - dodoc README.org -} diff --git a/net-misc/linuxptp/linuxptp-1.7.ebuild b/net-misc/linuxptp/linuxptp-1.7.ebuild deleted file mode 100644 index 4e1f587b8bbb..000000000000 --- a/net-misc/linuxptp/linuxptp-1.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit linux-info - -DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation" -HOMEPAGE="http://linuxptp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/v${PV}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK" - -src_compile() { - export EXTRA_CFLAGS=${CFLAGS} - emake prefix=/usr mandir=/usr/share/man -} - -src_install() { - emake \ - prefix="${D}"/usr \ - mandir="${D}"/usr/share/man \ - infodir="${D}"/usr/share/info \ - libdir="${D}"/usr/$(get_libdir) \ - install - - dodoc README.org -} |