* [gentoo-commits] repo/gentoo:master commit in: dev-libs/trio/files/, dev-libs/trio/
@ 2022-09-17 8:42 Ionen Wolkens
0 siblings, 0 replies; only message in thread
From: Ionen Wolkens @ 2022-09-17 8:42 UTC (permalink / raw
To: gentoo-commits
commit: 6b3a18cc77aac626b267f127f1be49b883e444bd
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 06:56:34 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 08:42:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3a18cc
dev-libs/trio: drop 1.16
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-libs/trio/Manifest | 1 -
dev-libs/trio/files/trio-1.16-no-inline.patch | 8 ------
dev-libs/trio/trio-1.16.ebuild | 41 ---------------------------
3 files changed, 50 deletions(-)
diff --git a/dev-libs/trio/Manifest b/dev-libs/trio/Manifest
index 7f07d6f93d64..cecd5482f771 100644
--- a/dev-libs/trio/Manifest
+++ b/dev-libs/trio/Manifest
@@ -1,2 +1 @@
-DIST trio-1.16.tar.gz 167337 BLAKE2B 0f284e0a130723f7511c0e874276c79c1addc1329833d14f0b76bae9808d90b76a2b26817ee85da71c3997360918cb534917a11bbe35ba627d1012cd8a2f6299 SHA512 3a8bac3ed001f70f498bd2ab0881ed6d3760bc978bf9ff587c3fc1d5d7a38205f779c5fe445f41edaa9e23c15bc1b4a521916e19161277741bc8e2f744b46c69
DIST trio-1.17.tar.gz 452237 BLAKE2B 77ff673cc103b07b1424720d28c49d2e33a1402a98d8d21124fabb0cafd3498a99976d808cbbc5a90e1b3a063c6af68c3daf94768d533e4a762b730a253fa012 SHA512 19f4732b32c6a3754677d5766399fa70083c6a78c0d04b1dfa10a578b21405ba3e3d3af6543e4811f5fd305ec2727781a1b0f2888e59c574ca735f8406da7954
diff --git a/dev-libs/trio/files/trio-1.16-no-inline.patch b/dev-libs/trio/files/trio-1.16-no-inline.patch
deleted file mode 100644
index b1584344a111..000000000000
--- a/dev-libs/trio/files/trio-1.16-no-inline.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-Let compiler decide what to inline (fixes build with -Os).
-https://bugs.gentoo.org/792075
---- a/triodef.h
-+++ b/triodef.h
-@@ -315,2 +315,3 @@
- #endif
-+#undef TRIO_INLINE
- #if !defined(TRIO_INLINE)
diff --git a/dev-libs/trio/trio-1.16.ebuild b/dev-libs/trio/trio-1.16.ebuild
deleted file mode 100644
index bf7d164f5baf..000000000000
--- a/dev-libs/trio/trio-1.16.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Portable string functions, focus on the *printf() and *scanf() clones"
-HOMEPAGE="https://daniel.haxx.se/projects/trio/"
-SRC_URI="mirror://sourceforge/ctrio/${P}.tar.gz"
-
-LICENSE="trio"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
- "${FILESDIR}"/${P}-no-inline.patch
-)
-HTML_DOCS=( html/. )
-
-src_prepare() {
- default
- sed -i '/$(CC)/s/-o/$(LOCAL_LDFLAGS) -o/' Makefile.in || die
-}
-
-src_compile() {
- emake AR="$(tc-getAR)" LOCAL_LDFLAGS="${LDFLAGS}"
- ln -s libtrio.so.2{.0.0,} || die
- ln -s libtrio.so{.2.0.0,} || die
-}
-
-src_test() {
- emake LOCAL_LDFLAGS="${LDFLAGS}" regression
- LD_LIBRARY_PATH=".:${LD_LIBRARY_PATH}" ./regression || die
-}
-
-src_install() {
- doheader trio*.h
- dolib.so libtrio.so*
- einstalldocs
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-09-17 8:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-17 8:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/trio/files/, dev-libs/trio/ Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox