* [gentoo-commits] gentoo-x86 commit in sci-biology/t-coffee: ChangeLog t-coffee-8.69.ebuild
@ 2010-06-15 13:47 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-15 13:47 UTC (permalink / raw
To: gentoo-commits
jlec 10/06/15 13:47:36
Modified: ChangeLog
Added: t-coffee-8.69.ebuild
Log:
Version bump, included test, respecting LDFLAGS and keyworded for linux prefix
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.41 sci-biology/t-coffee/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 3 Jan 2010 14:23:29 -0000 1.40
+++ ChangeLog 15 Jun 2010 13:47:35 -0000 1.41
@@ -1,6 +1,13 @@
# ChangeLog for sci-biology/t-coffee
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.40 2010/01/03 14:23:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.41 2010/06/15 13:47:35 jlec Exp $
+
+*t-coffee-8.69 (15 Jun 2010)
+
+ 15 Jun 2010; Justin Lecher <jlec@gentoo.org> +files/8.69-flags.patch,
+ +t-coffee-8.69.ebuild, +files/8.69-test.patch:
+ Version bump, included test, respecting LDFLAGS and keyworded for linux
+ prefix
03 Jan 2010; Pacho Ramos <pacho@gentoo.org> t-coffee-8.14.ebuild:
amd64 stable, bug 298765
1.1 sci-biology/t-coffee/t-coffee-8.69.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.1&content-type=text/plain
Index: t-coffee-8.69.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v 1.1 2010/06/15 13:47:35 jlec Exp $
EAPI="2"
inherit flag-o-matic toolchain-funcs
DESCRIPTION="A multiple sequence alignment package"
HOMEPAGE="http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html"
SRC_URI="http://www.tcoffee.org/Packages/T-COFFEE_distribution_Version_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="sci-biology/clustalw"
DEPEND="${DEPEND}
test? ( dev-lang/perl )"
S="${WORKDIR}/T-COFFEE_distribution_Version_${PV}"
die_compile() {
echo
eerror "If you experience an internal compiler error (consult the above"
eerror "messages), try compiling t-coffee using very modest compiler flags."
eerror "See bug #114745 on the Gentoo Bugzilla for more details."
die "Compilation failed"
}
src_prepare() {
epatch "${FILESDIR}"/${PV}-flags.patch
epatch "${FILESDIR}"/${PV}-test.patch
}
src_compile() {
[[ $(gcc-version) == "3.4" ]] && append-flags -fno-unit-at-a-time
[[ $(gcc-version) == "4.1" ]] && append-flags -fno-unit-at-a-time
emake \
CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
-C t_coffee_source || die_compile
}
src_test() {
cd "${TCDIR}"
perl bin/test.pl || die
}
src_install() {
dobin t_coffee || die "Failed to install program."
insinto /usr/share/${PN}/lib/html
doins "${TCDIR}"/html/* \
|| die "Failed to install Web interface files."
cd "${TCDIR}"/doc
dodoc aln_compare.doc.txt seq_reformat.doc.txt \
t_coffee_technical.txt t_coffee_tutorial.txt \
|| die "Failed to install text documentation."
dohtml t_coffee_technical.htm t_coffee_tutorial.htm \
|| die "Failed to install HTML documentation."
insinto /usr/share/doc/${PF}
doins t_coffee_technical.doc t_coffee_tutorial.doc \
|| die "Failed to install DOC documentation."
insinto /usr/share/${PN}
doins -r "${TCDIR}"/example \
|| die "Failed to install example files."
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-biology/t-coffee: ChangeLog t-coffee-8.69.ebuild
@ 2010-06-18 7:55 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-18 7:55 UTC (permalink / raw
To: gentoo-commits
jlec 10/06/18 07:55:33
Modified: ChangeLog t-coffee-8.69.ebuild
Log:
Fix installation, #324307
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.42 sci-biology/t-coffee/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 15 Jun 2010 13:47:35 -0000 1.41
+++ ChangeLog 18 Jun 2010 07:55:33 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/t-coffee
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.41 2010/06/15 13:47:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.42 2010/06/18 07:55:33 jlec Exp $
+
+ 18 Jun 2010; Justin Lecher <jlec@gentoo.org> t-coffee-8.69.ebuild:
+ Fix installation, #324307
*t-coffee-8.69 (15 Jun 2010)
1.2 sci-biology/t-coffee/t-coffee-8.69.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?r1=1.1&r2=1.2
Index: t-coffee-8.69.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- t-coffee-8.69.ebuild 15 Jun 2010 13:47:35 -0000 1.1
+++ t-coffee-8.69.ebuild 18 Jun 2010 07:55:33 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v 1.1 2010/06/15 13:47:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v 1.2 2010/06/18 07:55:33 jlec Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
+IUSE="examples test"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="sci-biology/clustalw"
@@ -48,25 +48,20 @@
}
src_install() {
- dobin t_coffee || die "Failed to install program."
+ dobin t_coffee_source/t_coffee || die "Failed to install program."
insinto /usr/share/${PN}/lib/html
- doins "${TCDIR}"/html/* \
- || die "Failed to install Web interface files."
+ doins html/* || die "Failed to install Web interface files."
- cd "${TCDIR}"/doc
- dodoc aln_compare.doc.txt seq_reformat.doc.txt \
- t_coffee_technical.txt t_coffee_tutorial.txt \
- || die "Failed to install text documentation."
-
- dohtml t_coffee_technical.htm t_coffee_tutorial.htm \
- || die "Failed to install HTML documentation."
+# cd IR}"/doc
+ dodoc doc/*.txt || die "Failed to install text documentation."
+ dohtml doc/*.htm || die "Failed to install HTML documentation."
insinto /usr/share/doc/${PF}
- doins t_coffee_technical.doc t_coffee_tutorial.doc \
- || die "Failed to install DOC documentation."
+ doins doc/*.doc || die "Failed to install DOC documentation."
- insinto /usr/share/${PN}
- doins -r "${TCDIR}"/example \
- || die "Failed to install example files."
+ if use examples; then
+ insinto /usr/share/${PN}
+ doins -r example || die "Failed to install example files."
+ fi
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-biology/t-coffee: ChangeLog t-coffee-8.69.ebuild
@ 2010-10-04 14:20 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-04 14:20 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/10/04 14:20:36
Modified: ChangeLog t-coffee-8.69.ebuild
Log:
Stable on amd64 wrt bug #339575
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Revision Changes Path
1.45 sci-biology/t-coffee/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 3 Oct 2010 11:22:54 -0000 1.44
+++ ChangeLog 4 Oct 2010 14:20:35 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/t-coffee
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.44 2010/10/03 11:22:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.45 2010/10/04 14:20:35 hwoarang Exp $
+
+ 04 Oct 2010; Markos Chandras <hwoarang@gentoo.org> t-coffee-8.69.ebuild:
+ Stable on amd64 wrt bug #339575
03 Oct 2010; Justin Lecher <jlec@gentoo.org> t-coffee-5.65.ebuild,
-t-coffee-7.54.ebuild:
1.3 sci-biology/t-coffee/t-coffee-8.69.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?r1=1.2&r2=1.3
Index: t-coffee-8.69.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- t-coffee-8.69.ebuild 18 Jun 2010 07:55:33 -0000 1.2
+++ t-coffee-8.69.ebuild 4 Oct 2010 14:20:35 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v 1.2 2010/06/18 07:55:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v 1.3 2010/10/04 14:20:35 hwoarang Exp $
EAPI="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
IUSE="examples test"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="sci-biology/clustalw"
DEPEND="${DEPEND}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-biology/t-coffee: ChangeLog t-coffee-8.69.ebuild
@ 2010-10-10 7:03 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-10-10 7:03 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/10/10 07:03:17
Modified: ChangeLog t-coffee-8.69.ebuild
Log:
x86 stable wrt bug #339575
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.46 sci-biology/t-coffee/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 4 Oct 2010 14:20:35 -0000 1.45
+++ ChangeLog 10 Oct 2010 07:03:17 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/t-coffee
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.45 2010/10/04 14:20:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.46 2010/10/10 07:03:17 phajdan.jr Exp $
+
+ 10 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> t-coffee-8.69.ebuild:
+ x86 stable wrt bug #339575
04 Oct 2010; Markos Chandras <hwoarang@gentoo.org> t-coffee-8.69.ebuild:
Stable on amd64 wrt bug #339575
1.4 sci-biology/t-coffee/t-coffee-8.69.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?r1=1.3&r2=1.4
Index: t-coffee-8.69.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- t-coffee-8.69.ebuild 4 Oct 2010 14:20:35 -0000 1.3
+++ t-coffee-8.69.ebuild 10 Oct 2010 07:03:17 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v 1.3 2010/10/04 14:20:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v 1.4 2010/10/10 07:03:17 phajdan.jr Exp $
EAPI="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
IUSE="examples test"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
RDEPEND="sci-biology/clustalw"
DEPEND="${DEPEND}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-biology/t-coffee: ChangeLog t-coffee-8.69.ebuild
@ 2010-10-15 18:51 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-10-15 18:51 UTC (permalink / raw
To: gentoo-commits
ranger 10/10/15 18:51:43
Modified: ChangeLog t-coffee-8.69.ebuild
Log:
stable ppc, bug 339575
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.47 sci-biology/t-coffee/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 10 Oct 2010 07:03:17 -0000 1.46
+++ ChangeLog 15 Oct 2010 18:51:43 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/t-coffee
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.46 2010/10/10 07:03:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.47 2010/10/15 18:51:43 ranger Exp $
+
+ 15 Oct 2010; Brent Baude <ranger@gentoo.org> t-coffee-8.69.ebuild:
+ stable ppc, bug 339575
10 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> t-coffee-8.69.ebuild:
x86 stable wrt bug #339575
1.5 sci-biology/t-coffee/t-coffee-8.69.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild?r1=1.4&r2=1.5
Index: t-coffee-8.69.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- t-coffee-8.69.ebuild 10 Oct 2010 07:03:17 -0000 1.4
+++ t-coffee-8.69.ebuild 15 Oct 2010 18:51:43 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v 1.4 2010/10/10 07:03:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/t-coffee-8.69.ebuild,v 1.5 2010/10/15 18:51:43 ranger Exp $
EAPI="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
IUSE="examples test"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
RDEPEND="sci-biology/clustalw"
DEPEND="${DEPEND}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-biology/t-coffee: ChangeLog t-coffee-8.69.ebuild
@ 2015-05-05 13:40 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2015-05-05 13:40 UTC (permalink / raw
To: gentoo-commits
jlec 15/05/05 13:40:54
Modified: ChangeLog
Removed: t-coffee-8.69.ebuild
Log:
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.58 sci-biology/t-coffee/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/t-coffee/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 26 Apr 2015 16:59:53 -0000 1.57
+++ ChangeLog 5 May 2015 13:40:54 -0000 1.58
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/t-coffee
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.57 2015/04/26 16:59:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/t-coffee/ChangeLog,v 1.58 2015/05/05 13:40:54 jlec Exp $
+
+ 05 May 2015; Justin Lecher <jlec@gentoo.org> -files/8.69-flags.patch,
+ -files/8.69-test.patch, -t-coffee-8.69.ebuild:
+ Drop old
26 Apr 2015; Pacho Ramos <pacho@gentoo.org> t-coffee-9.03.1318-r1.ebuild:
ppc stable wrt bug #544930
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-05-05 13:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-15 13:47 [gentoo-commits] gentoo-x86 commit in sci-biology/t-coffee: ChangeLog t-coffee-8.69.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2010-06-18 7:55 Justin Lecher (jlec)
2010-10-04 14:20 Markos Chandras (hwoarang)
2010-10-10 7:03 PaweA Hajdan (phajdan.jr)
2010-10-15 18:51 Brent Baude (ranger)
2015-05-05 13:40 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox