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 9155459CAF for ; Sun, 3 Apr 2016 12:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BD2521C02B; Sun, 3 Apr 2016 12:42:12 +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 3E00821C024 for ; Sun, 3 Apr 2016 12:42:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6C93D340C7B 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 F17E415F 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: <1459687266.15a7077f97c20b225346602768a6b029fa02579e.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.3.ebuild X-VCS-Directories: gnome-extra/nautilus-sendto/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 15a7077f97c20b225346602768a6b029fa02579e 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: 55c72f97-4f52-452d-91ed-ca07a93f07e0 X-Archives-Hash: 9ca57e14066c1d456fd39e50636bc13a commit: 15a7077f97c20b225346602768a6b029fa02579e Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 3 11:28:11 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 3 12:41:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a7077f gnome-extra/nautilus-sendto: Version bump Package-Manager: portage-2.2.28 gnome-extra/nautilus-sendto/Manifest | 1 + .../nautilus-sendto/nautilus-sendto-3.8.3.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/gnome-extra/nautilus-sendto/Manifest b/gnome-extra/nautilus-sendto/Manifest index 225864c..6a792e4 100644 --- a/gnome-extra/nautilus-sendto/Manifest +++ b/gnome-extra/nautilus-sendto/Manifest @@ -1 +1,2 @@ DIST nautilus-sendto-3.8.2.tar.xz 343032 SHA256 932811e781457b1dbf7b396e930d588f433b9ba756b10bde9f03f6d71d54bdc5 SHA512 51ae4b4a14d21677b043c3023d548c1984808ab3216a14b89988bf6883e8807c8215375026f0558723792aba1552518d53631388b18c1c4346813f6246b8a422 WHIRLPOOL a38dab01ee907a23d36afcd6ce90af8b5c08e064435bbe2a96eae522d6fab568b0e5e8390e7f002ba87ee4c8bd06e1293e25057c7dbf4343ee788e8dbb52418d +DIST nautilus-sendto-3.8.3.tar.xz 377928 SHA256 7ba1c37280e232b06d8e5097c584fab2e05f2b2eb2c5e9c7be8a765af063830c SHA512 936a8543857783b4bd4cba16b5297377a1f07c2c24f26b6a943fd4be25bcb542c04397ca0765b4f149f2b6178208d7fa32d6c82afe583433a13aa1109a5b1e5e WHIRLPOOL 1305700ed7f7ea0060fc99b71a364cb1881443a0cc2541a52800a2593438d2298929e8b457b1a4a5b839cf400b4c6658cbe2ab7444feead0cde2b22ceccfc1ad diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.3.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.3.ebuild new file mode 100644 index 0000000..6f57138 --- /dev/null +++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 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="" + +RDEPEND=" + >=x11-libs/gtk+-2.90.3:3[X(+)] +" +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 +}