Skip to content

Commit

Permalink
gnome-extra/gnome-calculator: bump to 3.23.91
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
ttambet authored and leio committed Mar 8, 2017
1 parent 573519f commit 627162f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnome-extra/gnome-calculator/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DIST gnome-calculator-3.20.2.tar.xz 1347584 SHA256 2af1c12a12a230f90fc221ff908efd80fe7eebfeaad56cd698c393d2fc34a8fb SHA512 c850d252a5d5505e6e32ec4db2299479a1ea35144ddd1fafb10b0acdfb840fd9d25b073eb6f9bfe0a29c9c8483a76a40c53c5bce1db4ed3c80ed963d2f35093b WHIRLPOOL f1facf603c75e616c36754b03b0225909c0d660e2285f1f3077fc3b393fc6e589ef16c9352f84762290459b533a338988cbbff25acdf8b7d9a2ce8d67846debc
DIST gnome-calculator-3.22.1.tar.xz 1323400 SHA256 93a72a9de919b21f35b6581a0bf9e910c98691a7fccd47da42467d287c1dac11 SHA512 37daf9519b7bde34d7dbdd8e3e030eeca70adc3091ff9e98d8e0d6fda9a00ebdc12bfc67f84de5749d59296eaf1fd9f7ebfc210adc73c366879aee78e410f5e8 WHIRLPOOL 5acbe748ee96961834dd27a0270c2f6c3a33ccbad5072838cb2a6e8f2abceeb30959b2770626335ff8e9680c7241221def29a19f9ee6890764641559e4cf2caa
DIST gnome-calculator-3.22.2.tar.xz 1324056 SHA256 99a7f42d632dc97a78f0962798983161d1ef4da08b866ee45fdd644f683f340e SHA512 06a287c63c2515971e1d49780f880ce9071356a16ffba5867ec1d6aed85fe818f09491aba55a09a8beb7fd9e0d52dc9c105e1705dc36bd97f404d1c3d47a758d WHIRLPOOL a9a8b683afee10b83560e2cfbce6ca958ed91a967b57984ef7a88c62a8b3a7d9df3224554291322c5c19c96894957d8debb63cc493208acb999f55ccfe811388
DIST gnome-calculator-3.23.91.tar.xz 1345156 SHA256 c38df51ba9335dc9f6e9c15db747312d8dc5b45f6e28b30c500961499bd3484e SHA512 9fd6f15519812e25f134ceef01d42655499e56ccb04765c94a877e8f4f5f968666495993eb88805ac5c5bd1d8b44a47d9dd1d8f1d11bb344e9c76399f8c98057 WHIRLPOOL 99393324b3b393b4f8769b07c6efc51ca9f7542565a58b49a5014f4cdb419ea0e7aaba7fddbddbeb874923ad55db660921e33fe9e97646b2da7181d24d874cb6
39 changes: 39 additions & 0 deletions gnome-extra/gnome-calculator/gnome-calculator-3.23.91.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit gnome2

DESCRIPTION="A calculator application for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"

LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"

COMMON_DEPEND="
>=dev-libs/glib-2.40:2
dev-libs/libxml2:2
dev-libs/mpfr:0
dev-libs/mpc
>=net-libs/libsoup-2.42:2.4
>=x11-libs/gtk+-3.19.3:3
>=x11-libs/gtksourceview-3.15.1:3.0
"
RDEPEND="${COMMON_DEPEND}
!<gnome-extra/gnome-utils-2.3
!gnome-extra/gcalctool
"
DEPEND="${COMMON_DEPEND}
app-text/yelp-tools
>=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
"

src_configure() {
gnome2_src_configure \
--disable-static \
VALAC=$(type -P true)
}

0 comments on commit 627162f

Please sign in to comment.