* [gentoo-commits] gentoo-x86 commit in sci-visualization/quickplot: quickplot-0.8.15.ebuild ChangeLog quickplot-0.8.13-r1.ebuild
@ 2011-03-02 19:35 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-03-02 19:35 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/02 19:35:12
Modified: quickplot-0.8.15.ebuild ChangeLog
quickplot-0.8.13-r1.ebuild
Log:
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-visualization/quickplot/quickplot-0.8.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild?r1=1.1&r2=1.2
Index: quickplot-0.8.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quickplot-0.8.15.ebuild 23 Jun 2010 16:42:48 -0000 1.1
+++ quickplot-0.8.15.ebuild 2 Mar 2011 19:35:12 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild,v 1.1 2010/06/23 16:42:48 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.15.ebuild,v 1.2 2011/03/02 19:35:12 jlec Exp $
EAPI=2
inherit eutils autotools
@@ -14,9 +14,9 @@
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
-RDEPEND=">=dev-cpp/gtkmm-2.4.5
+RDEPEND="
+ dev-cpp/gtkmm:2.4
sndfile? ( media-libs/libsndfile )"
-
DEPEND="${RDEPEND}
dev-util/pkgconfig"
1.12 sci-visualization/quickplot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 23 Jun 2010 16:42:48 -0000 1.11
+++ ChangeLog 2 Mar 2011 19:35:12 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/quickplot
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.11 2010/06/23 16:42:48 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.12 2011/03/02 19:35:12 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> quickplot-0.8.13-r1.ebuild,
+ quickplot-0.8.15.ebuild:
+ Correct Slots for gtk 3 introduction to tree
*quickplot-0.8.15 (23 Jun 2010)
1.5 sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild?r1=1.4&r2=1.5
Index: quickplot-0.8.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- quickplot-0.8.13-r1.ebuild 30 Aug 2008 14:21:02 -0000 1.4
+++ quickplot-0.8.13-r1.ebuild 2 Mar 2011 19:35:12 -0000 1.5
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.4 2008/08/30 14:21:02 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.5 2011/03/02 19:35:12 jlec Exp $
+
+EAPI="1"
inherit eutils
@@ -13,9 +15,9 @@
LICENSE="GPL-2"
KEYWORDS="amd64 ppc x86"
-RDEPEND=">=dev-cpp/gtkmm-2.4.5
+RDEPEND="
+ dev-cpp/gtkmm:2.4
sndfile? ( media-libs/libsndfile )"
-
DEPEND="${RDEPEND}
dev-util/pkgconfig"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-02 19:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 19:35 [gentoo-commits] gentoo-x86 commit in sci-visualization/quickplot: quickplot-0.8.15.ebuild ChangeLog quickplot-0.8.13-r1.ebuild 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