[Lunar-commits] <moonbase> linc >> /dev/null
Samuel Verstraete
elangelo at lunar-linux.org
Wed Jul 2 12:39:51 CEST 2008
commit 6a170544717104f43e58b3441cd98cb5854d032d
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Wed Jul 2 12:39:51 2008 +0200
linc >> /dev/null
---
gnome2/core/linc/BUILD | 12 ------------
gnome2/core/linc/DEPENDS | 1 -
gnome2/core/linc/DETAILS | 15 ---------------
gnome2/core/linc/PRE_BUILD | 6 ------
profiles/gnome2/DEPENDS | 1 -
5 files changed, 0 insertions(+), 35 deletions(-)
diff --git a/gnome2/core/linc/BUILD b/gnome2/core/linc/BUILD
deleted file mode 100644
index 8d803e7..0000000
--- a/gnome2/core/linc/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- ./configure --prefix=${GNOME26_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME26_PREFIX:-/usr}/share/info \
- --mandir=${GNOME26_PREFIX:-/usr}/share/man \
- $OPTS &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/core/linc/DEPENDS b/gnome2/core/linc/DEPENDS
deleted file mode 100644
index 7c5f131..0000000
--- a/gnome2/core/linc/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends glib-2
diff --git a/gnome2/core/linc/DETAILS b/gnome2/core/linc/DETAILS
deleted file mode 100644
index ea4d019..0000000
--- a/gnome2/core/linc/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=linc
- VERSION=1.1.1
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/1.1/
- SOURCE_VFY=md5:265d5de469fdc5be76c7c4cd72a27433
- WEB_SITE=http://orbit-resource.sourceforge.net
- ENTERED=20020714
- UPDATED=20040409
- SHORT="library for writing networked servers & clients."
-cat << EOF
-linc is a library that eases the task of writing networked servers &
-clients. It takes care of connection initiation and maintainance, and
-the details of various transports. It is used by the new ORBit to
-handle message transmission/receipt.
-EOF
diff --git a/gnome2/core/linc/PRE_BUILD b/gnome2/core/linc/PRE_BUILD
deleted file mode 100644
index 8f112ee..0000000
--- a/gnome2/core/linc/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build
-echo "Removing old Gnome Installation if its there"
-if [ -e "/opt/lunar/gnome" ]; then
- rm -fr /opt/lunar/gnome || true
-fi
-
diff --git a/profiles/gnome2/DEPENDS b/profiles/gnome2/DEPENDS
index b7cb4fa..8507c40 100644
--- a/profiles/gnome2/DEPENDS
+++ b/profiles/gnome2/DEPENDS
@@ -4,7 +4,6 @@ depends gtk+-2
depends audiofile
depends esound
depends gtk-doc
-depends linc
depends gnome-common2
depends ORBit2
depends GConf
More information about the Lunar-commits
mailing list