summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-05-01 04:13:20 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-05-01 04:13:20 +0000
commit31c0de558125dd243ebb2ffb26805f6d9a397af6 (patch)
tree3c0d3394c6aebd4b50a2dd2356a58996238ff286 /sci-calculators
parentDon't treat -g0 as a debugging flag (bug #465406, thanks to Tom Wijsman and A... (diff)
downloadgentoo-2-31c0de558125dd243ebb2ffb26805f6d9a397af6.tar.gz
gentoo-2-31c0de558125dd243ebb2ffb26805f6d9a397af6.tar.bz2
gentoo-2-31c0de558125dd243ebb2ffb26805f6d9a397af6.zip
Version bump, fixes crash with gtk+-3.6 (bug #463459, thanks to Mads and Viktor Yu. Kovalskiy). Update license.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/galculator/ChangeLog9
-rw-r--r--sci-calculators/galculator/galculator-1.3.4.ebuild6
-rw-r--r--sci-calculators/galculator/galculator-2.1.2.ebuild28
-rw-r--r--sci-calculators/galculator/galculator-2.1.ebuild4
4 files changed, 41 insertions, 6 deletions
diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog
index bb2b704ab870..b42327c34460 100644
--- a/sci-calculators/galculator/ChangeLog
+++ b/sci-calculators/galculator/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sci-calculators/galculator
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.41 2013/04/01 17:55:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.42 2013/05/01 04:13:20 tetromino Exp $
+
+*galculator-2.1.2 (01 May 2013)
+
+ 01 May 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
+ galculator-1.3.4.ebuild, galculator-2.1.ebuild, +galculator-2.1.2.ebuild:
+ Version bump, fixes crash with gtk+-3.6 (bug #463459, thanks to Mads and
+ Viktor Yu. Kovalskiy). Update license.
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> galculator-2.1.ebuild:
Stable for alpha, wrt bug #458984
diff --git a/sci-calculators/galculator/galculator-1.3.4.ebuild b/sci-calculators/galculator/galculator-1.3.4.ebuild
index b44179391461..09d83bb40104 100644
--- a/sci-calculators/galculator/galculator-1.3.4.ebuild
+++ b/sci-calculators/galculator/galculator-1.3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.4.ebuild,v 1.10 2012/05/13 15:42:36 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.4.ebuild,v 1.11 2013/05/01 04:13:20 tetromino Exp $
EAPI=4
@@ -10,7 +10,7 @@ DESCRIPTION="GTK+ based algebraic and RPN calculator."
HOMEPAGE="http://galculator.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
diff --git a/sci-calculators/galculator/galculator-2.1.2.ebuild b/sci-calculators/galculator/galculator-2.1.2.ebuild
new file mode 100644
index 000000000000..f5498309f78e
--- /dev/null
+++ b/sci-calculators/galculator/galculator-2.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.1.2.ebuild,v 1.1 2013/05/01 04:13:20 tetromino Exp $
+
+EAPI=5
+GCONF_DEBUG=no
+
+inherit gnome2
+
+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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+ x11-libs/gtk+:3
+ x11-libs/pango"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/flex
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS doc/shortcuts"
diff --git a/sci-calculators/galculator/galculator-2.1.ebuild b/sci-calculators/galculator/galculator-2.1.ebuild
index 2b1046f750e7..2ae43168ce7d 100644
--- a/sci-calculators/galculator/galculator-2.1.ebuild
+++ b/sci-calculators/galculator/galculator-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.1.ebuild,v 1.5 2013/04/01 17:55:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.1.ebuild,v 1.6 2013/05/01 04:13:20 tetromino Exp $
EAPI=5
GCONF_DEBUG=no
@@ -11,7 +11,7 @@ DESCRIPTION="GTK+ based algebraic and RPN calculator"
HOMEPAGE="http://galculator.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""