From: W. Trevor King Date: Tue, 8 Feb 2011 20:13:38 +0000 (-0500) Subject: Add FFT-tools ebuild. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c171e3d5dfd7ce105a0f9abce50b7070c89bf80;p=wtk-overlay.git Add FFT-tools ebuild. --- diff --git a/dev-python/FFT-tools/ChangeLog b/dev-python/FFT-tools/ChangeLog new file mode 100644 index 0000000..4dcd9e2 --- /dev/null +++ b/dev-python/FFT-tools/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for dev-python/FFT-tools +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*FFT-tools-9999 (08 Feb 2011) + 08 Feb 2011; W. Trevor King ChangeLog, metadata.xml, FFT-tools-9999.ebuild : + - Created ebuild suite for FFT-tools. + - Added initial ChangeLog which should be updated whenever the + package is updated in any way. This changelog is targetted to + users. This means that the comments should well explained and + written in clean English. The details about writing correct + changelogs are explained in the skel.ChangeLog file which you can + find in the root directory of the portage repository. diff --git a/dev-python/FFT-tools/FFT-tools-9999.ebuild b/dev-python/FFT-tools/FFT-tools-9999.ebuild new file mode 100644 index 0000000..523094a --- /dev/null +++ b/dev-python/FFT-tools/FFT-tools-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit eutils distutils + +if [[ ${PV} == "9999" ]] ; then + inherit git + EGIT_REPO_URI="http://www.physics.drexel.edu/~wking/code/git/${PN}.git" + SRC_URI="" +else + SRC_URI="http://www.physics.drexel.edu/~wking/code/got/gitweb.cgi?p=${PN}.git;a=snapshot;h=v${PV};sf=tgz" +fi + +DESCRIPTION="Split **kwargs arguments among several functions." +HOMEPAGE="http://http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/${PN}/" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~x86" +IUSE="test" + +src_unpack() { + if [[ ${PV} == "9999" ]] ; then + git_src_unpack + else + unpack ${A} + fi + cd "${S}" +} + +src_install() { + distutils_src_install + dodoc README +} diff --git a/dev-python/FFT-tools/Manifest b/dev-python/FFT-tools/Manifest new file mode 100644 index 0000000..ba39c48 --- /dev/null +++ b/dev-python/FFT-tools/Manifest @@ -0,0 +1,3 @@ +EBUILD FFT-tools-9999.ebuild 849 RMD160 bffa1725c107b78a5f61492cb6918d27aa6a3e65 SHA1 1f07cd95d72187150ed98b3092a5b9b25f7230a6 SHA256 bfeaf42f491320853ca85fa664e1c5cac8a8a5c51f02ea18980a69b17e3662f0 +MISC ChangeLog 668 RMD160 45e0041b2c998d0032d00a1aa6d87e7ef3969a2a SHA1 a505ffab5bfaacd21f5cb224846794ff67894628 SHA256 142fc63f509825ba7025c17ece79a7c4b81cd686009248c2c388984f6e4c2683 +MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/dev-python/FFT-tools/metadata.xml b/dev-python/FFT-tools/metadata.xml new file mode 100644 index 0000000..d124928 --- /dev/null +++ b/dev-python/FFT-tools/metadata.xml @@ -0,0 +1,9 @@ + + + + + + wking@drexel.edu + W. Trevor King + +