From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86C7013921A for ; Sat, 8 Mar 2014 09:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A179E0B52; Sat, 8 Mar 2014 09:37:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93939E0B52 for ; Sat, 8 Mar 2014 09:37:03 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4DEE33FA79 for ; Sat, 8 Mar 2014 09:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D61B3183B3 for ; Sat, 8 Mar 2014 09:37:00 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1394271754.022adad59dd30a30c9ee7072add2513f51aab970.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/ucsf-tools/ChangeLog sci-chemistry/ucsf-tools/metadata.xml sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild X-VCS-Directories: sci-chemistry/ucsf-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 022adad59dd30a30c9ee7072add2513f51aab970 X-VCS-Branch: master Date: Sat, 8 Mar 2014 09:37:00 +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-Archives-Salt: d49082d5-366e-4c53-ade0-1f8eea368361 X-Archives-Hash: 3198f71884d2b53631305bf25fc7d3a1 commit: 022adad59dd30a30c9ee7072add2513f51aab970 Author: Justin Lecher gentoo org> AuthorDate: Sat Mar 8 09:42:34 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Mar 8 09:42:34 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=022adad5 superseeded by usf-tools Signed-off-by: Justin Lecher gentoo.org> --- sci-chemistry/ucsf-tools/ChangeLog | 11 ------- sci-chemistry/ucsf-tools/metadata.xml | 5 --- sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild | 43 ------------------------- 3 files changed, 59 deletions(-) diff --git a/sci-chemistry/ucsf-tools/ChangeLog b/sci-chemistry/ucsf-tools/ChangeLog deleted file mode 100644 index 397511d3..0000000 --- a/sci-chemistry/ucsf-tools/ChangeLog +++ /dev/null @@ -1,11 +0,0 @@ -# ChangeLog for sci-chemistry/ucsf-tools -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 26 Jun 2013; Justin Lecher ucsf-tools-9999.ebuild: - Fix compilation with latest gcc - - 23 Apr 2013; Justin Lecher ucsf-tools-9999.ebuild, - metadata.xml: - Fix metadata, #466774; bump EAPI; set restricter license - diff --git a/sci-chemistry/ucsf-tools/metadata.xml b/sci-chemistry/ucsf-tools/metadata.xml deleted file mode 100644 index 51fdeda..0000000 --- a/sci-chemistry/ucsf-tools/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - sci-chemistry - diff --git a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild deleted file mode 100644 index cb8ac2d..0000000 --- a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=y - -inherit autotools-utils flag-o-matic - -DESCRIPTION="The USF program suite" -HOMEPAGE="http://xray.bmc.uu.se/usf/" -SRC_URI=" - http://xray.bmc.uu.se/markh/usf/usf_distribution_kit.tar.gz -> ${P}.tar.gz - http://dev.gentoo.org/~jlec/distfiles/mark-20110912.tgz" - -SLOT="0" -LICENSE="all-rights-reserved" -KEYWORDS="" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} -" - -S="${WORKDIR}"/usf_export - -src_unpack() { - unpack ${P}.tar.gz - cd "${S}" - unpack mark-20110912.tgz -} - -src_prepare() { - local src - append-fflags -ffixed-line-length-132 - for src in \ - ave coma comap comdem dataman essens imp lsqman mama mapfix \ - mapman mave ncs6d o2d prof solex spancsi; do - mv ${src}/${src}.{f,F} || die - done - autotools-utils_src_prepare -}