summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-03-24 21:59:45 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-03-24 23:18:36 -0400
commite1fa47f15e15531b7bc7abe45a64319f498f6955 (patch)
tree695ac8a312c164301b90782e8432f127191cd5f3 /dev-libs/trio
parentdev-embedded/xa: drop 2.3.13 (diff)
downloadgentoo-e1fa47f15e15531b7bc7abe45a64319f498f6955.tar.gz
gentoo-e1fa47f15e15531b7bc7abe45a64319f498f6955.tar.bz2
gentoo-e1fa47f15e15531b7bc7abe45a64319f498f6955.zip
dev-libs/trio: drop 1.17
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-libs/trio')
-rw-r--r--dev-libs/trio/Manifest1
-rw-r--r--dev-libs/trio/trio-1.17.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/trio/Manifest b/dev-libs/trio/Manifest
index 13860a36a3c4..e1c82919f0bc 100644
--- a/dev-libs/trio/Manifest
+++ b/dev-libs/trio/Manifest
@@ -1,2 +1 @@
DIST trio-1.17.1.tar.gz 466909 BLAKE2B 1403c2534623b536de519cd428ac75480ecc0fcb9fbba693e329a923471947f068cae1e1fd453d10863255369e830ef5d8a75475d95f0f903e66936a9fa48e2b SHA512 574e360d88be838d13d7df5259c68809187a578d8d04981812ff768d3ab80215baf5595952994ec9fabbe3a6ce71512a7cd16d6a29b4f91dcd1b6f2ebcd3ed98
-DIST trio-1.17.tar.gz 452237 BLAKE2B 77ff673cc103b07b1424720d28c49d2e33a1402a98d8d21124fabb0cafd3498a99976d808cbbc5a90e1b3a063c6af68c3daf94768d533e4a762b730a253fa012 SHA512 19f4732b32c6a3754677d5766399fa70083c6a78c0d04b1dfa10a578b21405ba3e3d3af6543e4811f5fd305ec2727781a1b0f2888e59c574ca735f8406da7954
diff --git a/dev-libs/trio/trio-1.17.ebuild b/dev-libs/trio/trio-1.17.ebuild
deleted file mode 100644
index b5edc06dd0f5..000000000000
--- a/dev-libs/trio/trio-1.17.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="doxygen"
-DOCS_DIR="doc"
-
-inherit autotools docs
-
-DESCRIPTION="Portable string functions, focus on the *printf() and *scanf() clones"
-HOMEPAGE="https://daniel.haxx.se/projects/trio/"
-SRC_URI="https://github.com/orbea/trio/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="trio"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-src_prepare() {
- default
- # Required to fix -Werror=strict-prototypes configure errors
- eautoreconf
-}
-
-src_compile() {
- default
- docs_compile
-}
-
-src_install() {
- default
- find "${ED}" -type f -name '*.la' -delete || die
-}