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 3B5B01381FE for ; Mon, 13 Aug 2012 20:22:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F213E07E0; Mon, 13 Aug 2012 20:22:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C6E01E07E0 for ; Mon, 13 Aug 2012 20:22:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DF611B400A for ; Mon, 13 Aug 2012 20:22:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C69B6E5442 for ; Mon, 13 Aug 2012 20:22:07 +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: <1344880368.7dca3646bb6a371af960280e29ac24c1465f5465.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/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: 7dca3646bb6a371af960280e29ac24c1465f5465 X-VCS-Branch: master Date: Mon, 13 Aug 2012 20:22:07 +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: 7c73fe25-6a4c-44c6-82e4-1a349e232874 X-Archives-Hash: dbcafbe63f716ecb726667dc80cb3b41 commit: 7dca3646bb6a371af960280e29ac24c1465f5465 Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 13 17:52:48 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 13 17:52:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7dca3646 ucsf-tools --- sci-chemistry/ucsf-tools/metadata.xml | 34 +++++++++++++++++++++++ sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild | 32 +++++++++++++++++++++ 2 files changed, 66 insertions(+), 0 deletions(-) diff --git a/sci-chemistry/ucsf-tools/metadata.xml b/sci-chemistry/ucsf-tools/metadata.xml new file mode 100644 index 0000000..d31449d --- /dev/null +++ b/sci-chemistry/ucsf-tools/metadata.xml @@ -0,0 +1,34 @@ + + + + +sci + + @gentoo.org + + + + Long description of the package + + + diff --git a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild new file mode 100644 index 0000000..c646ada --- /dev/null +++ b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +AUTOTOOLS_AUTORECONF=y + +inherit autotools-utils + +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="as-is" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} +" + +S="${WORKDIR}"/usf_export + +src_unpack() { + unpack ${P}.tar.gz + cd "${S}" + unpack mark-20110912.tgz +}