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 A07B7138334 for ; Sat, 10 Aug 2019 04:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44782E0900; Sat, 10 Aug 2019 04:07:29 +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 24301E0900 for ; Sat, 10 Aug 2019 04:07:29 +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 223443497DA for ; Sat, 10 Aug 2019 04:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F13C0763 for ; Sat, 10 Aug 2019 04:07:24 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1565409943.9bae8cdca3c7972fb3d0ce604ab3fa1b0e476287.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gpp4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gpp4/Manifest sci-libs/gpp4/gpp4-1.3.1.ebuild sci-libs/gpp4/metadata.xml X-VCS-Directories: sci-libs/gpp4/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9bae8cdca3c7972fb3d0ce604ab3fa1b0e476287 X-VCS-Branch: master Date: Sat, 10 Aug 2019 04:07:24 +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: 1df80677-6923-4b8b-9528-8f932d54e43a X-Archives-Hash: 3796ae9128eabc3a343e1d4bc55da291 commit: 9bae8cdca3c7972fb3d0ce604ab3fa1b0e476287 Author: Matt Turner gentoo org> AuthorDate: Sat Aug 10 04:04:10 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Aug 10 04:05:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bae8cdc sci-libs/gpp4: Remove Closes: https://bugs.gentoo.org/639760 Signed-off-by: Matt Turner gentoo.org> sci-libs/gpp4/Manifest | 1 - sci-libs/gpp4/gpp4-1.3.1.ebuild | 26 -------------------------- sci-libs/gpp4/metadata.xml | 11 ----------- 3 files changed, 38 deletions(-) diff --git a/sci-libs/gpp4/Manifest b/sci-libs/gpp4/Manifest deleted file mode 100644 index e993ea8cc43..00000000000 --- a/sci-libs/gpp4/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gpp4-1.3.1.tar.gz 694533 BLAKE2B 4c995a86dcd0753aba09a46e172bcd5a72f7b9b0a1cb66f17e83878a94ae9855b8664fcfa880222ed9e44421c098e151242f54c5d9d5f1cc4f522936f300ab92 SHA512 b24b26ecb38406bf5895f1dd43e847836f9aeecf7b5bc54df602e23e828b5cf8ae4a8902e294065d67edfb3507763e3d7496acbd6373e7dbc5e85d049c044920 diff --git a/sci-libs/gpp4/gpp4-1.3.1.ebuild b/sci-libs/gpp4/gpp4-1.3.1.ebuild deleted file mode 100644 index 75be7d629f2..00000000000 --- a/sci-libs/gpp4/gpp4-1.3.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 - -FORTRAN_NEEDED=fortran - -inherit fortran-2 - -DESCRIPTION="A standalone, drop-in replacement for the CCP4 library" -HOMEPAGE="https://launchpad.net/gpp4/" -SRC_URI="https://launchpad.net/${PN}/1.3/${PV}/+download/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="fortran static-libs" - -RDEPEND="sci-libs/mmdb:0=" -DEPEND="${RDEPEND}" - -src_configure() { - econf \ - $(use_with fortran fortran-api) \ - $(use_enable static-libs static) -} diff --git a/sci-libs/gpp4/metadata.xml b/sci-libs/gpp4/metadata.xml deleted file mode 100644 index 046af6ea9df..00000000000 --- a/sci-libs/gpp4/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - - gpp4 - -