Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libbulletml: libbulletml-0.0.6.ebuild ChangeLog
Date: Thu, 07 Jun 2012 17:29:32
Message-Id: 20120607172916.8537B2004B@flycatcher.gentoo.org
1 mr_bones_ 12/06/07 17:29:16
2
3 Modified: libbulletml-0.0.6.ebuild ChangeLog
4 Log:
5 update SRC_URI and HOMEPAGE
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 dev-libs/libbulletml/libbulletml-0.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild?r1=1.9&r2=1.10
15
16 Index: libbulletml-0.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- libbulletml-0.0.6.ebuild 18 May 2011 16:08:00 -0000 1.9
23 +++ libbulletml-0.0.6.ebuild 7 Jun 2012 17:29:16 -0000 1.10
24 @@ -1,13 +1,13 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.9 2011/05/18 16:08:00 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.10 2012/06/07 17:29:16 mr_bones_ Exp $
30
31 EAPI=2
32 inherit eutils
33
34 DESCRIPTION="A Library of Bullet Markup Language"
35 -HOMEPAGE="http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html"
36 -SRC_URI="http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/${P}.tar.bz2"
37 +HOMEPAGE="http://shinh.skr.jp/libbulletml/index_en.html"
38 +SRC_URI="http://shinh.skr.jp/libbulletml/${P}.tar.bz2"
39
40 LICENSE="BSD"
41 SLOT="0"
42 @@ -25,20 +25,20 @@
43 }
44
45 src_compile() {
46 - emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "emake failed"
47 + emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die
48 }
49
50 src_install() {
51 - dolib.a libbulletml.a || die "dolib.a failed"
52 + dolib.a libbulletml.a || die
53
54 insinto /usr/include/bulletml
55 - doins *.h || die "doins .h failed"
56 + doins *.h || die
57
58 insinto /usr/include/bulletml/tinyxml
59 - doins tinyxml/tinyxml.h || die "doins tinyxml.h failed"
60 + doins tinyxml/tinyxml.h || die
61
62 insinto /usr/include/bulletml/ygg
63 - doins ygg/ygg.h || die "doins ygg.h failed"
64 + doins ygg/ygg.h || die
65
66 dodoc ../README*
67 }
68
69
70
71 1.10 dev-libs/libbulletml/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/ChangeLog?rev=1.10&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/ChangeLog?rev=1.10&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/ChangeLog?r1=1.9&r2=1.10
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v
80 retrieving revision 1.9
81 retrieving revision 1.10
82 diff -u -r1.9 -r1.10
83 --- ChangeLog 18 May 2011 10:33:38 -0000 1.9
84 +++ ChangeLog 7 Jun 2012 17:29:16 -0000 1.10
85 @@ -1,6 +1,9 @@
86 # ChangeLog for dev-libs/libbulletml
87 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.9 2011/05/18 10:33:38 tupone Exp $
89 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
90 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.10 2012/06/07 17:29:16 mr_bones_ Exp $
91 +
92 + 07 Jun 2012; Michael Sterrett <mr_bones_@g.o> libbulletml-0.0.6.ebuild:
93 + update SRC_URI and HOMEPAGE
94
95 18 May 2011; Tupone Alfredo <tupone@g.o> libbulletml-0.0.6.ebuild,
96 +files/libbulletml-0.0.6-gcc46.patch: