From 3c1536b4bdd8f864000c07c5bdafa552a9adec1a Mon Sep 17 00:00:00 2001 From: Florin Braescu Date: Wed, 12 Nov 2014 17:56:42 +0200 Subject: [PATCH] libIDL: move it to the others repo. --- platform/libIDL/BUILD | 12 ------------ platform/libIDL/DEPENDS | 1 - platform/libIDL/DETAILS | 19 ------------------- 3 files changed, 32 deletions(-) delete mode 100644 platform/libIDL/BUILD delete mode 100644 platform/libIDL/DEPENDS delete mode 100644 platform/libIDL/DETAILS diff --git a/platform/libIDL/BUILD b/platform/libIDL/BUILD deleted file mode 100644 index f0ab69a..0000000 --- a/platform/libIDL/BUILD +++ /dev/null @@ -1,12 +0,0 @@ -( - - ./configure --prefix=${GNOME210_PREFIX:-/usr} \ - --build=$BUILD \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --infodir=${GNOME210_PREFIX:-/usr}/share/info \ - --mandir=${GNOME210_PREFIX:-/usr}/share/man \ - $OPTS && - default_make - -) > $C_FIFO 2>&1 diff --git a/platform/libIDL/DEPENDS b/platform/libIDL/DEPENDS deleted file mode 100644 index 7c5f131..0000000 --- a/platform/libIDL/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends glib-2 diff --git a/platform/libIDL/DETAILS b/platform/libIDL/DETAILS deleted file mode 100644 index 894f46e..0000000 --- a/platform/libIDL/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=libIDL - MAJOR=0.8 - VERSION=$MAJOR.14 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:abedf091bef0c7e65162111baf068dcb739ffcd3 - WEB_SITE=http://www.gnome.org - ENTERED=20020713 - UPDATED=20100402 - SHORT="A library for creating trees of CORBA IDL files" - -cat << EOF -libIDL is a library licensed under the GNU LGPL for creating trees of -CORBA Interface Definition Language (IDL) files, which is a -specification for defining portable interfaces. libIDL was initially -written for ORBit (the ORB from the GNOME project, and the primary -means of libIDL distribution). However, the functionality was -designed to be as reusable and portable as possible. -EOF