Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/linuxptp/
Date: Sun, 20 Jan 2019 14:57:00
Message-Id: 1547996148.f2d3c8a15a2cf7f1f046b738cf50bf72c8992d2f.tomjbe@gentoo
1 commit: f2d3c8a15a2cf7f1f046b738cf50bf72c8992d2f
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 20 14:55:48 2019 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 20 14:55:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d3c8a1
7
8 net-misc/linuxptp: Drop old
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 net-misc/linuxptp/Manifest | 3 ---
14 net-misc/linuxptp/linuxptp-1.5.ebuild | 36 -----------------------------------
15 net-misc/linuxptp/linuxptp-1.6.ebuild | 36 -----------------------------------
16 net-misc/linuxptp/linuxptp-1.7.ebuild | 36 -----------------------------------
17 4 files changed, 111 deletions(-)
18
19 diff --git a/net-misc/linuxptp/Manifest b/net-misc/linuxptp/Manifest
20 index ca90e00ee9a..5e3edb0535c 100644
21 --- a/net-misc/linuxptp/Manifest
22 +++ b/net-misc/linuxptp/Manifest
23 @@ -1,4 +1 @@
24 -DIST linuxptp-1.5.tgz 139127 BLAKE2B ea5c201cbbb5a59fc2d649c41010f0bff2927a0c067aa2aa2840ee0551366c5c5295f76ac87f2cf078c0d861570e712eec3c0c030b96566d74c7f6294da13e1e SHA512 03ec0c3a283e08f9e62dfa7d059326887db541aa53b5c65e03534079083f39666a441a4303f428f3b972976483e683e603bdc2ec232495ccab46153531124974
25 -DIST linuxptp-1.6.tgz 144842 BLAKE2B f7b176506081648efaf5f07bbcdb7644f3ca60043f09c3517cc53924082ef1ff8e4e5ffc1b5fa1f3602e1ffce368b00558f21ab7a04530980c53e885615270ab SHA512 f7e237f2afc0a53254cd56c3121c44dd633947eadf3c76bd3cb1e9488281e582d7d80dd33a681f5b4aef336cb3cfefe274783cf3b4a6f6e4bf98488996d81883
26 -DIST linuxptp-1.7.tgz 145856 BLAKE2B ed044f191cae3ad79b495a5d1ab6d155c1a24e54d2bbf5fb781351d66565925ecf02c112a6b006c4db5b45f3cf10dc68099cc087d2e3fc203f7ffdde993e03c0 SHA512 65cd509d098b9a12af469cab76aea7a1aeeca7b3d1db04d1538ed0979025f65a832b27d46fef9e262cc77e3787830eb33535068740def61dfa0e99569bce714b
27 DIST linuxptp-1.8.tgz 147764 BLAKE2B f0dec589cf4f27c03f901262980f1c471382eefdd00772da0065077bab29ed7c1350d70b1ec4b0c912dd82304220b9c550320b82cf269d99478d40c5a7ed8541 SHA512 8ac52428b7addf1c43769083e660ca0ceb2813994107b8b9c59338e480f1d2e45666ebcc3f59f7b8cf9a02301b55aa54b26cbbbf81622a525a704f2d08fd383e
28
29 diff --git a/net-misc/linuxptp/linuxptp-1.5.ebuild b/net-misc/linuxptp/linuxptp-1.5.ebuild
30 deleted file mode 100644
31 index 558f1ca5c7a..00000000000
32 --- a/net-misc/linuxptp/linuxptp-1.5.ebuild
33 +++ /dev/null
34 @@ -1,36 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -inherit linux-info
41 -
42 -DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation"
43 -HOMEPAGE="http://linuxptp.sourceforge.net/"
44 -SRC_URI="mirror://sourceforge/${PN}/v${PV}/${P}.tgz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -DEPEND=""
52 -RDEPEND="${DEPEND}"
53 -
54 -CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK"
55 -
56 -src_compile() {
57 - export EXTRA_CFLAGS=${CFLAGS}
58 - emake prefix=/usr mandir=/usr/share/man
59 -}
60 -
61 -src_install() {
62 - emake \
63 - prefix="${D}"/usr \
64 - mandir="${D}"/usr/share/man \
65 - infodir="${D}"/usr/share/info \
66 - libdir="${D}"/usr/$(get_libdir) \
67 - install
68 -
69 - dodoc README.org
70 -}
71
72 diff --git a/net-misc/linuxptp/linuxptp-1.6.ebuild b/net-misc/linuxptp/linuxptp-1.6.ebuild
73 deleted file mode 100644
74 index 558f1ca5c7a..00000000000
75 --- a/net-misc/linuxptp/linuxptp-1.6.ebuild
76 +++ /dev/null
77 @@ -1,36 +0,0 @@
78 -# Copyright 1999-2015 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=5
82 -
83 -inherit linux-info
84 -
85 -DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation"
86 -HOMEPAGE="http://linuxptp.sourceforge.net/"
87 -SRC_URI="mirror://sourceforge/${PN}/v${PV}/${P}.tgz"
88 -
89 -LICENSE="GPL-2"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE=""
93 -
94 -DEPEND=""
95 -RDEPEND="${DEPEND}"
96 -
97 -CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK"
98 -
99 -src_compile() {
100 - export EXTRA_CFLAGS=${CFLAGS}
101 - emake prefix=/usr mandir=/usr/share/man
102 -}
103 -
104 -src_install() {
105 - emake \
106 - prefix="${D}"/usr \
107 - mandir="${D}"/usr/share/man \
108 - infodir="${D}"/usr/share/info \
109 - libdir="${D}"/usr/$(get_libdir) \
110 - install
111 -
112 - dodoc README.org
113 -}
114
115 diff --git a/net-misc/linuxptp/linuxptp-1.7.ebuild b/net-misc/linuxptp/linuxptp-1.7.ebuild
116 deleted file mode 100644
117 index 4e1f587b8bb..00000000000
118 --- a/net-misc/linuxptp/linuxptp-1.7.ebuild
119 +++ /dev/null
120 @@ -1,36 +0,0 @@
121 -# Copyright 1999-2016 Gentoo Foundation
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=5
125 -
126 -inherit linux-info
127 -
128 -DESCRIPTION="The Linux Precision Time Protocol (PTP) implementation"
129 -HOMEPAGE="http://linuxptp.sourceforge.net/"
130 -SRC_URI="mirror://sourceforge/${PN}/v${PV}/${P}.tgz"
131 -
132 -LICENSE="GPL-2"
133 -SLOT="0"
134 -KEYWORDS="~amd64 ~x86"
135 -IUSE=""
136 -
137 -DEPEND=""
138 -RDEPEND="${DEPEND}"
139 -
140 -CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK"
141 -
142 -src_compile() {
143 - export EXTRA_CFLAGS=${CFLAGS}
144 - emake prefix=/usr mandir=/usr/share/man
145 -}
146 -
147 -src_install() {
148 - emake \
149 - prefix="${D}"/usr \
150 - mandir="${D}"/usr/share/man \
151 - infodir="${D}"/usr/share/info \
152 - libdir="${D}"/usr/$(get_libdir) \
153 - install
154 -
155 - dodoc README.org
156 -}