* [gentoo-commits] proj/sci:master commit in: sci-biology/proda/
@ 2011-06-25 17:21 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
To: gentoo-commits
commit: cc285f7ace5957ea38c4291a2e7373b83d51a8db
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 07:43:57 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 07:43:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cc285f7a
Fixed herd entry in metadata.xml
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-biology/proda/ChangeLog | 5 ++++-
sci-biology/proda/metadata.xml | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/sci-biology/proda/ChangeLog b/sci-biology/proda/ChangeLog
index 7ca249f..46cc65f 100644
--- a/sci-biology/proda/ChangeLog
+++ b/sci-biology/proda/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-biology/proda
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Jun 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Fixed herd entry in metadata.xml
+
27 Apr 2007; Andrey Kislyuk <weaver@horizon.ath.cx> +proda-1.0.ebuild:
Mass import from sunrise
diff --git a/sci-biology/proda/metadata.xml b/sci-biology/proda/metadata.xml
index 7e32869..897aa2e 100644
--- a/sci-biology/proda/metadata.xml
+++ b/sci-biology/proda/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>maintainer-wanted</herd>
+ <herd>sci</herd>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/proda/
@ 2021-01-26 15:07 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-01-26 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 3126e63ca57aaab646080cae98e534b0c90a27bc
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 26 15:07:19 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 26 15:07:19 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3126e63c
sci-biology/proda: EAPI bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/proda/proda-1.0.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/sci-biology/proda/proda-1.0.ebuild b/sci-biology/proda/proda-1.0.ebuild
index 67def6a7e..0723b9512 100644
--- a/sci-biology/proda/proda-1.0.ebuild
+++ b/sci-biology/proda/proda-1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils flag-o-matic toolchain-funcs versionator
+inherit flag-o-matic toolchain-funcs
-MY_PV=$(replace_all_version_separators '_')
+MY_PV=${PV//./_}
DESCRIPTION="Multiple alignment of protein sequences with repeated and shuffled elements"
HOMEPAGE="http://proda.stanford.edu/"
@@ -13,7 +13,8 @@ SRC_URI="http://proda.stanford.edu/proda_${MY_PV}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-IUSE="debug "
+IUSE="debug"
+
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"/${PN}
@@ -24,7 +25,7 @@ PATCHES=(
)
src_prepare() {
- epatch ${PATCHES[@]}
+ default
use debug || append-flags -DNDEBUG
tc-export CXX
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-26 15:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 17:21 [gentoo-commits] proj/sci:master commit in: sci-biology/proda/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2021-01-26 15:07 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox