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/File-HomeDir/
Date: Fri, 28 Aug 2020 19:44:49 +0000 (UTC)	[thread overview]
Message-ID: <1598643865.531006df31f6fe11f73f4505128a6088a55b100c.kentnl@gentoo> (raw)

commit:     531006df31f6fe11f73f4505128a6088a55b100c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 19:44:25 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 19:44:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531006df

dev-perl/File-HomeDir: Bump to version 1.4.0

- EAPI7

Upstream:
- Remove TIE implementation
- Determine ->my_home when $ENV{HOME} unset/empty

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/File-HomeDir/File-HomeDir-1.4.0.ebuild | 30 +++++++++++++++++++++++++
 dev-perl/File-HomeDir/Manifest                  |  1 +
 dev-perl/File-HomeDir/metadata.xml              |  1 -
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/dev-perl/File-HomeDir/File-HomeDir-1.4.0.ebuild b/dev-perl/File-HomeDir/File-HomeDir-1.4.0.ebuild
new file mode 100644
index 00000000000..8961d0d6ed8
--- /dev/null
+++ b/dev-perl/File-HomeDir/File-HomeDir-1.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=1.004
+inherit perl-module
+
+DESCRIPTION="Get home directory for self or other user"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+xdg test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=virtual/perl-File-Path-2.10.0
+	>=virtual/perl-File-Spec-3.120.0
+	>=virtual/perl-File-Temp-0.190.0
+	>=dev-perl/File-Which-0.50.0
+	xdg? ( x11-misc/xdg-user-dirs )
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.900.0
+	)
+"

diff --git a/dev-perl/File-HomeDir/Manifest b/dev-perl/File-HomeDir/Manifest
index e34015e6ef0..6ae68b2faf2 100644
--- a/dev-perl/File-HomeDir/Manifest
+++ b/dev-perl/File-HomeDir/Manifest
@@ -1 +1,2 @@
 DIST File-HomeDir-1.002.tar.gz 35441 BLAKE2B 01cbebbcc18958cb0056160383880c9749a1e43a4c27e2da9d6a190985929b53b25d3cb50d84766a1a9bc9607c64265c2fd622dc1d0eb4884d7c799edb02ff12 SHA512 4862c78f65785579d4978d3c4d36ba2a71fb78f069b5671d0cedabd6d187fb4377ae40be45b0abfb00df8dd362fbc28032aab2f39acbbe9f1d7bc4a5b24863d4
+DIST File-HomeDir-1.004.tar.gz 35400 BLAKE2B 8628feff38783af9b2035f9bf44ed5b6e6dc121683422da23ff48ffb7492be5e9afa8221f5e21ce36de99151ea0c0cef830628a8fd69668e9db6c2717f9c7df2 SHA512 21671f6badb23fc7e89ef7507266a0b85b9bbf38897b24651f6a84795b5174dd4bfa43251231cbdb1566183e12b253e2504f1fe0f8e195c35d9b5e3d639aa334

diff --git a/dev-perl/File-HomeDir/metadata.xml b/dev-perl/File-HomeDir/metadata.xml
index 96e1c43b26a..76605c58efa 100644
--- a/dev-perl/File-HomeDir/metadata.xml
+++ b/dev-perl/File-HomeDir/metadata.xml
@@ -14,7 +14,6 @@
     <remote-id type="cpan-module">File::HomeDir::Driver</remote-id>
     <remote-id type="cpan-module">File::HomeDir::FreeDesktop</remote-id>
     <remote-id type="cpan-module">File::HomeDir::MacOS9</remote-id>
-    <remote-id type="cpan-module">File::HomeDir::TIE</remote-id>
     <remote-id type="cpan-module">File::HomeDir::Test</remote-id>
     <remote-id type="cpan-module">File::HomeDir::Unix</remote-id>
     <remote-id type="cpan-module">File::HomeDir::Windows</remote-id>


             reply	other threads:[~2020-08-28 19:44 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-28 19:44 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-14 10:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-HomeDir/ WANG Xuerui
2022-04-28 15:05 Jakov Smolić
2022-04-25 15:06 Sam James
2021-10-28 20:01 Andreas K. Hüttel
2021-06-07  6:25 Sergei Trofimovich
2021-06-03 16:26 Sam James
2021-06-03 15:52 Sergei Trofimovich
2021-05-31  7:58 Sam James
2021-05-31  6:11 Agostino Sarubbo
2021-05-31  6:09 Agostino Sarubbo
2021-05-31  6:06 Agostino Sarubbo
2021-05-31  6:03 Agostino Sarubbo
2021-05-30 16:03 Andreas K. Hüttel
2020-10-01  8:28 Kent Fredric
2018-10-17 18:54 Fabian Groffen
2017-11-05 18:00 Sergei Trofimovich
2017-09-18 16:50 Kent Fredric
2017-06-19 12:38 Kent Fredric
2017-05-28  6:44 Markus Meier
2017-05-26 14:59 Agostino Sarubbo
2017-05-22 13:25 Tobias Klausmann
2017-05-22  9:40 Michael Weber
2017-05-22  9:25 Agostino Sarubbo
2017-05-21  8:09 Agostino Sarubbo
2017-04-07 14:17 Kent Fredric

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=1598643865.531006df31f6fe11f73f4505128a6088a55b100c.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