cleaning up the base of efl tree moving files to subdirs
authorCarsten Haitzler <raster@rasterman.com>
Thu, 27 Sep 2012 03:02:12 +0000 (03:02 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 27 Sep 2012 03:02:12 +0000 (03:02 +0000)
SVN revision: 77106

25 files changed:
COPYING
ChangeLog.eina [deleted file]
Makefile.am
NEWS
README
configure.ac
licenses/COPYING.BSD [moved from COPYING.BSD with 100% similarity]
licenses/COPYING.GPL [moved from COPYING.GPL with 100% similarity]
licenses/COPYING.LGPL [moved from COPYING.LGPL with 100% similarity]
old/ChangeLog.eet [moved from ChangeLog.eet with 100% similarity]
old/ChangeLog.eina [moved from legacy/eina/ChangeLog with 100% similarity]
old/ChangeLog.evil [moved from ChangeLog.evil with 100% similarity]
old/ChangeLog.evil.0 [moved from ChangeLog.evil.0 with 100% similarity]
old/NEWS.eet [moved from NEWS.eet with 100% similarity]
old/NEWS.eina [moved from NEWS.eina with 100% similarity]
old/NEWS.evil [moved from NEWS.evil with 100% similarity]
old/README.eet [moved from README.eet with 100% similarity]
old/README.eina [moved from README.eina with 100% similarity]
old/README.evil [moved from README.evil with 100% similarity]
pc/eet.pc.in [moved from eet.pc.in with 100% similarity]
pc/eina.pc.in [moved from eina.pc.in with 100% similarity]
pc/eo.pc.in [moved from eo.pc.in with 100% similarity]
pc/evil.pc.in [moved from evil.pc.in with 100% similarity]
spec/eet.spec.in [moved from eet.spec.in with 100% similarity]
spec/eina.spec.in [moved from eina.spec.in with 100% similarity]

diff --git a/COPYING b/COPYING
index c5514db..afd8438 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,6 @@
-The EFL come with several licences:
+EFL comes with several licences. Listed are the library/probject
+name and the license file covering it.
 
-BSD 2-clause: Evil, Eet
-
-LGPL v2: Eina
-
-GPL v2:
+evil:            licenses/COPYING.BSD
+eet:             licenses/COPYING.BSD
+eina:            licenses/COPYING.LGPL
diff --git a/ChangeLog.eina b/ChangeLog.eina
deleted file mode 100644 (file)
index e69de29..0000000
index e3f8375..78ffecd 100644 (file)
@@ -32,37 +32,40 @@ m4/evil_windows.m4 \
 m4/eina_check.m4
 
 EXTRA_DIST += \
-ChangeLog.evil \
-NEWS.evil \
-README.evil \
-evil.pc \
-ChangeLog.eina \
-NEWS.eina \
-README.eina \
-eina.spec \
-eina.pc \
-ChangeLog.eet \
-NEWS.eet \
-README.eet \
-eet.spec \
-eet.pc \
-eo.pc
+licenses/COPYING.LGPL \
+licenses/COPYING.GPL \
+licenses/COPYING.BSD \
+old/ChangeLog.evil \
+old/ChangeLog.eina \
+old/ChangeLog.eet \
+old/NEWS.evil \
+old/README.evil \
+old/NEWS.eina \
+old/README.eina \
+old/NEWS.eet \
+old/README.eet \
+spec/eina.spec \
+spec/eet.spec \
+pc/evil.pc \
+pc/eina.pc \
+pc/eet.pc \
+pc/eo.pc
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA =
 
 if HAVE_WINDOWS
-pkgconfig_DATA += evil.pc
+pkgconfig_DATA += pc/evil.pc
 endif
 
-pkgconfig_DATA += eina.pc
+pkgconfig_DATA += pc/eina.pc
 
 if EFL_BUILD_EET
-pkgconfig_DATA += eet.pc
+pkgconfig_DATA += pc/eet.pc
 endif
 
 if EFL_BUILD_EO
-pkgconfig_DATA += eo.pc
+pkgconfig_DATA += pc/eo.pc
 endif
 
 
diff --git a/NEWS b/NEWS
index e69de29..13fa7d0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,16 @@
+=========
+EFL 1.8.0
+=========
+
+Changes since 1.7.0:
+
+Additions:
+    * Add DOCTYPE children parsing in eina_simple_xml
+
+Improvements:
+    * Single EFL tree now covring all EFL library components.
+    * Speedup Eina Rbtree Iterator by recycling memory instead of
+    massively calling malloc/free.
+
+Fixes:
+    * Fix PPC (big endian) image codec bug.
diff --git a/README b/README
index e69de29..4ab1766 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,20 @@
+EFL 1.7.99
+
+******************************************************************************
+
+ FOR ANY ISSUES PLEASE EMAIL:
+ enlightenment-devel@lists.sourceforge.net
+
+******************************************************************************
+
+EFL is a collection of libraries for handling many common tasks a
+developer man have such as data structures, communication, rendering,
+widgets and more.
+
+------------------------------------------------------------------------------
+COMPILING AND INSTALLING:
+
+  ./configure
+  make
+(do this as root unless you are installing in your users directories):
+  make install
index 740bb17..5c3c0c5 100644 (file)
@@ -1259,12 +1259,12 @@ src/tests/Makefile
 src/tests/eina/Makefile
 src/tests/eet/Makefile
 src/tests/eo/Makefile
-eina.spec
-eet.spec
-evil.pc
-eina.pc
-eet.pc
-eo.pc
+spec/eina.spec
+spec/eet.spec
+pc/evil.pc
+pc/eina.pc
+pc/eet.pc
+pc/eo.pc
 ])
 
 AC_OUTPUT
similarity index 100%
rename from COPYING.BSD
rename to licenses/COPYING.BSD
similarity index 100%
rename from COPYING.GPL
rename to licenses/COPYING.GPL
similarity index 100%
rename from COPYING.LGPL
rename to licenses/COPYING.LGPL
similarity index 100%
rename from ChangeLog.eet
rename to old/ChangeLog.eet
similarity index 100%
rename from legacy/eina/ChangeLog
rename to old/ChangeLog.eina
similarity index 100%
rename from ChangeLog.evil
rename to old/ChangeLog.evil
similarity index 100%
rename from ChangeLog.evil.0
rename to old/ChangeLog.evil.0
similarity index 100%
rename from NEWS.eet
rename to old/NEWS.eet
similarity index 100%
rename from NEWS.eina
rename to old/NEWS.eina
similarity index 100%
rename from NEWS.evil
rename to old/NEWS.evil
similarity index 100%
rename from README.eet
rename to old/README.eet
similarity index 100%
rename from README.eina
rename to old/README.eina
similarity index 100%
rename from README.evil
rename to old/README.evil
similarity index 100%
rename from eet.pc.in
rename to pc/eet.pc.in
similarity index 100%
rename from eina.pc.in
rename to pc/eina.pc.in
similarity index 100%
rename from eo.pc.in
rename to pc/eo.pc.in
similarity index 100%
rename from evil.pc.in
rename to pc/evil.pc.in
similarity index 100%
rename from eet.spec.in
rename to spec/eet.spec.in
similarity index 100%
rename from eina.spec.in
rename to spec/eina.spec.in