public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/
@ 2017-06-25 22:11 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2017-06-25 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     648bed166f1d5f840cebedaeb78910346e4b1e2a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 22:11:39 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 22:11:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648bed16

dev-perl/Gtk2-Notify: Fix build on Perl 5.26, bug 616950

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
index bf2c5607992..3a7cb84cfae 100644
--- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
+++ b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
@@ -30,6 +30,12 @@ PATCHES=( "${FILESDIR}"/${PN}-0.05-libnotify.patch )
 PERL_RM_FILES=( t/notification.t )
 # the test dies if no notification daemon is present...
 
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}
+
 src_test() {
 	# bug 416729
 	virtx perl-module_src_test


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/
@ 2023-06-21  4:28 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-21  4:28 UTC (permalink / raw
  To: gentoo-commits

commit:     985991254d566970cc910c67e5f083af3ca8381d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 04:12:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 04:27:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98599125

dev-perl/Gtk2-Notify: update DESCRIPTION

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild
index a04edfd70747..1125d7e547d8 100644
--- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild
+++ b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ DIST_AUTHOR=FLORA
 DIST_VERSION=0.05
 inherit perl-module virtualx
 
-DESCRIPTION="A perl interface to the notification library"
+DESCRIPTION="Perl interface to the notification library"
 
 LICENSE="LGPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/
@ 2021-10-31  0:20 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-10-31  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     78b72547ba2bf180a22663f4e36f5fe216e6c87d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 00:16:26 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 00:20:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b72547

dev-perl/Gtk2-Notify: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../{Gtk2-Notify-0.50.0.ebuild => Gtk2-Notify-0.50.0-r1.ebuild}   | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild
similarity index 88%
rename from dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
rename to dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild
index 8d02168dae4..a04edfd7074 100644
--- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
+++ b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=FLORA
 DIST_VERSION=0.05
@@ -12,15 +12,13 @@ DESCRIPTION="A perl interface to the notification library"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-perl/glib-perl
 	dev-perl/Gtk2
 	>=x11-libs/libnotify-0.7
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	dev-perl/ExtUtils-Depends
 	dev-perl/ExtUtils-PkgConfig
 	test? ( dev-perl/Test-Exception )


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/
@ 2017-06-30 18:17 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-06-30 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ae897b25efd6d5c130a93e2c05be402f3fc1ad5a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 18:17:09 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 18:17:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae897b25

dev-perl/Gtk2-Notify: Cleanup old re bug #616950

Remove versions that weren't patched for '.' in @INC

Bug: https://bugs.gentoo.org/616950
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild | 31 -------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild
deleted file mode 100644
index 65da1fc5471..00000000000
--- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=FLORA
-
-inherit perl-module virtualx
-
-DESCRIPTION="A perl interface to the notification library"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="dev-perl/glib-perl
-	dev-perl/Gtk2
-	>=x11-libs/libnotify-0.7"
-DEPEND="${RDEPEND}
-	dev-perl/ExtUtils-Depends
-	dev-perl/ExtUtils-PkgConfig
-	test? ( dev-perl/Test-Exception )"
-
-SRC_TEST="do"
-
-PATCHES=( "${FILESDIR}"/${P}-libnotify.patch )
-
-src_test() {
-	VIRTUALX_COMMAND="perl-module_src_test" virtualmake #416729
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/
@ 2017-06-29  8:06 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2017-06-29  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     83fc21786eac30e19e972bb89f66f0c67f6bfe38
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 08:05:58 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 08:05:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fc2178

dev-perl/Gtk2-Notify: amd64 stable wrt bug #622952

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
index 3a7cb84cfae..f149b7c01da 100644
--- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
+++ b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A perl interface to the notification library"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/
@ 2017-03-19  4:12 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-03-19  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b25ae92af6465e064fa7f2bf89052591df0b3c9c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:17:00 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:49:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25ae92a

dev-perl/Gtk2-Notify: Fix dep on dev-perl/Gtk2

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild
index 62a67e53f28..65da1fc5471 100644
--- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild
+++ b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="dev-perl/glib-perl
-	dev-perl/gtk2-perl
+	dev-perl/Gtk2
 	>=x11-libs/libnotify-0.7"
 DEPEND="${RDEPEND}
 	dev-perl/ExtUtils-Depends


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/
@ 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:     8906ee871e0132a6e6cf7f19b7ea3a1819766478
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:23:17 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:00:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8906ee87

dev-perl/Gtk2-Notify: Fix dep on dev-perl/ExtUtils-PkgConfig

Package-Manager: portage-2.3.3

 dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild
index 259c436..eb6e1de 100644
--- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild
+++ b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-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="dev-perl/glib-perl
 	>=x11-libs/libnotify-0.7"
 DEPEND="${RDEPEND}
 	dev-perl/ExtUtils-Depends
-	dev-perl/extutils-pkgconfig
+	dev-perl/ExtUtils-PkgConfig
 	test? ( dev-perl/Test-Exception )"
 
 SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-21  4:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25 22:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  4:28 Sam James
2021-10-31  0:20 Andreas K. Hüttel
2017-06-30 18:17 Kent Fredric
2017-06-29  8:06 Agostino Sarubbo
2017-03-19  4:12 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