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/mustang: mustang-3.2.1.ebuild metadata.xml ChangeLog mustang-3.ebuild
Date: Wed, 11 Jan 2012 15:13:31
Message-Id: 20120111151319.2C4F82004B@flycatcher.gentoo.org
1 jlec 12/01/11 15:13:19
2
3 Modified: mustang-3.2.1.ebuild metadata.xml ChangeLog
4 Removed: mustang-3.ebuild
5 Log:
6 Bumped to EAPI=4, dropped old
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 sci-chemistry/mustang/mustang-3.2.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild?r1=1.5&r2=1.6
16
17 Index: mustang-3.2.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- mustang-3.2.1.ebuild 7 Jul 2010 09:04:29 -0000 1.5
24 +++ mustang-3.2.1.ebuild 11 Jan 2012 15:13:19 -0000 1.6
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.5 2010/07/07 09:04:29 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.6 2012/01/11 15:13:19 jlec Exp $
31
32 -EAPI="3"
33 +EAPI=4
34
35 inherit base toolchain-funcs
36
37 @@ -11,8 +11,8 @@
38 MY_P="${MY_PN}_v${PV}"
39
40 DESCRIPTION="MUltiple STructural AligNment AlGorithm."
41 -HOMEPAGE="http://www.cs.mu.oz.au/~arun/mustang/"
42 -SRC_URI="http://ww2.csse.unimelb.edu.au/~arun/mustang/mustang_v3.2.1.tgz"
43 +HOMEPAGE="http://www.csse.monash.edu.au/~karun/Site/mustang.html"
44 +SRC_URI="http://www.csse.unimelb.edu.au/~arun/${PN}/${SRC_P}.tgz"
45
46 LICENSE="BSD"
47 SLOT="0"
48 @@ -25,8 +25,7 @@
49 emake \
50 CPP=$(tc-getCXX) \
51 CPPFLAGS="${CXXFLAGS}" \
52 - LDFLAGS="${LDFLAGS}" \
53 - || die "emake failed"
54 + LDFLAGS="${LDFLAGS}"
55 }
56
57 src_test() {
58 @@ -34,9 +33,9 @@
59 }
60
61 src_install() {
62 - newbin bin/${P} mustang || die
63 - doman man/${PN}.1 || die
64 - dodoc README || die
65 + newbin bin/${P} mustang
66 + doman man/${PN}.1
67 + dodoc README
68 }
69
70 pkg_postinst() {
71
72
73
74 1.2 sci-chemistry/mustang/metadata.xml
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/metadata.xml?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/metadata.xml?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/metadata.xml?r1=1.1&r2=1.2
79
80 Index: metadata.xml
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/metadata.xml,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- metadata.xml 21 Oct 2006 06:22:19 -0000 1.1
87 +++ metadata.xml 11 Jan 2012 15:13:19 -0000 1.2
88 @@ -1,5 +1,5 @@
89 <?xml version="1.0" encoding="UTF-8"?>
90 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
91 <pkgmetadata>
92 -<herd>sci-chemistry</herd>
93 + <herd>sci-chemistry</herd>
94 </pkgmetadata>
95
96
97
98 1.10 sci-chemistry/mustang/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/ChangeLog?rev=1.10&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/ChangeLog?rev=1.10&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/ChangeLog?r1=1.9&r2=1.10
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v
107 retrieving revision 1.9
108 retrieving revision 1.10
109 diff -u -r1.9 -r1.10
110 --- ChangeLog 7 Jul 2010 09:04:29 -0000 1.9
111 +++ ChangeLog 11 Jan 2012 15:13:19 -0000 1.10
112 @@ -1,6 +1,10 @@
113 # ChangeLog for sci-chemistry/mustang
114 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.9 2010/07/07 09:04:29 jlec Exp $
116 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
117 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.10 2012/01/11 15:13:19 jlec Exp $
118 +
119 + 11 Jan 2012; Justin Lecher <jlec@g.o> -mustang-3.ebuild,
120 + mustang-3.2.1.ebuild, metadata.xml:
121 + Bumped to EAPI=4, dropped old
122
123 07 Jul 2010; Justin Lecher <jlec@g.o> mustang-3.2.1.ebuild:
124 Fixing SRC_URI, #327251