diff options
author | 2013-01-12 12:33:02 +0000 | |
---|---|---|
committer | 2013-01-12 12:33:02 +0000 | |
commit | 7c41b89197b2f723c82567ecbc8192579c010135 (patch) | |
tree | 85db4ef7ac913d577047e203d16efb80fe3dd7f4 /sci-calculators/galculator | |
parent | Revision bump: EAPI 5, add enhancement patches, wrt bug #450158. Thanks to Mi... (diff) | |
download | gentoo-2-7c41b89197b2f723c82567ecbc8192579c010135.tar.gz gentoo-2-7c41b89197b2f723c82567ecbc8192579c010135.tar.bz2 gentoo-2-7c41b89197b2f723c82567ecbc8192579c010135.zip |
Version bump.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'sci-calculators/galculator')
-rw-r--r-- | sci-calculators/galculator/ChangeLog | 9 | ||||
-rw-r--r-- | sci-calculators/galculator/galculator-2.0.1.ebuild | 37 |
2 files changed, 44 insertions, 2 deletions
diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog index 220d188e5871..17562655b1ee 100644 --- a/sci-calculators/galculator/ChangeLog +++ b/sci-calculators/galculator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/galculator -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.34 2012/11/17 12:39:19 pacho Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.35 2013/01/12 12:33:02 eva Exp $ + +*galculator-2.0.1 (12 Jan 2013) + + 12 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org> +galculator-2.0.1.ebuild: + Version bump. 17 Nov 2012; Pacho Ramos <pacho@gentoo.org> galculator-2.0.ebuild: Disable DEPRECATION warnings diff --git a/sci-calculators/galculator/galculator-2.0.1.ebuild b/sci-calculators/galculator/galculator-2.0.1.ebuild new file mode 100644 index 000000000000..f630fb8ae6dc --- /dev/null +++ b/sci-calculators/galculator/galculator-2.0.1.ebuild @@ -0,0 +1,37 @@ +# 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.0.1.ebuild,v 1.1 2013/01/12 12:33:02 eva 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="x11-libs/gtk+:3" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/flex + sys-devel/gettext + virtual/pkgconfig" + +DOCS="AUTHORS ChangeLog NEWS README THANKS TODO doc/shortcuts" + +src_prepare() { + cat <<-EOF >> po/POTFILES.skip + ui/about.ui + ui/dispctrl_right_vertical.ui + ui/main_frame_hildon.ui + ui/prefs-ume.ui + EOF + + gnome2_src_prepare +} |