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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7C8A1382C5 for ; Sat, 28 Nov 2020 09:11:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 149CDE077C; Sat, 28 Nov 2020 09:11:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEE0FE077C for ; Sat, 28 Nov 2020 09:11:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87B5C3415C7 for ; Sat, 28 Nov 2020 09:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9ED0450 for ; Sat, 28 Nov 2020 09:11:17 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1606554651.333c765006945b65c39525b919d6ba691a582c94.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libfac/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/libfac/libfac-3.1.1.ebuild sci-libs/libfac/metadata.xml X-VCS-Directories: sci-libs/libfac/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 333c765006945b65c39525b919d6ba691a582c94 X-VCS-Branch: master Date: Sat, 28 Nov 2020 09:11:17 +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: cf1439dc-73bd-424a-8201-a327092c7114 X-Archives-Hash: 5a558aae9f42ce0e766d0ad9e8642994 commit: 333c765006945b65c39525b919d6ba691a582c94 Author: Horea Christian chymera eu> AuthorDate: Sat Nov 28 09:10:51 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Sat Nov 28 09:10:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=333c7650 sci-libs/libfac: Removed deprecated package Signed-off-by: Horea Christian chymera.eu> sci-libs/libfac/libfac-3.1.1.ebuild | 26 -------------------------- sci-libs/libfac/metadata.xml | 18 ------------------ 2 files changed, 44 deletions(-) diff --git a/sci-libs/libfac/libfac-3.1.1.ebuild b/sci-libs/libfac/libfac-3.1.1.ebuild deleted file mode 100644 index e8f8749fa..000000000 --- a/sci-libs/libfac/libfac-3.1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils versionator - -MY_PV=$(replace_all_version_separators '-') - -DESCRIPTION="libfac is an extension of Singular-factory to finite fields" -HOMEPAGE="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/" -SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Libfac/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="singular" - -DEPEND=">=sci-libs/factory-${PV}[singular=]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_configure() { - econf $(use_with singular Singular) -} diff --git a/sci-libs/libfac/metadata.xml b/sci-libs/libfac/metadata.xml deleted file mode 100644 index 40ae88f5b..000000000 --- a/sci-libs/libfac/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - tom111@gmx.de - Thomas Kahle - - - sci@gentoo.org - Gentoo Science Project - - -libfac is an extension of Singular-factory to finite fields - - - Automatically generated description for singular - -