p5-gtk2-notify: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:34:36 +00:00
parent 245e4be4e6
commit 98b5d47490
Signed by: tb
GPG Key ID: 42F8B4E30B673606
5 changed files with 0 additions and 63 deletions

View File

@ -1,24 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/Notify.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/Notify.pod
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/Notify/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/Notify/Install/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/Notify/Install/Files.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/Notify/Install/notify-autogen.h
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/Notify/Install/notify.typemap
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/Notify/index.pod
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/Gtk2/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/Gtk2/Notify/
-rwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/Gtk2/Notify/Notify.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/Gtk2::Notify.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Gtk2::Notify::index.3pm.gz

View File

@ -1,7 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/+CW2q/XBjNEOcR0hXPdcC9ZHJYL8Eg1aBkNkHDHjPHZSsVpO4gTHo1tREmdYRQseBmq2UMznUa8NLoFtw8Wgo=
SHA256 (Pkgfile) = 2764b00c5105e32606e3165e8cef910039d5eca06886538f0b70c43222d1819d
SHA256 (.footprint) = 23d3adc959eeff68db6cdada847f4f6e854a6a0eff82ac00732b5c55248f94b0
SHA256 (Gtk2-Notify-0.05.tar.gz) = 88189ae68dfbd54615ad133df07e2ec8048d06d8b9586add1227d74eb2ebb047
SHA256 (libnotify.patch.gz) = 23b27df89d00fe9345bcfc7acb19b853baa289762e5a9cdecb88d8cdc71dff2e
SHA256 (makefile.patch.gz) = 4eeb650c4be786e9c888f38cdb88ad01a7025c9eec98f4a0761f72295c2e88db

View File

@ -1,32 +0,0 @@
# Description: Perl interface to libnotify
# URL: https://metacpan.org/pod/Gtk2::Notify
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Packager: Alexandr Savca, alexandr dot savca89 at gmail dot com
# Depends on: libnotify p5-gtk2 p5-net-dbus
name=p5-gtk2-notify
version=0.05
release=1
source=(https://cpan.metacpan.org/authors/id/F/FL/FLORA/Gtk2-Notify-$version.tar.gz
libnotify.patch.gz makefile.patch.gz)
build() {
cd Gtk2-Notify-$version
gunzip -c $SRC/libnotify.patch.gz | patch -p0
gunzip -c $SRC/makefile.patch.gz | patch -p1
perl Makefile.PL
sed -i '/^CCFLAGS /s/-pipe //' Makefile
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist \
-o -name autosplit.ix \
| xargs rm -f
find $PKG -depth -type d -empty -delete
find $PKG -type f -a -perm -u-w | xargs chmod u+w
}

Binary file not shown.

Binary file not shown.