[Lunar-commits] <moonbase> eet, evas and ecore deleted
samuel verstraete
samuel.verstraete at gmail.com
Wed Dec 3 21:27:03 CET 2008
commit 4ceccbdada88db46c82b5dff3991a69a3c75068c
Author: samuel verstraete <samuel.verstraete at gmail.com>
Date: Wed Dec 3 21:27:03 2008 +0100
eet, evas and ecore deleted
---
graphics/evas/DEPENDS | 2 --
graphics/evas/DETAILS | 17 -----------------
libs/ecore/DEPENDS | 1 -
libs/ecore/DETAILS | 14 --------------
libs/eet/CONFLICTS | 1 -
libs/eet/DEPENDS | 2 --
libs/eet/DETAILS | 17 -----------------
libs/eet/POST_INSTALL | 4 ----
8 files changed, 0 insertions(+), 58 deletions(-)
diff --git a/graphics/evas/DEPENDS b/graphics/evas/DEPENDS
deleted file mode 100644
index 6571d2f..0000000
--- a/graphics/evas/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends imlib2_loaders &&
-depends %GLUT
diff --git a/graphics/evas/DETAILS b/graphics/evas/DETAILS
deleted file mode 100644
index 4cd3071..0000000
--- a/graphics/evas/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=evas
- VERSION=0.6.0
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/enlightenment/
- WEB_SITE=http://www.enlightenment.org
- MAINTAINER="nhudson at speakeasy.net"
- ENTERED=20011101
- UPDATED=20011101
- SHORT="canvis for e17"
-
-cat << EOF
-Evas is a canvas library, designed to work with the X Window System.
-It is designed to be able to take advantage of any graphics hardware
-or CPU processing power you may have, or to adjust for the lack of
-it. It has a simplistic API to access the features of a canvas to aid
-in making development using Evas easy.
-EOF
diff --git a/libs/ecore/DEPENDS b/libs/ecore/DEPENDS
deleted file mode 100644
index 7e93fb7..0000000
--- a/libs/ecore/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends evas
diff --git a/libs/ecore/DETAILS b/libs/ecore/DETAILS
deleted file mode 100644
index cdc91da..0000000
--- a/libs/ecore/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- MODULE=ecore
- VERSION=0.0.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/enlightenment/
- WEB_SITE=http://www.enlightenment.org
- MAINTAINER="nhudson at speakeasy.net"
- ENTERED=20011101
- UPDATED=20011101
- SHORT="core functions for e17"
-
-cat << EOF
-Ecore is a core event abstraction layer and X abstraction layer
-for the enlightenment 0.17 window manager.
-EOF
diff --git a/libs/eet/CONFLICTS b/libs/eet/CONFLICTS
deleted file mode 100644
index 94587e2..0000000
--- a/libs/eet/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts eet-cvs
diff --git a/libs/eet/DEPENDS b/libs/eet/DEPENDS
deleted file mode 100644
index ad6319a..0000000
--- a/libs/eet/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends jpeg
-depends zlib
diff --git a/libs/eet/DETAILS b/libs/eet/DETAILS
deleted file mode 100644
index 8db4669..0000000
--- a/libs/eet/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=eet
- VERSION=1.0.0
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://download.enlightenment.org/releases
- SOURCE_VFY=sha1:aff404db4b3761c945d2d07b767f8443624e65eb
- WEB_SITE=http://www.enlightenment.org
- ENTERED=20050108
- UPDATED=20080810
- SHORT="A compression library for enlightenment"
-
-cat << EOF
-Eet is a tiny library designed to write an arbitary set of chunks of
-data to a file and optionally compress each chunk (very much like a
-zip file) and allow fast random-access reading of the file later on.
-It does not do zip as a zip itself has more complexity than is needed,
-and it was much simpler to impliment this once here.
-EOF
diff --git a/libs/eet/POST_INSTALL b/libs/eet/POST_INSTALL
deleted file mode 100644
index 01381d2..0000000
--- a/libs/eet/POST_INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-if ! grep -q "/opt/lunar/enlightenment/lib" /etc/ld.so.conf; then
- echo /opt/lunar/enlightenment/lib >> /etc/ld.so.conf
- ldconfig
-fi
More information about the Lunar-commits
mailing list