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 8599C1381F3 for ; Thu, 30 May 2013 09:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13D88E0968; Thu, 30 May 2013 09:32:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B19EE0968 for ; Thu, 30 May 2013 09:32:51 +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 AE998335DF3 for ; Thu, 30 May 2013 09:32:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E90FE5309 for ; Thu, 30 May 2013 09:32:49 +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: <1369906349.f90a38948ca760a643f5a4740da24993db0e9a05.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/xdsstat-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/xdsstat-bin/ChangeLog sci-chemistry/xdsstat-bin/metadata.xml sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild X-VCS-Directories: sci-chemistry/xdsstat-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f90a38948ca760a643f5a4740da24993db0e9a05 X-VCS-Branch: master Date: Thu, 30 May 2013 09:32:49 +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: e9232134-3251-4ca2-bf6f-386c355e367b X-Archives-Hash: 3fe6349c834cfdc971819d8632dc17df commit: f90a38948ca760a643f5a4740da24993db0e9a05 Author: Justin Lecher gentoo org> AuthorDate: Thu May 30 09:32:29 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu May 30 09:32:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f90a3894 Moved to tree Signed-off-by: Justin Lecher gentoo.org> --- sci-chemistry/xdsstat-bin/ChangeLog | 10 -------- sci-chemistry/xdsstat-bin/metadata.xml | 8 ------ .../xdsstat-bin/xdsstat-bin-100513.ebuild | 29 ---------------------- 3 files changed, 47 deletions(-) diff --git a/sci-chemistry/xdsstat-bin/ChangeLog b/sci-chemistry/xdsstat-bin/ChangeLog deleted file mode 100644 index 46fe72e..0000000 --- a/sci-chemistry/xdsstat-bin/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for sci-chemistry/xdsstat-bin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*xdsstat-bin-080429 (29 Jun 2009) - - 29 Jun 2009; Justin Lecher (jlec) - +xdsstat-bin-080429.ebuild, +metadata.xml: - initial checkin - diff --git a/sci-chemistry/xdsstat-bin/metadata.xml b/sci-chemistry/xdsstat-bin/metadata.xml deleted file mode 100644 index 0fbe927..0000000 --- a/sci-chemistry/xdsstat-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - -sci-chemistry - - sci@gentoo.org - - diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild deleted file mode 100644 index d402a38..0000000 --- a/sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MY_PN="${PN/-bin}" - -DESCRIPTION="prints various statistics (that are not available from XDS itself)" -HOMEPAGE="http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT" -SRC_URI="ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="sci-chemistry/xds-bin - amd64? ( app-emulation/emul-linux-x86-baselibs )" -DEPEND="" - -src_install() { - exeinto /opt/${MY_PN} - doexe ${MY_PN} || die - - cat >> "${T}"/40${MY_PN} <<- EOF - PATH="/opt/${MY_PN}/" - EOF - - doenvd "${T}"/40${MY_PN} || die -}