public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Kislyuk (weaver)" <weaver@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/dialign-tx: dialign-tx-1.0.2.ebuild metadata.xml ChangeLog
Date: Fri, 06 Nov 2009 19:58:47 +0000	[thread overview]
Message-ID: <E1N6UxL-0007us-NS@stork.gentoo.org> (raw)

weaver      09/11/06 19:58:47

  Added:                dialign-tx-1.0.2.ebuild metadata.xml ChangeLog
  Log:
  Version bump and move to dialign-tx, take ownership
  (Portage version: 2.2_rc30/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-biology/dialign-tx/dialign-tx-1.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/dialign-tx/dialign-tx-1.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/dialign-tx/dialign-tx-1.0.2.ebuild?rev=1.1&content-type=text/plain

Index: dialign-tx-1.0.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/dialign-tx/dialign-tx-1.0.2.ebuild,v 1.1 2009/11/06 19:58:46 weaver Exp $

EAPI="2"

inherit multilib toolchain-funcs

MY_P="DIALIGN-TX_${PV}"

DESCRIPTION="Greedy and progressive approaches for segment-based multiple sequence alignment"
HOMEPAGE="http://dialign-tx.gobics.de/"
SRC_URI="http://dialign-tx.gobics.de/${MY_P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${MY_P}"

src_compile() {
	emake -C source clean
	emake -C source \
		CPPFLAGS="${CFLAGS}" \
		|| die "make failed"
}

src_install() {
	DESTTREE="/usr" dobin "${S}"/source/dialign-tx
	insinto /usr/$(get_libdir)/${PN}/conf
	doins "${S}"/conf/*
}

pkg_postinst() {
	einfo "The configuration directory is"
	einfo "${ROOT}usr/$(get_libdir)/${PN}/conf"
	einfo "You will need to pass this to ${PN} on every run."
}



1.1                  sci-biology/dialign-tx/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/dialign-tx/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/dialign-tx/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>weaver@gentoo.org</email>
		<name>Andrey Kislyuk</name>
	</maintainer>
	<herd>sci-biology</herd>
</pkgmetadata>



1.1                  sci-biology/dialign-tx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/dialign-tx/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/dialign-tx/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-biology/dialign-t
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/dialign-tx/ChangeLog,v 1.1 2009/11/06 19:58:46 weaver Exp $

*dialign-tx-1.0.2 (06 Nov 2009)

  06 Nov 2009; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml,
  +dialign-tx-1.0.2.ebuild:
  Version bump and move to dialign-tx, take ownership

  17 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
  dialign-t-0.2.2.ebuild:
  stable amd64, bug 207109

  17 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
  dialign-t-0.2.2.ebuild:
  quote variables

  17 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
  dialign-t-0.2.2.ebuild:
  stable x86, bug 207109

*dialign-t-0.2.2 (12 Jul 2007)

  12 Jul 2007; Jeff Gardner <je_fro@gentoo.org> +dialign-t-0.2.2.ebuild:
  New version, add amd64.

  22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
  Redigest for Manifest2

  01 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
  Remove myself as maintainer so it goes to all of the sci-biology team.

  09 Jul 2006; Donnie Berkholz <dberkholz@gentoo.org>;
  dialign-t-0.2.1.ebuild:
  x86 stable.

  07 Jul 2006; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
  Update to my new email address.

*dialign-t-0.2.1 (21 Feb 2006)

  21 Feb 2006; Donnie Berkholz <dberkholz@gentoo.org>; +metadata.xml,
  +dialign-t-0.2.1.ebuild:
  New multiple sequence alignment package. Perhaps the most accurate and
  fastest local aligner.







                 reply	other threads:[~2009-11-06 19:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1N6UxL-0007us-NS@stork.gentoo.org \
    --to=weaver@gentoo.org \
    --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