diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-22 13:13:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-22 13:13:42 +0000 |
commit | 23df7a65f35f975dbb96da08c5a09cadc1aba103 (patch) | |
tree | 9566f35fc71d2d9753a389676a7aab8ad4744e93 /dev-python | |
parent | punt freqtweak, needs porting to wx2.8 (diff) | |
download | historical-23df7a65f35f975dbb96da08c5a09cadc1aba103.tar.gz historical-23df7a65f35f975dbb96da08c5a09cadc1aba103.tar.bz2 historical-23df7a65f35f975dbb96da08c5a09cadc1aba103.zip |
punt pyamanith
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyAmanith/ChangeLog | 20 | ||||
-rw-r--r-- | dev-python/PyAmanith/Manifest | 5 | ||||
-rw-r--r-- | dev-python/PyAmanith/PyAmanith-0.3.34.ebuild | 36 | ||||
-rw-r--r-- | dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch | 44 | ||||
-rw-r--r-- | dev-python/PyAmanith/metadata.xml | 5 |
5 files changed, 0 insertions, 110 deletions
diff --git a/dev-python/PyAmanith/ChangeLog b/dev-python/PyAmanith/ChangeLog deleted file mode 100644 index 408736b66c39..000000000000 --- a/dev-python/PyAmanith/ChangeLog +++ /dev/null @@ -1,20 +0,0 @@ -# ChangeLog for dev-python/PyAmanith -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyAmanith/ChangeLog,v 1.4 2010/07/10 20:22:27 arfrever Exp $ - - 10 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> - PyAmanith-0.3.34.ebuild: - Set SUPPORT_PYTHON_ABIS. - - 12 May 2008; Ali Polatel <hawking@gentoo.org> PyAmanith-0.3.34.ebuild: - Use NEED_PYTHON to depend on python. Use distutils_src_unpack. swig is not - a runtime dependency, bug 221467. - - 13 Oct 2006; Rob Cakebread <pythonhead@gentoo.org> - PyAmanith-0.3.34.ebuild: - Fixed swig deps. Thanks Frittella Laurento <mrfree@infinito.it> bug #150755 - -*PyAmanith-0.3.34 (24 Sep 2006) - - 24 Sep 2006; Mike Frysinger <vapier@gentoo.org> : - Initial import. Ebuild submitted by Trevor Hardcastle/me #143387. diff --git a/dev-python/PyAmanith/Manifest b/dev-python/PyAmanith/Manifest deleted file mode 100644 index 0f1ba708915b..000000000000 --- a/dev-python/PyAmanith/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX PyAmanith-0.3.34-build.patch 1676 RMD160 647c7904c245906624718ff009b6119a80916504 SHA1 edd68b729555e214cde41519e530e126dcb4a68b SHA256 132ce1ac232c52575a6b838702b66b8cd7c4a75d8a313663296f8e33b48ca4b9 -DIST PyAmanith-0.3.34.tar.gz 53214 RMD160 9609ce288e51bf9c58df90abbef879d8816adabd SHA1 8e6cfde017a86c792b8eed15ea703af77a7037f8 SHA256 d4923309473ae037316e5294a612823ee5812e62e77979ffc70e14ff8f57afb2 -EBUILD PyAmanith-0.3.34.ebuild 965 RMD160 472b0812f9dc2cea27bc5fbf65448d9175cdaa5a SHA1 60ccca92b351fcb805299ed144fb4683250d8e93 SHA256 70d8e380b0db372e94c380cf2f8b0ed974f7715a23dee68bed528cd8a571ce53 -MISC ChangeLog 843 RMD160 15950b40e1b3868fea7f4bd61491c864447ddbba SHA1 122782de2cff24c8f203b37e109680c111e6442d SHA256 a8c9cedc2a4da49cb3b2310a593c3ba4cbf2d5b5d2b2f694eea2184fcbcbf9a4 -MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 diff --git a/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild b/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild deleted file mode 100644 index 95bea6a3e5b8..000000000000 --- a/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild,v 1.4 2010/07/10 20:22:27 arfrever Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils - -DESCRIPTION="Python wrapper for the Amanith 2D vector graphics library" -HOMEPAGE="http://louhi.kempele.fi/~skyostil/projects/pyamanith/" -SRC_URI="http://louhi.kempele.fi/~skyostil/projects/pyamanith/dist/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=media-libs/amanith-0.3" -DEPEND="${RDEPEND} - >=dev-lang/swig-1.3.29" - -PYTHON_CXXFLAGS=("2.* + -fno-strict-aliasing") - -PYTHON_MODNAME="amanith.py" - -src_prepare() { - distutils_src_prepare - - # perhaps someone with more swig/distutils clout can make this - # package stop sucking so hard - sed -i \ - -e '/include/s:build/amanith/include/::' \ - headers.i - epatch "${FILESDIR}/${P}-build.patch" -} diff --git a/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch b/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch deleted file mode 100644 index d58a1a9ada57..000000000000 --- a/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- include/pyamanith.h -+++ include/pyamanith.h -@@ -59,7 +59,7 @@ - #include <amanith/numerics/geigen.h> - #include <amanith/numerics/gfilter.h> - #include <amanith/numerics/gintegration.h> --#include <amanith/rendering/gdrawboard.h> -+#include <amanith/rendering/gdrawboard.swig.h> - #include <amanith/rendering/gdrawstyle.h> - #include <amanith/rendering/gopenglboard.h> - #include <amanith/support/gavltree.h> ---- setup.py -+++ setup.py -@@ -16,7 +16,7 @@ - inc = [join("changes", "include"), join(amanith_base, "include"), "include"] - lib = [join(amanith_base, "lib")] - cc_args = [] --swig_args = ["-Ibuild/amanith"] -+swig_args = ["-Ichanges/include", "-Iinclude", "-I/usr/include"] - - if os.name == "nt": - if debug: -@@ -39,20 +39,9 @@ - relPath = join(root, file).replace(source + os.sep, "") - shutil.copy(join(source, relPath), join(target, relPath)) - -- def run(self): -- # Ultimately this should use patch(1) or something, but for now -- # we just copy the stuff over. -- if not os.path.isdir(join("build", "amanith")): -- os.makedirs(join("build", "amanith")) -- shutil.copytree(join(amanith_base, "include"), join("build", "amanith", "include")) -- self.copy("changes", join("build", "amanith")) -- _build_ext.run(self) - - ext_amanith = Extension('_amanith', ['amanith.i'], -- include_dirs = inc, -- library_dirs = lib, -- libraries = libs, -- extra_compile_args = cc_args) -+ swig_opts = swig_args, extra_compile_args = swig_args, libraries = libs) - - setup(name = 'PyAmanith', - version = '0.3.34', diff --git a/dev-python/PyAmanith/metadata.xml b/dev-python/PyAmanith/metadata.xml deleted file mode 100644 index de483c53568f..000000000000 --- a/dev-python/PyAmanith/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>python</herd> -</pkgmetadata> |