Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/xdsstat-bin: xdsstat-bin-140225.ebuild ChangeLog xdsstat-bin-100513.ebuild
Date: Tue, 25 Feb 2014 07:26:10
Message-Id: 20140225072557.F3F502004C@flycatcher.gentoo.org
1 jlec 14/02/25 07:25:57
2
3 Modified: ChangeLog
4 Added: xdsstat-bin-140225.ebuild
5 Removed: xdsstat-bin-100513.ebuild
6 Log:
7 sci-chemistry/xdsstat-bin: Version Bump
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
10
11 Revision Changes Path
12 1.2 sci-chemistry/xdsstat-bin/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsstat-bin/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsstat-bin/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsstat-bin/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xdsstat-bin/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 30 May 2013 09:32:50 -0000 1.1
25 +++ ChangeLog 25 Feb 2014 07:25:57 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sci-chemistry/xdsstat-bin
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsstat-bin/ChangeLog,v 1.1 2013/05/30 09:32:50 jlec Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsstat-bin/ChangeLog,v 1.2 2014/02/25 07:25:57 jlec Exp $
32 +
33 +*xdsstat-bin-140225 (25 Feb 2014)
34 +
35 + 25 Feb 2014; Justin Lecher <jlec@g.o> -xdsstat-bin-100513.ebuild,
36 + +xdsstat-bin-140225.ebuild:
37 + Version Bump
38
39 *xdsstat-bin-100513 (30 May 2013)
40
41
42
43
44 1.1 sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xdsstat-bin-140225.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild,v 1.1 2014/02/25 07:25:57 jlec Exp $
54
55 EAPI=5
56
57 MY_PN="${PN/-bin}"
58
59 DESCRIPTION="Prints various statistics (that are not available from XDS itself)"
60 HOMEPAGE="http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT"
61 SRC_URI="
62 amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux64.bz2 )
63 x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux32.bz2 )
64 "
65
66 LICENSE="all-rights-reserved"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
69 IUSE=""
70
71 RDEPEND="
72 sci-chemistry/xds-bin
73 amd64? ( app-emulation/emul-linux-x86-baselibs )"
74 DEPEND=""
75
76 RESTRICT="mirror"
77
78 QA_PREBUILT="opt/bin/*"
79
80 S="${WORKDIR}"
81
82 src_install() {
83 exeinto /opt/bin
84 newexe ${MY_PN}* ${MY_PN}
85 }