Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/
Date: Sat, 25 Jun 2016 16:53:42
Message-Id: 1466872770.d7a910f4164ffe1b33c9947e95e854fbb33fcbd6.pacho@gentoo
1 commit: d7a910f4164ffe1b33c9947e95e854fbb33fcbd6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 16:39:30 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 16:39:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a910f4
7
8 gnome-extra/gnome-calculator: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/gnome-calculator/Manifest | 2 --
13 .../gnome-calculator-3.16.2.ebuild | 39 ---------------------
14 .../gnome-calculator-3.18.2.ebuild | 40 ----------------------
15 3 files changed, 81 deletions(-)
16
17 diff --git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest
18 index 4010116..395fbd6 100644
19 --- a/gnome-extra/gnome-calculator/Manifest
20 +++ b/gnome-extra/gnome-calculator/Manifest
21 @@ -1,3 +1 @@
22 -DIST gnome-calculator-3.16.2.tar.xz 1437060 SHA256 f4c6ca7e0eda0dbb7d5cfb85ee9fe3351b1d8bd1bf05ce890939374b95e230a0 SHA512 f8141eca9eafa42277abd86fab4913e41c432471596f009c344915fc7f481172fcce240ab463597a70ff61c95e225fd0c618ca0fcb15b08c6f14e29b023cf218 WHIRLPOOL 0aca9c143d0c1334aa7c63061eba1606e16bb1593122f3d1d952118d1b8aa2f702c960ba875ac9b11ea1a5b74decae8d9eac7cea53040c34bb26fa0a7731d5a5
23 -DIST gnome-calculator-3.18.2.tar.xz 1353708 SHA256 c86c5857409ce1d01896904e97ccf0a1a880f3dcf428a524e5c0fec27b274d64 SHA512 be067ba231256cc90bb710ca12c863ef73d671da198ea9c6b6e8797b0bd7ccf3800831ba2603bd1cb352ce384172e54deb30199974a9e3d766d2e46a38246eab WHIRLPOOL 8a01a26d0fe82d564bc29b6ada413767ee654dd1a639be6f196a704abba36ee2e5ad831951139dd15adc7279eb548bc764d101c4c91582f33d81876062c1de9f
24 DIST gnome-calculator-3.18.3.tar.xz 1339496 SHA256 c376a4a14a3f7946b799b8458ac4cf2694735fc7c20e90cfda29e209439e32ff SHA512 74ee2e22dc199a1beb8526bfa11174caaaeed0c2568f5e122f1c1c7f09b75926d30b5bdfa61a1e8495de9c2a449ee632e62fbbc11c04d5c44c83f819a6c409b5 WHIRLPOOL c371233a98ec28a3aa2a956d69b834a97508e0d6a58a43f918ca1d992b7efb434533926cd2d72a610c1c00cfbb101139c1db44a7771549da463c882cc0702c98
25
26 diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.16.2.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.16.2.ebuild
27 deleted file mode 100644
28 index d3e2349..0000000
29 --- a/gnome-extra/gnome-calculator/gnome-calculator-3.16.2.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -GCONF_DEBUG="no"
38 -
39 -inherit gnome2
40 -
41 -DESCRIPTION="A calculator application for GNOME"
42 -HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -IUSE=""
47 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
48 -
49 -COMMON_DEPEND="
50 - >=dev-libs/glib-2.40:2
51 - dev-libs/libxml2:2
52 - dev-libs/mpfr:0
53 - >=x11-libs/gtk+-3.11.6:3
54 - >=x11-libs/gtksourceview-3.15.1:3.0
55 -"
56 -RDEPEND="${COMMON_DEPEND}
57 - !<gnome-extra/gnome-utils-2.3
58 - !gnome-extra/gcalctool
59 -"
60 -DEPEND="${COMMON_DEPEND}
61 - >=dev-util/intltool-0.50
62 - sys-devel/gettext
63 - virtual/pkgconfig
64 -"
65 -
66 -src_configure() {
67 - gnome2_src_configure \
68 - ITSTOOL=$(type -P true) \
69 - VALAC=$(type -P true)
70 -}
71
72 diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
73 deleted file mode 100644
74 index d51544b..0000000
75 --- a/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
76 +++ /dev/null
77 @@ -1,40 +0,0 @@
78 -# Copyright 1999-2016 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -# $Id$
81 -
82 -EAPI="5"
83 -GCONF_DEBUG="no"
84 -
85 -inherit gnome2
86 -
87 -DESCRIPTION="A calculator application for GNOME"
88 -HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
89 -
90 -LICENSE="GPL-2"
91 -SLOT="0"
92 -IUSE=""
93 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
94 -
95 -COMMON_DEPEND="
96 - >=dev-libs/glib-2.40:2
97 - dev-libs/libxml2:2
98 - dev-libs/mpfr:0
99 - >=x11-libs/gtk+-3.11.6:3
100 - >=x11-libs/gtksourceview-3.15.1:3.0
101 -"
102 -RDEPEND="${COMMON_DEPEND}
103 - !<gnome-extra/gnome-utils-2.3
104 - !gnome-extra/gcalctool
105 -"
106 -DEPEND="${COMMON_DEPEND}
107 - >=dev-util/intltool-0.50
108 - dev-util/itstool
109 - sys-devel/gettext
110 - virtual/pkgconfig
111 -"
112 -
113 -src_configure() {
114 - gnome2_src_configure \
115 - --disable-static \
116 - VALAC=$(type -P true)
117 -}