From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A470959CAF for ; Sun, 3 Apr 2016 12:42:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1261421C029; Sun, 3 Apr 2016 12:42:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8790421C032 for ; Sun, 3 Apr 2016 12:42:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C33D340CD8 for ; Sun, 3 Apr 2016 12:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E049ACB for ; Sun, 3 Apr 2016 12:42:05 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1459687264.d77833ca684e415f4d3f24d7a95c6ce6d3f29d21.pacho@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.1.ebuild gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2.ebuild X-VCS-Directories: gnome-extra/nautilus-sendto/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d77833ca684e415f4d3f24d7a95c6ce6d3f29d21 X-VCS-Branch: master Date: Sun, 3 Apr 2016 12:42:05 +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: 7747fbb9-298c-4d7f-8dda-bb8c6e6bb4bf X-Archives-Hash: 897d7c79577a164b42110bd2d08d9484 commit: d77833ca684e415f4d3f24d7a95c6ce6d3f29d21 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 3 11:27:39 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 3 12:41:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77833ca gnome-extra/nautilus-sendto: Drop old Package-Manager: portage-2.2.28 gnome-extra/nautilus-sendto/Manifest | 1 - .../nautilus-sendto/nautilus-sendto-3.8.1.ebuild | 29 ---------------------- .../nautilus-sendto/nautilus-sendto-3.8.2.ebuild | 29 ---------------------- 3 files changed, 59 deletions(-) diff --git a/gnome-extra/nautilus-sendto/Manifest b/gnome-extra/nautilus-sendto/Manifest index c770640..225864c 100644 --- a/gnome-extra/nautilus-sendto/Manifest +++ b/gnome-extra/nautilus-sendto/Manifest @@ -1,2 +1 @@ -DIST nautilus-sendto-3.8.1.tar.xz 344040 SHA256 03fa46bff271acdbdedab6243b2a84e5ed3daa19c81b69d087b3e852c8fe5dab SHA512 4559bf14604ca553be9ccc4a3961a93917cd643338dd1f86fa2edbde2a7c66c4db35204a19ca6fde27ceef48736d552bdad750c24ab4b26238e478cd88caaf3a WHIRLPOOL aeeb170614cb405f5aa7f923eaa32b33be7961d982d7c7a1a639a387f4002b41a4430864eff1b473006b9136248cfaf7763cacde9d5aecca8788cdcca3c8a049 DIST nautilus-sendto-3.8.2.tar.xz 343032 SHA256 932811e781457b1dbf7b396e930d588f433b9ba756b10bde9f03f6d71d54bdc5 SHA512 51ae4b4a14d21677b043c3023d548c1984808ab3216a14b89988bf6883e8807c8215375026f0558723792aba1552518d53631388b18c1c4346813f6246b8a422 WHIRLPOOL a38dab01ee907a23d36afcd6ce90af8b5c08e064435bbe2a96eae522d6fab568b0e5e8390e7f002ba87ee4c8bd06e1293e25057c7dbf4343ee788e8dbb52418d diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.1.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.1.ebuild deleted file mode 100644 index ee444df..0000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="yes" - -inherit gnome2 - -DESCRIPTION="A nautilus extension for sending files to locations" -HOMEPAGE="https://www.gnome.org" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="+introspection" - -RDEPEND=" - >=x11-libs/gtk+-2.90.3:3[X(+)] - introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) -" -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 diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2.ebuild deleted file mode 100644 index 0f87b1f..0000000 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="yes" - -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 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="+introspection" - -RDEPEND=" - >=x11-libs/gtk+-2.90.3:3[X(+)] - introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) -" -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