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 9AFA7158013 for ; Fri, 15 Dec 2023 16:51:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6D8A2BC013; Fri, 15 Dec 2023 16:51:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A189F2BC013 for ; Fri, 15 Dec 2023 16:51:33 +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 AEE8933BE19 for ; Fri, 15 Dec 2023 16:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28CBC119 for ; Fri, 15 Dec 2023 16:51:31 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1702659088.7477378f8776c7755f062693c905a6ba3606374e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/qore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/qore/Manifest dev-lang/qore/qore-1.19.0.ebuild X-VCS-Directories: dev-lang/qore/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 7477378f8776c7755f062693c905a6ba3606374e X-VCS-Branch: master Date: Fri, 15 Dec 2023 16:51:31 +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: d6145bac-deb0-4e47-a2f8-5ec39cde6635 X-Archives-Hash: cdecf50279be073ac7631a6bdaf13c32 commit: 7477378f8776c7755f062693c905a6ba3606374e Author: Maciej Barć gentoo org> AuthorDate: Fri Dec 15 10:00:16 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Dec 15 16:51:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7477378f dev-lang/qore: drop old 1.19.0 Signed-off-by: Maciej Barć gentoo.org> dev-lang/qore/Manifest | 1 - dev-lang/qore/qore-1.19.0.ebuild | 76 ---------------------------------------- 2 files changed, 77 deletions(-) diff --git a/dev-lang/qore/Manifest b/dev-lang/qore/Manifest index 36d20182875c..4183d9e8cd07 100644 --- a/dev-lang/qore/Manifest +++ b/dev-lang/qore/Manifest @@ -1,2 +1 @@ -DIST qore-1.19.0.tar.gz 3932880 BLAKE2B 8987a818e4fef495d9e07477715f18ad70541c81108bbc3aac56660e4d2ee9349303654ba07a849a7bfb43952d0ee8b868224f029254c83f435aa024def08669 SHA512 5264db098644ba39316e7825f1ed8243240c506a22c15836fcfa9500b173807ee9c4d213577d3a9eee7220d5d15ad171f05f75a431fb0537c95ab3dc761cbba3 DIST qore-1.19.1.tar.gz 3933768 BLAKE2B 8e3002a55f1cf15f22ff604b1ceaf71995727510e365ae6ab03b71a91ddc1a82c5d6d89514b989a3509a5b39228fcf8fe11b6d88df8af784cace9b56b9d22482 SHA512 bf2203f8fe81cd4a604e06859380664f5cf635f5496e1ce6b6d5760d4cba82e510c78acef7ced4fdacd6df722f6eb305307106f12df3201003858a5a55256d9e diff --git a/dev-lang/qore/qore-1.19.0.ebuild b/dev-lang/qore/qore-1.19.0.ebuild deleted file mode 100644 index 38b2af9a08c7..000000000000 --- a/dev-lang/qore/qore-1.19.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Qore, the embeddable multithreaded scripting language" -HOMEPAGE="http://qore.org/ - https://github.com/qorelanguage/qore/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/qorelanguage/${PN}.git" -else - SRC_URI="https://github.com/qorelanguage/${PN}/archive/release-${PV}.tar.gz - -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-release-${PV}" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-2+ LGPL-2.1+ MIT" -SLOT="0" -IUSE="debug" - -RDEPEND=" - app-arch/bzip2:= - dev-libs/libpcre:= - dev-libs/mpfr:= - dev-libs/openssl:= - sys-libs/zlib:= -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - sys-devel/bison - sys-devel/flex -" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - # Needs "bison" and "flex" exactly. - unset LEX - unset YACC - - local -a myconf=( - --disable-optimization - --disable-profile - --disable-static-bz2 - --disable-static-common - --disable-static-openssl - --disable-static-pcre - --disable-static-zlib - $(use_enable debug) - ) - econf "${myconf[@]}" -} - -src_test() { - PATH="${S}:${PATH}" emake check -} - -src_install() { - default - - find "${ED}" -type f -name "*.la" -delete || - die "failed to remove libtool files without corresponding static libraries" -}