diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-07 11:19:27 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-07 11:20:59 +0100 |
commit | 5260ecb073aa606ec132168577b822c4859e821d (patch) | |
tree | a1b8c1232b17169ddf58af5667c018de909e96f7 /sci-calculators/galculator | |
parent | app-misc/carbon-c-relay: version bump to 0.45 (diff) | |
download | gentoo-5260ecb073aa606ec132168577b822c4859e821d.tar.gz gentoo-5260ecb073aa606ec132168577b822c4859e821d.tar.bz2 gentoo-5260ecb073aa606ec132168577b822c4859e821d.zip |
sci-calculators/galculator: Version bump (#564300 by Mika Kobayashi)
Package-Manager: portage-2.2.23
Diffstat (limited to 'sci-calculators/galculator')
-rw-r--r-- | sci-calculators/galculator/Manifest | 1 | ||||
-rw-r--r-- | sci-calculators/galculator/galculator-2.1.4.ebuild | 31 | ||||
-rw-r--r-- | sci-calculators/galculator/metadata.xml | 2 |
3 files changed, 33 insertions, 1 deletions
diff --git a/sci-calculators/galculator/Manifest b/sci-calculators/galculator/Manifest index 424ef14336d9..85ede5918e24 100644 --- a/sci-calculators/galculator/Manifest +++ b/sci-calculators/galculator/Manifest @@ -1,2 +1,3 @@ DIST galculator-2.1.2.tar.bz2 427684 SHA256 23e7e8d02ec49bf06e061e7fa56c779fd0f353ec294c30fd88858786d8e4a79b SHA512 e327ca9e6845a3022b4a2bcdaccf68c60d569f839f5cc3706886ff952fbac369f4022887ed4d5b39d6631c67f9de895db4cae4b0f39a681ef9b29747228d81b1 WHIRLPOOL 255a159841ad0bd523fd6933d4b8f3a27cbe14f4465c9db19d68046dd4eed2b1eddeb596795a5782c2114b36f093ab2f51afbd5356b931b50689debb4e88ec48 DIST galculator-2.1.3.tar.bz2 466288 SHA256 91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235 SHA512 782b5a672fa40bab01dc39fb32e79e8da08993bace6c37768db2ca11a2bb996fdc07e773a0f70b7bba73c018de6ea6e3f71afc3885ccbc94d345fef62cdfa74a WHIRLPOOL 188c80101d41e93b6ddfaf4c65aadcb65c5639e4cf0c2cd75dba77f7dd4d405164ce0fb5af48c7a5599de7574e06e39d047d42424454310555500f304bd3daf2 +DIST galculator-2.1.4.tar.bz2 472989 SHA256 01cfafe6606e7ec45facb708ef85efd6c1e8bb41001a999d28212a825ef778ae SHA512 ca5f373649d9bf26184e94ba6a501610efbb13e92a8723cda78b83aa495519e82e5b4fcd17f00f615eb702ed186598aecc70ae63a8238c32384b7f608cba4cfa WHIRLPOOL 23104f14850cbe59b2753e0bd659182e593be9e82c009ecd934a1c441d71c2eddee5d788c678e02514ce56c866edc15f4b13785daf1eef5ac7dbca2a1244a544 diff --git a/sci-calculators/galculator/galculator-2.1.4.ebuild b/sci-calculators/galculator/galculator-2.1.4.ebuild new file mode 100644 index 000000000000..fb17a33094de --- /dev/null +++ b/sci-calculators/galculator/galculator-2.1.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG=no + +inherit gnome2 + +DESCRIPTION="GTK+ based algebraic and RPN calculator" +HOMEPAGE="http://galculator.mnim.org/" +SRC_URI="http://galculator.mnim.org/downloads/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~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/metadata.xml b/sci-calculators/galculator/metadata.xml index 2ad6e98df1b7..d85862033da6 100644 --- a/sci-calculators/galculator/metadata.xml +++ b/sci-calculators/galculator/metadata.xml @@ -3,6 +3,6 @@ <pkgmetadata> <herd>gnome</herd> <upstream> - <remote-id type="sourceforge">galculator</remote-id> + <remote-id type="github">galculator/galculator</remote-id> </upstream> </pkgmetadata> |