hermet pushed a commit to branch master.

commit 034fe78ddedd696ef27eb500019763ec8f6a45aa
Author: ChunEon Park <[email protected]>
Date:   Wed Jun 5 12:43:47 2013 +0900

    devs/hermet - updated info
---
 hermet/TODO                     |  51 ----------------------------------------
 hermet/efl-type1(1920x1200).jpg | Bin 39098 -> 0 bytes
 hermet/info.txt                 |   4 ++--
 hermet/update_git.sh            |  47 ------------------------------------
 hermet/update_svn.sh            |  23 ------------------
 hermet/vimsetting.tar.gz        | Bin 132563 -> 0 bytes
 6 files changed, 2 insertions(+), 123 deletions(-)

diff --git a/hermet/TODO b/hermet/TODO
deleted file mode 100644
index e6b7f76..0000000
--- a/hermet/TODO
+++ /dev/null
@@ -1,51 +0,0 @@
-<Evas>
-d3d_gl - start hurry (vincent)
-map - check the uv set inconsistency for evas_object_image. (pending to EVAS 
2.0)
-map - apply evas_object_move while map is enabled
-line - width_set API? 
-event - need to handle after pointer mode changed.
-antialiasing - support the edge for all every angle on s/w backend.
-filter - let's start
-textblock - check the size_formatted_get value when the text has the spaces
-image - image doesn't rendered when load_size_set is called again.
-evas - space partitioning for the objects tree
-evas - check framebuffer complete
-evas - proxy clip set problem
-
-<Elementary>
-infra - orientation mode configuration
-naviframe - need to block the style set while transiton is going on
-naviframe - more transition effect styles.
-naviframe - optimize for translation effect speed (mapbuf for content)
-hoversel - add horizontal mode style.
-genlist - need to check to prevent flickerling when theme_hook is called
-gengrid - segfault with elm_gengrid_item_sorted_insert func (#984)
-widget  - raw evas objects are not proper as the child member of the widget 
cause of the color.
-index - check the FIXEMEs
-conformant - how to skip the calc the size if the window is in background.
-conformant - don't make parts before state on.
-general - elm_policy_set/elm_policy_get Use Elm_Policy parameter.
-transit - consider mix the separate evas_map effects
-transit - have the group for image animation
-transit - if it applies transit multiple times to one obj, then crash happene.d
-popup - scroll freeze & hold?
-popup - each item heights are not same consistently.
-win - fix size API?
-font - entry font style doesn't reset in elementary_config
-flip - doesn't applied flip interactive options.
-label - review elm_label_wrap_width_set().
-panes - apply clip
-naviframe - deferred theme change for each views.
-
-<Ecore>
-Ecore_X - use Ecore_X_Error_Code for ecore_x_error_code_get() (pending to 
Ecore 2.0)
-
-<Eina>
-eina_vector
-check random functions
-eina_log_level off
-
-<Edje>
-edje_cc - check the Critical when naviframe style is inherited.
-edje_cc - check inheritant programs
-edc - strange result when trying interpolation for visibility.
diff --git a/hermet/efl-type1(1920x1200).jpg b/hermet/efl-type1(1920x1200).jpg
deleted file mode 100755
index 0221959..0000000
Binary files a/hermet/efl-type1(1920x1200).jpg and /dev/null differ
diff --git a/hermet/info.txt b/hermet/info.txt
index 5186890..6f7ee85 100644
--- a/hermet/info.txt
+++ b/hermet/info.txt
@@ -4,8 +4,8 @@ Name:         ChunEon Park
 Location:     HwaSeong, Korea
 E-Mail:       [email protected]
 WWW:          http://www.hermet.pe.kr
-Managing:     evas, elementary, etypers
-Contributing: ecore, edje, expedite, BINDINGS
+Managing:     evas, elementary
+Contributing: ecore, edje, expedite
 Group:        Core, Applications, Libraries
 Platform:     Ubuntu (Linux), Windows
 GeoData:      37.20225 127.07137
diff --git a/hermet/update_git.sh b/hermet/update_git.sh
deleted file mode 100755
index 5153259..0000000
--- a/hermet/update_git.sh
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/sh
-#EFL Build Script written by Hermet<[email protected]>
-
-build_pkg()
-{
-       if [ -e $1 ] && [ -d $1 ]
-       then 
-               echo Start $1
-               if [ -f ../"$1".log ]
-               then
-                  rm ../"$1".log
-               fi
-               cd $1
-               if [ -d po ]
-               then
-                       git checkout po/*.po
-               fi
-               git pull
-               make clean
-               make distclean
-               ./autogen.sh
-               make -j8 2>&1 | tee ../../"$1".log && sudo make install && sudo 
ldconfig 2>&1 | tee ../../"$1".log -a
-               cd ..
-               echo End $1
-       fi 
-}
-
-build_pkgs()
-{
-   cd $1
-   for e in $2
-   do
-      build_pkg "$e"
-   done
-       cd ..
-}
-
-echo Updating EFL Cores...
-build_pkgs "core" "efl evas_generic_loaders elementary enlightenment"
-
-echo Updating EFL Tools...
-build_pkgs "tools" "clouseua"
-
-echo Updating EFL Applications...
-build_pkgs "apps" "ecrire terminology"
-
-exit 0
diff --git a/hermet/update_svn.sh b/hermet/update_svn.sh
deleted file mode 100755
index 1e39e6e..0000000
--- a/hermet/update_svn.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-echo Updating EFL Packages
-
-svn update
-
-for e in efl evas_generic_loaders elementary e expedite clouseau terminology 
ephoto
-do 
-       if [ -e $e ] && [ -d $e ]
-       then 
-               echo Start $e
-               rm ./build_"$e".log
-               cd $e
-               make clean
-               make distclean
-               ./autogen.sh
-               make -j8 2>&1 | tee ../build_"$e".log && sudo make install && 
sudo ldconfig 2>&1 | tee ../build_"$e".log -a
-               cd ..
-               echo End Done
-       fi 
-done
-
-exit 0
diff --git a/hermet/vimsetting.tar.gz b/hermet/vimsetting.tar.gz
deleted file mode 100644
index c676520..0000000
Binary files a/hermet/vimsetting.tar.gz and /dev/null differ

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to