summaryrefslogtreecommitdiff
path: root/dev-perl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-08 21:28:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-08 21:28:31 +0100
commitfcd00f02f3d3ec2d37625d68ee736a3e7381fb87 (patch)
tree134a22ca77e1f8a9393f7dd5c1504bb6204427f3 /dev-perl
parent6721bc6137dee68e53e7b86a72184911e982697f (diff)
gentoo auto-resync : 08:08:2023 - 21:28:31
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild41
-rw-r--r--dev-perl/Gtk2-Notify/Manifest4
-rw-r--r--dev-perl/Gtk2-Notify/files/Gtk2-Notify-0.05-libnotify.patch114
-rw-r--r--dev-perl/Gtk2-Notify/metadata.xml12
-rw-r--r--dev-perl/Manifest.gzbin285395 -> 285237 bytes
5 files changed, 0 insertions, 171 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
deleted file mode 100644
index 1125d7e547d8..000000000000
--- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.50.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=FLORA
-DIST_VERSION=0.05
-inherit perl-module virtualx
-
-DESCRIPTION="Perl interface to the notification library"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-perl/glib-perl
- dev-perl/Gtk2
- >=x11-libs/libnotify-0.7
-"
-BDEPEND="${RDEPEND}
- dev-perl/ExtUtils-Depends
- dev-perl/ExtUtils-PkgConfig
- test? ( dev-perl/Test-Exception )
-"
-
-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
-}
diff --git a/dev-perl/Gtk2-Notify/Manifest b/dev-perl/Gtk2-Notify/Manifest
deleted file mode 100644
index f0986eed9849..000000000000
--- a/dev-perl/Gtk2-Notify/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX Gtk2-Notify-0.05-libnotify.patch 2813 BLAKE2B 07889ae9de77d0febce4419d961e98c93e1a9e55543328d95f03cd76e4363376f624aded5033c50cc767273c85a076bfeaf05f4f9fa92587df5d5a6e3a62430a SHA512 7737e1233a49117ea325001a2e6537151d29736307955f26e040ea56472d5505833022f7060d1d4a2a483bd468dd71d6f3f4222663ab4366416cd2bbafea9137
-DIST Gtk2-Notify-0.05.tar.gz 60883 BLAKE2B 0910ade464356bb8070c5c68f1135396c5a55170673ed5a81634f2441ff55dea71507de3f5edfc2b6f12711140cc3d7764d8803b3d0c3a3a3a4440ae571f57ef SHA512 e6242c21f6a3345d990830798744c8dd3abf648c0110d395197fc74b185b68189f9fc90e0fc14717cc09505d67fbaf8f45c1b3fae65c873275537e55c9e35434
-EBUILD Gtk2-Notify-0.50.0-r1.ebuild 868 BLAKE2B f3febec4a031c5259aa6b34491473f76e081bc2b039608e1da6f46b04bcdb03186c1a076e0a09e6382cd65e8fb14e4285e71706e21f99c3246221de72e6196b6 SHA512 adf180d723df7aeebd1fbaa8c0d2be6b25a3c2321c71f454081eb23644adf336daa41e0fdd919fab869261a0f682930c0ee44bce729569af82a07caa4a1fff11
-MISC metadata.xml 395 BLAKE2B 5e016e3d0145b424bc987831c91cfcf5fa2c9c8378efa9b594b73b9340713714fe43b9ec19ed93638f159bda40ad8d764d76a92f062ebce787e2838afbb6cecc SHA512 5a9c5c4d616f85f67a734af6f9ed7171580d3b64ec71cf79db92a8bb02a89206dae068142ffe28bf59c940a3eaa718e1ecaf2a7ca2b914046e63203e7fea5251
diff --git a/dev-perl/Gtk2-Notify/files/Gtk2-Notify-0.05-libnotify.patch b/dev-perl/Gtk2-Notify/files/Gtk2-Notify-0.05-libnotify.patch
deleted file mode 100644
index 8865c1f3f1f0..000000000000
--- a/dev-perl/Gtk2-Notify/files/Gtk2-Notify-0.05-libnotify.patch
+++ /dev/null
@@ -1,114 +0,0 @@
-http://bugs.gentoo.org/398699
-http://rt.cpan.org/Public/Bug/Display.html?id=67297
-http://pkgs.fedoraproject.org/gitweb/?p=perl-Gtk2-Notify.git;a=blob_plain;f=libnotify.patch;hb=HEAD
-
---- a/t/notification.t
-+++ b/t/notification.t
-@@ -2,20 +2,18 @@
-
- use strict;
- use warnings;
--use Gtk2::TestHelper tests => 35;
-+use Gtk2::TestHelper tests => 32;
- use Test::Exception;
- use Gtk2::Notify -init, $0;
-
- ginterfaces_ok('Gtk2::Notify');
-
--my $w = Gtk2::Window->new;
--my $n = Gtk2::Notify->new('foo', 'bar', '', $w);
-+my $n = Gtk2::Notify->new('foo', 'bar', '');
-
- isa_ok($n, 'Gtk2::Notify');
-
- my @methods = qw(
- add_action
-- attach_to_widget
- clear_actions
- clear_hints
- close
-@@ -46,16 +44,6 @@ lives_ok(sub {
- }, 42);
- }, 'add_action');
-
--{
-- my $nw = Gtk2::Window->new;
-- lives_ok(sub {
-- $n->attach_to_widget($nw);
-- }, 'attach_to_widget');
-- lives_ok(sub {
-- $n->attach_to_widget($w);
-- }, 'attach_to_widget');
--}
--
- lives_ok(sub {
- $n->clear_actions;
- }, 'clear_actions with existing actions');
-@@ -99,8 +87,6 @@ lives_ok(sub {
- $n->close;
- }, 'close before show');
-
--$w->show_all;
--
- lives_ok(sub {
- $n->show;
- }, 'show');
---- a/xs/Notify.xs
-+++ b/xs/Notify.xs
-@@ -86,26 +86,12 @@ notify_get_server_info (class, OUTLIST c
- MODULE = Gtk2::Notify PACKAGE = Gtk2::Notify PREFIX = notify_notification_
-
- NotifyNotification *
--notify_notification_new (class, summary, body=NULL, icon=NULL, attach=NULL)
-+notify_notification_new (class, summary, body=NULL, icon=NULL)
- const gchar *summary
- const gchar *body
- const gchar *icon
-- GtkWidget_ornull *attach
- C_ARGS:
-- summary, body, icon, attach
--
--#if GTK_CHECK_VERSION (2, 9, 2)
--
--NotifyNotification *
--notify_notification_new_with_status_icon (class, summary, body=NULL, icon=NULL, status_icon=NULL)
-- const gchar *summary
-- const gchar *body
-- const gchar *icon
-- GtkStatusIcon *status_icon
-- C_ARGS:
-- summary, body, icon, status_icon
--
--#endif
-+ summary, body, icon
-
- gboolean
- notify_notification_update (notification, summary, message=NULL, icon=NULL)
-@@ -114,27 +100,6 @@ notify_notification_update (notification
- const gchar *message
- const gchar *icon
-
--void
--notify_notification_attach_to_widget (notification, attach)
-- NotifyNotification *notification
-- GtkWidget *attach
--
--#if GTK_CHECK_VERSION (2, 9, 2)
--
--void
--notify_notification_attach_to_status_icon (notification, status_icon)
-- NotifyNotification *notification
-- GtkStatusIcon *status_icon
--
--#endif
--
--void
--notify_notification_set_geometry_hints (notification, screen, x, y)
-- NotifyNotification *notification
-- GdkScreen *screen
-- gint x
-- gint y
--
- NO_OUTPUT gboolean
- notify_notification_show (notification)
- NotifyNotification *notification
diff --git a/dev-perl/Gtk2-Notify/metadata.xml b/dev-perl/Gtk2-Notify/metadata.xml
deleted file mode 100644
index 7bdfa2719222..000000000000
--- a/dev-perl/Gtk2-Notify/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Gtk2-Notify</remote-id>
- <remote-id type="cpan-module">Gtk2::Notify</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-perl/Manifest.gz b/dev-perl/Manifest.gz
index a94557b6ac98..1ac88155afc7 100644
--- a/dev-perl/Manifest.gz
+++ b/dev-perl/Manifest.gz
Binary files differ