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 F0DE5139694 for ; Fri, 26 May 2017 09:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E742E0DBB; Fri, 26 May 2017 09:37:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6F2CEE0DBB for ; Fri, 26 May 2017 09:37:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1313A3415B7 for ; Fri, 26 May 2017 09:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A71F5747D for ; Fri, 26 May 2017 09:37:31 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1495791413.9765caebcaa9cb09e3a29852f15f6b34ce18fde6.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-vfs-perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/gnome2-vfs-perl/Manifest dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild X-VCS-Directories: dev-perl/gnome2-vfs-perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9765caebcaa9cb09e3a29852f15f6b34ce18fde6 X-VCS-Branch: master Date: Fri, 26 May 2017 09:37:31 +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: fbe31e9c-d702-45a4-aa9f-233c8a967974 X-Archives-Hash: 96c71d4f007932a878490496cee9b010 commit: 9765caebcaa9cb09e3a29852f15f6b34ce18fde6 Author: Kent Fredric gentoo org> AuthorDate: Fri May 26 09:36:38 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri May 26 09:36:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9765caeb dev-perl/gnome2-vfs-perl: Bump to version 1.83.0 - EAPI6 Upstream: - Avoid PL_na macro misuse to avoid compat clashes with XS modules - Fix arg-checking logic error in ::read Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-perl/gnome2-vfs-perl/Manifest | 1 + .../gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-perl/gnome2-vfs-perl/Manifest b/dev-perl/gnome2-vfs-perl/Manifest index 28d79038765..887ebd13708 100644 --- a/dev-perl/gnome2-vfs-perl/Manifest +++ b/dev-perl/gnome2-vfs-perl/Manifest @@ -1 +1,2 @@ DIST Gnome2-VFS-1.081.tar.gz 59061 SHA256 54f5d5406285f16ff68a3013980102e7ddd651f2523b296c1021ebf27c4e7a78 SHA512 4a2e675af01e6d6bfe6ac75d1c2b2e21b28bae284c9fd9ecb60786ed8f9bb9c54113db6edb30039dad4cda522fa15ae22c1364f04421397c2adb1d558d1217f5 WHIRLPOOL 83d1dae950a26fe7c468f47e5e39e9d1f9960d813a27bd8fd783a00d7a9ffc4a94698e73dcccc24dcab3c3b78c29aaeb5245e3dad0a0422101ecef376fa1cd0d +DIST Gnome2-VFS-1.083.tar.gz 59109 SHA256 eca974669df4e7f21b4fcedb96c8a328422369c68b8c2cd99b9ce9cc5d7a7979 SHA512 385bf402ea6493ec3d558e146f5bad754bb17e0c76960336352ed8e928e2fc163077cfd081c11fceae4750eab8d1f60fb532eb25b83a88c0fd93cb9268e9a252 WHIRLPOOL 96fe74406f4fee97802dda59714cdd067ffc89804325eec3a2f9d86ca422059846fed1f08926da2675404d5c51bc8323575d613c4af308f13558e02985fd00ce diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild new file mode 100644 index 00000000000..442904d7bf3 --- /dev/null +++ b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_NAME=Gnome2-VFS +DIST_AUTHOR=XAOC +DIST_VERSION=1.083 +inherit perl-module + +DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System libraries" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="" + +RDEPEND=">=gnome-base/gnome-vfs-2 + >=dev-perl/glib-perl-1.120" +DEPEND="${RDEPEND} + >=dev-perl/ExtUtils-Depends-0.200.0 + >=dev-perl/ExtUtils-PkgConfig-1.03 + virtual/pkgconfig"