* [gentoo-commits] gentoo-x86 commit in sci-biology/wise: wise-2.2.0.ebuild ChangeLog
@ 2008-06-09 10:12 Markus Dittrich (markusle)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Dittrich (markusle) @ 2008-06-09 10:12 UTC (permalink / raw
To: gentoo-commits
markusle 08/06/09 10:12:00
Modified: wise-2.2.0.ebuild ChangeLog
Log:
Switched virtual/tetex -> virtual/latex-base and added amd64 keyword (see bug #222501).
(Portage version: 2.1.5.4)
Revision Changes Path
1.9 sci-biology/wise/wise-2.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?r1=1.8&r2=1.9
Index: wise-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wise-2.2.0.ebuild 10 Nov 2006 23:06:26 -0000 1.8
+++ wise-2.2.0.ebuild 9 Jun 2008 10:12:00 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.8 2006/11/10 23:06:26 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.9 2008/06/09 10:12:00 markusle Exp $
inherit eutils toolchain-funcs
@@ -11,14 +11,14 @@
SLOT="0"
IUSE=""
-KEYWORDS="~alpha ia64 ~sparc x86"
+KEYWORDS="~alpha ia64 ~sparc x86 ~amd64"
RDEPEND="=sci-biology/hmmer-2.3.2-r1"
DEPEND="${RDEPEND}
app-shells/tcsh
dev-lang/perl
- virtual/tetex"
+ virtual/latex-base"
S="${WORKDIR}/${PN}${PV}"
1.13 sci-biology/wise/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 6 Jan 2007 20:52:22 -0000 1.12
+++ ChangeLog 9 Jun 2008 10:12:00 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/wise
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.12 2007/01/06 20:52:22 kugelfang Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.13 2008/06/09 10:12:00 markusle Exp $
+
+ 09 Jun 2008; Markus Dittrich <markusle@gentoo.org> wise-2.2.0.ebuild:
+ Switched virtual/tetex -> virtual/latex-base and added amd64
+ keyword (see bug #222501).
06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -wise-2.1.23c.ebuild:
QA: Removed unused versions.
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-biology/wise: wise-2.2.0.ebuild ChangeLog
@ 2009-08-05 19:42 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-05 19:42 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/08/05 19:42:00
Modified: wise-2.2.0.ebuild ChangeLog
Log:
Fix building with GLIBC 2.10+ wrt #278307.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Revision Changes Path
1.10 sci-biology/wise/wise-2.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?r1=1.9&r2=1.10
Index: wise-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wise-2.2.0.ebuild 9 Jun 2008 10:12:00 -0000 1.9
+++ wise-2.2.0.ebuild 5 Aug 2009 19:42:00 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.9 2008/06/09 10:12:00 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.10 2009/08/05 19:42:00 ssuominen Exp $
inherit eutils toolchain-funcs
@@ -20,10 +20,12 @@
dev-lang/perl
virtual/latex-base"
-S="${WORKDIR}/${PN}${PV}"
+S=${WORKDIR}/${PN}${PV}
src_unpack() {
unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-glibc-2.10.patch
cd "${S}"/src
# if use threads; then
# append-flags "-DPTHREAD"
1.14 sci-biology/wise/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 9 Jun 2008 10:12:00 -0000 1.13
+++ ChangeLog 5 Aug 2009 19:42:00 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/wise
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.13 2008/06/09 10:12:00 markusle Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.14 2009/08/05 19:42:00 ssuominen Exp $
+
+ 05 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> wise-2.2.0.ebuild,
+ +files/wise-2.2.0-glibc-2.10.patch:
+ Fix building with GLIBC 2.10+ wrt #278307.
09 Jun 2008; Markus Dittrich <markusle@gentoo.org> wise-2.2.0.ebuild:
Switched virtual/tetex -> virtual/latex-base and added amd64
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-05 19:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05 19:42 [gentoo-commits] gentoo-x86 commit in sci-biology/wise: wise-2.2.0.ebuild ChangeLog Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2008-06-09 10:12 Markus Dittrich (markusle)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox