aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweaver <weaver@32389bae-6d03-0410-99cf-db05cde120eb>2008-06-24 14:50:50 +0000
committerweaver <weaver@32389bae-6d03-0410-99cf-db05cde120eb>2008-06-24 14:50:50 +0000
commit3042fc9f7c853443d07aa5dde678edeb40709be5 (patch)
tree837ba0b9689a5f51ecef0bd0301f5a306c97d2d9 /sci-biology/dawg
parentIn gentoo-x86 (diff)
downloadsci-3042fc9f7c853443d07aa5dde678edeb40709be5.tar.gz
sci-3042fc9f7c853443d07aa5dde678edeb40709be5.tar.bz2
sci-3042fc9f7c853443d07aa5dde678edeb40709be5.zip
New package
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1151 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-biology/dawg')
-rw-r--r--sci-biology/dawg/ChangeLog8
-rw-r--r--sci-biology/dawg/dawg-1.1.1.ebuild29
-rw-r--r--sci-biology/dawg/files/dawg-1.1.1-gcc43.patch11
-rw-r--r--sci-biology/dawg/metadata.xml5
4 files changed, 53 insertions, 0 deletions
diff --git a/sci-biology/dawg/ChangeLog b/sci-biology/dawg/ChangeLog
new file mode 100644
index 000000000..ff3e5fed1
--- /dev/null
+++ b/sci-biology/dawg/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/dawg
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 24 Jun 2008; weaver <weaver@gentoo.org> +files/dawg-1.1.1-gcc43.patch,
+ +dawg-1.1.1.ebuild:
+ New package
+
diff --git a/sci-biology/dawg/dawg-1.1.1.ebuild b/sci-biology/dawg/dawg-1.1.1.ebuild
new file mode 100644
index 000000000..9c5f05ae3
--- /dev/null
+++ b/sci-biology/dawg/dawg-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+DESCRIPTION="Phylogenetic aligner for sequence evolution simulation"
+HOMEPAGE="http://scit.us/projects/dawg/"
+SRC_URI="http://scit.us/projects/files/dawg/Releases/${P}-release.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${P}-RELEASE"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-gcc43.patch
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+}
diff --git a/sci-biology/dawg/files/dawg-1.1.1-gcc43.patch b/sci-biology/dawg/files/dawg-1.1.1-gcc43.patch
new file mode 100644
index 000000000..b9dda495d
--- /dev/null
+++ b/sci-biology/dawg/files/dawg-1.1.1-gcc43.patch
@@ -0,0 +1,11 @@
+--- src/dawg.h.orig 2008-06-24 10:30:30.000000000 -0400
++++ src/dawg.h 2008-06-24 10:30:41.000000000 -0400
+@@ -77,7 +77,7 @@
+
+
+ #include <vector>
+-#include <string>
++#include <string.h>
+ #include <fstream>
+ #include <iostream>
+ #include <algorithm>
diff --git a/sci-biology/dawg/metadata.xml b/sci-biology/dawg/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/sci-biology/dawg/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>