Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/xdsstat-bin/
Date: Thu, 30 May 2013 09:32:52
Message-Id: 1369906349.f90a38948ca760a643f5a4740da24993db0e9a05.jlec@gentoo
1 commit: f90a38948ca760a643f5a4740da24993db0e9a05
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 09:32:29 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 09:32:29 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f90a3894
7
8 Moved to tree
9 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
10
11 ---
12 sci-chemistry/xdsstat-bin/ChangeLog | 10 --------
13 sci-chemistry/xdsstat-bin/metadata.xml | 8 ------
14 .../xdsstat-bin/xdsstat-bin-100513.ebuild | 29 ----------------------
15 3 files changed, 47 deletions(-)
16
17 diff --git a/sci-chemistry/xdsstat-bin/ChangeLog b/sci-chemistry/xdsstat-bin/ChangeLog
18 deleted file mode 100644
19 index 46fe72e..0000000
20 --- a/sci-chemistry/xdsstat-bin/ChangeLog
21 +++ /dev/null
22 @@ -1,10 +0,0 @@
23 -# ChangeLog for sci-chemistry/xdsstat-bin
24 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: $
26 -
27 -*xdsstat-bin-080429 (29 Jun 2009)
28 -
29 - 29 Jun 2009; Justin Lecher (jlec) <jlec@×××××××××.net>
30 - +xdsstat-bin-080429.ebuild, +metadata.xml:
31 - initial checkin
32 -
33
34 diff --git a/sci-chemistry/xdsstat-bin/metadata.xml b/sci-chemistry/xdsstat-bin/metadata.xml
35 deleted file mode 100644
36 index 0fbe927..0000000
37 --- a/sci-chemistry/xdsstat-bin/metadata.xml
38 +++ /dev/null
39 @@ -1,8 +0,0 @@
40 -<?xml version="1.0" encoding="UTF-8"?>
41 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
42 -<pkgmetadata>
43 -<herd>sci-chemistry</herd>
44 -<maintainer>
45 - <email>sci@g.o</email>
46 -</maintainer>
47 -</pkgmetadata>
48
49 diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild
50 deleted file mode 100644
51 index d402a38..0000000
52 --- a/sci-chemistry/xdsstat-bin/xdsstat-bin-100513.ebuild
53 +++ /dev/null
54 @@ -1,29 +0,0 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -# $Header: $
58 -
59 -MY_PN="${PN/-bin}"
60 -
61 -DESCRIPTION="prints various statistics (that are not available from XDS itself)"
62 -HOMEPAGE="http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT"
63 -SRC_URI="ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}.bz2"
64 -
65 -LICENSE="as-is"
66 -SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 -IUSE=""
69 -
70 -RDEPEND="sci-chemistry/xds-bin
71 - amd64? ( app-emulation/emul-linux-x86-baselibs )"
72 -DEPEND=""
73 -
74 -src_install() {
75 - exeinto /opt/${MY_PN}
76 - doexe ${MY_PN} || die
77 -
78 - cat >> "${T}"/40${MY_PN} <<- EOF
79 - PATH="/opt/${MY_PN}/"
80 - EOF
81 -
82 - doenvd "${T}"/40${MY_PN} || die
83 -}