public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/mustang: mustang-3.2.1.ebuild ChangeLog
@ 2010-07-06 12:07 Justin Lecher (jlec)
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2010-07-06 12:07 UTC (permalink / raw
  To: gentoo-commits

jlec        10/07/06 12:07:57

  Modified:             ChangeLog
  Added:                mustang-3.2.1.ebuild
  Log:
  Version Bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-chemistry/mustang/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	19 Dec 2008 20:22:42 -0000	1.5
+++ ChangeLog	6 Jul 2010 12:07:57 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/mustang
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.5 2008/12/19 20:22:42 loki_val Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.6 2010/07/06 12:07:57 jlec Exp $
+
+*mustang-3.2.1 (06 Jul 2010)
+
+  06 Jul 2010; Justin Lecher <jlec@gentoo.org> +mustang-3.2.1.ebuild:
+  Version Bump
 
   19 Dec 2008; Peter Alfredsen <loki_val@gentoo.org>
   +files/mustang-3-gcc43.patch, mustang-3.ebuild:



1.1                  sci-chemistry/mustang/mustang-3.2.1.ebuild

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

Index: mustang-3.2.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.1 2010/07/06 12:07:57 jlec Exp $

EAPI="3"

inherit base toolchain-funcs

MY_PN="MUSTANG"
SRC_P="${PN}_v${PV}"
MY_P="${MY_PN}_v${PV}"

DESCRIPTION="MUltiple STructural AligNment AlGorithm."
HOMEPAGE="http://www.cs.mu.oz.au/~arun/mustang/"
SRC_URI="http://www.csse.unimelb.edu.au/~arun/${PN}/${SRC_P}.tgz -> ${P}.tar"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}/${MY_P}"

src_compile() {
	emake \
		CPP=$(tc-getCXX) \
		CPPFLAGS="${CXXFLAGS}" \
		LDFLAGS="${LDFLAGS}" \
		|| die "emake failed"
}

src_test() {
	./bin/${P} -f ./data/test/test_zf-CCHH || die
}

src_install() {
	newbin bin/${P} mustang || die
}

pkg_postinst() {
	elog "If you use this program for an academic paper, please cite:"
	elog "Arun S. Konagurthu, James C. Whisstock, Peter J. Stuckey, and Arthur M. Lesk"
	elog "Proteins: Structure, Function, and Bioinformatics. 64(3):559-574, Aug. 2006"
}






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/mustang: mustang-3.2.1.ebuild ChangeLog
@ 2010-07-06 13:31 Justin Lecher (jlec)
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2010-07-06 13:31 UTC (permalink / raw
  To: gentoo-commits

jlec        10/07/06 13:31:28

  Modified:             mustang-3.2.1.ebuild ChangeLog
  Log:
  Keyworded for *-linux prefix
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-chemistry/mustang/mustang-3.2.1.ebuild

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

Index: mustang-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mustang-3.2.1.ebuild	6 Jul 2010 12:11:58 -0000	1.2
+++ mustang-3.2.1.ebuild	6 Jul 2010 13:31:28 -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/mustang/mustang-3.2.1.ebuild,v 1.2 2010/07/06 12:11:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.3 2010/07/06 13:31:28 jlec Exp $
 
 EAPI="3"
 
@@ -16,7 +16,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"



1.7                  sci-chemistry/mustang/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Jul 2010 12:07:57 -0000	1.6
+++ ChangeLog	6 Jul 2010 13:31:28 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/mustang
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.6 2010/07/06 12:07:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.7 2010/07/06 13:31:28 jlec Exp $
+
+  06 Jul 2010; Justin Lecher <jlec@gentoo.org> mustang-3.2.1.ebuild:
+  Keyworded for *-linux prefix
 
 *mustang-3.2.1 (06 Jul 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/mustang: mustang-3.2.1.ebuild ChangeLog
@ 2010-07-07  8:58 Justin Lecher (jlec)
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2010-07-07  8:58 UTC (permalink / raw
  To: gentoo-commits

jlec        10/07/07 08:58:06

  Modified:             mustang-3.2.1.ebuild ChangeLog
  Log:
  Hosting the sources at gentoo mirrors, #327251
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-chemistry/mustang/mustang-3.2.1.ebuild

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

Index: mustang-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mustang-3.2.1.ebuild	6 Jul 2010 13:31:28 -0000	1.3
+++ mustang-3.2.1.ebuild	7 Jul 2010 08:58:06 -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-chemistry/mustang/mustang-3.2.1.ebuild,v 1.3 2010/07/06 13:31:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.4 2010/07/07 08:58:06 jlec Exp $
 
 EAPI="3"
 
@@ -12,7 +12,8 @@
 
 DESCRIPTION="MUltiple STructural AligNment AlGorithm."
 HOMEPAGE="http://www.cs.mu.oz.au/~arun/mustang/"
-SRC_URI="http://www.csse.unimelb.edu.au/~arun/${PN}/${SRC_P}.tgz -> ${P}.tar"
+#SRC_URI="http://www.csse.unimelb.edu.au/~arun/${PN}/${SRC_P}.tgz -> ${P}.tar"
+SRC_URI="mirror://gentoo/${P}.tar"
 
 LICENSE="BSD"
 SLOT="0"



1.8                  sci-chemistry/mustang/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	6 Jul 2010 13:31:28 -0000	1.7
+++ ChangeLog	7 Jul 2010 08:58:06 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/mustang
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.7 2010/07/06 13:31:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.8 2010/07/07 08:58:06 jlec Exp $
+
+  07 Jul 2010; Justin Lecher <jlec@gentoo.org> mustang-3.2.1.ebuild:
+  Hosting the sources at gentoo mirrors, #327251
+
 
   06 Jul 2010; Justin Lecher <jlec@gentoo.org> mustang-3.2.1.ebuild:
   Keyworded for *-linux prefix






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/mustang: mustang-3.2.1.ebuild ChangeLog
@ 2010-07-07  9:04 Justin Lecher (jlec)
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2010-07-07  9:04 UTC (permalink / raw
  To: gentoo-commits

jlec        10/07/07 09:04:29

  Modified:             mustang-3.2.1.ebuild ChangeLog
  Log:
  Better fix for the SRC_URI, thanks Xarthisius
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-chemistry/mustang/mustang-3.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild?r1=1.4&r2=1.5

Index: mustang-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mustang-3.2.1.ebuild	7 Jul 2010 08:58:06 -0000	1.4
+++ mustang-3.2.1.ebuild	7 Jul 2010 09:04:29 -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-chemistry/mustang/mustang-3.2.1.ebuild,v 1.4 2010/07/07 08:58:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.5 2010/07/07 09:04:29 jlec Exp $
 
 EAPI="3"
 
@@ -12,8 +12,7 @@
 
 DESCRIPTION="MUltiple STructural AligNment AlGorithm."
 HOMEPAGE="http://www.cs.mu.oz.au/~arun/mustang/"
-#SRC_URI="http://www.csse.unimelb.edu.au/~arun/${PN}/${SRC_P}.tgz -> ${P}.tar"
-SRC_URI="mirror://gentoo/${P}.tar"
+SRC_URI="http://ww2.csse.unimelb.edu.au/~arun/mustang/mustang_v3.2.1.tgz"
 
 LICENSE="BSD"
 SLOT="0"



1.9                  sci-chemistry/mustang/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	7 Jul 2010 08:58:06 -0000	1.8
+++ ChangeLog	7 Jul 2010 09:04:29 -0000	1.9
@@ -1,10 +1,9 @@
 # ChangeLog for sci-chemistry/mustang
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.8 2010/07/07 08:58:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.9 2010/07/07 09:04:29 jlec Exp $
 
   07 Jul 2010; Justin Lecher <jlec@gentoo.org> mustang-3.2.1.ebuild:
-  Hosting the sources at gentoo mirrors, #327251
-
+  Fixing SRC_URI, #327251
 
   06 Jul 2010; Justin Lecher <jlec@gentoo.org> mustang-3.2.1.ebuild:
   Keyworded for *-linux prefix






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/mustang: mustang-3.2.1.ebuild ChangeLog
@ 2012-01-11 15:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-11 15:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/11 15:23:00

  Modified:             mustang-3.2.1.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #398541
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-chemistry/mustang/mustang-3.2.1.ebuild

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

Index: mustang-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mustang-3.2.1.ebuild	11 Jan 2012 15:13:19 -0000	1.6
+++ mustang-3.2.1.ebuild	11 Jan 2012 15:23:00 -0000	1.7
@@ -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-chemistry/mustang/mustang-3.2.1.ebuild,v 1.6 2012/01/11 15:13:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.7 2012/01/11 15:23:00 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"



1.11                 sci-chemistry/mustang/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	11 Jan 2012 15:13:19 -0000	1.10
+++ ChangeLog	11 Jan 2012 15:23:00 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/mustang
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.10 2012/01/11 15:13:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.11 2012/01/11 15:23:00 ago Exp $
+
+  11 Jan 2012; Agostino Sarubbo <ago@gentoo.org> mustang-3.2.1.ebuild:
+  Stable for AMD64, wrt bug #398541
 
   11 Jan 2012; Justin Lecher <jlec@gentoo.org> -mustang-3.ebuild,
   mustang-3.2.1.ebuild, metadata.xml:






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/mustang: mustang-3.2.1.ebuild ChangeLog
@ 2012-01-21 16:20 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-21 16:20 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/21 16:20:22

  Modified:             mustang-3.2.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #398541
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.8                  sci-chemistry/mustang/mustang-3.2.1.ebuild

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

Index: mustang-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mustang-3.2.1.ebuild	11 Jan 2012 15:23:00 -0000	1.7
+++ mustang-3.2.1.ebuild	21 Jan 2012 16:20:22 -0000	1.8
@@ -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-chemistry/mustang/mustang-3.2.1.ebuild,v 1.7 2012/01/11 15:23:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.8 2012/01/21 16:20:22 phajdan.jr Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"



1.12                 sci-chemistry/mustang/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	11 Jan 2012 15:23:00 -0000	1.11
+++ ChangeLog	21 Jan 2012 16:20:22 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/mustang
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.11 2012/01/11 15:23:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.12 2012/01/21 16:20:22 phajdan.jr Exp $
+
+  21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mustang-3.2.1.ebuild:
+  x86 stable wrt bug #398541
 
   11 Jan 2012; Agostino Sarubbo <ago@gentoo.org> mustang-3.2.1.ebuild:
   Stable for AMD64, wrt bug #398541






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/mustang: mustang-3.2.1.ebuild ChangeLog
@ 2012-04-29 10:36 Justin Lecher (jlec)
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2012-04-29 10:36 UTC (permalink / raw
  To: gentoo-commits

jlec        12/04/29 10:36:13

  Modified:             mustang-3.2.1.ebuild ChangeLog
  Log:
  sci-chemistry/mustang: Fix for gcc-4.7, #413945
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sci-chemistry/mustang/mustang-3.2.1.ebuild

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

Index: mustang-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mustang-3.2.1.ebuild	21 Jan 2012 16:20:22 -0000	1.8
+++ mustang-3.2.1.ebuild	29 Apr 2012 10:36:13 -0000	1.9
@@ -1,16 +1,16 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.8 2012/01/21 16:20:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/mustang-3.2.1.ebuild,v 1.9 2012/04/29 10:36:13 jlec Exp $
 
 EAPI=4
 
-inherit base toolchain-funcs
+inherit eutils toolchain-funcs
 
 MY_PN="MUSTANG"
 SRC_P="${PN}_v${PV}"
 MY_P="${MY_PN}_v${PV}"
 
-DESCRIPTION="MUltiple STructural AligNment AlGorithm."
+DESCRIPTION="MUltiple STructural AligNment AlGorithm"
 HOMEPAGE="http://www.csse.monash.edu.au/~karun/Site/mustang.html"
 SRC_URI="http://www.csse.unimelb.edu.au/~arun/${PN}/${SRC_P}.tgz"
 
@@ -21,6 +21,10 @@
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-gcc-4.7.patch
+}
+
 src_compile() {
 	emake \
 		CPP=$(tc-getCXX) \



1.13                 sci-chemistry/mustang/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	21 Jan 2012 16:20:22 -0000	1.12
+++ ChangeLog	29 Apr 2012 10:36:13 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/mustang
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.12 2012/01/21 16:20:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mustang/ChangeLog,v 1.13 2012/04/29 10:36:13 jlec Exp $
+
+  29 Apr 2012; Justin Lecher <jlec@gentoo.org> mustang-3.2.1.ebuild,
+  +files/mustang-3.2.1-gcc-4.7.patch:
+  Fix for gcc-4.7, #413945
 
   21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mustang-3.2.1.ebuild:
   x86 stable wrt bug #398541






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

end of thread, other threads:[~2012-04-29 10:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 13:31 [gentoo-commits] gentoo-x86 commit in sci-chemistry/mustang: mustang-3.2.1.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-29 10:36 Justin Lecher (jlec)
2012-01-21 16:20 PaweA Hajdan (phajdan.jr)
2012-01-11 15:23 Agostino Sarubbo (ago)
2010-07-07  9:04 Justin Lecher (jlec)
2010-07-07  8:58 Justin Lecher (jlec)
2010-07-06 12:07 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