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

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

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-libs/modglue/ChangeLog           |    5 ++++-
 sci-libs/modglue/modglue-1.16.ebuild |   11 ++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/sci-libs/modglue/ChangeLog b/sci-libs/modglue/ChangeLog
index 9ac3b98..0bc929c 100644
--- a/sci-libs/modglue/ChangeLog
+++ b/sci-libs/modglue/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-libs/modglue
-# Copyright 1999-2010 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> modglue-1.16.ebuild:
+  Correct Slots for gtk 3 introduction to tree
+
   23 Aug 2010; François Bissey <f.r.bissey@massey.ac.nz>
   modglue-1.16.ebuild, files/modglue-1.16-lib64.patch:
   Properly fix the lib/lib64 troubles.

diff --git a/sci-libs/modglue/modglue-1.16.ebuild b/sci-libs/modglue/modglue-1.16.ebuild
index 5666b20..8a83cce 100644
--- a/sci-libs/modglue/modglue-1.16.ebuild
+++ b/sci-libs/modglue/modglue-1.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -9,16 +9,17 @@ inherit eutils autotools-utils
 DESCRIPTION="C++ library for handling of multiple co-processes"
 HOMEPAGE="http://cadabra.phi-sci.com"
 SRC_URI="http://cadabra.phi-sci.com/${P}.tar.gz"
+
 RESTRICT="mirror"
 
 LICENSE="GPL-2"
-
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="doc"
-DEPEND="dev-util/pkgconfig
-	>=dev-libs/libsigc++-2.0"
-RDEPEND=">=dev-libs/libsigc++-2.0"
+
+RDEPEND="dev-libs/libsigc++:2"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 AUTOTOOLS_IN_SOURCE_BUILD=1
 



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/modglue/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0e2b5a71ba58ed30b32139e340798d22ca5ba7cd
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:01:35 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:01:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0e2b5a71

Sort inherit and/or USE

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

---
 sci-libs/modglue/modglue-1.16.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sci-libs/modglue/modglue-1.16.ebuild b/sci-libs/modglue/modglue-1.16.ebuild
index 8a83cce..aea46ea 100644
--- a/sci-libs/modglue/modglue-1.16.ebuild
+++ b/sci-libs/modglue/modglue-1.16.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="3"
 
-inherit eutils autotools-utils
+inherit autotools-utils eutils
 
 DESCRIPTION="C++ library for handling of multiple co-processes"
 HOMEPAGE="http://cadabra.phi-sci.com"



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/modglue/
@ 2013-09-03 22:11 Francois Bissey
  0 siblings, 0 replies; 3+ messages in thread
From: Francois Bissey @ 2013-09-03 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     fb66c1023af791fdc385c9781eab3e62afff0777
Author:     François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
AuthorDate: Tue Sep  3 22:10:56 2013 +0000
Commit:     Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz>
CommitDate: Tue Sep  3 22:10:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb66c102

Fix PATCHES definition, it shouldn't include 'epatch'

---
 sci-libs/modglue/ChangeLog           | 5 ++++-
 sci-libs/modglue/modglue-1.16.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sci-libs/modglue/ChangeLog b/sci-libs/modglue/ChangeLog
index 732b784..eb811e9 100644
--- a/sci-libs/modglue/ChangeLog
+++ b/sci-libs/modglue/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Sep 2013; François Bissey <francois.bissey@canterbury.ac.nz>
+  modglue-1.16.ebuild:
+  Fix PATCHES definition, it shouldn't include 'epatch'
+
   03 Mar 2013; Justin Lecher <jlec@gentoo.org> modglue-1.16.ebuild,
   metadata.xml:
   Move to EPAI=5 and virtual/pkgconfig; clean usage of autotools-utils.eclass
@@ -39,4 +43,3 @@
 
   03 Apr 2009; Francois Bissey <f.r.bissey@massey.ac.nz> ChangeLog:
   Initial import for the science overlay
-

diff --git a/sci-libs/modglue/modglue-1.16.ebuild b/sci-libs/modglue/modglue-1.16.ebuild
index afabe76..ab4602c 100644
--- a/sci-libs/modglue/modglue-1.16.ebuild
+++ b/sci-libs/modglue/modglue-1.16.ebuild
@@ -25,12 +25,12 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
 
 PATCHES=(
 	# Respect LDFLAGS
-	epatch "${FILESDIR}"/${P}-ldflags.patch
+	"${FILESDIR}"/${P}-ldflags.patch
 	# fix parallel make. test are made at the same time as the library??
-	epatch "${FILESDIR}"/${P}-parallelmake.patch
+	"${FILESDIR}"/${P}-parallelmake.patch
 	# take care of the lib/lib64 problem. Without this modglue installs
 	# stuff in /usr/usr/lib64 on 64bits systems.
-	epatch "${FILESDIR}"/${P}-lib64.patch
+	"${FILESDIR}"/${P}-lib64.patch
 )
 
 src_install() {


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

end of thread, other threads:[~2013-09-03 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 22:11 [gentoo-commits] proj/sci:master commit in: sci-libs/modglue/ Francois Bissey
  -- strict thread matches above, loose matches on Subject: below --
2011-06-24 17:09 Justin Lecher
2011-03-07 12:01 Justin Lecher

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