public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libmems: ChangeLog libmems-1.6_p1.ebuild
@ 2012-11-08  9:09 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-11-08  9:09 UTC (permalink / raw
  To: gentoo-commits

jlec        12/11/08 09:09:17

  Modified:             ChangeLog
  Added:                libmems-1.6_p1.ebuild
  Log:
  sci-libs/libmems: Version bump, which fixes gcc-4.7, respect for user env and boost-1.51 compatibility, #442300
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.4                  sci-libs/libmems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmems/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmems/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmems/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libmems/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	31 Oct 2012 20:40:33 -0000	1.3
+++ ChangeLog	8 Nov 2012 09:09:17 -0000	1.4
@@ -1,6 +1,14 @@
 # ChangeLog for sci-libs/libmems
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmems/ChangeLog,v 1.3 2012/10/31 20:40:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmems/ChangeLog,v 1.4 2012/11/08 09:09:17 jlec Exp $
+
+*libmems-1.6_p1 (08 Nov 2012)
+
+  08 Nov 2012; Justin Lecher <jlec@gentoo.org> +libmems-1.6_p1.ebuild,
+  +files/libmems-1.6_p1-boost.patch, +files/libmems-1.6_p1-build.patch,
+  +files/libmems-1.6_p1-gcc-4.7.patch:
+  Version bump, which fixes gcc-4.7, respect for user env and boost-1.51
+  compatibility, #442300
 
   31 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> libmems-1.6.ebuild:
   QA: drop maximum boost version dep; if it fails to build, it has to be fixed.



1.1                  sci-libs/libmems/libmems-1.6_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmems/libmems-1.6_p1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmems/libmems-1.6_p1.ebuild?rev=1.1&content-type=text/plain

Index: libmems-1.6_p1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmems/libmems-1.6_p1.ebuild,v 1.1 2012/11/08 09:09:17 jlec Exp $

EAPI=4

AUTOTOOLS_AUTORECONF=yes

inherit autotools-utils

DESCRIPTION="Library for sci-biology/mauve"
HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
SRC_URI="mirror://dev.gentoo.org/~jlec/${P}.tar.xz"

SLOT="0"
LICENSE="GPL-2"
IUSE="doc"
KEYWORDS="~amd64 ~x86"

CDEPEND="
	dev-libs/boost
	sci-libs/libgenome
	sci-libs/libmuscle"
DEPEND="${CDEPEND}
	doc? ( app-doc/doxygen )"
RDEPEND="${CDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-build.patch
	"${FILESDIR}"/${P}-boost.patch
	"${FILESDIR}"/${P}-gcc-4.7.patch
	)





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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libmems: ChangeLog libmems-1.6_p1.ebuild
@ 2012-11-09  6:43 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-11-09  6:43 UTC (permalink / raw
  To: gentoo-commits

jlec        12/11/09 06:43:40

  Modified:             ChangeLog libmems-1.6_p1.ebuild
  Log:
  sci-libs/libmems: mirror -> http correct in SRC_URI
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.6                  sci-libs/libmems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmems/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmems/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libmems/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libmems/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	8 Nov 2012 09:11:51 -0000	1.5
+++ ChangeLog	9 Nov 2012 06:43:40 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/libmems
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmems/ChangeLog,v 1.5 2012/11/08 09:11:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmems/ChangeLog,v 1.6 2012/11/09 06:43:40 jlec Exp $
+
+  09 Nov 2012; Justin Lecher <jlec@gentoo.org> libmems-1.6_p1.ebuild:
+  mirror -> http correct in SRC_URI
 
   08 Nov 2012; Justin Lecher <jlec@gentoo.org> libmems-1.6.ebuild,
   libmems-9999.ebuild:



1.2                  sci-libs/libmems/libmems-1.6_p1.ebuild

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

Index: libmems-1.6_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libmems/libmems-1.6_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmems-1.6_p1.ebuild	8 Nov 2012 09:09:17 -0000	1.1
+++ libmems-1.6_p1.ebuild	9 Nov 2012 06:43:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmems/libmems-1.6_p1.ebuild,v 1.1 2012/11/08 09:09:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libmems/libmems-1.6_p1.ebuild,v 1.2 2012/11/09 06:43:40 jlec Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="Library for sci-biology/mauve"
 HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
-SRC_URI="mirror://dev.gentoo.org/~jlec/${P}.tar.xz"
+SRC_URI="http://dev.gentoo.org/~jlec/${P}.tar.xz"
 
 SLOT="0"
 LICENSE="GPL-2"





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

end of thread, other threads:[~2012-11-09  6:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-08  9:09 [gentoo-commits] gentoo-x86 commit in sci-libs/libmems: ChangeLog libmems-1.6_p1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-09  6:43 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