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-software/
Date: Sat, 08 Oct 2016 09:51:29
Message-Id: 1475920232.7d8c1a933b5289fd6d48e3a8978dce6617b5684e.pacho@gentoo
1 commit: 7d8c1a933b5289fd6d48e3a8978dce6617b5684e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 09:06:20 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 09:50:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8c1a93
7
8 gnome-extra/gnome-software: Drop old
9
10 Package-Manager: portage-2.3.1
11
12 gnome-extra/gnome-software/Manifest | 1 -
13 .../gnome-software/gnome-software-3.18.3.ebuild | 63 ----------------------
14 2 files changed, 64 deletions(-)
15
16 diff --git a/gnome-extra/gnome-software/Manifest b/gnome-extra/gnome-software/Manifest
17 index d16f6b3..37e7952 100644
18 --- a/gnome-extra/gnome-software/Manifest
19 +++ b/gnome-extra/gnome-software/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-software-3.18.3.tar.xz 2195300 SHA256 cc76a51f56d114018f64478437aebef068799802884543c59e2473066c959b7b SHA512 61d4f9622d0f3c6b65d271a79908713f1ee5a2da67275aee6cd6510d6c124ad76300bcc696846d8bd95843f9326534218d3b140445f6e7d2f6ab8d336e476ec0 WHIRLPOOL acea5e54b06bcd2d1088d7790b813001a2718acd981c53f4dca170200efc96ca2d6e477ff674f384e08817821697ef2e2261d4d14cf5f3bd4c757352920231de
22 DIST gnome-software-3.20.4.tar.xz 3513716 SHA256 d6a2794348e2c543218e3efb01105a7e6d51e93ad3055a2482e3104ca75345f2 SHA512 ea4536acc954f3d5d5d834323580041fe03099a6733a64f0c6a60f40028e0f054a4f9161b4fdd0956be8aa5ba25eed53748b28fff8d1c05b03ff314af6380fdf WHIRLPOOL e62085795f5eb84d0b94e140f83c7c759ea0bf7b2026890b19bd40cebbff3c53395ed820002657893846cccd505cfe0db0ca2f148ef3204c96d40059c0f2f357
23
24 diff --git a/gnome-extra/gnome-software/gnome-software-3.18.3.ebuild b/gnome-extra/gnome-software/gnome-software-3.18.3.ebuild
25 deleted file mode 100644
26 index 8e0fdb1..00000000
27 --- a/gnome-extra/gnome-software/gnome-software-3.18.3.ebuild
28 +++ /dev/null
29 @@ -1,63 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit gnome2 python-any-r1 virtualx
39 -
40 -DESCRIPTION="Gnome install & update software"
41 -HOMEPAGE="http://wiki.gnome.org/Apps/Software"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -IUSE="test"
47 -
48 -RDEPEND="
49 - >=app-admin/packagekit-base-1.0.9
50 - dev-db/sqlite:3
51 - >=dev-libs/appstream-glib-0.5.1:0
52 - >=dev-libs/glib-2.45.8:2
53 - >=gnome-base/gnome-desktop-3.17.92:3=
54 - >=gnome-base/gsettings-desktop-schemas-3.11.5
55 - net-libs/libsoup:2.4
56 - sys-auth/polkit
57 - >=x11-libs/gtk+-3.16:3
58 -"
59 -DEPEND="${RDEPEND}
60 - ${PYTHON_DEPS}
61 - app-text/docbook-xml-dtd:4.2
62 - dev-libs/libxslt
63 - >=dev-util/intltool-0.35
64 - virtual/pkgconfig
65 - test? ( dev-util/dogtail )
66 -"
67 -# test? ( dev-util/valgrind )
68 -
69 -pkg_setup() {
70 - python-any-r1_pkg_setup
71 -}
72 -
73 -src_prepare() {
74 - # valgrind fails with SIGTRAP
75 - sed -e 's/TESTS = .*/TESTS =/' \
76 - -i "${S}"/src/Makefile.{am,in} || die
77 -
78 - gnome2_src_prepare
79 -}
80 -
81 -src_configure() {
82 - # FIXME: investigate limba and firmware update support
83 - gnome2_src_configure \
84 - --enable-man \
85 - --disable-firmware \
86 - --disable-limba \
87 - $(use_enable test dogtail)
88 -}
89 -
90 -src_test() {
91 - Xemake check TESTS_ENVIRONMENT="dbus-run-session"
92 -}