summaryrefslogtreecommitdiff
path: root/libraries/eet/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-29 08:48:38 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-29 08:53:24 +0700
commit9406f694562f349017563fde086073cf00ede02b (patch)
tree5b0e57588a99c78f76653a448d88b56afd05e50a /libraries/eet/README
parent0aa9ab1c972354be814ca5a52f13396bec2df371 (diff)
downloadslackbuilds-9406f694562f349017563fde086073cf00ede02b.tar.gz
libraries/eet: Removed (merged into efl).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/eet/README')
-rw-r--r--libraries/eet/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/libraries/eet/README b/libraries/eet/README
deleted file mode 100644
index 765d687f1c..0000000000
--- a/libraries/eet/README
+++ /dev/null
@@ -1,5 +0,0 @@
-Eet is part of Enlightenment DR17 foundation libraries.
-
-Eet is a tiny library designed to write an arbitrary 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.