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 598C3138359 for ; Tue, 22 Sep 2020 02:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82909E0821; Tue, 22 Sep 2020 02:06:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 36F2EE0821 for ; Tue, 22 Sep 2020 02:06:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CC91F340C24 for ; Tue, 22 Sep 2020 02:06:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80AC035F for ; Tue, 22 Sep 2020 02:06:28 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600740379.7aee3d9045dd6702c585103ba177824a38f5ff63.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/axiom/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/axiom/axiom-201408.ebuild sci-mathematics/axiom/metadata.xml X-VCS-Directories: sci-mathematics/axiom/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 7aee3d9045dd6702c585103ba177824a38f5ff63 X-VCS-Branch: master Date: Tue, 22 Sep 2020 02:06:28 +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: 33e0ff3e-2b44-425e-9653-0d281fb21a80 X-Archives-Hash: 13007ed888102d740279e6077358cf8b commit: 7aee3d9045dd6702c585103ba177824a38f5ff63 Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 02:05:24 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 02:06:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7aee3d90 sci-mathematics/axiom: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-mathematics/axiom/axiom-201408.ebuild | 67 ------------------------------- sci-mathematics/axiom/metadata.xml | 8 ---- 2 files changed, 75 deletions(-) diff --git a/sci-mathematics/axiom/axiom-201408.ebuild b/sci-mathematics/axiom/axiom-201408.ebuild deleted file mode 100644 index 99483d63b..000000000 --- a/sci-mathematics/axiom/axiom-201408.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic multilib - -DESCRIPTION="Axiom is a general purpose Computer Algebra system" -HOMEPAGE="http://axiom.axiom-developer.org/" -SRC_URI="http://axiom.axiom-developer.org/axiom-website/downloads/axiom-aug2014-src.tgz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -# NOTE: Do not strip since this seems to remove some crucial -# runtime paths as well, thereby, breaking axiom -RESTRICT="strip" - -# Seems to need a working version of pstricks package these days Bummer: - - - - sci-mathematics@gentoo.org - Gentoo Mathematics Project - -