public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/
Date: Tue,  5 Jul 2022 03:15:39 +0000 (UTC)	[thread overview]
Message-ID: <1656990164.37e4fce0d465ace9f827a024beb220a1ca555b5e.sam@gentoo> (raw)

commit:     37e4fce0d465ace9f827a024beb220a1ca555b5e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 02:47:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 03:02:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e4fce0

net-libs/libtrace: drop 4.0.15_p1, 4.0.17_p1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libtrace/Manifest                  |  2 -
 net-libs/libtrace/libtrace-4.0.15_p1.ebuild | 76 -----------------------------
 net-libs/libtrace/libtrace-4.0.17_p1.ebuild | 75 ----------------------------
 3 files changed, 153 deletions(-)

diff --git a/net-libs/libtrace/Manifest b/net-libs/libtrace/Manifest
index f884ace25641..7a6670a15793 100644
--- a/net-libs/libtrace/Manifest
+++ b/net-libs/libtrace/Manifest
@@ -1,4 +1,2 @@
-DIST libtrace-4.0.15_p1.tar.gz 1891845 BLAKE2B 08faf395f5fdda21829b89a9276649b297d2266ef10d2162b588b39d4d8d2da1306c74bb180d63b92f4422bb157fb451d34cd8167f0bff42322776e3b1ee0e7c SHA512 82f18b03e824f3ac89330854c3659244106ab5323f5e7a43ec7d2280f6ad3d427a906708688469b3f5aa479d11fef99a4bbecea585b81c916029132375582a4e
-DIST libtrace-4.0.17_p1.tar.gz 1961123 BLAKE2B be961bc58496414415b9affb0a6b77e5f234b92196fb719f3a2e8058ae80ade90977c44d57c75d37cbf26ff2e0c8816a4b376b77b6e44d13833960c6095b7e2c SHA512 85280edd515acf52361c34ebe5324fd95f4fafc72aa22c2c8bd43a6bca9a6b5fc9a046480fc760bb39d8b577532ed416caf10a630cea9465d305f2ed4dcb318e
 DIST libtrace-4.0.18_p1.tar.gz 1963425 BLAKE2B fdacd4a44f899dc49fe9571d8e695cd726ea07d1c0595bd7c1f59d53721bd5610126924323c9c7098caf65276219e61265e5e05f23b4a92ae6377268c618202f SHA512 fc2979fa56b0eee25149a3571d0a06e2a46ab6d6fa419b2fc37635ebcf4a8814250005c4dfc5dddb5fb6aa9c74161ab4f475a037e021388054bb62f414b9c5d2
 DIST libtrace-4.0.19.tar.bz2 844871 BLAKE2B ff55935b46fb2193ae2e4ab10971d0983da18be20a52a18664f0e72cb829ab444a22e00aeedbd2df85aebbcd6b8352636c559e55d05466a599cc332f018f14ad SHA512 f2744337b4dcff8fc782cd90e44ea6f21cfe120840f626dfac365d3ffaecb82bfdd04a35458b67f663addc1f7ae792c5b0ec7538ed90a2deb386586bc55e1c54

diff --git a/net-libs/libtrace/libtrace-4.0.15_p1.ebuild b/net-libs/libtrace/libtrace-4.0.15_p1.ebuild
deleted file mode 100644
index 4f14188b0ead..000000000000
--- a/net-libs/libtrace/libtrace-4.0.15_p1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A library and tools for trace processing"
-HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
-SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${P/_p/-}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc ncurses numa"
-
-BDEPEND="
-	app-doc/doxygen[dot]
-	sys-devel/flex
-	virtual/os-headers
-	virtual/pkgconfig
-	virtual/yacc
-"
-RDEPEND="
-	>=net-libs/libpcap-0.8
-	dev-libs/libyaml
-	dev-libs/openssl:0=
-	net-libs/wandio
-	ncurses? ( sys-libs/ncurses:0= )
-	numa? ( sys-process/numactl )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
-	"${FILESDIR}"/${PN}-4.0.0-no-examples.patch
-	"${FILESDIR}"/${PN}-4.0.0-with-numa.patch
-	"${FILESDIR}"/${PN}-4.0.9_p1-tinfo.patch
-)
-
-src_prepare() {
-	default
-
-	mv configure.{in,ac} || die
-
-	eautoreconf
-
-	# Comment out FILE_PATTERNS definition (bug #706230)
-	if has_version ~app-doc/doxygen-1.8.16; then
-		sed -i -e '/^FILE_PATTERNS/s|^|#|g' docs/${PN}.doxygen.in || die
-	fi
-
-	# Update doxygen configuration
-	doxygen -u docs/libtrace.doxygen.in || die
-}
-
-src_configure() {
-	econf \
-		$(use_with ncurses) \
-		$(use_with numa) \
-		--disable-static \
-		--with-man \
-		--without-dpdk
-}
-
-src_install() {
-	default
-
-	if use doc ; then
-		docinto html
-		dodoc -r docs/doxygen/html
-	fi
-
-	find "${ED}" -name "*.la" -delete || die
-}

diff --git a/net-libs/libtrace/libtrace-4.0.17_p1.ebuild b/net-libs/libtrace/libtrace-4.0.17_p1.ebuild
deleted file mode 100644
index fedc23bfe00e..000000000000
--- a/net-libs/libtrace/libtrace-4.0.17_p1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="A library and tools for trace processing"
-HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
-SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${P/_p/-}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc ncurses numa"
-
-BDEPEND="
-	app-doc/doxygen[dot]
-	sys-devel/flex
-	virtual/os-headers
-	virtual/pkgconfig
-	virtual/yacc
-"
-RDEPEND="
-	>=net-libs/libpcap-0.8
-	dev-libs/libyaml
-	dev-libs/openssl:0=
-	net-libs/wandio
-	ncurses? ( sys-libs/ncurses:0= )
-	numa? ( sys-process/numactl )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
-	"${FILESDIR}"/${PN}-4.0.0-no-examples.patch
-	"${FILESDIR}"/${PN}-4.0.0-with-numa.patch
-	"${FILESDIR}"/${PN}-4.0.9_p1-tinfo.patch
-)
-
-src_prepare() {
-	default
-
-	mv configure.{in,ac} || die
-
-	eautoreconf
-
-	# Comment out FILE_PATTERNS definition (bug #706230)
-	if has_version ~app-doc/doxygen-1.8.16; then
-		sed -i -e '/^FILE_PATTERNS/s|^|#|g' docs/${PN}.doxygen.in || die
-	fi
-
-	# Update doxygen configuration
-	doxygen -u docs/libtrace.doxygen.in || die
-}
-
-src_configure() {
-	econf \
-		$(use_with ncurses) \
-		$(use_with numa) \
-		--with-man \
-		--without-dpdk
-}
-
-src_install() {
-	default
-
-	if use doc ; then
-		docinto html
-		dodoc -r docs/doxygen/html
-	fi
-
-	find "${ED}" -name "*.la" -delete || die
-}


             reply	other threads:[~2022-07-05  3:15 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-05  3:15 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-05 21:20 [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/ Sam James
2025-06-05 21:20 Sam James
2024-06-23  0:27 Sam James
2023-08-31  6:04 Sam James
2023-06-01  6:43 Sam James
2022-12-17  8:52 Sam James
2022-11-09  5:41 Sam James
2022-07-05  3:15 Sam James
2021-09-16  1:18 Sam James
2021-02-27  4:12 Sam James
2021-02-27  4:12 Sam James
2021-02-27  4:12 Sam James
2021-02-27  4:12 Sam James
2021-02-27  4:12 Sam James
2021-02-27  4:12 Sam James
2021-02-27  4:12 Sam James
2020-08-07  7:40 Jeroen Roovers
2020-05-26  6:32 Jeroen Roovers
2020-03-27  6:46 Jeroen Roovers
2020-02-15 11:05 Jeroen Roovers
2020-02-15  9:30 Jeroen Roovers
2020-02-13 13:30 Jeroen Roovers
2020-02-13 13:04 Jeroen Roovers
2020-01-29 15:04 Jeroen Roovers
2019-11-09  8:58 Jeroen Roovers
2019-11-07 23:06 Jeroen Roovers
2019-11-07  8:28 Jeroen Roovers
2019-08-18 12:07 Jeroen Roovers
2019-08-18 12:06 Jeroen Roovers
2019-07-01  5:34 Jeroen Roovers
2019-05-15  8:41 Jeroen Roovers
2019-05-15  8:41 Jeroen Roovers
2019-05-15  8:24 Jeroen Roovers
2019-03-11  4:48 Aaron Bauman
2019-01-19 11:38 Jeroen Roovers
2019-01-19 11:38 Jeroen Roovers
2019-01-19 11:38 Jeroen Roovers
2018-11-21 23:42 Jeroen Roovers
2018-11-21 23:42 Jeroen Roovers
2018-07-06 11:18 Jeroen Roovers
2018-07-06 11:18 Jeroen Roovers
2018-03-05 15:06 Jeroen Roovers
2018-03-05 15:03 Jeroen Roovers
2017-11-18 10:43 Jeroen Roovers
2017-01-04 15:26 Jeroen Roovers
2017-01-04 15:26 Jeroen Roovers
2016-08-31 13:01 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1656990164.37e4fce0d465ace9f827a024beb220a1ca555b5e.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox