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 526DF158009 for ; Sun, 25 Jun 2023 12:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B2BBE087D; Sun, 25 Jun 2023 12:51:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82D4AE087D for ; Sun, 25 Jun 2023 12:51:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F996340E62 for ; Sun, 25 Jun 2023 12:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C94CCA76 for ; Sun, 25 Jun 2023 12:51:20 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1687697303.ae8d6fb1e716cb7499418af4ea0177a564610a00.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/bliss/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/bliss/Manifest sci-libs/bliss/bliss-0.73-r2.ebuild X-VCS-Directories: sci-libs/bliss/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: ae8d6fb1e716cb7499418af4ea0177a564610a00 X-VCS-Branch: master Date: Sun, 25 Jun 2023 12:51:20 +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: 89f31c0c-671b-4261-857e-a62ee6a4d516 X-Archives-Hash: 1debcdf588687efd70c0245d785bbf70 commit: ae8d6fb1e716cb7499418af4ea0177a564610a00 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Jun 25 12:48:07 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Jun 25 12:48:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8d6fb1 sci-libs/bliss: drop 0.73-r2 Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/bliss/Manifest | 1 - sci-libs/bliss/bliss-0.73-r2.ebuild | 49 ------------------------------------- 2 files changed, 50 deletions(-) diff --git a/sci-libs/bliss/Manifest b/sci-libs/bliss/Manifest index 69758a8152ae..6a7b83ca6e7d 100644 --- a/sci-libs/bliss/Manifest +++ b/sci-libs/bliss/Manifest @@ -1,2 +1 @@ -DIST bliss-0.73.zip 94108 BLAKE2B 836184b31fa28db3328c21e7563366a93cf1645b02b96e185838e3c2513393b1d0a54783ca14c6d7f1a1d5055800bc3d7acde3c584e61e66c9ab93936824353b SHA512 30f505945c577d8bcb265a349f5bc9d4dcd96555fa3add285199cdd95ea2710f04409008ff06432daffab62c132e884845eae7f823191407906202862509e05d DIST bliss-0.77.zip 117888 BLAKE2B ce4b2fa568c5520fe41748bf59a493af1c33ec9cc0732aca5e5ba657ca726e118e26763355778e3def5716d62e7d3aceceb592ef67e5e148c250d3ffffab67d7 SHA512 d210f137e614bca7cf0d88851d0c62292bf479b687bca6a25d9e42661825f882a4ff8c74c96a965bd9d4f246a1bda6b90cef64894914e6f7b17db6bf4a8f4b17 diff --git a/sci-libs/bliss/bliss-0.73-r2.ebuild b/sci-libs/bliss/bliss-0.73-r2.ebuild deleted file mode 100644 index 9293ac0a67aa..000000000000 --- a/sci-libs/bliss/bliss-0.73-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -SRC_URI="http://www.tcs.hut.fi/Software/${PN}/${P}.zip" -DESCRIPTION="Compute Automorphism Groups and Canonical Labelings of Graphs" -HOMEPAGE="http://www.tcs.hut.fi/Software/bliss/" - -LICENSE="LGPL-3" -SLOT="0/1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc gmp static-libs" - -RDEPEND="gmp? ( dev-libs/gmp:0= )" -DEPEND="${RDEPEND} - app-arch/unzip - doc? ( app-doc/doxygen )" - -#patches from http://pkgs.fedoraproject.org/cgit/rpms/bliss.git/tree/ -PATCHES=( - "${FILESDIR}"/${P}-error.patch - "${FILESDIR}"/${P}-rehn.patch - "${FILESDIR}"/${P}-clang.patch - "${FILESDIR}"/${P}-autotools.patch -) - -src_prepare() { - default - cp "${FILESDIR}/${P}.1.in" "${PN}.1.in" || die - rm Makefile || die - eautoreconf -} - -src_configure() { - econf $(use_with gmp) $(use_enable static-libs static) -} - -src_compile() { - emake all $(usex doc html "") -} - -src_install() { - default - use static-libs || find "${ED}" -name '*.la' -delete - use doc && dodoc -r html -}