public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-calculators/galculator: ChangeLog galculator-1.3.1.ebuild
@ 2007-10-26 19:41 Remi Cardona (remi)
  0 siblings, 0 replies; 5+ messages in thread
From: Remi Cardona (remi) @ 2007-10-26 19:41 UTC (permalink / raw
  To: gentoo-commits

remi        07/10/26 19:41:39

  Modified:             ChangeLog
  Added:                galculator-1.3.1.ebuild
  Log:
  sci-calculators/galculator: bump to 1.3.1 (fixes bugs #191889 and #195306)
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.18                 sci-calculators/galculator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	14 May 2007 19:32:21 -0000	1.17
+++ ChangeLog	26 Oct 2007 19:41:38 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for sci-calculators/galculator
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.17 2007/05/14 19:32:21 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.18 2007/10/26 19:41:38 remi Exp $
+
+*galculator-1.3.1 (26 Oct 2007)
+
+  26 Oct 2007; Rémi Cardona <remi@gentoo.org> +galculator-1.3.1.ebuild:
+  bump to 1.3.1 (fixes bugs #191889 and #195306)
 
 *galculator-1.2.5.2-r1 (14 May 2007)
 



1.1                  sci-calculators/galculator/galculator-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.1&content-type=text/plain

Index: galculator-1.3.1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.1 2007/10/26 19:41:38 remi Exp $

DESCRIPTION="GTK+ based algebraic and RPN calculator."
HOMEPAGE="http://galculator.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="gnome"

RDEPEND=">=x11-libs/gtk+-2.6
	>=gnome-base/libglade-2
	gnome? ( gnome-base/gnome-desktop )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	use gnome || sed -i -e 's:gnome-calc2.png:calc:' "${S}"/galculator.desktop.in
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-calculators/galculator: ChangeLog galculator-1.3.1.ebuild
@ 2007-11-12 18:39 Mart Raudsepp (leio)
  0 siblings, 0 replies; 5+ messages in thread
From: Mart Raudsepp (leio) @ 2007-11-12 18:39 UTC (permalink / raw
  To: gentoo-commits

leio        07/11/12 18:39:33

  Modified:             ChangeLog galculator-1.3.1.ebuild
  Log:
  Fix tests. Stable on amd64, tested and authorized by drac
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.19                 sci-calculators/galculator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	26 Oct 2007 19:41:38 -0000	1.18
+++ ChangeLog	12 Nov 2007 18:39:33 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for sci-calculators/galculator
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.18 2007/10/26 19:41:38 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.19 2007/11/12 18:39:33 leio Exp $
+
+  12 Nov 2007; Mart Raudsepp <leio@gentoo.org> galculator-1.3.1.ebuild:
+  Fix tests. Stable on amd64, tested and authorized by drac
 
 *galculator-1.3.1 (26 Oct 2007)
 



1.2                  sci-calculators/galculator/galculator-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?r1=1.1&r2=1.2

Index: galculator-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- galculator-1.3.1.ebuild	26 Oct 2007 19:41:38 -0000	1.1
+++ galculator-1.3.1.ebuild	12 Nov 2007 18:39:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.1 2007/10/26 19:41:38 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.2 2007/11/12 18:39:33 leio Exp $
 
 DESCRIPTION="GTK+ based algebraic and RPN calculator."
 HOMEPAGE="http://galculator.sourceforge.net/"
@@ -8,7 +8,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE="gnome"
 
 RDEPEND=">=x11-libs/gtk+-2.6
@@ -20,6 +20,18 @@
 src_unpack() {
 	unpack ${A}
 	use gnome || sed -i -e 's:gnome-calc2.png:calc:' "${S}"/galculator.desktop.in
+	# Fix tests
+	echo "about.glade" >> "${S}/po/POTFILES.skip"
+	echo "basic_buttons.glade" >> "${S}/po/POTFILES.skip"
+	echo "classic_view.glade" >> "${S}/po/POTFILES.skip"
+	echo "dispctrl_bottom.glade" >> "${S}/po/POTFILES.skip"
+	echo "dispctrl_right.glade" >> "${S}/po/POTFILES.skip"
+	echo "dispctrl_right_vertical.glade" >> "${S}/po/POTFILES.skip"
+	echo "main_frame.glade" >> "${S}/po/POTFILES.skip"
+	echo "paper_view.glade" >> "${S}/po/POTFILES.skip"
+	echo "prefs.glade" >> "${S}/po/POTFILES.skip"
+	echo "scientific_buttons.glade" >> "${S}/po/POTFILES.skip"
+	echo "ui/dispctrl_right_vertical.glade" >> "${S}/po/POTFILES.skip"
 }
 
 src_install() {



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-calculators/galculator: ChangeLog galculator-1.3.1.ebuild
@ 2007-11-13  7:54 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-11-13  7:54 UTC (permalink / raw
  To: gentoo-commits

opfer       07/11/13 07:54:13

  Modified:             ChangeLog galculator-1.3.1.ebuild
  Log:
  stable x86, bug 198845
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.20                 sci-calculators/galculator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	12 Nov 2007 18:39:33 -0000	1.19
+++ ChangeLog	13 Nov 2007 07:54:12 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for sci-calculators/galculator
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.19 2007/11/12 18:39:33 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.20 2007/11/13 07:54:12 opfer Exp $
+
+  13 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
+  galculator-1.3.1.ebuild:
+  stable x86, bug 198845
 
   12 Nov 2007; Mart Raudsepp <leio@gentoo.org> galculator-1.3.1.ebuild:
   Fix tests. Stable on amd64, tested and authorized by drac



1.3                  sci-calculators/galculator/galculator-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?r1=1.2&r2=1.3

Index: galculator-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- galculator-1.3.1.ebuild	12 Nov 2007 18:39:33 -0000	1.2
+++ galculator-1.3.1.ebuild	13 Nov 2007 07:54:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.2 2007/11/12 18:39:33 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.3 2007/11/13 07:54:12 opfer Exp $
 
 DESCRIPTION="GTK+ based algebraic and RPN calculator."
 HOMEPAGE="http://galculator.sourceforge.net/"
@@ -8,7 +8,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ppc x86 ~x86-fbsd"
 IUSE="gnome"
 
 RDEPEND=">=x11-libs/gtk+-2.6



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-calculators/galculator: ChangeLog galculator-1.3.1.ebuild
@ 2007-11-14 15:08 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-14 15:08 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/14 15:08:45

  Modified:             ChangeLog galculator-1.3.1.ebuild
  Log:
  alpha stable wrt #198845
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.21                 sci-calculators/galculator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	13 Nov 2007 07:54:12 -0000	1.20
+++ ChangeLog	14 Nov 2007 15:08:44 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for sci-calculators/galculator
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.20 2007/11/13 07:54:12 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.21 2007/11/14 15:08:44 armin76 Exp $
+
+  14 Nov 2007; Raúl Porcel <armin76@gentoo.org> galculator-1.3.1.ebuild:
+  alpha stable wrt #198845
 
   13 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
   galculator-1.3.1.ebuild:



1.4                  sci-calculators/galculator/galculator-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?r1=1.3&r2=1.4

Index: galculator-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- galculator-1.3.1.ebuild	13 Nov 2007 07:54:12 -0000	1.3
+++ galculator-1.3.1.ebuild	14 Nov 2007 15:08:44 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.3 2007/11/13 07:54:12 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.4 2007/11/14 15:08:44 armin76 Exp $
 
 DESCRIPTION="GTK+ based algebraic and RPN calculator."
 HOMEPAGE="http://galculator.sourceforge.net/"
@@ -8,7 +8,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ppc x86 ~x86-fbsd"
 IUSE="gnome"
 
 RDEPEND=">=x11-libs/gtk+-2.6



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-calculators/galculator: ChangeLog galculator-1.3.1.ebuild
@ 2007-11-17 13:22 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-11-17 13:22 UTC (permalink / raw
  To: gentoo-commits

nixnut      07/11/17 13:22:47

  Modified:             ChangeLog galculator-1.3.1.ebuild
  Log:
  Stable on ppc wrt bug 198845
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.22                 sci-calculators/galculator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	14 Nov 2007 15:08:44 -0000	1.21
+++ ChangeLog	17 Nov 2007 13:22:46 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for sci-calculators/galculator
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.21 2007/11/14 15:08:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.22 2007/11/17 13:22:46 nixnut Exp $
+
+  17 Nov 2007; nixnut <nixnut@gentoo.org> galculator-1.3.1.ebuild:
+  Stable on ppc wrt bug 198845
 
   14 Nov 2007; Raúl Porcel <armin76@gentoo.org> galculator-1.3.1.ebuild:
   alpha stable wrt #198845



1.5                  sci-calculators/galculator/galculator-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?r1=1.4&r2=1.5

Index: galculator-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- galculator-1.3.1.ebuild	14 Nov 2007 15:08:44 -0000	1.4
+++ galculator-1.3.1.ebuild	17 Nov 2007 13:22:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.4 2007/11/14 15:08:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.5 2007/11/17 13:22:46 nixnut Exp $
 
 DESCRIPTION="GTK+ based algebraic and RPN calculator."
 HOMEPAGE="http://galculator.sourceforge.net/"
@@ -8,7 +8,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="alpha amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd"
 IUSE="gnome"
 
 RDEPEND=">=x11-libs/gtk+-2.6



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-11-17 13:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-26 19:41 [gentoo-commits] gentoo-x86 commit in sci-calculators/galculator: ChangeLog galculator-1.3.1.ebuild Remi Cardona (remi)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-12 18:39 Mart Raudsepp (leio)
2007-11-13  7:54 Christian Faulhammer (opfer)
2007-11-14 15:08 Raul Porcel (armin76)
2007-11-17 13:22 Gysbert Wassenaar (nixnut)

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