Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/babel: babel-1.6.ebuild ChangeLog babel-1.6-r1.ebuild
Date: Sun, 19 Oct 2008 14:53:15
Message-Id: E1KrZeZ-0004C7-OF@stork.gentoo.org
1 markusle 08/10/19 14:53:11
2
3 Modified: babel-1.6.ebuild ChangeLog
4 Added: babel-1.6-r1.ebuild
5 Log:
6 Added new and significantly cleaned up revision which also fixes pre-stripping and LDFLAGS issues (see bug #241184).
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-SENTINEL-3 i686)
8
9 Revision Changes Path
10 1.5 sci-chemistry/babel/babel-1.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/babel/babel-1.6.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/babel/babel-1.6.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/babel/babel-1.6.ebuild?r1=1.4&r2=1.5
15
16 Index: babel-1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/babel/babel-1.6.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- babel-1.6.ebuild 13 Jul 2007 05:48:10 -0000 1.4
23 +++ babel-1.6.ebuild 19 Oct 2008 14:53:11 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/babel-1.6.ebuild,v 1.4 2007/07/13 05:48:10 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/babel-1.6.ebuild,v 1.5 2008/10/19 14:53:11 markusle Exp $
30
31 inherit eutils
32
33 @@ -20,10 +20,10 @@
34 src_unpack() {
35
36 unpack ${P}.tar.Z
37 - cd ${S}
38 + cd "${S}"
39 #Patch the Makefile for gentoo-isms
40 - epatch ${FILESDIR}/${P}-gentoo.diff
41 - epatch ${FILESDIR}/${P}-gcc32.diff
42 + epatch "${FILESDIR}"/${P}-gentoo.diff
43 + epatch "${FILESDIR}"/${P}-gcc32.diff
44
45 }
46
47 @@ -35,12 +35,12 @@
48
49 src_install () {
50
51 - make DESTDIR=${D}/usr/bin install || die
52 + make DESTDIR="${D}"/usr/bin install || die
53
54 insinto /usr/share/${PN}
55 - doins ${S}/*.lis
56 + doins "${S}"/*.lis
57
58 - doenvd ${FILESDIR}/10babel
59 + doenvd "${FILESDIR}"/10babel
60
61 dodoc README.1ST
62
63
64
65
66 1.6 sci-chemistry/babel/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/babel/ChangeLog?rev=1.6&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/babel/ChangeLog?rev=1.6&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/babel/ChangeLog?r1=1.5&r2=1.6
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/babel/ChangeLog,v
75 retrieving revision 1.5
76 retrieving revision 1.6
77 diff -u -r1.5 -r1.6
78 --- ChangeLog 28 Apr 2007 16:43:58 -0000 1.5
79 +++ ChangeLog 19 Oct 2008 14:53:11 -0000 1.6
80 @@ -1,6 +1,13 @@
81 # ChangeLog for sci-chemistry/babel
82 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/ChangeLog,v 1.5 2007/04/28 16:43:58 swegener Exp $
84 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/ChangeLog,v 1.6 2008/10/19 14:53:11 markusle Exp $
86 +
87 +*babel-1.6-r1 (19 Oct 2008)
88 +
89 + 19 Oct 2008; Markus Dittrich <markusle@g.o>
90 + +files/babel-1.6-makefile.patch, babel-1.6.ebuild, +babel-1.6-r1.ebuild:
91 + Added new and significantly cleaned up revision which also fixes
92 + pre-stripping and LDFLAGS issues (see bug #241184).
93
94 28 Apr 2007; Sven Wegener <swegener@g.o> babel-1.6.ebuild:
95 Fix *initd, *confd and *envd calls (#17388, #174266)
96
97
98
99 1.1 sci-chemistry/babel/babel-1.6-r1.ebuild
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/babel/babel-1.6-r1.ebuild?rev=1.1&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/babel/babel-1.6-r1.ebuild?rev=1.1&content-type=text/plain
103
104 Index: babel-1.6-r1.ebuild
105 ===================================================================
106 # Copyright 1999-2008 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/babel-1.6-r1.ebuild,v 1.1 2008/10/19 14:53:11 markusle Exp $
109
110 inherit eutils
111
112 DESCRIPTION="Babel is a program to interconvert file formats used in molecular modeling."
113
114 SRC_URI="http://smog.com/chem/babel/files/${P}.tar.Z"
115 HOMEPAGE="http://smog.com/chem/babel/"
116 KEYWORDS="~x86 ~ppc ~sparc ~amd64"
117 SLOT="0"
118 LICENSE="as-is"
119 IUSE=""
120
121 #Doesn't really seem to depend on anything (?)
122 DEPEND="!sci-chemistry/openbabel"
123
124 src_unpack() {
125 unpack ${A}
126 cd "${S}"
127 epatch "${FILESDIR}"/${P}-gcc32.diff
128 epatch "${FILESDIR}"/${P}-makefile.patch
129 }
130
131 src_compile() {
132 CC=$(tc-getCC) emake || die "emake failed"
133 }
134
135 src_install () {
136 make DESTDIR="${D}"/usr/bin install || die
137
138 insinto /usr/share/${PN}
139 doins *.lis || die "Failed to install *.lis files"
140
141 doenvd "${FILESDIR}"/10babel || die "doenvd failed"
142 dodoc README.1ST || die "dodoc failed"
143 }