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 C575A13835A for ; Mon, 28 Sep 2020 10:01:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE55BE084A; Mon, 28 Sep 2020 10:01:13 +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 A3B51E084A for ; Mon, 28 Sep 2020 10:01:13 +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 1736A335D50 for ; Mon, 28 Sep 2020 10:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94870385 for ; Mon, 28 Sep 2020 10:01:10 +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: <1601287245.147e93b9e5f88467c7658850f251a32a68c8c24a.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/shiftx/files/, sci-chemistry/shiftx/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/shiftx/files/1.1-Makefile.patch sci-chemistry/shiftx/files/1.1-bfr-overflow.patch sci-chemistry/shiftx/metadata.xml sci-chemistry/shiftx/shiftx-1.1.ebuild X-VCS-Directories: sci-chemistry/shiftx/ sci-chemistry/shiftx/files/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 147e93b9e5f88467c7658850f251a32a68c8c24a X-VCS-Branch: master Date: Mon, 28 Sep 2020 10:01:10 +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: c41b4433-a979-4cb9-aef0-a48a129ef62f X-Archives-Hash: 3be9b1b6949eae27f6da0c746f40ec50 commit: 147e93b9e5f88467c7658850f251a32a68c8c24a Author: Horea Christian chymera eu> AuthorDate: Mon Sep 28 10:00:45 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Sep 28 10:00:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=147e93b9 sci-chemistry/shiftx: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-chemistry/shiftx/files/1.1-Makefile.patch | 27 ----------------- sci-chemistry/shiftx/files/1.1-bfr-overflow.patch | 16 ---------- sci-chemistry/shiftx/metadata.xml | 8 ----- sci-chemistry/shiftx/shiftx-1.1.ebuild | 37 ----------------------- 4 files changed, 88 deletions(-) diff --git a/sci-chemistry/shiftx/files/1.1-Makefile.patch b/sci-chemistry/shiftx/files/1.1-Makefile.patch deleted file mode 100644 index f208d087f..000000000 --- a/sci-chemistry/shiftx/files/1.1-Makefile.patch +++ /dev/null @@ -1,27 +0,0 @@ - Makefile | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/Makefile b/Makefile -index 5401c07..ffd8157 100644 ---- a/Makefile -+++ b/Makefile -@@ -6,8 +6,8 @@ - # E-Mail: anip@redpoll.pharmacy.ualberta.ca - # - #CC=gcc -Xcpluscomm -cckr --CC=/usr/bin/gcc --CFLAGS=-O -+#CC=/usr/bin/gcc -+#CFLAGS=-O - SYSLIB= - INCLUDES=-I/usr/include - LIBS=$(SYSLIB) -lm -@@ -25,7 +25,7 @@ OBJS=Main.o Nn.o Ssbond.o Residue.o Hetatm.o Vector.o Torison.o Cs.o Phipsi.o \ - all: shiftx - - shiftx: $(OBJS) -- $(CC) $(OBJS) $(CFLAGS) $(LIBS) -o $@ -+ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ - - Main.o: Main.c main.h states.h nn.h ssbond.h residue.h hetatm.h cs.h \ - phipsi.h torison.h hydrogens.h rings.h es.h proline.h hbond.h \ diff --git a/sci-chemistry/shiftx/files/1.1-bfr-overflow.patch b/sci-chemistry/shiftx/files/1.1-bfr-overflow.patch deleted file mode 100644 index 68507a364..000000000 --- a/sci-chemistry/shiftx/files/1.1-bfr-overflow.patch +++ /dev/null @@ -1,16 +0,0 @@ - Display.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Display.c b/Display.c -index 671d3ee..9a03c48 100644 ---- a/Display.c -+++ b/Display.c -@@ -85,7 +85,7 @@ DISPLAY_DATA *CreateDisplayData( int len, int prop, int nuc ) - void display_selected_nucleus( DISPLAY_DATA *d ) - { - int i, j; -- char nucleus[5]; -+ char nucleus[8]; - - /* Print Header Information */ - diff --git a/sci-chemistry/shiftx/metadata.xml b/sci-chemistry/shiftx/metadata.xml deleted file mode 100644 index da36ecbfc..000000000 --- a/sci-chemistry/shiftx/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - diff --git a/sci-chemistry/shiftx/shiftx-1.1.ebuild b/sci-chemistry/shiftx/shiftx-1.1.ebuild deleted file mode 100644 index c25718308..000000000 --- a/sci-chemistry/shiftx/shiftx-1.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="Prediction of 1H, 13C and 15N chemical shifts for proteins" -HOMEPAGE="http://shiftx.wishartlab.com/" -SRC_URI="http://shiftx.wishartlab.com/download/${PN}.tar.gz -> ${P}.tar.gz" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="sci-chemistry/shiftx2" - -S="${WORKDIR}"/${PN} - -DOCS="README FEATURES *.pdb *.out" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PV}-Makefile.patch \ - "${FILESDIR}"/${PV}-bfr-overflow.patch -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin ${PN} - dodoc ${DOCS} -}