* [gentoo-commits] repo/proj/guru:master commit in: net-misc/linuxptp/, net-misc/linuxptp/files/
@ 2022-05-09 18:44 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-05-09 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 3430047a48a955ed4d9eae3f90b6fe40c5d36717
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 9 05:50:55 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 9 05:52:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3430047a
net-misc/linuxptp: new package, add 3.1.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
net-misc/linuxptp/Manifest | 1 +
.../linuxptp/files/linuxptp-3.1.1-makefile.patch | 34 ++++++++++++++++++++++
net-misc/linuxptp/linuxptp-3.1.1.ebuild | 29 ++++++++++++++++++
net-misc/linuxptp/metadata.xml | 12 ++++++++
4 files changed, 76 insertions(+)
diff --git a/net-misc/linuxptp/Manifest b/net-misc/linuxptp/Manifest
new file mode 100644
index 000000000..bd6d2da1c
--- /dev/null
+++ b/net-misc/linuxptp/Manifest
@@ -0,0 +1 @@
+DIST linuxptp-3.1.1.tgz 218784 BLAKE2B 5b46580a0e1b6e003f5f03e512c4f9b348c086f356fd47d3480da5e8223ba291fdb213798c696c37759896a99bccf21cd7e7daddce5aa5ed5701afb0e622a755 SHA512 c3c40987fe68480a8473097ebc3c506fb4f8f3b6456bbe637b2b3cb0b3e0182f1513b511fdc04b3607d5f7d8bd1bd22502bb86eb13f9fa4fa63a3331846b33ec
diff --git a/net-misc/linuxptp/files/linuxptp-3.1.1-makefile.patch b/net-misc/linuxptp/files/linuxptp-3.1.1-makefile.patch
new file mode 100644
index 000000000..f2ffe8f44
--- /dev/null
+++ b/net-misc/linuxptp/files/linuxptp-3.1.1-makefile.patch
@@ -0,0 +1,34 @@
+--- /var/tmp/portage/net-misc/linuxptp-3.1.1/work/linuxptp-3.1.1/makefile
++++ linuxptp-3.1.1/makefile
+@@ -18,9 +18,8 @@
+ KBUILD_OUTPUT =
+
+ DEBUG =
+-CC = $(CROSS_COMPILE)gcc
+ VER = -DVER=$(version)
+-CFLAGS = -Wall $(VER) $(incdefs) $(DEBUG) $(EXTRA_CFLAGS)
++CFLAGS += -Wall $(VER) $(incdefs) $(DEBUG) $(EXTRA_CFLAGS)
+ LDLIBS = -lm -lrt -pthread $(EXTRA_LDFLAGS)
+ PRG = ptp4l hwstamp_ctl nsm phc2sys phc_ctl pmc timemaster ts2phc
+ FILTERS = filter.o mave.o mmedian.o
+@@ -43,9 +42,9 @@
+ version := $(shell $(srcdir)/version.sh $(srcdir))
+ VPATH = $(srcdir)
+
+-prefix = /usr/local
++prefix = /usr
+ sbindir = $(prefix)/sbin
+-mandir = $(prefix)/man
++mandir = $(prefix)/share/man
+ man8dir = $(mandir)/man8
+
+ all: $(PRG)
+@@ -97,7 +96,7 @@
+ %.d: %.c
+ @echo DEPEND $<; \
+ rm -f $@; \
+- $(CC) -MM $(CPPFLAGS) $(CFLAGS) $< > $@.$$$$; \
++ $(CC) -MM $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -fPIE $< > $@.$$$$; \
+ sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
+ rm -f $@.$$$$
+
diff --git a/net-misc/linuxptp/linuxptp-3.1.1.ebuild b/net-misc/linuxptp/linuxptp-3.1.1.ebuild
new file mode 100644
index 000000000..d6e0a5f58
--- /dev/null
+++ b/net-misc/linuxptp/linuxptp-3.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="PTP IEEE 1588 stack for Linux"
+HOMEPAGE="https://sourceforge.net/projects/linuxptp"
+SRC_URI="mirror://sourceforge/project/${PN}/v$(ver_cut 1-2)/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="sys-kernel/linux-headers"
+
+RESTRICT="test" #no tests
+PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
+
+src_compile() {
+ tc-export CC
+ default
+}
+
+src_install() {
+ default
+ dodoc README.org
+}
diff --git a/net-misc/linuxptp/metadata.xml b/net-misc/linuxptp/metadata.xml
new file mode 100644
index 000000000..152ed05a8
--- /dev/null
+++ b/net-misc/linuxptp/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://lists.sourceforge.net/lists/listinfo/linuxptp-users</bugs-to>
+ <remote-id type="sourceforge">linuxptp</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/linuxptp/, net-misc/linuxptp/files/
2022-05-09 18:04 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2022-05-09 18:44 ` Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-05-09 18:44 UTC (permalink / raw
To: gentoo-commits
commit: e651711ceb8105b2d323253a3a886a5214e5dbf2
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 18:03:47 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 9 18:03:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e651711c
net-misc/linuxptp: remove duplicate
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
net-misc/linuxptp/Manifest | 1 -
.../linuxptp/files/linuxptp-3.1.1-makefile.patch | 34 ----------------------
net-misc/linuxptp/linuxptp-3.1.1.ebuild | 29 ------------------
net-misc/linuxptp/metadata.xml | 12 --------
4 files changed, 76 deletions(-)
diff --git a/net-misc/linuxptp/Manifest b/net-misc/linuxptp/Manifest
deleted file mode 100644
index bd6d2da1c..000000000
--- a/net-misc/linuxptp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST linuxptp-3.1.1.tgz 218784 BLAKE2B 5b46580a0e1b6e003f5f03e512c4f9b348c086f356fd47d3480da5e8223ba291fdb213798c696c37759896a99bccf21cd7e7daddce5aa5ed5701afb0e622a755 SHA512 c3c40987fe68480a8473097ebc3c506fb4f8f3b6456bbe637b2b3cb0b3e0182f1513b511fdc04b3607d5f7d8bd1bd22502bb86eb13f9fa4fa63a3331846b33ec
diff --git a/net-misc/linuxptp/files/linuxptp-3.1.1-makefile.patch b/net-misc/linuxptp/files/linuxptp-3.1.1-makefile.patch
deleted file mode 100644
index f2ffe8f44..000000000
--- a/net-misc/linuxptp/files/linuxptp-3.1.1-makefile.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- /var/tmp/portage/net-misc/linuxptp-3.1.1/work/linuxptp-3.1.1/makefile
-+++ linuxptp-3.1.1/makefile
-@@ -18,9 +18,8 @@
- KBUILD_OUTPUT =
-
- DEBUG =
--CC = $(CROSS_COMPILE)gcc
- VER = -DVER=$(version)
--CFLAGS = -Wall $(VER) $(incdefs) $(DEBUG) $(EXTRA_CFLAGS)
-+CFLAGS += -Wall $(VER) $(incdefs) $(DEBUG) $(EXTRA_CFLAGS)
- LDLIBS = -lm -lrt -pthread $(EXTRA_LDFLAGS)
- PRG = ptp4l hwstamp_ctl nsm phc2sys phc_ctl pmc timemaster ts2phc
- FILTERS = filter.o mave.o mmedian.o
-@@ -43,9 +42,9 @@
- version := $(shell $(srcdir)/version.sh $(srcdir))
- VPATH = $(srcdir)
-
--prefix = /usr/local
-+prefix = /usr
- sbindir = $(prefix)/sbin
--mandir = $(prefix)/man
-+mandir = $(prefix)/share/man
- man8dir = $(mandir)/man8
-
- all: $(PRG)
-@@ -97,7 +96,7 @@
- %.d: %.c
- @echo DEPEND $<; \
- rm -f $@; \
-- $(CC) -MM $(CPPFLAGS) $(CFLAGS) $< > $@.$$$$; \
-+ $(CC) -MM $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -fPIE $< > $@.$$$$; \
- sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
- rm -f $@.$$$$
-
diff --git a/net-misc/linuxptp/linuxptp-3.1.1.ebuild b/net-misc/linuxptp/linuxptp-3.1.1.ebuild
deleted file mode 100644
index d6e0a5f58..000000000
--- a/net-misc/linuxptp/linuxptp-3.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="PTP IEEE 1588 stack for Linux"
-HOMEPAGE="https://sourceforge.net/projects/linuxptp"
-SRC_URI="mirror://sourceforge/project/${PN}/v$(ver_cut 1-2)/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="sys-kernel/linux-headers"
-
-RESTRICT="test" #no tests
-PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
-
-src_compile() {
- tc-export CC
- default
-}
-
-src_install() {
- default
- dodoc README.org
-}
diff --git a/net-misc/linuxptp/metadata.xml b/net-misc/linuxptp/metadata.xml
deleted file mode 100644
index 152ed05a8..000000000
--- a/net-misc/linuxptp/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <bugs-to>https://lists.sourceforge.net/lists/listinfo/linuxptp-users</bugs-to>
- <remote-id type="sourceforge">linuxptp</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-09 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-09 18:44 [gentoo-commits] repo/proj/guru:master commit in: net-misc/linuxptp/, net-misc/linuxptp/files/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2022-05-09 18:04 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-05-09 18:44 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox