diff options
author | 2012-03-31 17:03:18 +0000 | |
---|---|---|
committer | 2012-03-31 17:03:18 +0000 | |
commit | 8ba2860ae7c5f5429e27ed1edd8753981376059a (patch) | |
tree | 65ab7f40697f559187fc6303fba1f00594969f7c /sci-physics/bullet | |
parent | add ~arm, bug #402989 (diff) | |
download | gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2 gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'sci-physics/bullet')
-rw-r--r-- | sci-physics/bullet/metadata.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/sci-physics/bullet/metadata.xml b/sci-physics/bullet/metadata.xml index 99d16b07ba61..bdc329405b17 100644 --- a/sci-physics/bullet/metadata.xml +++ b/sci-physics/bullet/metadata.xml @@ -1,14 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-physics</herd> -<longdescription lang="en"> - Bullet is a professional open source multi-threaded + <herd>sci-physics</herd> + <longdescription lang="en">Bullet is a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library - for games and animation. -</longdescription> -<use> - <flag name='extras'>Build additional libraries</flag> - <flag name='double-precision'>Build libraries in double precision</flag> -</use> + for games and animation.</longdescription> + <use> + <flag name="extras">Build additional libraries</flag> + <flag name="double-precision">Build libraries in double precision</flag> + </use> + <upstream> + <remote-id type="google-code">bullet</remote-id> + </upstream> </pkgmetadata> |