From 95c574f6fbf621b2b3f22befc8fe7a8ee014e497 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 24 Sep 2023 09:32:55 +0200 Subject: [PATCH] libidl: dropped unmaintained port --- libidl/.footprint | 15 --------------- libidl/.signature | 5 ----- libidl/Pkgfile | 19 ------------------- 3 files changed, 39 deletions(-) delete mode 100644 libidl/.footprint delete mode 100644 libidl/.signature delete mode 100644 libidl/Pkgfile diff --git a/libidl/.footprint b/libidl/.footprint deleted file mode 100644 index cacf9ee17..000000000 --- a/libidl/.footprint +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/libIDL-config-2 -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/libIDL-2.0/ -drwxr-xr-x root/root usr/include/libIDL-2.0/libIDL/ --rw-r--r-- root/root usr/include/libIDL-2.0/libIDL/IDL.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libIDL-2.a --rwxr-xr-x root/root usr/lib/libIDL-2.la -lrwxrwxrwx root/root usr/lib/libIDL-2.so -> libIDL-2.so.0.0.0 -lrwxrwxrwx root/root usr/lib/libIDL-2.so.0 -> libIDL-2.so.0.0.0 --rwxr-xr-x root/root usr/lib/libIDL-2.so.0.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libIDL-2.0.pc diff --git a/libidl/.signature b/libidl/.signature deleted file mode 100644 index b65436deb..000000000 --- a/libidl/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38rXtIqt0BCxGQ6vPdse6MiOLutbm6caDkbiES822rEbYo8oOLAGZUEtcL2mwyxdB5H3porB2qVyjU4SbOKoFAU= -SHA256 (Pkgfile) = ce2eff89c9d51aacd0cb1b8f9fa35df397d3005f800678b2af1bde4d3bf35995 -SHA256 (.footprint) = 9fb343d9ec2acb29a75fa38a9acbff09666b71a44462fd720548721996f95968 -SHA256 (libIDL-0.8.14.tar.bz2) = c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220 diff --git a/libidl/Pkgfile b/libidl/Pkgfile deleted file mode 100644 index 5637ea5a9..000000000 --- a/libidl/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: A library for creating trees of CORBA Interface Definition Language (IDL) files -# URL: https://www.gnome.org/ -# Maintainer: unmaintained -# Depends on: glib - -name=libidl -version=0.8.14 -release=1 -source=(https://download.gnome.org/sources/libIDL/${version%.*}/libIDL-$version.tar.bz2) - -build() { - cd libIDL-$version - - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - - rm -rf $PKG/usr/share -}