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-20101129.ebuild
Date: Mon, 29 Nov 2010 21:09:21
Message-Id: 20101129210909.8AF5720051@flycatcher.gentoo.org
1 jlec 10/11/29 21:09:09
2
3 Added: metadata.xml ChangeLog xyza2pipe-20101129.ebuild
4 Log:
5 New addition
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-chemistry/xyza2pipe/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>sci-chemistry</herd>
21 <maintainer>
22 <email>jlec@g.o</email>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 sci-chemistry/xyza2pipe/ChangeLog
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for sci-chemistry/xyza2pipe
36 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xyza2pipe/ChangeLog,v 1.1 2010/11/29 21:09:09 jlec Exp $
38
39 *xyza2pipe-20101129 (29 Nov 2010)
40
41 29 Nov 2010; Justin Lecher <jlec@g.o> +files/20101129-gentoo.patch,
42 +xyza2pipe-20101129.ebuild, +metadata.xml:
43 New addition
44
45
46
47
48 1.1 sci-chemistry/xyza2pipe/xyza2pipe-20101129.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/xyza2pipe-20101129.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xyza2pipe/xyza2pipe-20101129.ebuild?rev=1.1&content-type=text/plain
52
53 Index: xyza2pipe-20101129.ebuild
54 ===================================================================
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xyza2pipe/xyza2pipe-20101129.ebuild,v 1.1 2010/11/29 21:09:09 jlec Exp $
58
59 EAPI="3"
60
61 inherit eutils toolchain-funcs
62
63 DESCRIPTION="Cross conversion environment of NMR spectra"
64 HOMEPAGE="http://fermi.pharm.hokudai.ac.jp/olivia/api/index.php/Xyza2pipe_src"
65 SRC_URI="mirror://gentoo/${P}.tgz"
66
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
69 LICENSE="olivia"
70 IUSE=""
71
72 S="${WORKDIR}"/${PN}
73
74 src_prepare() {
75 epatch "${FILESDIR}"/${PV}-gentoo.patch
76 tc-export CC
77 }
78
79 src_install() {
80 emake DESTDIR="${ED}" install || die
81 dodoc README FEEDBACK || die
82 }