public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/starparse: starparse-1.0-r1.ebuild ChangeLog
@ 2010-06-27 12:33 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 3+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-06-27 12:33 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/06/27 12:33:36

  Modified:             ChangeLog
  Added:                starparse-1.0-r1.ebuild
  Log:
  Fix building with guile-1.8 and tests wrt bug 325731. Thanks to Diego for reporting.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-libs/starparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	24 Jun 2010 11:02:54 -0000	1.3
+++ ChangeLog	27 Jun 2010 12:33:35 -0000	1.4
@@ -1,6 +1,13 @@
 # ChangeLog for sci-libs/starparse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.3 2010/06/24 11:02:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.4 2010/06/27 12:33:35 xarthisius Exp $
+
+*starparse-1.0-r1 (27 Jun 2010)
+
+  27 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
+  +starparse-1.0-r1.ebuild, +files/starparse-1.0-guile1.8.patch:
+  Fix building with guile-1.8 and tests wrt bug 325731. Thanks to Diego for
+  reporting.
 
 *starparse-1.0 (24 Jun 2010)
 



1.1                  sci-libs/starparse/starparse-1.0-r1.ebuild

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

Index: starparse-1.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-1.0-r1.ebuild,v 1.1 2010/06/27 12:33:35 xarthisius Exp $

EAPI="2"

inherit autotools eutils

DESCRIPTION="Library for parsing NMR star files (peak-list format) and CIF files"
HOMEPAGE="http://burrow-owl.sourceforge.net/"
#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
# Created from rev 19 @ http://oregonstate.edu/~benisong/software/projects/starparse/releases/1.0
SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar.bz2"

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

RDEPEND="guile? ( dev-scheme/guile )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}"/${P}-guile1.8.patch
	eautoreconf
}

src_configure() {
	econf $(use_enable guile)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}

src_test() {
	if use guile; then
		emake check || die
	else
		ewarn "Skipping tests because USE guile is disabled"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/starparse: starparse-1.0-r1.ebuild ChangeLog
@ 2012-05-04  8:22 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  8:22 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 08:22:52

  Modified:             starparse-1.0-r1.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.2                  sci-libs/starparse/starparse-1.0-r1.ebuild

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

Index: starparse-1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- starparse-1.0-r1.ebuild	27 Jun 2010 12:33:35 -0000	1.1
+++ starparse-1.0-r1.ebuild	4 May 2012 08:22:52 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-1.0-r1.ebuild,v 1.1 2010/06/27 12:33:35 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-1.0-r1.ebuild,v 1.2 2012/05/04 08:22:52 jdhore Exp $
 
 EAPI="2"
 
@@ -19,7 +19,7 @@
 
 RDEPEND="guile? ( dev-scheme/guile )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-guile1.8.patch



1.6                  sci-libs/starparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Jun 2010 12:35:24 -0000	1.5
+++ ChangeLog	4 May 2012 08:22:52 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/starparse
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.5 2010/06/27 12:35:24 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.6 2012/05/04 08:22:52 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> starparse-1.0-r1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   27 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> -starparse-1.0.ebuild:
   Remove old.






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/starparse: starparse-1.0-r1.ebuild ChangeLog
@ 2012-07-26  8:37 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2012-07-26  8:37 UTC (permalink / raw
  To: gentoo-commits

jlec        12/07/26 08:37:32

  Modified:             starparse-1.0-r1.ebuild ChangeLog
  Log:
  sci-libs/starparse: Bump EAPI to4, use autotools-utils.eclass, handle static-libs
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-libs/starparse/starparse-1.0-r1.ebuild

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

Index: starparse-1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-1.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- starparse-1.0-r1.ebuild	4 May 2012 08:22:52 -0000	1.2
+++ starparse-1.0-r1.ebuild	26 Jul 2012 08:37:31 -0000	1.3
@@ -1,10 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-1.0-r1.ebuild,v 1.2 2012/05/04 08:22:52 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/starparse-1.0-r1.ebuild,v 1.3 2012/07/26 08:37:31 jlec Exp $
 
-EAPI="2"
+EAPI=4
 
-inherit autotools eutils
+AUTOTOOLS_AUTORECONF=yes
+
+inherit autotools-utils
 
 DESCRIPTION="Library for parsing NMR star files (peak-list format) and CIF files"
 HOMEPAGE="http://burrow-owl.sourceforge.net/"
@@ -15,28 +17,22 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="guile"
+IUSE="guile static-libs"
 
 RDEPEND="guile? ( dev-scheme/guile )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-guile1.8.patch
-	eautoreconf
-}
+PATCHES=( "${FILESDIR}"/${P}-guile1.8.patch )
 
 src_configure() {
-	econf $(use_enable guile)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	local myeconfargs=( $(use_enable guile) )
+	autotools-utils_src_configure
 }
 
 src_test() {
 	if use guile; then
-		emake check || die
+		autotools-utils_src_test
 	else
 		ewarn "Skipping tests because USE guile is disabled"
 	fi



1.7                  sci-libs/starparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	4 May 2012 08:22:52 -0000	1.6
+++ ChangeLog	26 Jul 2012 08:37:31 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/starparse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.6 2012/05/04 08:22:52 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.7 2012/07/26 08:37:31 jlec Exp $
+
+  26 Jul 2012; Justin Lecher <jlec@gentoo.org> starparse-1.0-r1.ebuild:
+  Bump EAPI to4, use autotools-utils.eclass, handle static-libs
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> starparse-1.0-r1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig





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

end of thread, other threads:[~2012-07-26  8:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  8:22 [gentoo-commits] gentoo-x86 commit in sci-libs/starparse: starparse-1.0-r1.ebuild ChangeLog Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-26  8:37 Justin Lecher (jlec)
2010-06-27 12:33 Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox