summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-06-07 17:29:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-06-07 17:29:16 +0000
commitd2d779d36400974bb7e6f5dd3b6d12b011fa2dff (patch)
tree0d8a69f64a4d8a78322ac4949ca16a385aeb9896 /dev-libs/libbulletml
parentStable for x86, wrt bug #418757 (diff)
downloadhistorical-d2d779d36400974bb7e6f5dd3b6d12b011fa2dff.tar.gz
historical-d2d779d36400974bb7e6f5dd3b6d12b011fa2dff.tar.bz2
historical-d2d779d36400974bb7e6f5dd3b6d12b011fa2dff.zip
update SRC_URI and HOMEPAGE
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libbulletml')
-rw-r--r--dev-libs/libbulletml/ChangeLog7
-rw-r--r--dev-libs/libbulletml/libbulletml-0.0.6.ebuild18
2 files changed, 14 insertions, 11 deletions
diff --git a/dev-libs/libbulletml/ChangeLog b/dev-libs/libbulletml/ChangeLog
index 5942e781a72b..1524b428ad0b 100644
--- a/dev-libs/libbulletml/ChangeLog
+++ b/dev-libs/libbulletml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libbulletml
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.9 2011/05/18 10:33:38 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.10 2012/06/07 17:29:16 mr_bones_ Exp $
+
+ 07 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> libbulletml-0.0.6.ebuild:
+ update SRC_URI and HOMEPAGE
18 May 2011; Tupone Alfredo <tupone@gentoo.org> libbulletml-0.0.6.ebuild,
+files/libbulletml-0.0.6-gcc46.patch:
diff --git a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild
index 0aa530ce8cae..c8063abd2129 100644
--- a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild
+++ b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
inherit eutils
DESCRIPTION="A Library of Bullet Markup Language"
-HOMEPAGE="http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html"
-SRC_URI="http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/${P}.tar.bz2"
+HOMEPAGE="http://shinh.skr.jp/libbulletml/index_en.html"
+SRC_URI="http://shinh.skr.jp/libbulletml/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
@@ -25,20 +25,20 @@ src_prepare() {
}
src_compile() {
- emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "emake failed"
+ emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die
}
src_install() {
- dolib.a libbulletml.a || die "dolib.a failed"
+ dolib.a libbulletml.a || die
insinto /usr/include/bulletml
- doins *.h || die "doins .h failed"
+ doins *.h || die
insinto /usr/include/bulletml/tinyxml
- doins tinyxml/tinyxml.h || die "doins tinyxml.h failed"
+ doins tinyxml/tinyxml.h || die
insinto /usr/include/bulletml/ygg
- doins ygg/ygg.h || die "doins ygg.h failed"
+ doins ygg/ygg.h || die
dodoc ../README*
}