From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 697E5138336 for ; Sun, 28 Jul 2019 17:41:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50A8AE0805; Sun, 28 Jul 2019 17:41:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DC27E0805 for ; Sun, 28 Jul 2019 17:41:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6997348E4A for ; Sun, 28 Jul 2019 17:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2742A73C for ; Sun, 28 Jul 2019 17:41:15 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1564335650.0b1c190d02a574b7ada6e473f90b4859bf90854c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-software/Manifest gnome-extra/gnome-software/gnome-software-3.22.7.ebuild X-VCS-Directories: gnome-extra/gnome-software/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0b1c190d02a574b7ada6e473f90b4859bf90854c X-VCS-Branch: master Date: Sun, 28 Jul 2019 17:41:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ba1a268-fc42-402b-bdd1-fe28f45fbbd4 X-Archives-Hash: 324646660561f4e0c2a81ccd3c0ca672 commit: 0b1c190d02a574b7ada6e473f90b4859bf90854c Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jul 28 17:29:35 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jul 28 17:40:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1c190d gnome-extra/gnome-software: remove old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-software/Manifest | 1 - .../gnome-software/gnome-software-3.22.7.ebuild | 84 ---------------------- 2 files changed, 85 deletions(-) diff --git a/gnome-extra/gnome-software/Manifest b/gnome-extra/gnome-software/Manifest index f6bf6add35d..3ef888b255a 100644 --- a/gnome-extra/gnome-software/Manifest +++ b/gnome-extra/gnome-software/Manifest @@ -1,2 +1 @@ -DIST gnome-software-3.22.7.tar.xz 3865764 BLAKE2B c23e3b9e34a9b233a584a920fcd5969b3ebb5fa4227da147870e71c1531da6c3efda913149a903667ae1725c505c1c842aac0a76b439a2730bf6c837f39757fc SHA512 184714710695d8c48451c1ee7885524dfa30cc6091975bdd317bdd6ce130e7815ab7474074ed191913594bcd5142932bd7918ae19a695170a34a5f934e1b9825 DIST gnome-software-3.30.6.tar.xz 5217384 BLAKE2B 6a9478aa7752ea62c391545b5f84191a22c839802bd1ac2118696b9dd954a19003477a688d9f36868a617dbf3dd186fc36a054ce0eac8ba8c7a5eee834732ce4 SHA512 dd98e9e61469fc5566ab569f09bdc06ccb5812a236e305185b911c70364e2983f257e939aed0bb61778163084fb5628d63ff6bd5f056d4a7626a2e771ad6426a diff --git a/gnome-extra/gnome-software/gnome-software-3.22.7.ebuild b/gnome-extra/gnome-software/gnome-software-3.22.7.ebuild deleted file mode 100644 index f43cb612369..00000000000 --- a/gnome-extra/gnome-software/gnome-software-3.22.7.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-any-r1 virtualx - -DESCRIPTION="Gnome install & update software" -HOMEPAGE="https://wiki.gnome.org/Apps/Software" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gnome spell test udev" - -RDEPEND=" - >=app-admin/packagekit-base-1.1.0 - app-crypt/libsecret - dev-db/sqlite:3 - >=dev-libs/appstream-glib-0.6.7:0 - >=dev-libs/glib-2.46:2 - >=dev-libs/json-glib-1.1.1 - >=gnome-base/gsettings-desktop-schemas-3.11.5 - >=net-libs/libsoup-2.51.92:2.4 - sys-auth/polkit - >=x11-libs/gdk-pixbuf-2.31.5 - >=x11-libs/gtk+-3.20:3 - gnome? ( >=gnome-base/gnome-desktop-3.17.92:3= ) - spell? ( app-text/gtkspell:3 ) - udev? ( virtual/libgudev ) -" -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.2 - dev-libs/libxslt - >=dev-util/intltool-0.35 - virtual/pkgconfig - test? ( - ${PYTHON_DEPS} - $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') ) -" -# test? ( dev-util/valgrind ) - -python_check_deps() { - use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_prepare() { - # valgrind fails with SIGTRAP - sed -e 's/TESTS = .*/TESTS =/' \ - -i "${S}"/src/Makefile.{am,in} || die - - gnome2_src_prepare -} - -src_configure() { - # FIXME: investigate limba and firmware update support - gnome2_src_configure \ - --enable-man \ - --enable-packagekit \ - --enable-polkit \ - --disable-firmware \ - --disable-limba \ - --disable-ostree \ - --disable-rpm \ - --disable-steam \ - --disable-flatpak \ - --enable-webapps \ - --disable-snap \ - $(use_enable spell gtkspell) \ - $(use_enable test dogtail) \ - $(use_enable test tests) \ - $(use_enable gnome gnome-desktop) \ - $(use_enable gnome shell-extensions) \ - $(use_enable udev gudev) -} - -src_test() { - virtx emake check TESTS_ENVIRONMENT="dbus-run-session" -}