* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-vfs-perl/
@ 2016-12-10 18:01 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2016-12-10 18:01 UTC (permalink / raw
To: gentoo-commits
commit: 2337988dffc62a36f80fcd5a52ce794028de8899
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:27:01 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:00:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2337988d
dev-perl/gnome2-vfs-perl: Fix dep on dev-perl/ExtUtils-PkgConfig
Package-Manager: portage-2.3.3
dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild
index ac0fd3e..a11d327 100644
--- a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild
+++ b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,7 +20,7 @@ RDEPEND=">=gnome-base/gnome-vfs-2
>=dev-perl/glib-perl-1.120"
DEPEND="${RDEPEND}
>=dev-perl/ExtUtils-Depends-0.2
- >=dev-perl/extutils-pkgconfig-1.03
+ >=dev-perl/ExtUtils-PkgConfig-1.03
virtual/pkgconfig"
SRC_TEST=skip
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-vfs-perl/
@ 2017-05-26 9:37 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-05-26 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 9765caebcaa9cb09e3a29852f15f6b34ce18fde6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 09:36:38 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri May 26 09:36:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9765caeb
dev-perl/gnome2-vfs-perl: Bump to version 1.83.0
- EAPI6
Upstream:
- Avoid PL_na macro misuse to avoid compat clashes with XS modules
- Fix arg-checking logic error in ::read
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/gnome2-vfs-perl/Manifest | 1 +
.../gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-perl/gnome2-vfs-perl/Manifest b/dev-perl/gnome2-vfs-perl/Manifest
index 28d79038765..887ebd13708 100644
--- a/dev-perl/gnome2-vfs-perl/Manifest
+++ b/dev-perl/gnome2-vfs-perl/Manifest
@@ -1 +1,2 @@
DIST Gnome2-VFS-1.081.tar.gz 59061 SHA256 54f5d5406285f16ff68a3013980102e7ddd651f2523b296c1021ebf27c4e7a78 SHA512 4a2e675af01e6d6bfe6ac75d1c2b2e21b28bae284c9fd9ecb60786ed8f9bb9c54113db6edb30039dad4cda522fa15ae22c1364f04421397c2adb1d558d1217f5 WHIRLPOOL 83d1dae950a26fe7c468f47e5e39e9d1f9960d813a27bd8fd783a00d7a9ffc4a94698e73dcccc24dcab3c3b78c29aaeb5245e3dad0a0422101ecef376fa1cd0d
+DIST Gnome2-VFS-1.083.tar.gz 59109 SHA256 eca974669df4e7f21b4fcedb96c8a328422369c68b8c2cd99b9ce9cc5d7a7979 SHA512 385bf402ea6493ec3d558e146f5bad754bb17e0c76960336352ed8e928e2fc163077cfd081c11fceae4750eab8d1f60fb532eb25b83a88c0fd93cb9268e9a252 WHIRLPOOL 96fe74406f4fee97802dda59714cdd067ffc89804325eec3a2f9d86ca422059846fed1f08926da2675404d5c51bc8323575d613c4af308f13558e02985fd00ce
diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
new file mode 100644
index 00000000000..442904d7bf3
--- /dev/null
+++ b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Gnome2-VFS
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.083
+inherit perl-module
+
+DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System libraries"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=gnome-base/gnome-vfs-2
+ >=dev-perl/glib-perl-1.120"
+DEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.200.0
+ >=dev-perl/ExtUtils-PkgConfig-1.03
+ virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-vfs-perl/
@ 2018-06-10 16:13 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2018-06-10 16:13 UTC (permalink / raw
To: gentoo-commits
commit: ddb0b9436b268f4c321e18220d28b336a44b540e
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:10:37 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:12:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb0b943
dev-perl/gnome2-vfs-perl: amd64 stable wrt bug #657634
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
index 442904d7bf3..dd533092a86 100644
--- a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
+++ b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System l
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=gnome-base/gnome-vfs-2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-vfs-perl/
@ 2018-06-10 17:11 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:11 UTC (permalink / raw
To: gentoo-commits
commit: 76258614249fc658134ea8de7472b55cc3d8ec13
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 17:00:08 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 17:00:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76258614
dev-perl/gnome2-vfs-perl: x86 stable (bug #657634)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
index dd533092a86..caf81f595c4 100644
--- a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
+++ b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System l
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=gnome-base/gnome-vfs-2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-vfs-perl/
@ 2018-06-26 12:28 Tobias Klausmann
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann @ 2018-06-26 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 15822c29bfa88c0c26548f73c4f977e433cd8bea
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 12:28:20 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 12:28:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15822c29
dev-perl/gnome2-vfs-perl-1.83.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657634
dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
index caf81f595c4..a985b8b8d15 100644
--- a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
+++ b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System l
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=gnome-base/gnome-vfs-2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-vfs-perl/
@ 2018-10-06 17:31 Matt Turner
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2018-10-06 17:31 UTC (permalink / raw
To: gentoo-commits
commit: ce3716cf903571189fc190f2209404a2c517b123
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 6 17:27:00 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 6 17:30:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3716cf
dev-perl/gnome2-vfs-perl: dropped ppc keywords, bug 667266
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild | 2 +-
dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild
index ad46da1011e..efbb177e453 100644
--- a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild
+++ b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System l
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=gnome-base/gnome-vfs-2
diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
index a985b8b8d15..6c08089fd21 100644
--- a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
+++ b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System l
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=gnome-base/gnome-vfs-2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-vfs-perl/
@ 2020-04-14 11:57 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-04-14 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 0d86f4bf24c545de04d2ac5b06fa89e860fe1742
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 11:37:14 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 11:57:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d86f4bf
dev-perl/gnome2-vfs-perl: Remove old 1.81.0-r1
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/gnome2-vfs-perl/Manifest | 1 -
.../gnome2-vfs-perl-1.81.0-r1.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/dev-perl/gnome2-vfs-perl/Manifest b/dev-perl/gnome2-vfs-perl/Manifest
index 1a0df549971..b33814dc385 100644
--- a/dev-perl/gnome2-vfs-perl/Manifest
+++ b/dev-perl/gnome2-vfs-perl/Manifest
@@ -1,2 +1 @@
-DIST Gnome2-VFS-1.081.tar.gz 59061 BLAKE2B a9fe959052540c3e70e8be7fe7ec7f080cf27e5652771e5ce3f7d9f24320c9b2d1a78efac083e1554714675e35974ee640250274a0e6af5233f79d79e13b7f48 SHA512 4a2e675af01e6d6bfe6ac75d1c2b2e21b28bae284c9fd9ecb60786ed8f9bb9c54113db6edb30039dad4cda522fa15ae22c1364f04421397c2adb1d558d1217f5
DIST Gnome2-VFS-1.083.tar.gz 59109 BLAKE2B bcc582e2375f41d2550e80a638c7c9fdb2b2dfe03ae984f097ca8b7ac2c19c412d65c92af3e7914a7bbe7ae9db0e7b946eef35fbbebb36c3d41cc0374da4a2f2 SHA512 385bf402ea6493ec3d558e146f5bad754bb17e0c76960336352ed8e928e2fc163077cfd081c11fceae4750eab8d1f60fb532eb25b83a88c0fd93cb9268e9a252
diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild
deleted file mode 100644
index f581b3f5a06..00000000000
--- a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN=Gnome2-VFS
-MODULE_AUTHOR=TSCH
-MODULE_VERSION=1.081
-inherit perl-module
-
-DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System libraries"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=gnome-base/gnome-vfs-2
- >=dev-perl/glib-perl-1.120"
-DEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-Depends-0.2
- >=dev-perl/ExtUtils-PkgConfig-1.03
- virtual/pkgconfig"
-
-SRC_TEST=skip
-# bug 423473
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-04-14 11:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-26 12:28 [gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-vfs-perl/ Tobias Klausmann
-- strict thread matches above, loose matches on Subject: below --
2020-04-14 11:57 Kent Fredric
2018-10-06 17:31 Matt Turner
2018-06-10 17:11 Thomas Deutschmann
2018-06-10 16:13 Aaron Bauman
2017-05-26 9:37 Kent Fredric
2016-12-10 18:01 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox