From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8339D15852A for ; Fri, 16 Aug 2024 02:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72B03E29E9; Fri, 16 Aug 2024 02:19:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52168E29E9 for ; Fri, 16 Aug 2024 02:19:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E44B342FB5 for ; Fri, 16 Aug 2024 02:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEF361EF2 for ; Fri, 16 Aug 2024 02:19:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1723774715.b3cc9b83f14d43717c8841f0180b6f2a6b1720c6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/trurl/files/, net-misc/trurl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/trurl/Manifest net-misc/trurl/files/trurl-0.7-fix-makefile.patch net-misc/trurl/trurl-0.7.ebuild X-VCS-Directories: net-misc/trurl/ net-misc/trurl/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b3cc9b83f14d43717c8841f0180b6f2a6b1720c6 X-VCS-Branch: master Date: Fri, 16 Aug 2024 02:19:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9479137a-3d85-444a-a214-be8c11b3c93c X-Archives-Hash: 04c122bbfb4b09f48dfcd5607aaee3fc commit: b3cc9b83f14d43717c8841f0180b6f2a6b1720c6 Author: Emanuele Torre gmail com> AuthorDate: Fri Aug 16 01:42:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 16 02:18:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cc9b83 net-misc/trurl: drop 0.7 Signed-off-by: Emanuele Torre gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38168 Signed-off-by: Sam James gentoo.org> net-misc/trurl/Manifest | 1 - net-misc/trurl/files/trurl-0.7-fix-makefile.patch | 21 --------- net-misc/trurl/trurl-0.7.ebuild | 52 ----------------------- 3 files changed, 74 deletions(-) diff --git a/net-misc/trurl/Manifest b/net-misc/trurl/Manifest index 71fbfab765ea..0df7a6ebf06b 100644 --- a/net-misc/trurl/Manifest +++ b/net-misc/trurl/Manifest @@ -1,2 +1 @@ DIST trurl-0.14.tar.gz 47830 BLAKE2B 15be36ef5c5989cf15d3983827055c793f15ae59efe8e02cc2f55ad9b19c528bb568aacc0583590017a6d6a3a74db1bd6bd3e18d3fee1c7c7d86e71f503d57f7 SHA512 25c1a3035095065368c8a11547e1d918b6f688e293982895a7bc27d9e161c0193ceccfaa0c2440f5c42a8ba4d5176a3f6a4fb843f5fa573328ef9baf5a438165 -DIST trurl-0.7.tar.gz 36624 BLAKE2B a63e8ec7f0b57006b5fa7a1d2ade1284dc2076474ef0425574ecb9b452c49d9a6148461a97e760287340d67a924612c1eb1fe188b6597b8147f818c18681190f SHA512 9ecccd9b688d7bddba760bbd408a1b864d5818b2c538904662ab81b13bca6226d03a4d209c74841c83ee368e656243e92bc7f7be876dbd5c1736b7fc2c3f82d6 diff --git a/net-misc/trurl/files/trurl-0.7-fix-makefile.patch b/net-misc/trurl/files/trurl-0.7-fix-makefile.patch deleted file mode 100644 index f1ecb28d3aaa..000000000000 --- a/net-misc/trurl/files/trurl-0.7-fix-makefile.patch +++ /dev/null @@ -1,21 +0,0 @@ -See https://github.com/curl/trurl/pull/158#issuecomment-1512397801. ---- a/Makefile -+++ b/Makefile -@@ -1,7 +1,6 @@ - TARGET = trurl - OBJS = trurl.o --LDLIBS = $$(curl-config --libs) --CFLAGS = $$(curl-config --cflags) -W -Wall -Wshadow -Werror -pedantic -g -+LDLIBS = $(shell curl-config --libs) - MANUAL = trurl.1 - - PREFIX ?= /usr/local -@@ -12,7 +11,7 @@ INSTALL ?= install - PYTHON3 ?= python3 - - $(TARGET): $(OBJS) -- $(CC) $(OBJS) -o $(TARGET) $(LDLIBS) $(LDFLAGS) -+ $(CC) $(CPPFLAGS) $(CFLAGS) -Wall $(shell curl-config --cflags) $(LDFLAGS) $(OBJS) -o $(TARGET) $(LDLIBS) - - trurl.o:trurl.c version.h - diff --git a/net-misc/trurl/trurl-0.7.ebuild b/net-misc/trurl/trurl-0.7.ebuild deleted file mode 100644 index 2a3befe7c83d..000000000000 --- a/net-misc/trurl/trurl-0.7.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -inherit toolchain-funcs python-any-r1 - -DESCRIPTION="Command line tool for URL parsing and manipulation" -HOMEPAGE="https://curl.se/trurl/ https://daniel.haxx.se/blog/2023/04/03/introducing-trurl/" - -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/curl/trurl" - inherit git-r3 -else - SRC_URI="https://github.com/curl/trurl/archive/refs/tags/${P}.tar.gz" - S="${WORKDIR}"/${PN}-${P} - - KEYWORDS="~amd64 ~arm ~arm64" -fi - -LICENSE="curl" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -# Older curls may work but not all features will be present -DEPEND=">=net-misc/curl-7.81.0" -RDEPEND="${DEPEND}" -BDEPEND="test? ( ${PYTHON_DEPS} )" - -PATCHES=( - "${FILESDIR}"/${PN}-0.7-fix-makefile.patch -) - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_compile() { - tc-export CC - - default -} - -src_test() { - emake PYTHON3="${EPYTHON}" test -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install -}