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/xyza2pipe: metadata.xml ChangeLog xyza2pipe-20121001.ebuild
Date: Thu, 28 Nov 2013 07:57:14
Message-Id: 20131128075706.E7E572004B@flycatcher.gentoo.org
1 jlec 13/11/28 07:57:06
2
3 Modified: metadata.xml ChangeLog
4 Added: xyza2pipe-20121001.ebuild
5 Log:
6 sci-chemistry/xyza2pipe: Version Bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.2 sci-chemistry/xyza2pipe/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xyza2pipe/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 29 Nov 2010 21:09:09 -0000 1.1
24 +++ metadata.xml 28 Nov 2013 07:57:06 -0000 1.2
25 @@ -1,8 +1,8 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>sci-chemistry</herd>
30 -<maintainer>
31 - <email>jlec@g.o</email>
32 -</maintainer>
33 + <herd>sci-chemistry</herd>
34 + <maintainer>
35 + <email>jlec@g.o</email>
36 + </maintainer>
37 </pkgmetadata>
38
39
40
41 1.2 sci-chemistry/xyza2pipe/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/ChangeLog?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/ChangeLog?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/ChangeLog?r1=1.1&r2=1.2
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xyza2pipe/ChangeLog,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- ChangeLog 29 Nov 2010 21:09:09 -0000 1.1
54 +++ ChangeLog 28 Nov 2013 07:57:06 -0000 1.2
55 @@ -1,6 +1,12 @@
56 # ChangeLog for sci-chemistry/xyza2pipe
57 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xyza2pipe/ChangeLog,v 1.1 2010/11/29 21:09:09 jlec Exp $
59 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xyza2pipe/ChangeLog,v 1.2 2013/11/28 07:57:06 jlec Exp $
61 +
62 +*xyza2pipe-20121001 (28 Nov 2013)
63 +
64 + 28 Nov 2013; Justin Lecher <jlec@g.o> +xyza2pipe-20121001.ebuild,
65 + +files/xyza2pipe-20121001-gentoo.patch, metadata.xml:
66 + Version Bump
67
68 *xyza2pipe-20101129 (29 Nov 2010)
69
70
71
72
73 1.1 sci-chemistry/xyza2pipe/xyza2pipe-20121001.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/xyza2pipe-20121001.ebuild?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/xyza2pipe-20121001.ebuild?rev=1.1&content-type=text/plain
77
78 Index: xyza2pipe-20121001.ebuild
79 ===================================================================
80 # Copyright 1999-2013 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xyza2pipe/xyza2pipe-20121001.ebuild,v 1.1 2013/11/28 07:57:06 jlec Exp $
83
84 EAPI=5
85
86 inherit eutils toolchain-funcs
87
88 DESCRIPTION="Cross conversion environment of NMR spectra"
89 HOMEPAGE="http://fermi.pharm.hokudai.ac.jp/olivia/api/index.php/Xyza2pipe_src"
90 SRC_URI="http://fermi.pharm.hokudai.ac.jp/olivia/documents/xyza2pipe.tgz -> ${P}.tgz"
91
92 SLOT="0"
93 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
94 LICENSE="olivia"
95 IUSE=""
96
97 S="${WORKDIR}"/${PN}
98
99 src_prepare() {
100 epatch "${FILESDIR}"/${P}-gentoo.patch
101 tc-export CC
102 mkdir bin
103 }
104
105 src_install() {
106 local i
107 dodoc README FEEDBACK
108 cd bin || die
109 for i in *; do
110 newbin ${i}{,-olivia}
111 done
112 }