public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/burrow-owl/
@ 2011-03-07 12:01 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-03-07 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d5fe19c29f2d8b1ca763581b3c663640aa743c37
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 11:50:42 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 11:50:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d5fe19c2

Correct Slots for gtk 3 introduction to tree

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-chemistry/burrow-owl/ChangeLog                 |    5 ++++-
 .../burrow-owl/burrow-owl-9999_pre15.ebuild        |   10 ++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/burrow-owl/ChangeLog b/sci-chemistry/burrow-owl/ChangeLog
index 794d0f7..4293a90 100644
--- a/sci-chemistry/burrow-owl/ChangeLog
+++ b/sci-chemistry/burrow-owl/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/burrow-owl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> burrow-owl-9999_pre15.ebuild:
+  Correct Slots for gtk 3 introduction to tree
+
   08 Dec 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
   burrow-owl-1.4.ebuild:
   starparse dependency fixed to >=1.0

diff --git a/sci-chemistry/burrow-owl/burrow-owl-9999_pre15.ebuild b/sci-chemistry/burrow-owl/burrow-owl-9999_pre15.ebuild
index 2b1cabf..0345bfd 100644
--- a/sci-chemistry/burrow-owl/burrow-owl-9999_pre15.ebuild
+++ b/sci-chemistry/burrow-owl/burrow-owl-9999_pre15.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI="2"
+
 if [[ ${PV} = 9999* ]]; then
 	EBZR_REPO_URI="http://oregonstate.edu/~benisong/software/projects/burrow-owl/releases/1.5"
 	EBZR_BOOTSTRAP="eautoreconf"
@@ -26,10 +28,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
-RDEPEND="=x11-libs/gtk+-2*
+RDEPEND="
 	dev-scheme/guile-gnome-platform
 	>=dev-scheme/guile-cairo-1.4
-	sci-libs/starparse"
+	>=sci-libs/starparse-1.0
+	x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
 	dev-util/indent
 	dev-util/pkgconfig"
@@ -46,7 +49,6 @@ src_unpack() {
 }
 
 src_compile() {
-	econf || die
 	emake -j1 || die
 }
 



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/burrow-owl/
@ 2012-02-20 14:30 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2012-02-20 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     cfb1e02560ec7da1ac3daba597effc91555f049b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 13:15:16 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 13:15:16 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cfb1e025

Drop Keywords from live version

---
 sci-chemistry/burrow-owl/ChangeLog              |    9 +++++++++
 sci-chemistry/burrow-owl/burrow-owl-9999.ebuild |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/sci-chemistry/burrow-owl/ChangeLog b/sci-chemistry/burrow-owl/ChangeLog
index dc721a3..8377c8b 100644
--- a/sci-chemistry/burrow-owl/ChangeLog
+++ b/sci-chemistry/burrow-owl/ChangeLog
@@ -2,6 +2,15 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Feb 2012; Justin Lecher <jlec@gentoo.org> burrow-owl-9999.ebuild:
+  Drop Keywords
+
+  19 Feb 2012; Justin Lecher <jlec@gentoo.org> burrow-owl-9999.ebuild:
+  Drop Keywords
+
+  19 Feb 2012; Justin Lecher <jlec@gentoo.org> burrow-owl-9999.ebuild:
+  Drop Keywords
+
   14 Feb 2012; Justin Lecher <jlec@gentoo.org> -files/1.4-include.patch,
   -burrow-owl-1.4.ebuild, -burrow-owl-9999_pre15.ebuild,
   burrow-owl-9999.ebuild, +files/burrow-owl-9999-impl-dec.patch,

diff --git a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild b/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
index de9b5b9..42615b4 100644
--- a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
+++ b/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
@@ -15,7 +15,7 @@ EGIT_REPO_URI="git://burrow-owl.git.sourceforge.net/gitroot/burrow-owl/burrow-ow
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="doc examples static-libs"
 
 RDEPEND="



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/burrow-owl/
@ 2013-12-28 19:54 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-12-28 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c4f5c8ae1aebe8b2272e2b7d5a1c30952d60f622
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 19:54:01 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 19:54:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c4f5c8ae

sci-chemistry/burrow-owl: Bump to git-r3.eclass and virtualx.eclass

Package-Manager: portage-2.2.7

---
 sci-chemistry/burrow-owl/ChangeLog              | 4 ++++
 sci-chemistry/burrow-owl/burrow-owl-9999.ebuild | 9 +++++----
 sci-chemistry/burrow-owl/metadata.xml           | 2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/burrow-owl/ChangeLog b/sci-chemistry/burrow-owl/ChangeLog
index ad72a37..c6289f3 100644
--- a/sci-chemistry/burrow-owl/ChangeLog
+++ b/sci-chemistry/burrow-owl/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Dec 2013; Justin Lecher <jlec@gentoo.org> burrow-owl-9999.ebuild,
+  metadata.xml:
+  Bump to git-r3.eclass and virtualx.eclass
+
   03 Mar 2013; Justin Lecher <jlec@gentoo.org> burrow-owl-9999.ebuild,
   metadata.xml:
   Bump to EPAI=5 and move to virtual/pkgconfig

diff --git a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild b/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
index 0b8c025..ed54ee5 100644
--- a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
+++ b/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF="true"
 
-inherit autotools-utils git-2
+inherit autotools-utils git-r3 virtualx
 
 DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) spectra"
 HOMEPAGE="http://burrow-owl.sourceforge.net/"
@@ -38,7 +38,7 @@ PATCHES=(
 	)
 
 src_unpack() {
-	git-2_src_unpack
+	git-r3_src_unpack
 	use examples && unpack ${A}
 }
 
@@ -50,11 +50,12 @@ src_configure() {
 }
 
 src_test () {
-	autotools-utils_src_compile -C test-suite check
+	VIRTUALX_COMMAND="autotools-utils_src_compile -C test-suite check"
+	virtualmake
 }
 
 src_install() {
-	use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/api/html/")
+	use doc && HTML_DOCS=( "${AUTOTOOLS_BUILD_DIR}/doc/api/html/." )
 	autotools-utils_src_install
 
 	use examples && \

diff --git a/sci-chemistry/burrow-owl/metadata.xml b/sci-chemistry/burrow-owl/metadata.xml
index 9ac9ffd..51fdeda 100644
--- a/sci-chemistry/burrow-owl/metadata.xml
+++ b/sci-chemistry/burrow-owl/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-chemistry</herd>
+  <herd>sci-chemistry</herd>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/burrow-owl/
@ 2015-09-21 17:44 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-21 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d8e31bdf94868aac466c31217302d48accc1ca36
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 17:12:07 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 17:12:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d8e31bdf

sci-chemistry/burrow-owl: Add subslot operators

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/burrow-owl/burrow-owl-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild b/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
index 8884b6c..0257858 100644
--- a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
+++ b/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ IUSE="doc examples static-libs"
 RDEPEND="
 	dev-libs/g-wrap
 	dev-libs/glib:2
-	dev-scheme/guile[networking,regex]
+	dev-scheme/guile:12=[networking,regex]
 	dev-scheme/guile-cairo
 	dev-scheme/guile-gnome-platform
 	sci-libs/starparse


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

end of thread, other threads:[~2015-09-21 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 12:01 [gentoo-commits] proj/sci:master commit in: sci-chemistry/burrow-owl/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2012-02-20 14:30 Justin Lecher
2013-12-28 19:54 Justin Lecher
2015-09-21 17:44 Justin Lecher

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