summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-03-08 19:28:37 +0000
committerTim Biermann <tbier@posteo.de>2021-03-08 19:28:37 +0000
commit6cfbc2f410fcaa4c8253a7cfc92cd182b3a0ed8c (patch)
treef6ee7f2bc357ffbe9f65be10d791d6bd022e9786
parente3e0b0620aae1cb6cf592835b152277b5810eaeb (diff)
downloadcontrib-6cfbc2f410fcaa4c8253a7cfc92cd182b3a0ed8c.tar.gz
contrib-6cfbc2f410fcaa4c8253a7cfc92cd182b3a0ed8c.tar.xz
p5-glib-object-introspection: deleted unmaintained port
-rw-r--r--p5-glib-object-introspection/.footprint23
-rw-r--r--p5-glib-object-introspection/.signature5
-rw-r--r--p5-glib-object-introspection/Pkgfile28
3 files changed, 0 insertions, 56 deletions
diff --git a/p5-glib-object-introspection/.footprint b/p5-glib-object-introspection/.footprint
deleted file mode 100644
index b34cfaf0e..000000000
--- a/p5-glib-object-introspection/.footprint
+++ /dev/null
@@ -1,23 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/perli11ndoc
-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/Glib/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Glib/Object/
--rw-r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Glib/Object/Introspection.pm
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Glib/Object/Introspection/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Glib/Object/Introspection/Install/
--rw-r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Glib/Object/Introspection/Install/Files.pm
-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/Glib/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/Glib/Object/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/Glib/Object/Introspection/
--rwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/Glib/Object/Introspection/Introspection.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/Glib::Object::Introspection.3pm.gz
diff --git a/p5-glib-object-introspection/.signature b/p5-glib-object-introspection/.signature
deleted file mode 100644
index b7c74da12..000000000
--- a/p5-glib-object-introspection/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF33spW6rwVOTN3OrDXPjMAyarukS9GCmaEHaTDVUotk9prWGD9jZCLH/f+V78YA9dOFIthSmYNebmUnM6ZcwDbg0=
-SHA256 (Pkgfile) = df96ec02cfd90cf09c92eef38053d54d36c383db2b466223779d5e276662535d
-SHA256 (.footprint) = 15f7f5e3854ff7ce16e31828d7367827da6deed1a4d7c6c5c3d083ef80a648ea
-SHA256 (Glib-Object-Introspection-0.049.tar.gz) = 464628cb9dd028b10438c23892de6f8a30202355a4e4eb01bfd13b8cfe35af57
diff --git a/p5-glib-object-introspection/Pkgfile b/p5-glib-object-introspection/Pkgfile
deleted file mode 100644
index 67adfd17d..000000000
--- a/p5-glib-object-introspection/Pkgfile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Description: Dynamically create Perl language bindings
-# URL: https://metacpan.org/pod/Glib::Object::Introspection
-# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
-# Packager: Alexandr Savca, alexandr dot savca89 at gmail dot com
-# Depends on: gobject-introspection p5-glib
-
-name=p5-glib-object-introspection
-version=0.049
-release=1
-source=(https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-Object-Introspection-$version.tar.gz)
-
-build() {
- cd Glib-Object-Introspection-$version
- perl Makefile.PL
-
- sed -i '/^CCFLAGS /s/-pipe //' Makefile
- make OPTIMIZE="$CFLAGS"
- make install DESTDIR=$PKG
-
- 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
-}

Generated by cgit