p5-gtk2-trayicon: removed unmaintained port

This commit is contained in:
Tim Biermann 2020-07-10 11:42:00 +00:00
parent 04244d57d9
commit 64e0e50cbb
3 changed files with 0 additions and 53 deletions

View File

@ -1,21 +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.28/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Gtk2/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Gtk2/TrayIcon.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Gtk2/TrayIcon/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Gtk2/TrayIcon/Install/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Gtk2/TrayIcon/Install/Files.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Gtk2/TrayIcon/Install/trayicon-autogen.h
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Gtk2/TrayIcon/Install/trayicon.typemap
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Gtk2/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Gtk2/TrayIcon/
-rwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Gtk2/TrayIcon/TrayIcon.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::TrayIcon.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34o0wWlR1E0rPEbUKx538oW9xxSa7GhSSkgSCJZVzPBVd6Zub4lWqlutdUHXEd2Jqu96U1fJbnU4hdOHf6E0MQg=
SHA256 (Pkgfile) = 6917f45c0636ddaca6d64d58f6e79468ab7d9763e7e75d6f14e1393d07e7a628
SHA256 (.footprint) = c72ebd496b67329f9884a9e25bda83c0dd3edde965591feed34b50bdb97640dc
SHA256 (Gtk2-TrayIcon-0.06.tar.gz) = cbb7632b75d7f41554dfe8ee9063dbfd1d8522291077c65d0d82e9ceb5e94ae2

View File

@ -1,27 +0,0 @@
# Description: Perl interface to the EggTrayIcon library
# URL: https://metacpan.org/pod/Gtk2::TrayIcon
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Maintainer: unmaintained
# Depends on: p5-gtk2
name=p5-gtk2-trayicon
version=0.06
release=1
source=(https://cpan.metacpan.org/authors/id/B/BO/BORUP/Gtk2-TrayIcon-$version.tar.gz)
build () {
cd Gtk2-TrayIcon-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name perllocal.pod \
-o -name "*.bs" \
-o -name autosplit.ix \
-o -name .packlist \
| xargs rm -f
find $PKG -depth -type d -empty -delete
find $PKG -type f -a -perm -u-w | xargs chmod u+w
}