* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Fuse/
@ 2019-10-17 4:15 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2019-10-17 4:15 UTC (permalink / raw
To: gentoo-commits
commit: d8547d588e10ec3e162b8cf5920ff87ee923a83a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 04:12:52 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 04:13:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8547d58
dev-perl/Fuse: revision bump, add missing deps, EAPI 7
Closes: https://bugs.gentoo.org/697012
Closes: https://github.com/gentoo/gentoo/pull/13217
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Fuse/Fuse-0.16.1-r1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild b/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild
new file mode 100644
index 00000000000..02c10a497a7
--- /dev/null
+++ b/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DPATES
+inherit perl-module
+
+DESCRIPTION="Fuse module for perl"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="sys-fs/fuse"
+RDEPEND="
+ sys-fs/fuse:=
+ dev-perl/Filesys-Statvfs
+ dev-perl/Lchown
+ dev-perl/Unix-Mknod
+"
+BDEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( ${RDEPEND} )
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Fuse/
@ 2021-06-02 18:47 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-02 18:47 UTC (permalink / raw
To: gentoo-commits
commit: b45167f84c02cb6a51c158e24f056fd9237b23cb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 18:43:15 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 18:46:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45167f8
dev-perl/Fuse: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Fuse/Fuse-0.16.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Fuse/Fuse-0.16.1-r2.ebuild b/dev-perl/Fuse/Fuse-0.16.1-r2.ebuild
index c4b3462bcde..63ec67d0d35 100644
--- a/dev-perl/Fuse/Fuse-0.16.1-r2.ebuild
+++ b/dev-perl/Fuse/Fuse-0.16.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ DESCRIPTION="Fuse module for perl"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Fuse/
@ 2021-06-02 18:47 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-02 18:47 UTC (permalink / raw
To: gentoo-commits
commit: 8b8417560acf607b2473027e6e3db0ee1a1eb7b7
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 18:42:03 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 18:46:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b841756
dev-perl/Fuse: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Fuse/Fuse-0.16.1-r1.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild b/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild
deleted file mode 100644
index 24e53406acc..00000000000
--- a/dev-perl/Fuse/Fuse-0.16.1-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DPATES
-inherit perl-module
-
-DESCRIPTION="Fuse module for perl"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="sys-fs/fuse"
-RDEPEND="
- sys-fs/fuse:=
- dev-perl/Filesys-Statvfs
- dev-perl/Lchown
- dev-perl/Unix-Mknod
-"
-BDEPEND="
- virtual/perl-ExtUtils-MakeMaker
- test? ( ${RDEPEND} )
-"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Fuse/
@ 2021-06-02 18:47 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-02 18:47 UTC (permalink / raw
To: gentoo-commits
commit: f58d223e10902ba409b8be605d98b2c575e6285e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 18:43:31 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 18:47:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58d223e
dev-perl/Fuse: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Fuse/Fuse-0.16.1.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-perl/Fuse/Fuse-0.16.1.ebuild b/dev-perl/Fuse/Fuse-0.16.1.ebuild
deleted file mode 100644
index 7fc42e8bf03..00000000000
--- a/dev-perl/Fuse/Fuse-0.16.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DPATES
-inherit perl-module
-
-DESCRIPTION="Fuse module for perl"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-
-RDEPEND="sys-fs/fuse"
-DEPEND="${RDEPEND}"
-
-# Test is whack - ChrisWhite
-#SRC_TEST="do"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-06-02 18:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-02 18:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Fuse/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-06-02 18:47 Andreas K. Hüttel
2021-06-02 18:47 Andreas K. Hüttel
2019-10-17 4:15 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox