diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:44:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:44:41 +0000 |
commit | 866a505fe9734d7eeb309fde48ecfc42167664a5 (patch) | |
tree | f0c61f099b89d16c338ad23cb89287e69d546237 /dev-libs/libbulletml | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.tar.gz gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.tar.bz2 gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.zip |
*** empty log message ***
Diffstat (limited to 'dev-libs/libbulletml')
-rw-r--r-- | dev-libs/libbulletml/ChangeLog | 16 | ||||
-rw-r--r-- | dev-libs/libbulletml/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/libbulletml/libbulletml-0.0.6.ebuild | 6 |
3 files changed, 20 insertions, 6 deletions
diff --git a/dev-libs/libbulletml/ChangeLog b/dev-libs/libbulletml/ChangeLog index 8c5a4b38a435..7279805b34a1 100644 --- a/dev-libs/libbulletml/ChangeLog +++ b/dev-libs/libbulletml/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for dev-libs/libbulletml -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.1 2004/09/27 06:55:07 mr_bones_ Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.1.1.1 2005/11/30 09:42:03 chriswhite Exp $ + + 11 Aug 2005; Carlos Silva <r3pek@gentoo.org> libbulletml-0.0.6.ebuild: + marked stable on amd64. closes bug #102057 + + 17 Jun 2005; Tom Martin <slarti@gentoo.org> libbulletml-0.0.6.ebuild: + Marked ~amd64. + + 09 Nov 2004; Joseph Jezak <josejx@gentoo.org> libbulletml-0.0.6.ebuild: + Marked ppc stable. + + 17 Oct 2004; David Holm <dholm@gentoo.org> libbulletml-0.0.6.ebuild: + Added to ~ppc. *libbulletml-0.0.6 (26 Sep 2004) diff --git a/dev-libs/libbulletml/Manifest b/dev-libs/libbulletml/Manifest index 31cf2d3ccf9f..5d3a9bfc64e4 100644 --- a/dev-libs/libbulletml/Manifest +++ b/dev-libs/libbulletml/Manifest @@ -1,2 +1,4 @@ -MD5 c56c4cedec39c579c49927ac43630a32 libbulletml-0.0.6.ebuild 714 +MD5 242c41e4c9d104da5cb277a7c739188c ChangeLog 808 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 a5b51fe1dc5fcb54adc39b505050a0a4 libbulletml-0.0.6.ebuild 830 MD5 3d90babb5f0b30570ef23d7d253a8971 files/digest-libbulletml-0.0.6 69 diff --git a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild index 4bc93f146b5e..29caa893647c 100644 --- a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild +++ b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.1 2004/09/27 06:55:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.1.1.1 2005/11/30 09:42:03 chriswhite Exp $ DESCRIPTION="A Library of Bullet Markup Language" HOMEPAGE="http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html" @@ -8,7 +8,7 @@ SRC_URI="http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="x86" +KEYWORDS="amd64 ppc x86" IUSE="" S="${WORKDIR}/${PN#lib}/src" |