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 4FCDF139083 for ; Wed, 20 Dec 2017 21:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B4AE116B; Wed, 20 Dec 2017 21:02:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 96115E116B for ; Wed, 20 Dec 2017 21:02:51 +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 9922433BF24 for ; Wed, 20 Dec 2017 21:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 283A6A6AE for ; Wed, 20 Dec 2017 21:02:48 +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: <1513803683.4b24e8fe1aba4205eaa9ca114f22279aa8def582.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.4.ebuild X-VCS-Directories: gnome-extra/nautilus-sendto/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4b24e8fe1aba4205eaa9ca114f22279aa8def582 X-VCS-Branch: master Date: Wed, 20 Dec 2017 21:02:48 +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-Archives-Salt: 4c864b60-2a0b-4052-b161-f6a55fd13386 X-Archives-Hash: d145b15c411881734a279f9a952d9b51 commit: 4b24e8fe1aba4205eaa9ca114f22279aa8def582 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 20 20:45:41 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 20 21:01:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b24e8fe gnome-extra/nautilus-sendto: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 gnome-extra/nautilus-sendto/Manifest | 1 - .../nautilus-sendto/nautilus-sendto-3.8.4.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/gnome-extra/nautilus-sendto/Manifest b/gnome-extra/nautilus-sendto/Manifest index decb2691248..ae760e70e79 100644 --- a/gnome-extra/nautilus-sendto/Manifest +++ b/gnome-extra/nautilus-sendto/Manifest @@ -1,2 +1 @@ -DIST nautilus-sendto-3.8.4.tar.xz 380180 BLAKE2B 9a3612a80fe7e72041befd7808b27b1ab3fb43365576c6d7ecf2d3711029ea83a0ac41b43bdfc643946ad29136e18a86f9b966a45ff3e45164cf1e7976b4c47c SHA512 e6ba8fbb4646dce710119e2720b3482ecdb7e99f1fd53528de97ed015519aaf8bfe2339091630813e7feaf2d2d9a9a8495568c294fc00472046370c4e097df86 DIST nautilus-sendto-3.8.5.tar.xz 382440 BLAKE2B 30c842c04838c52eb41b1d808828ea7a00a9811a634f96e7bdfb559eb01569db6bedf0f4f6b504df8a5a13c1400ad9ca548298faceee9abc97377d034ab41dc1 SHA512 d9b504d5615e761f19b7b4610d394ac9b928023163b3e416aca114f168330d3b35617ee8e80338cce2248151096a6e2094576e7978b80076d5eedb9bb847bfa3 diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.4.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.4.ebuild deleted file mode 100644 index 859cac8f1e2..00000000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.4.ebuild +++ /dev/null @@ -1,37 +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 ' ') -}