diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-02-13 08:16:09 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-02-13 08:16:09 +0000 |
commit | 4a74938e510c0dad732ae4c48f815dd0f0cabb46 (patch) | |
tree | e8c52cd3619bba6cf0a5c367f6c9d2cff0ac9d80 /dev-games/wfmath | |
parent | ebc282ef4dfa408accac685565b8ee5f6faec119 (diff) |
gentoo auto-resync : 13:02:2023 - 08:16:09
Diffstat (limited to 'dev-games/wfmath')
-rw-r--r-- | dev-games/wfmath/Manifest | 4 | ||||
-rw-r--r-- | dev-games/wfmath/files/wfmath-1.0.2-fix-bashisms.patch | 16 | ||||
-rw-r--r-- | dev-games/wfmath/metadata.xml | 20 | ||||
-rw-r--r-- | dev-games/wfmath/wfmath-1.0.2.ebuild | 51 |
4 files changed, 0 insertions, 91 deletions
diff --git a/dev-games/wfmath/Manifest b/dev-games/wfmath/Manifest deleted file mode 100644 index 0ab554b85705..000000000000 --- a/dev-games/wfmath/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX wfmath-1.0.2-fix-bashisms.patch 592 BLAKE2B b1bb41c95967fcfa1beb76669c85a97851fa9443cdf9660dee100f263e4514649c9a49668b4351c49c41f17a40ccaf6b80b457f9958829a7576631d5d2f3751c SHA512 0c60728d86ecd4445b02e3713ab49947aadfb2e5e69ed41d2d437cc454ffe1c80d36efb1e6cbf648c4f9ba1e8bd81fdc9d34cd1d32b2cfa533013d2c4d188340 -DIST wfmath-1.0.2.tar.bz2 399987 BLAKE2B d299a6d90a37a90daa6a86e0ddad15201c1a5ee247159633ba68fcb6d0df1205bd60869e73d4849b923f3dd8142a167348bdac6764dda7a3b9857d9b9eae5701 SHA512 3506dbaed5db914b0be5483d5b589d95ed495b6375384e4b045844f8d76240f97b5c322ac432faf177f16da0fedd0b0e6006877a9b40e7f5d31d3324efa6de57 -EBUILD wfmath-1.0.2.ebuild 766 BLAKE2B 9da263e4b7ede53eaa3b35d4cf5ea28c367ed1aa57ca215be40e351a7a1afa16c5be0f2e4b8d1106afc3024129f5b401122d09ea986dd38800baddad880fadaf SHA512 063004c2860d062f1d7c5494d0f9af2d56c7aca45ccaec75a275e6723e30bf818801bd6f5366ac05ce93a4dc76638815c950b698a9614b90c7e4d8ef20b44cc4 -MISC metadata.xml 843 BLAKE2B bb25d22b9baf48d28871e3c38fe16ab68a0c45714ad95de58edc605a20be5a6d35ad6bcbee6aecfcedc8d1dfce8f68f4253c2f5d626d0237b1f63ac5025cc83b SHA512 cc92338179b1bfd6337b5b34e3f44d692683d66f9c5e0af700508f1ed0ebe595458142a3b513195cef48a4d70d5f560f41838d0b19a936404c9f3816cf614fb7 diff --git a/dev-games/wfmath/files/wfmath-1.0.2-fix-bashisms.patch b/dev-games/wfmath/files/wfmath-1.0.2-fix-bashisms.patch deleted file mode 100644 index d9a6edcfbd95..000000000000 --- a/dev-games/wfmath/files/wfmath-1.0.2-fix-bashisms.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -81,11 +81,11 @@ PKG_CHECK_MODULES(ATLAS_0_6, atlascpp-0.6 >= 0.6.0, - dnl those should already be using Atlas explicitly. - ], found_atlas_0_6=no) - --AM_CONDITIONAL(HAVE_ATLAS_0_6, test $found_atlas_0_6 == yes) -+AM_CONDITIONAL(HAVE_ATLAS_0_6, test $found_atlas_0_6 = xyes) - - AC_CHECK_HEADERS(sstream strstream, [ found_string_stream=yes break ], - [ found_string_stream=no ]) --if test $found_string_stream == no ; then -+if test $found_string_stream = xno ; then - AC_MSG_ERROR(Couldn't find C++ string <-> stream conversion method.) - fi - diff --git a/dev-games/wfmath/metadata.xml b/dev-games/wfmath/metadata.xml deleted file mode 100644 index 2da3d5b6b190..000000000000 --- a/dev-games/wfmath/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://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 deleted file mode 100644 index a784467255d9..000000000000 --- a/dev-games/wfmath/wfmath-1.0.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -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" - -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.2-fix-bashisms.patch -) - -src_prepare() { - default - - # For bashisms patch - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_compile() { - default - use doc && emake -C doc docs -} - -src_install() { - default - - if use doc ; then - docinto html - dodoc doc/html/* - fi - - find "${ED}" -type f -name '*.la' -delete || die -} |