public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
Date: Tue, 20 Mar 2018 08:55:16 +0000 (UTC)	[thread overview]
Message-ID: <1521535928.ebdb3d76fa3c55b95daf0d73cb655db814b2e8f4.kentnl@gentoo> (raw)

commit:     ebdb3d76fa3c55b95daf0d73cb655db814b2e8f4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 08:42:36 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 08:52:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdb3d76

dev-perl/Video-Frequencies: EAPI6 + tests

- EAPI6ify
- Add basic compile tests

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../Video-Frequencies-0.03-r2.ebuild               | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
new file mode 100644
index 00000000000..cc38e57acea
--- /dev/null
+++ b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit perl-module
+
+DESCRIPTION="Video Frequencies perl module, for use with ivtv-ptune"
+HOMEPAGE="http://ivtv.sourceforge.net"
+SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	export OPTIMIZE="$CFLAGS"
+	perl-module_src_configure
+}
+
+src_test() {
+	ebegin "Compile testing Video::Frequencies ${PV}"
+		perl -Mblib="${S}" -M"Video::Frequencies ${PV} ()" -e1
+	if ! eend $?; then
+		echo
+		eerror "One or more modules failed compile:";
+		eerror "  Video::Frequencies ${PV}"
+		die "Failing due to module compilation errors";
+	fi
+	perl-module_src_test
+}


             reply	other threads:[~2018-03-20  8:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-20  8:55 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-02 15:49 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/ Andreas K. Hüttel
2020-04-15 16:22 Kent Fredric
2018-08-21  0:05 Sergei Trofimovich
2018-08-19 18:45 Matt Turner
2018-08-19  3:08 Mikle Kolyada
2018-08-18 22:15 Thomas Deutschmann
2017-09-18 16:50 Kent Fredric
2016-11-28 10:42 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1521535928.ebdb3d76fa3c55b95daf0d73cb655db814b2e8f4.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox