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 029AC138335 for ; Sun, 2 Dec 2018 17:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE35AE0AC2; Sun, 2 Dec 2018 17:27:54 +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 7BA05E0AC0 for ; Sun, 2 Dec 2018 17:27:54 +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 B7299335C31 for ; Sun, 2 Dec 2018 17:27:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 220444D9 for ; Sun, 2 Dec 2018 17:27:51 +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: <1543771567.9f24a941bd91c3700732bb1f75d1d0a4362c0df4.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-sendto/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nautilus-sendto/Manifest gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild X-VCS-Directories: gnome-extra/nautilus-sendto/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9f24a941bd91c3700732bb1f75d1d0a4362c0df4 X-VCS-Branch: master Date: Sun, 2 Dec 2018 17:27:51 +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: 44a3e264-9e93-4e7d-9f63-93a216ea7148 X-Archives-Hash: 1174e5b977e07038cc42636c8efd1816 commit: 9f24a941bd91c3700732bb1f75d1d0a4362c0df4 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Dec 2 17:01:30 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Dec 2 17:26:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f24a941 gnome-extra/nautilus-sendto: remove old Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 gnome-extra/nautilus-sendto/Manifest | 1 - .../nautilus-sendto/nautilus-sendto-3.8.5.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) diff --git a/gnome-extra/nautilus-sendto/Manifest b/gnome-extra/nautilus-sendto/Manifest index bb3742efb33..2616811dbc9 100644 --- a/gnome-extra/nautilus-sendto/Manifest +++ b/gnome-extra/nautilus-sendto/Manifest @@ -1,2 +1 @@ -DIST nautilus-sendto-3.8.5.tar.xz 382440 BLAKE2B 30c842c04838c52eb41b1d808828ea7a00a9811a634f96e7bdfb559eb01569db6bedf0f4f6b504df8a5a13c1400ad9ca548298faceee9abc97377d034ab41dc1 SHA512 d9b504d5615e761f19b7b4610d394ac9b928023163b3e416aca114f168330d3b35617ee8e80338cce2248151096a6e2094576e7978b80076d5eedb9bb847bfa3 DIST nautilus-sendto-3.8.6.tar.xz 109428 BLAKE2B bc1f0798962d09ca05a64a0db7b98b697c68c7f63239eaf59278ebab7039061cb5b04b0235209db89bf537219039bcc8fff49c9dba2379fcbff32a7f9482dda3 SHA512 c690acdd6d53bde2fc2898362d1030b04312b857924e18735bb330621c64ab63656612a36b646fd34b586af5c34a93bd37c3f969c93bd87c4efe870f55934b92 diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild deleted file mode 100644 index 99ff5a458ea..00000000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A nautilus extension for sending files to locations" -HOMEPAGE="https://git.gnome.org/browse/nautilus-sendto/" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="debug" - -RDEPEND=" - >=x11-libs/gtk+-2.90.3:3 -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.9 - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig -" -# Needed for eautoreconf -# >=gnome-base/gnome-common-0.12 - -src_prepare() { - gnome2_src_prepare - - # Does not require introspection at all, bug #561008 - sed -i -e 's/\(^ \+enable_introspection\)=yes/\1=no/' configure || die -} - -src_configure() { - gnome2_src_configure \ - $(usex debug --enable-debug=yes ' ') -} - -pkg_postinst() { - if ! has_version "gnome-base/nautilus[sendto]"; then - einfo "Note that ${CATEGORY}/${PN} is meant to be used as a helper by gnome-base/nautilus[sendto]" - fi -}