public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-BinHex/
Date: Sun,  6 Sep 2015 22:26:30 +0000 (UTC)	[thread overview]
Message-ID: <1441578381.475c23e07a68ae126aa1456fb901cdeafe2ec737.dilfridge@gentoo> (raw)

commit:     475c23e07a68ae126aa1456fb901cdeafe2ec737
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 22:04:51 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 22:26:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475c23e0

dev-perl/Convert-BinHex: Version bump

Package-Manager: portage-2.2.20.1

 .../Convert-BinHex/Convert-BinHex-1.124.0.ebuild   | 32 ++++++++++++++++++++++
 dev-perl/Convert-BinHex/Manifest                   |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Convert-BinHex/Convert-BinHex-1.124.0.ebuild b/dev-perl/Convert-BinHex/Convert-BinHex-1.124.0.ebuild
new file mode 100644
index 0000000..6375cbb
--- /dev/null
+++ b/dev-perl/Convert-BinHex/Convert-BinHex-1.124.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=STEPHEN
+MODULE_VERSION=1.124
+inherit perl-module
+
+DESCRIPTION="Extract data from Macintosh BinHex files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Exporter
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/File-Slurp
+		virtual/perl-File-Temp
+		virtual/perl-autodie
+		virtual/perl-Test-Simple
+		dev-perl/Test-Most
+	)
+"
+
+SRC_TEST="do parallel"

diff --git a/dev-perl/Convert-BinHex/Manifest b/dev-perl/Convert-BinHex/Manifest
index 6e0fd5b..932ff22 100644
--- a/dev-perl/Convert-BinHex/Manifest
+++ b/dev-perl/Convert-BinHex/Manifest
@@ -1 +1,2 @@
 DIST Convert-BinHex-1.123.tar.gz 75876 SHA256 bd2028056297087a94d14d5390878f9aa69b0a6d186fe23f0925271e5bcfc440 SHA512 dc856ce8db67217e6e60daa59de2255348d0e5f9fc2d40e71a5f8fa36619a22e7deb9517b8fe7621d7f608f33ec12cd78bfd7ab65bd65e371ee720170c29129f WHIRLPOOL 97f3314e5a3903ae80dd39638dd9095f7bd35aca31eaf3093b39a8a5e7b941ac6d981f3fc611f1224521ad4c0a38a23bbd474099f0a2b054fe095bafdbe18e68
+DIST Convert-BinHex-1.124.tar.gz 73095 SHA256 42907b960ca70aa7be69b340ed567e8dd0b9d5e06541a5d89aa3a34255dabdb9 SHA512 79cc903c3c68680309ceab8312f909c32b8b90bdde3424081c1b81fac0371799f11a6d37702d14a58a5ca843706e3c4e8adf61daafd5fc2ab3922e49de8ec697 WHIRLPOOL 82c6e6003f183ccaba5e00d1e8ef24bd8f633d2b455521e1e13ea138a5753c36b8dfb763b8fb47283d7f21d4bad132114c1bd9262bab4202be6a5659f3fe4a7e


             reply	other threads:[~2015-09-06 22:26 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-06 22:26 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-07 12:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-BinHex/ Mikle Kolyada
2015-10-04  8:03 Jeroen Roovers
2015-12-30 15:51 Andreas Hüttel
2016-01-02 18:53 Agostino Sarubbo
2016-01-17 18:24 Agostino Sarubbo
2016-01-24  7:20 Jeroen Roovers
2016-02-04 20:51 Tobias Klausmann
2017-01-20 11:05 Agostino Sarubbo
2017-03-15 18:54 Matt Turner
2017-03-17 10:42 Agostino Sarubbo
2017-06-03 20:22 Sergei Trofimovich
2018-04-05 14:11 Aaron Bauman
2018-04-05 16:10 Tobias Klausmann
2018-04-05 18:29 Thomas Deutschmann
2018-04-05 21:07 Sergei Trofimovich
2018-04-07  4:01 Matt Turner
2018-04-07 21:13 Matt Turner
2018-04-18  7:05 Sergei Trofimovich
2018-06-03  3:31 Kent Fredric
2021-10-13 23:18 Andreas K. Hüttel
2022-02-05  6:34 Sam James
2023-12-14  4:13 Sam James

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=1441578381.475c23e07a68ae126aa1456fb901cdeafe2ec737.dilfridge@gentoo \
    --to=dilfridge@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