summaryrefslogtreecommitdiff
path: root/dev-games/wfmath
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-games/wfmath
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-games/wfmath')
-rw-r--r--dev-games/wfmath/Manifest5
-rw-r--r--dev-games/wfmath/metadata.xml20
-rw-r--r--dev-games/wfmath/wfmath-1.0.2.ebuild33
3 files changed, 58 insertions, 0 deletions
diff --git a/dev-games/wfmath/Manifest b/dev-games/wfmath/Manifest
new file mode 100644
index 000000000000..b6411802ed15
--- /dev/null
+++ b/dev-games/wfmath/Manifest
@@ -0,0 +1,5 @@
+DIST wfmath-1.0.2.tar.bz2 399987 SHA256 7072d640597bf102c6641e9237aaec6582849ef6c1cdc3062e369f070e20d883 SHA512 3506dbaed5db914b0be5483d5b589d95ed495b6375384e4b045844f8d76240f97b5c322ac432faf177f16da0fedd0b0e6006877a9b40e7f5d31d3324efa6de57 WHIRLPOOL fe10805d66707d9b99faa31aa6f048a8ec12c20b47d96ce2f72da253a5e152e069775d65c56da059ca74689eb44d5848dbbf4dd2d1a3f6001bd2b76ac9e8f378
+EBUILD wfmath-1.0.2.ebuild 619 SHA256 709b92e00be9f361253863c32b8b8d3866e0a41b32d43f6338d06f1249f1915a SHA512 e62f658eb953f0ceaae142780b5cac6500b00ba60b7778b21ceff9743b08b073f0fc4889b721d6bd99b576bab59eaaf3550e1f1a3c7098072a1697abde2dcdaa WHIRLPOOL 6785b212956bd97ffd58ea83534e0ef05a6a480a2480c7ff16b34ff3db4152186a040e84ee4ea1707a9213353e810ce7d897502b5b24f0c7cd0a7953285518c3
+MISC ChangeLog 3303 SHA256 d8b28ffce76d13f47a3900835154480f0d06f1be4735fef2f25fbc05eedd7c16 SHA512 7c2d5da21c74b3eb97fbf4fe4fbf9af656b727da6c0d637273cc7dcfd6aa98eeb0dfb10da21dbf4e714b00ca0ffd8fbb197f31202fd467d60d2d00ef8abedb47 WHIRLPOOL c40f46cd94ce0cc0db905fc764edec8b0b73db5aee63402551d00f6b8a499073d703c9fce841b0789d75b0de1bffa96e749f91ad40e4fa1bf816ab23e614fa4e
+MISC ChangeLog-2015 3585 SHA256 b1ddb03beafe7e74239a6c73383da5921144fe807c0445530269e1fc11c69096 SHA512 5723b6be3ecb078586ad934d211299133176b446fc3292f0be63c6beef93da1763b763eae193694aee8002dfb68a4c9d8533f5c4f8aa2ded9c1238dcc5d549f9 WHIRLPOOL 28f68e72fc4c8a31b848aa16bda5efab67e95a38dc5fe6c0c7160799dc25d13e33d04bcc8e5c7595402f9d89bf6eb0a720dbad218fae7981443bd5ded2eeb977
+MISC metadata.xml 834 SHA256 12b200ae0b543bbf33cb1e27cdcc1c8fd51cce3337c674414367b47783e84070 SHA512 c99727d8b00129b35865cf778eb9d6c438e53189982b54a87a2463e3664d98572f24d4fe3b7d814c2d19bfe52bafc4df4be155d68f2cc177523ede9ac104deac WHIRLPOOL 1d407fbceefd7aa1cbc73e5a23836b0e3b49fc43a159a1f9232dda9f71547490714f6f68088c113c0a2385ba91746541dc2291c54d2a93c732922221d8d27e46
diff --git a/dev-games/wfmath/metadata.xml b/dev-games/wfmath/metadata.xml
new file mode 100644
index 000000000000..a41dc201202f
--- /dev/null
+++ b/dev-games/wfmath/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+ <longdescription lang="en">
+The primary focus of WFMath is geometric objects. Thus, it includes several
+shapes (boxes, balls, lines), in addition to the basic math objects that are
+used to build these shapes (points, vectors, matricies).
+Most of the library classes can be divided into two sorts. The first kind are
+basic mathematical objects, whose members are all fundamental types. The second
+kind are shapes, which implement the shape class interface described in
+doc/shape.h.
+</longdescription>
+ <upstream>
+ <remote-id type="sourceforge">worldforge</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-games/wfmath/wfmath-1.0.2.ebuild b/dev-games/wfmath/wfmath-1.0.2.ebuild
new file mode 100644
index 000000000000..096663843a6f
--- /dev/null
+++ b/dev-games/wfmath/wfmath-1.0.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="Worldforge math library"
+HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/wfmath"
+SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="doc static-libs"
+
+RDEPEND=""
+DEPEND="doc? ( app-doc/doxygen )
+ virtual/pkgconfig"
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_compile() {
+ default
+ use doc && emake -C doc docs
+}
+
+src_install() {
+ default
+ use doc && dohtml doc/html/*
+ prune_libtool_files
+}