public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/gpp4: metadata.xml ChangeLog gpp4-1.3.1.ebuild
@ 2011-03-03 20:10 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-03 20:10 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/03 20:10:55

  Added:                metadata.xml ChangeLog gpp4-1.3.1.ebuild
  Log:
  New addition, written by me
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-libs/gpp4/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gpp4/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gpp4/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>sci-chemistry</herd>
	<maintainer>
		<email>jlec@gentoo.org</email>
	</maintainer>
</pkgmetadata>




1.1                  sci-libs/gpp4/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for sci-libs/gpp4
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.1 2011/03/03 20:10:55 jlec Exp $

*gpp4-1.3.1 (03 Mar 2011)

  03 Mar 2011; Justin Lecher <jlec@gentoo.org> +gpp4-1.3.1.ebuild,
  +metadata.xml:
  New addition, written by me




1.1                  sci-libs/gpp4/gpp4-1.3.1.ebuild

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

Index: gpp4-1.3.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.1 2011/03/03 20:10:55 jlec Exp $

EAPI="4"

DESCRIPTION="A standalone, drop-in replacement for the CCP4 library"
HOMEPAGE="https://launchpad.net/gpp4"
SRC_URI="http://launchpad.net/${PN}/1.3/${PV}/+download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="fortran static-libs"

RDEPEND="sci-libs/mmdb"
DEPEND="${RDEPEND}"

src_configure() {
	econf \
		$(use_with fortran fortran-api) \
		$(use_enable static-libs static)
}






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/gpp4: metadata.xml ChangeLog gpp4-1.3.1.ebuild
@ 2012-10-18 21:44 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-10-18 21:44 UTC (permalink / raw
  To: gentoo-commits

jlec        12/10/18 21:44:47

  Modified:             metadata.xml ChangeLog gpp4-1.3.1.ebuild
  Log:
  sci-libs/gpp4: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.2                  sci-libs/gpp4/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gpp4/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	3 Mar 2011 20:10:55 -0000	1.1
+++ metadata.xml	18 Oct 2012 21:44:47 -0000	1.2
@@ -6,4 +6,3 @@
 		<email>jlec@gentoo.org</email>
 	</maintainer>
 </pkgmetadata>
-



1.5                  sci-libs/gpp4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 Oct 2012 19:01:56 -0000	1.4
+++ ChangeLog	18 Oct 2012 21:44:47 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/gpp4
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.4 2012/10/14 19:01:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.5 2012/10/18 21:44:47 jlec Exp $
+
+  18 Oct 2012; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild, metadata.xml:
+  Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+  updated fortran-2.eclass
 
   14 Oct 2012; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild:
   Prepare for fortran2.eclass update



1.5                  sci-libs/gpp4/gpp4-1.3.1.ebuild

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

Index: gpp4-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gpp4-1.3.1.ebuild	14 Oct 2012 19:01:56 -0000	1.4
+++ gpp4-1.3.1.ebuild	18 Oct 2012 21:44:47 -0000	1.5
@@ -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/gpp4/gpp4-1.3.1.ebuild,v 1.4 2012/10/14 19:01:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.5 2012/10/18 21:44:47 jlec Exp $
 
 EAPI=4
 
@@ -17,9 +17,7 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="fortran static-libs"
 
-RDEPEND="
-	fortran? ( virtual/fortran )
-	sci-libs/mmdb"
+RDEPEND="sci-libs/mmdb"
 DEPEND="${RDEPEND}"
 
 src_configure() {





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

end of thread, other threads:[~2012-10-18 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03 20:10 [gentoo-commits] gentoo-x86 commit in sci-libs/gpp4: metadata.xml ChangeLog gpp4-1.3.1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-18 21:44 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