Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/
Date: Sat, 03 Feb 2018 22:00:44
Message-Id: 1517695206.73f5ec9cdf6f1b052fe0311203ec323e2bf1a726.leio@gentoo
1 commit: 73f5ec9cdf6f1b052fe0311203ec323e2bf1a726
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 22:00:06 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 22:00:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f5ec9c
7
8 gnome-extra/gnome-calculator: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 gnome-extra/gnome-calculator/Manifest | 1 -
13 .../gnome-calculator-3.22.3.ebuild | 38 ----------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest
17 index f8df55cc74f..18a95e3e913 100644
18 --- a/gnome-extra/gnome-calculator/Manifest
19 +++ b/gnome-extra/gnome-calculator/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-calculator-3.22.3.tar.xz 1324432 BLAKE2B da308ea5b781a55e50df459b914d2bf508577a9a0175ec93bd8e63d37607b261f9d3d72abcf838d7c555303cb0a30b9750712c1336a9f071793df7b53cd50101 SHA512 e11731a3b0d16067e98d7f5d6657c879dde22563c4ac7cf8e4323c6d959f7b4e95e1d28cb2c937b1bbc72256fa1e6e2cf3a1bdc77f72f38766605e482b63ce78
22 DIST gnome-calculator-3.24.0.tar.xz 1358368 BLAKE2B 81ad42598418b11f2436ebf482bbf93547460990cdb464efb3107e93010081f3d687bf99c80d35d9a6576b5d838218c7ea07e81256abfa358ce78031d80b346d SHA512 55968f3a307748050089652394a3652b8e199be9abf87d43e732874526dc2f08c4521e302a69afd2c09705ffa67a890fc2217503dd31ef51959df9189364c22f
23
24 diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.22.3.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.22.3.ebuild
25 deleted file mode 100644
26 index 08b9733fc62..00000000000
27 --- a/gnome-extra/gnome-calculator/gnome-calculator-3.22.3.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit gnome2
35 -
36 -DESCRIPTION="A calculator application for GNOME"
37 -HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -IUSE=""
42 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
43 -
44 -COMMON_DEPEND="
45 - >=dev-libs/glib-2.40:2
46 - dev-libs/libxml2:2
47 - dev-libs/mpfr:0
48 - >=net-libs/libsoup-2.42:2.4
49 - >=x11-libs/gtk+-3.11.6:3
50 - >=x11-libs/gtksourceview-3.15.1:3.0
51 -"
52 -RDEPEND="${COMMON_DEPEND}
53 - !<gnome-extra/gnome-utils-2.3
54 - !gnome-extra/gcalctool
55 -"
56 -DEPEND="${COMMON_DEPEND}
57 - app-text/yelp-tools
58 - >=dev-util/intltool-0.50
59 - sys-devel/gettext
60 - virtual/pkgconfig
61 -"
62 -
63 -src_configure() {
64 - gnome2_src_configure \
65 - --disable-static \
66 - VALAC=$(type -P true)
67 -}