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 B2717138334 for ; Fri, 7 Dec 2018 12:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D520FE0BAD; Fri, 7 Dec 2018 12:16:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A880AE0BAD for ; Fri, 7 Dec 2018 12:16:23 +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 F3D41335C36 for ; Fri, 7 Dec 2018 12:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9663B43A for ; Fri, 7 Dec 2018 12:16:18 +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: <1544184526.2faabd528e247a640bdf22c204848eb94128a365.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: sys-apps/gnome-disk-utility/ X-VCS-Repository: proj/gnome X-VCS-Files: sys-apps/gnome-disk-utility/gnome-disk-utility-3.26.2.ebuild X-VCS-Directories: sys-apps/gnome-disk-utility/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 2faabd528e247a640bdf22c204848eb94128a365 X-VCS-Branch: master Date: Fri, 7 Dec 2018 12:16:18 +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: e5d58c8a-fc32-44bf-b6a9-8c386c28be5c X-Archives-Hash: 4f0325cda7f444ffd569256531a23231 commit: 2faabd528e247a640bdf22c204848eb94128a365 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Dec 7 12:08:46 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Dec 7 12:08:46 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2faabd52 sys-apps/gnome-disk-utility-3.26.2: remove, 3.30.2 available in ::gentoo Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 .../gnome-disk-utility-3.26.2.ebuild | 49 ---------------------- 1 file changed, 49 deletions(-) diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.26.2.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.26.2.ebuild deleted file mode 100644 index 5c80d8f7..00000000 --- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.26.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" - -inherit gnome-meson - -DESCRIPTION="Disk Utility for GNOME using udisks" -HOMEPAGE="https://git.gnome.org/browse/gnome-disk-utility" - -LICENSE="GPL-2+" -SLOT="0" -IUSE="fat gnome systemd" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" - -COMMON_DEPEND=" - >=app-arch/xz-utils-5.0.5 - >=app-crypt/libsecret-0.7 - >=dev-libs/glib-2.31:2[dbus] - dev-libs/libpwquality - >=media-libs/libcanberra-0.1[gtk3] - >=media-libs/libdvdread-4.2.0 - >=sys-fs/udisks-2.7.2:2 - >=x11-libs/gtk+-3.16.0:3 - >=x11-libs/libnotify-0.7:= - systemd? ( >=sys-apps/systemd-209:0= ) -" -RDEPEND="${COMMON_DEPEND} - x11-themes/adwaita-icon-theme - fat? ( sys-fs/dosfstools ) - gnome? ( >=gnome-base/gnome-settings-daemon-3.8 ) -" -# libxml2+gdk-pixbuf required for glib-compile-resources -DEPEND="${COMMON_DEPEND} - dev-libs/appstream-glib - dev-libs/libxslt - dev-libs/libxml2:2 - >=dev-util/meson-0.41.0 - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - x11-libs/gdk-pixbuf:2 -" - -src_configure() { - gnome-meson_src_configure \ - $(meson_use gnome enable-gsd-plugin) \ - $(meson_use systemd enable-libsystemd) -}