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 0EC281396D9 for ; Tue, 24 Oct 2017 02:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE1862BC04C; Tue, 24 Oct 2017 02:43:17 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 925A72BC04C for ; Tue, 24 Oct 2017 02:43:17 +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 065C033BEC0 for ; Tue, 24 Oct 2017 02:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71706839 for ; Tue, 24 Oct 2017 02:43:13 +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: <1508810304.30c4e128e0c8231b54d0a41c9fbe3237cf3808a2.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-SourceView2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild dev-perl/Gtk2-SourceView2/metadata.xml X-VCS-Directories: dev-perl/Gtk2-SourceView2/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 30c4e128e0c8231b54d0a41c9fbe3237cf3808a2 X-VCS-Branch: master Date: Tue, 24 Oct 2017 02:43:13 +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: b9c8c04a-dffd-451c-b140-552ecc2e3ab9 X-Archives-Hash: d91b4f39554bacfb4c80ed7fd307bee3 commit: 30c4e128e0c8231b54d0a41c9fbe3237cf3808a2 Author: Kent Fredric gentoo org> AuthorDate: Tue Oct 24 01:58:24 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Oct 24 01:58:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c4e128 dev-perl/Gtk2-SourceView2: Virtualxify tests - Make tests work with virtualx - Add upstream remote-id's to metadata.xml Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../Gtk2-SourceView2-0.100.0-r1.ebuild | 30 ++++++++++++++++++++++ dev-perl/Gtk2-SourceView2/metadata.xml | 4 +++ 2 files changed, 34 insertions(+) diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild new file mode 100644 index 00000000000..2042b5ad212 --- /dev/null +++ b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=POTYL +DIST_VERSION=0.10 +DIST_A_EXT=tar.gz +inherit perl-module virtualx + +DESCRIPTION="Perl binding for the C library gtksourceview" + +SLOT="0" +LICENSE="|| ( GPL-2+ Artistic-2 )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/Gtk2 + >=dev-perl/glib-perl-1.160.0 +" +DEPEND="${RDEPEND} + dev-perl/ExtUtils-Depends + dev-perl/ExtUtils-PkgConfig + virtual/perl-ExtUtils-MakeMaker + x11-libs/gtksourceview:2.0 +" +src_test() { + virtx perl-module_src_test +} diff --git a/dev-perl/Gtk2-SourceView2/metadata.xml b/dev-perl/Gtk2-SourceView2/metadata.xml index 2b9a936fc0a..4febf45a1ab 100644 --- a/dev-perl/Gtk2-SourceView2/metadata.xml +++ b/dev-perl/Gtk2-SourceView2/metadata.xml @@ -5,4 +5,8 @@ perl@gentoo.org Gentoo Perl Project + + Gtk2-SourceView + Gtk2::SourceView2 +