Add sci-misc/igor package.
authorW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 14:12:33 +0000 (10:12 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 14:12:33 +0000 (10:12 -0400)
sci-misc/igor/ChangeLog [new file with mode: 0644]
sci-misc/igor/Manifest [new file with mode: 0644]
sci-misc/igor/igor-9999.ebuild [new file with mode: 0644]
sci-misc/igor/metadata.xml [new file with mode: 0644]

diff --git a/sci-misc/igor/ChangeLog b/sci-misc/igor/ChangeLog
new file mode 100644 (file)
index 0000000..52e5163
--- /dev/null
@@ -0,0 +1,14 @@
+# ChangeLog for sci-misc/igor
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+*igor-9999 (21 Jul 2012)
+  21 Jul 2012; W. Trevor King <wking@drexel.edu> igor-9999.ebuild:
+  - Created ebuild suite for igor.
+  - 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/sci-misc/igor/Manifest b/sci-misc/igor/Manifest
new file mode 100644 (file)
index 0000000..bbeefc5
--- /dev/null
@@ -0,0 +1,3 @@
+EBUILD igor-9999.ebuild 845 RMD160 a9bf8a479ec4bddf6b73cced0db34cfe4f5d249d SHA1 09afa19232f7b6634d6c5c800201c92476e8b030 SHA256 7d927f0e6bd8d627778a02ff1acc90c525bb78f387114454114a94764b2975b0
+MISC ChangeLog 657 RMD160 f2f538215d6b0fb36686c33caececce6c974574f SHA1 2930bb237756a6d91b117f4eb86b7a2296c66421 SHA256 99ea993d5c4c75be38ca44fa8e796fd39d919aa61e0c7661f516cbac793bd7a5
+MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72
diff --git a/sci-misc/igor/igor-9999.ebuild b/sci-misc/igor/igor-9999.ebuild
new file mode 100644 (file)
index 0000000..8be8b33
--- /dev/null
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+PYTHON_DEPEND="3:3.2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.* 3.[01]"
+
+inherit eutils distutils
+
+if [[ ${PV} == "9999" ]] ; then
+       inherit git-2
+       EGIT_BRANCH="master"
+       EGIT_REPO_URI="git://tremily.us/${PN}.git"
+       SRC_URI=""
+else
+       SRC_URI="http://git.tremily.us/?p=${PN}.git;a=snapshot;h=v${PV};sf=tgz"
+fi
+
+DESCRIPTION="Python package and tools for reading binary IGOR files."
+HOMEPAGE="http://blog.tremily.us/posts/${PN}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+       test? ( dev-python/nose )"
+
+src_unpack() {
+       if [[ ${PV} == "9999" ]] ; then
+               git-2_src_unpack
+       else
+               unpack ${A}
+       fi
+       cd "${S}"
+}
+
+src_install() {
+       distutils_src_install
+       dodoc README
+}
diff --git a/sci-misc/igor/metadata.xml b/sci-misc/igor/metadata.xml
new file mode 100644 (file)
index 0000000..d124928
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd></herd>
+       <maintainer>
+               <email>wking@drexel.edu</email>
+               <name>W. Trevor King</name>
+       </maintainer>
+</pkgmetadata>