public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/refmac: ChangeLog refmac-5.5.0110-r2.ebuild
@ 2010-12-24 10:49 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2010-12-24 10:49 UTC (permalink / raw
  To: gentoo-commits

jlec        10/12/24 10:49:49

  Modified:             ChangeLog
  Added:                refmac-5.5.0110-r2.ebuild
  Log:
  Don't mix FLAGS
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 sci-chemistry/refmac/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	21 Dec 2010 07:39:22 -0000	1.28
+++ ChangeLog	24 Dec 2010 10:49:49 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/refmac
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.28 2010/12/21 07:39:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.29 2010/12/24 10:49:49 jlec Exp $
+
+*refmac-5.5.0110-r2 (24 Dec 2010)
+
+  24 Dec 2010; Justin Lecher <jlec@gentoo.org>
+  files/5.5.0110-allow-dynamic-linking.patch, +refmac-5.5.0110-r2.ebuild:
+  Don't mix FLAGS
 
 *refmac-5.6.0096 (21 Dec 2010)
 



1.1                  sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.1&content-type=text/plain

Index: refmac-5.5.0110-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.1 2010/12/24 10:49:49 jlec Exp $

EAPI="2"

inherit base toolchain-funcs versionator

DESCRIPTION="Macromolecular crystallographic refinement program"
HOMEPAGE="http://www.ysbl.york.ac.uk/~garib/refmac/"
SRC_URI="${HOMEPAGE}data/refmac_stable/refmac_${PV}.tar.gz
	test? ( http://dev.gentooexperimental.org/~jlec/distfiles/test-framework.tar.gz )"

SLOT="0"
LICENSE="ccp4"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND="
	sci-chemistry/makecif
	sci-libs/ccp4-libs
	sci-libs/mmdb
	<sci-libs/monomer-db-1
	virtual/blas
	virtual/lapack"
DEPEND="${RDEPEND}"

S="${WORKDIR}"

PATCHES=(
	"${FILESDIR}"/${PV}-allow-dynamic-linking.patch
	)

src_prepare() {
	base_src_prepare
	use test && epatch "${FILESDIR}"/$(get_version_component_range 1-2 ${PV})-test.log.patch
}

src_compile() {
	emake \
		FC=$(tc-getFC) \
		CC=$(tc-getCC) \
		CXX=$(tc-getCXX) \
		COPTIM="${CFLAGS}" \
		FOPTIM="${FFLAGS:- -O2}" \
		VERSION="" \
		XFFLAGS="-fno-second-underscore" \
		LLIBCCP="-lccp4f -lccp4c -lccif -lmmdb -lstdc++" \
		LLIBLAPACK="-llapack -lblas" \
		${PN} libcheck || die
}

src_test() {
	einfo "Starting tests ..."
	export PATH="${WORKDIR}/test-framework/scripts:${S}:${PATH}"
	export CCP4_TEST="${WORKDIR}"/test-framework
	export CCP4_SCR="${T}"
	ln -sf refmac "${S}"/refmac5
	sed '/^ANISOU/d' -i ${CCP4_TEST}/data/pdb/1vr7.pdb
	ccp4-run-thorough-tests -v test_refmac5 || die
}

src_install() {
	exeinto /usr/libexec/ccp4/bin/
	doexe ${PN} libcheck || die
	dosym ../libexec/ccp4/bin/${PN} /usr/bin/${PN}
	dosym ../libexec/ccp4/bin/libcheck /usr/bin/libcheck
	dosym refmac /usr/bin/refmac5 || die
	dodoc refmac_keywords.pdf bugs_and_features.pdf || die
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/refmac: ChangeLog refmac-5.5.0110-r2.ebuild
@ 2010-12-25 17:58 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2010-12-25 17:58 UTC (permalink / raw
  To: gentoo-commits

jlec        10/12/25 17:58:50

  Modified:             ChangeLog refmac-5.5.0110-r2.ebuild
  Log:
  Removed installation of libcheck again, #349700
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 sci-chemistry/refmac/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	24 Dec 2010 10:49:49 -0000	1.29
+++ ChangeLog	25 Dec 2010 17:58:50 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/refmac
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.29 2010/12/24 10:49:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.30 2010/12/25 17:58:50 jlec Exp $
+
+  25 Dec 2010; Justin Lecher <jlec@gentoo.org> refmac-5.5.0110-r2.ebuild:
+  Removed installation of libcheck again, #349700
 
 *refmac-5.5.0110-r2 (24 Dec 2010)
 



1.2                  sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?r1=1.1&r2=1.2

Index: refmac-5.5.0110-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- refmac-5.5.0110-r2.ebuild	24 Dec 2010 10:49:49 -0000	1.1
+++ refmac-5.5.0110-r2.ebuild	25 Dec 2010 17:58:50 -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-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.1 2010/12/24 10:49:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.2 2010/12/25 17:58:50 jlec Exp $
 
 EAPI="2"
 
@@ -62,9 +62,8 @@
 
 src_install() {
 	exeinto /usr/libexec/ccp4/bin/
-	doexe ${PN} libcheck || die
+	doexe ${PN} || die
 	dosym ../libexec/ccp4/bin/${PN} /usr/bin/${PN}
-	dosym ../libexec/ccp4/bin/libcheck /usr/bin/libcheck
 	dosym refmac /usr/bin/refmac5 || die
 	dodoc refmac_keywords.pdf bugs_and_features.pdf || die
 }






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/refmac: ChangeLog refmac-5.5.0110-r2.ebuild
@ 2010-12-31 16:08 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2010-12-31 16:08 UTC (permalink / raw
  To: gentoo-commits

jlec        10/12/31 16:08:51

  Modified:             ChangeLog refmac-5.5.0110-r2.ebuild
  Log:
  Depend correct ccp4-libs version to make test work
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 sci-chemistry/refmac/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	25 Dec 2010 17:58:50 -0000	1.30
+++ ChangeLog	31 Dec 2010 16:08:51 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/refmac
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.30 2010/12/25 17:58:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.31 2010/12/31 16:08:51 jlec Exp $
+
+  31 Dec 2010; Justin Lecher <jlec@gentoo.org> refmac-5.5.0110-r2.ebuild:
+  Depend correct ccp4-libs version to make test work
 
   25 Dec 2010; Justin Lecher <jlec@gentoo.org> refmac-5.5.0110-r2.ebuild:
   Removed installation of libcheck again, #349700



1.3                  sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?r1=1.2&r2=1.3

Index: refmac-5.5.0110-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- refmac-5.5.0110-r2.ebuild	25 Dec 2010 17:58:50 -0000	1.2
+++ refmac-5.5.0110-r2.ebuild	31 Dec 2010 16:08:51 -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-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.2 2010/12/25 17:58:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.3 2010/12/31 16:08:51 jlec Exp $
 
 EAPI="2"
 
@@ -18,7 +18,7 @@
 
 RDEPEND="
 	sci-chemistry/makecif
-	sci-libs/ccp4-libs
+	>=sci-libs/ccp4-libs-6.1.3-r5
 	sci-libs/mmdb
 	<sci-libs/monomer-db-1
 	virtual/blas






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/refmac: ChangeLog refmac-5.5.0110-r2.ebuild
@ 2011-01-16 21:56 Thomas Kahle (tomka)
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Kahle (tomka) @ 2011-01-16 21:56 UTC (permalink / raw
  To: gentoo-commits

tomka       11/01/16 21:56:04

  Modified:             ChangeLog refmac-5.5.0110-r2.ebuild
  Log:
  x86 stable per bug 349587
  
  (Portage version: 2.1.9.31/cvs/Linux i686)

Revision  Changes    Path
1.39                 sci-chemistry/refmac/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	16 Jan 2011 18:01:12 -0000	1.38
+++ ChangeLog	16 Jan 2011 21:56:04 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/refmac
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.38 2011/01/16 18:01:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.39 2011/01/16 21:56:04 tomka Exp $
+
+  16 Jan 2011; Thomas Kahle <tomka@gentoo.org> refmac-5.5.0110-r2.ebuild:
+  x86 stable per bug 349587
 
   16 Jan 2011; Justin Lecher <jlec@gentoo.org> refmac-5.5.0110-r2.ebuild,
   refmac-5.6.0097.ebuild, refmac-5.6.0098.ebuild, refmac-5.6.0099.ebuild:



1.8                  sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?r1=1.7&r2=1.8

Index: refmac-5.5.0110-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- refmac-5.5.0110-r2.ebuild	16 Jan 2011 18:01:12 -0000	1.7
+++ refmac-5.5.0110-r2.ebuild	16 Jan 2011 21:56:04 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.7 2011/01/16 18:01:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.8 2011/01/16 21:56:04 tomka Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 SLOT="0"
 LICENSE="ccp4"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/refmac: ChangeLog refmac-5.5.0110-r2.ebuild
@ 2011-01-20 12:12 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-20 12:12 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/20 12:12:25

  Modified:             ChangeLog refmac-5.5.0110-r2.ebuild
  Log:
  Stable on amd64 wrt bug #349587
  
  (Portage version: 2.1.9.33/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 sci-chemistry/refmac/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	16 Jan 2011 21:56:04 -0000	1.39
+++ ChangeLog	20 Jan 2011 12:12:25 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/refmac
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.39 2011/01/16 21:56:04 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.40 2011/01/20 12:12:25 hwoarang Exp $
+
+  20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> refmac-5.5.0110-r2.ebuild:
+  Stable on amd64 wrt bug #349587
 
   16 Jan 2011; Thomas Kahle <tomka@gentoo.org> refmac-5.5.0110-r2.ebuild:
   x86 stable per bug 349587



1.9                  sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild?r1=1.8&r2=1.9

Index: refmac-5.5.0110-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- refmac-5.5.0110-r2.ebuild	16 Jan 2011 21:56:04 -0000	1.8
+++ refmac-5.5.0110-r2.ebuild	20 Jan 2011 12:12:25 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.8 2011/01/16 21:56:04 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.9 2011/01/20 12:12:25 hwoarang Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 SLOT="0"
 LICENSE="ccp4"
-KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/refmac: ChangeLog refmac-5.5.0110-r2.ebuild
@ 2013-02-03 18:24 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-03 18:24 UTC (permalink / raw
  To: gentoo-commits

jlec        13/02/03 18:24:15

  Modified:             ChangeLog
  Removed:              refmac-5.5.0110-r2.ebuild
  Log:
  sci-chemistry/refmac: Drop old, fixes build problem with stable gcc, #454290
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.55                 sci-chemistry/refmac/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/refmac/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	3 Feb 2013 17:56:16 -0000	1.54
+++ ChangeLog	3 Feb 2013 18:24:15 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/refmac
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.54 2013/02/03 17:56:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.55 2013/02/03 18:24:15 jlec Exp $
+
+  03 Feb 2013; Justin Lecher <jlec@gentoo.org> -refmac-5.5.0110-r2.ebuild:
+  Drop old, fixes build problem with stable gcc, #454290
 
   03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> refmac-5.5.0110-r3.ebuild:
   Stable for ppc, wrt bug #454310





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-03 18:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-24 10:49 [gentoo-commits] gentoo-x86 commit in sci-chemistry/refmac: ChangeLog refmac-5.5.0110-r2.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-25 17:58 Justin Lecher (jlec)
2010-12-31 16:08 Justin Lecher (jlec)
2011-01-16 21:56 Thomas Kahle (tomka)
2011-01-20 12:12 Markos Chandras (hwoarang)
2013-02-03 18:24 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