public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/plinkseq/
Date: Sun, 10 May 2015 19:21:02 +0000 (UTC)	[thread overview]
Message-ID: <1431285625.1b4bf42026e44bf3a934c852e0f4cb4db84036c8.mmokrejs@gentoo> (raw)

commit:     1b4bf42026e44bf3a934c852e0f4cb4db84036c8
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun May 10 19:20:25 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun May 10 19:20:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b4bf420

sci-biology/plinkseq: new package

Package-Manager: portage-2.2.18

 sci-biology/plinkseq/ChangeLog            |  9 +++++++++
 sci-biology/plinkseq/metadata.xml         |  9 +++++++++
 sci-biology/plinkseq/plinkseq-0.10.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/sci-biology/plinkseq/ChangeLog b/sci-biology/plinkseq/ChangeLog
new file mode 100644
index 0000000..ade0615
--- /dev/null
+++ b/sci-biology/plinkseq/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/plinkseq
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*plinkseq-0.10 (10 May 2015)
+
+  10 May 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +metadata.xml,
+  +plinkseq-0.10.ebuild:
+  sci-biology/plinkseq: new package

diff --git a/sci-biology/plinkseq/metadata.xml b/sci-biology/plinkseq/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/plinkseq/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci-biology</herd>
+  <maintainer>
+    <email>mmokrejs@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/sci-biology/plinkseq/plinkseq-0.10.ebuild b/sci-biology/plinkseq/plinkseq-0.10.ebuild
new file mode 100644
index 0000000..153c161
--- /dev/null
+++ b/sci-biology/plinkseq/plinkseq-0.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="C/C++ library for working with human genetic variation data"
+HOMEPAGE="http://atgu.mgh.harvard.edu/plinkseq"
+SRC_URI="http://psychgen.u.hpc.mssm.edu/plinkseq_downloads/plinkseq-src-latest.tgz -> ${P}.tgz"
+# https://bitbucket.org/statgen/plinkseq.git
+# http://pngu.mgh.harvard.edu/~purcell/plink/download.shtml
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_prepare(){
+	sed -e "s/gcc/$(tc-getCC)/g;s/g++/$(tc-getCXX)/g;s/-O3/${CFLAGS}/g" -i config_defs.Makefile || die
+	sed -e "s/= -static/=/g" -i config_defs.Makefile || die
+}
+
+src_install(){
+	cd build/execs || die
+	dobin gcol browser pseq behead mm smp tab2vcf mongoose pdas
+}


             reply	other threads:[~2015-05-10 19:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-10 19:21 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-25 22:40 [gentoo-commits] proj/sci:master commit in: sci-biology/plinkseq/ Martin Mokrejs
2016-07-18 11:03 Martin Mokrejs
2016-07-31 22:40 Martin Mokrejs
2016-12-04 18:41 Martin Mokrejs
2017-01-10  1:05 Martin Mokrejs
2017-01-10 12:16 Martin Mokrejs
2017-03-31 21:20 Martin Mokrejs
2021-01-20  9:06 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1431285625.1b4bf42026e44bf3a934c852e0f4cb4db84036c8.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox