Re: [E-devel] [EGIT] [core/efl] master 01/01: Split .gitignore into multiple files

2013-06-13 Thread Tom Hacohen
On 12/06/13 20:35, Eduardo Lima (Etrunko) wrote:
 On Wed, Jun 12, 2013 at 11:48 AM, Tom Hacohen tom.haco...@samsung.com wrote:
 On 12/06/13 15:37, Eduardo Lima (Etrunko) wrote:
 On Wed, Jun 12, 2013 at 7:16 AM, Tom Hacohen tom.haco...@samsung.com 
 wrote:
 Hey,

 Any specific reason for that?

 Yes, I was bored and with nothing else to do. No, seriously, as I
 added a new example to eldbus and the executable to gitignore I
 actually did it first on the respective subdir, but only then I found
 that we had only one gitignore on the root dir. Of course, there are
 both advantages and disadvantages for either approach, and no matter
 what arguments we have for each, I know that it will end up being a
 matter of taste.

 So, in my opinion, efl, elm and e projects have grown past the limit
 of a single gitignore on the root dir. I discussed it briefly on the
 chanel yesterday and decided to follow the kernel style. Looking at it
 now, I guess I should have added a comment on the begining of the root
 gitignore too.

 http://lxr.linux.no/#linux+v3.9.5/.gitignore


 OK, cool. Could you please add the comment then? So it'll have a better
 chance of being maintained over time?


 Done, I've just copied the comments from the linux kernel. Now all our
 codebase must be converted to GPLv2. :P

You forgot to add them to AUTHORS.

--
Tom.


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/efl] master 01/01: Split .gitignore into multiple files

2013-06-12 Thread Tom Hacohen
Hey,

Any specific reason for that?

--
Tom.

On 11/06/13 22:21, Eduardo Lima - Enlightenment Git (Etrunko) wrote:
 etrunko pushed a commit to branch master.

 commit d3292a7ae96479c0cb98f3dd74365d8b1faa26a0
 Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com
 Date:   Tue Jun 11 16:44:31 2013 -0300

  Split .gitignore into multiple files

  Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com
 ---
   .gitignore | 298 
 -
   data/.gitignore|   1 +
   dbus-services/.gitignore   |   2 +
   m4/.gitignore  |  36 +++
   pc/.gitignore  |  49 
   pkgbuild/.gitignore|   4 +
   po/.gitignore  |  13 +
   spec/.gitignore|   1 +
   src/bin/edje/.gitignore|  10 +
   src/bin/eet/.gitignore |   1 +
   src/bin/eeze/.gitignore|   6 +
   src/bin/efreet/.gitignore  |   3 +
   src/bin/eldbus/.gitignore  |   1 +
   src/bin/embryo/.gitignore  |   1 +
   src/bin/ethumb/.gitignore  |   1 +
   src/bin/ethumb_client/.gitignore   |   3 +
   src/bin/evas/.gitignore|   6 +
   src/examples/ecore/.gitignore  |  39 +++
   src/examples/edje/.gitignore   |  21 ++
   src/examples/eet/.gitignore|   7 +
   src/examples/eina/.gitignore   |  38 +++
   src/examples/eio/.gitignore|   2 +
   src/examples/eldbus/.gitignore |  10 +
   src/examples/emotion/.gitignore|   5 +
   src/examples/eo/.gitignore |   2 +
   src/examples/ethumb_client/.gitignore  |   1 +
   src/examples/evas/.gitignore   |  18 ++
   src/lib/.gitignore |   3 +
   .../evas/engines/gl_common/shader/.gitignore   |   1 -
   src/tests/.gitignore   |   4 +
   src/tests/efreet/.gitignore|   8 +
   src/tests/eina/.gitignore  |   1 +
   src/tests/emotion/.gitignore   |   1 +
   src/tests/eo/.gitignore|   7 +
   src/utils/ecore/.gitignore |   1 +
   35 files changed, 306 insertions(+), 299 deletions(-)

 diff --git a/.gitignore b/.gitignore
 index b12b4ef..f5f951e 100644
 --- a/.gitignore
 +++ b/.gitignore
 @@ -39,306 +39,8 @@ tags
   /ltmain.sh
   /compile
   /test-driver
 -/m4/libtool.m4
 -/m4/ltoptions.m4
 -/m4/ltsugar.m4
 -/m4/ltversion.m4
 -/m4/lt~obsolete.m4
   /missing
 -/pc/eet.pc
 -/pc/eina.pc
 -/pc/eo.pc
 -/pc/evil.pc
 -/pc/embryo.pc
 -/pc/evas-direct3d.pc
 -/pc/evas-fb.pc
 -/pc/evas-opengl-cocoa.pc
 -/pc/evas-opengl-sdl.pc
 -/pc/evas-opengl-x11.pc
 -/pc/evas-psl1ght.pc
 -/pc/evas-software-buffer.pc
 -/pc/evas-software-ddraw.pc
 -/pc/evas-software-gdi.pc
 -/pc/evas-software-sdl.pc
 -/pc/evas-software-x11.pc
 -/pc/evas-wayland-egl.pc
 -/pc/evas-wayland-shm.pc
 -/pc/evas.pc
 -/spec/efl.spec
 -/pkgbuild/PKGBUILD
 -/pkgbuild/pkg
 -/pkgbuild/src
 -/pkgbuild/*.tar.xz
 -/src/bin/eet/eet
 -/src/bin/embryo/embryo_cc
 -/src/bin/evas/dummy_slave
 -/src/bin/evas/evas_cserve2
 -/src/bin/evas/evas_cserve2_client
 -/src/bin/evas/evas_cserve2_debug
 -/src/bin/evas/evas_cserve2_slave
 -/src/bin/evas/evas_cserve2_usage
 -/src/lib/eina/eina_config.h
 -/src/lib/ecore_x/ecore_x_version.h
 -/src/lib/efl/Efl_Config.h
 -/src/bin/eldbus/eldbus-codegen
 -/src/bin/efreet/efreet_desktop_cache_create
 -/src/bin/efreet/efreet_icon_cache_create
 -/src/bin/efreet/efreetd
 -/src/utils/ecore/makekeys
 -/dbus-services/org.enlightenment.Efreet.service
 -/dbus-services/org.enlightenment.Ethumb.service
   /INSTALL
   /ABOUT-NLS
   /config.rpath
 -/m4/codeset.m4
 -/m4/gettext.m4
 -/m4/glibc2.m4
 -/m4/glibc21.m4
 -/m4/iconv.m4
 -/m4/intdiv0.m4
 -/m4/intl.m4
 -/m4/intldir.m4
 -/m4/intlmacosx.m4
 -/m4/intmax.m4
 -/m4/inttypes-pri.m4
 -/m4/inttypes_h.m4
 -/m4/lcmessage.m4
 -/m4/lib-ld.m4
 -/m4/lib-link.m4
 -/m4/lib-prefix.m4
 -/m4/lock.m4
 -/m4/longlong.m4
 -/m4/nls.m4
 -/m4/po.m4
 -/m4/printf-posix.m4
 -/m4/progtest.m4
 -/m4/size_max.m4
 -/m4/stdint_h.m4
 -/m4/uintmax_t.m4
 -/m4/visibility.m4
 -/m4/wchar_t.m4
 -/m4/wint_t.m4
 -/m4/xsize.m4
 -/pc/*.pc
 -/po/Makefile.in.in
 -/po/Makevars.template
 -/po/POTFILES
 -/po/Rules-quot
 -/po/boldquot.sed
 -/po/en@boldquot.header
 -/po/en@quot.header
 -/po/insert-header.sin
 -/po/quot.sed
 -/po/remove-potcdate.sin
 -/po/efl.pot
 -/po/remove-potcdate.sed
 -/po/stamp-po
 -/src/bin/edje/edje_cc
 -/src/bin/edje/edje_codegen
 -/src/bin/edje/edje_decc
 

Re: [E-devel] [EGIT] [core/efl] master 01/01: Split .gitignore into multiple files

2013-06-12 Thread Eduardo Lima (Etrunko)
On Wed, Jun 12, 2013 at 7:16 AM, Tom Hacohen tom.haco...@samsung.com wrote:
 Hey,

 Any specific reason for that?

Yes, I was bored and with nothing else to do. No, seriously, as I
added a new example to eldbus and the executable to gitignore I
actually did it first on the respective subdir, but only then I found
that we had only one gitignore on the root dir. Of course, there are
both advantages and disadvantages for either approach, and no matter
what arguments we have for each, I know that it will end up being a
matter of taste.

So, in my opinion, efl, elm and e projects have grown past the limit
of a single gitignore on the root dir. I discussed it briefly on the
chanel yesterday and decided to follow the kernel style. Looking at it
now, I guess I should have added a comment on the begining of the root
gitignore too.

http://lxr.linux.no/#linux+v3.9.5/.gitignore

Regards, Etrunko


 --
 Tom.

 On 11/06/13 22:21, Eduardo Lima - Enlightenment Git (Etrunko) wrote:
 etrunko pushed a commit to branch master.

 commit d3292a7ae96479c0cb98f3dd74365d8b1faa26a0
 Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com
 Date:   Tue Jun 11 16:44:31 2013 -0300

  Split .gitignore into multiple files

  Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com
 ---
   .gitignore | 298 
 -
   data/.gitignore|   1 +
   dbus-services/.gitignore   |   2 +
   m4/.gitignore  |  36 +++
   pc/.gitignore  |  49 
   pkgbuild/.gitignore|   4 +
   po/.gitignore  |  13 +
   spec/.gitignore|   1 +
   src/bin/edje/.gitignore|  10 +
   src/bin/eet/.gitignore |   1 +
   src/bin/eeze/.gitignore|   6 +
   src/bin/efreet/.gitignore  |   3 +
   src/bin/eldbus/.gitignore  |   1 +
   src/bin/embryo/.gitignore  |   1 +
   src/bin/ethumb/.gitignore  |   1 +
   src/bin/ethumb_client/.gitignore   |   3 +
   src/bin/evas/.gitignore|   6 +
   src/examples/ecore/.gitignore  |  39 +++
   src/examples/edje/.gitignore   |  21 ++
   src/examples/eet/.gitignore|   7 +
   src/examples/eina/.gitignore   |  38 +++
   src/examples/eio/.gitignore|   2 +
   src/examples/eldbus/.gitignore |  10 +
   src/examples/emotion/.gitignore|   5 +
   src/examples/eo/.gitignore |   2 +
   src/examples/ethumb_client/.gitignore  |   1 +
   src/examples/evas/.gitignore   |  18 ++
   src/lib/.gitignore |   3 +
   .../evas/engines/gl_common/shader/.gitignore   |   1 -
   src/tests/.gitignore   |   4 +
   src/tests/efreet/.gitignore|   8 +
   src/tests/eina/.gitignore  |   1 +
   src/tests/emotion/.gitignore   |   1 +
   src/tests/eo/.gitignore|   7 +
   src/utils/ecore/.gitignore |   1 +
   35 files changed, 306 insertions(+), 299 deletions(-)

 diff --git a/.gitignore b/.gitignore
 index b12b4ef..f5f951e 100644
 --- a/.gitignore
 +++ b/.gitignore
 @@ -39,306 +39,8 @@ tags
   /ltmain.sh
   /compile
   /test-driver
 -/m4/libtool.m4
 -/m4/ltoptions.m4
 -/m4/ltsugar.m4
 -/m4/ltversion.m4
 -/m4/lt~obsolete.m4
   /missing
 -/pc/eet.pc
 -/pc/eina.pc
 -/pc/eo.pc
 -/pc/evil.pc
 -/pc/embryo.pc
 -/pc/evas-direct3d.pc
 -/pc/evas-fb.pc
 -/pc/evas-opengl-cocoa.pc
 -/pc/evas-opengl-sdl.pc
 -/pc/evas-opengl-x11.pc
 -/pc/evas-psl1ght.pc
 -/pc/evas-software-buffer.pc
 -/pc/evas-software-ddraw.pc
 -/pc/evas-software-gdi.pc
 -/pc/evas-software-sdl.pc
 -/pc/evas-software-x11.pc
 -/pc/evas-wayland-egl.pc
 -/pc/evas-wayland-shm.pc
 -/pc/evas.pc
 -/spec/efl.spec
 -/pkgbuild/PKGBUILD
 -/pkgbuild/pkg
 -/pkgbuild/src
 -/pkgbuild/*.tar.xz
 -/src/bin/eet/eet
 -/src/bin/embryo/embryo_cc
 -/src/bin/evas/dummy_slave
 -/src/bin/evas/evas_cserve2
 -/src/bin/evas/evas_cserve2_client
 -/src/bin/evas/evas_cserve2_debug
 -/src/bin/evas/evas_cserve2_slave
 -/src/bin/evas/evas_cserve2_usage
 -/src/lib/eina/eina_config.h
 -/src/lib/ecore_x/ecore_x_version.h
 -/src/lib/efl/Efl_Config.h
 -/src/bin/eldbus/eldbus-codegen
 -/src/bin/efreet/efreet_desktop_cache_create
 -/src/bin/efreet/efreet_icon_cache_create
 -/src/bin/efreet/efreetd
 -/src/utils/ecore/makekeys
 -/dbus-services/org.enlightenment.Efreet.service
 -/dbus-services/org.enlightenment.Ethumb.service
   /INSTALL
   /ABOUT-NLS
   /config.rpath
 

Re: [E-devel] [EGIT] [core/efl] master 01/01: Split .gitignore into multiple files

2013-06-12 Thread Tom Hacohen
On 12/06/13 15:37, Eduardo Lima (Etrunko) wrote:
 On Wed, Jun 12, 2013 at 7:16 AM, Tom Hacohen tom.haco...@samsung.com wrote:
 Hey,

 Any specific reason for that?

 Yes, I was bored and with nothing else to do. No, seriously, as I
 added a new example to eldbus and the executable to gitignore I
 actually did it first on the respective subdir, but only then I found
 that we had only one gitignore on the root dir. Of course, there are
 both advantages and disadvantages for either approach, and no matter
 what arguments we have for each, I know that it will end up being a
 matter of taste.

 So, in my opinion, efl, elm and e projects have grown past the limit
 of a single gitignore on the root dir. I discussed it briefly on the
 chanel yesterday and decided to follow the kernel style. Looking at it
 now, I guess I should have added a comment on the begining of the root
 gitignore too.

 http://lxr.linux.no/#linux+v3.9.5/.gitignore


OK, cool. Could you please add the comment then? So it'll have a better 
chance of being maintained over time?

--
Tom.


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/efl] master 01/01: Split .gitignore into multiple files

2013-06-12 Thread Daniel Juyung Seo
On Wed, Jun 12, 2013 at 11:37 PM, Eduardo Lima (Etrunko)
ebl...@gmail.comwrote:

 On Wed, Jun 12, 2013 at 7:16 AM, Tom Hacohen tom.haco...@samsung.com
 wrote:
  Hey,
 
  Any specific reason for that?

 Yes, I was bored and with nothing else to do. No, seriously, as I
 added a new example to eldbus and the executable to gitignore I
 actually did it first on the respective subdir, but only then I found
 that we had only one gitignore on the root dir. Of course, there are
 both advantages and disadvantages for either approach, and no matter
 what arguments we have for each, I know that it will end up being a
 matter of taste.

 So, in my opinion, efl, elm and e projects have grown past the limit
 of a single gitignore on the root dir. I discussed it briefly on the
 chanel yesterday and decided to follow the kernel style. Looking at it
 now, I guess I should have added a comment on the begining of the root
 gitignore too.


I also had the same question in my mind. You clarified that :)

http://lxr.linux.no/#linux+v3.9.5/.gitignore


Oh this is cool :)

Thanks.

Daniel Juyung Seo (SeoZ)




 Regards, Etrunko

 
  --
  Tom.
 
  On 11/06/13 22:21, Eduardo Lima - Enlightenment Git (Etrunko) wrote:
  etrunko pushed a commit to branch master.
 
  commit d3292a7ae96479c0cb98f3dd74365d8b1faa26a0
  Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com
  Date:   Tue Jun 11 16:44:31 2013 -0300
 
   Split .gitignore into multiple files
 
   Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com
  ---
.gitignore | 298
 -
data/.gitignore|   1 +
dbus-services/.gitignore   |   2 +
m4/.gitignore  |  36 +++
pc/.gitignore  |  49 
pkgbuild/.gitignore|   4 +
po/.gitignore  |  13 +
spec/.gitignore|   1 +
src/bin/edje/.gitignore|  10 +
src/bin/eet/.gitignore |   1 +
src/bin/eeze/.gitignore|   6 +
src/bin/efreet/.gitignore  |   3 +
src/bin/eldbus/.gitignore  |   1 +
src/bin/embryo/.gitignore  |   1 +
src/bin/ethumb/.gitignore  |   1 +
src/bin/ethumb_client/.gitignore   |   3 +
src/bin/evas/.gitignore|   6 +
src/examples/ecore/.gitignore  |  39 +++
src/examples/edje/.gitignore   |  21 ++
src/examples/eet/.gitignore|   7 +
src/examples/eina/.gitignore   |  38 +++
src/examples/eio/.gitignore|   2 +
src/examples/eldbus/.gitignore |  10 +
src/examples/emotion/.gitignore|   5 +
src/examples/eo/.gitignore |   2 +
src/examples/ethumb_client/.gitignore  |   1 +
src/examples/evas/.gitignore   |  18 ++
src/lib/.gitignore |   3 +
.../evas/engines/gl_common/shader/.gitignore   |   1 -
src/tests/.gitignore   |   4 +
src/tests/efreet/.gitignore|   8 +
src/tests/eina/.gitignore  |   1 +
src/tests/emotion/.gitignore   |   1 +
src/tests/eo/.gitignore|   7 +
src/utils/ecore/.gitignore |   1 +
35 files changed, 306 insertions(+), 299 deletions(-)
 
  diff --git a/.gitignore b/.gitignore
  index b12b4ef..f5f951e 100644
  --- a/.gitignore
  +++ b/.gitignore
  @@ -39,306 +39,8 @@ tags
/ltmain.sh
/compile
/test-driver
  -/m4/libtool.m4
  -/m4/ltoptions.m4
  -/m4/ltsugar.m4
  -/m4/ltversion.m4
  -/m4/lt~obsolete.m4
/missing
  -/pc/eet.pc
  -/pc/eina.pc
  -/pc/eo.pc
  -/pc/evil.pc
  -/pc/embryo.pc
  -/pc/evas-direct3d.pc
  -/pc/evas-fb.pc
  -/pc/evas-opengl-cocoa.pc
  -/pc/evas-opengl-sdl.pc
  -/pc/evas-opengl-x11.pc
  -/pc/evas-psl1ght.pc
  -/pc/evas-software-buffer.pc
  -/pc/evas-software-ddraw.pc
  -/pc/evas-software-gdi.pc
  -/pc/evas-software-sdl.pc
  -/pc/evas-software-x11.pc
  -/pc/evas-wayland-egl.pc
  -/pc/evas-wayland-shm.pc
  -/pc/evas.pc
  -/spec/efl.spec
  -/pkgbuild/PKGBUILD
  -/pkgbuild/pkg
  -/pkgbuild/src
  -/pkgbuild/*.tar.xz
  -/src/bin/eet/eet
  -/src/bin/embryo/embryo_cc
  -/src/bin/evas/dummy_slave
  -/src/bin/evas/evas_cserve2
  -/src/bin/evas/evas_cserve2_client
  -/src/bin/evas/evas_cserve2_debug
  -/src/bin/evas/evas_cserve2_slave
  -/src/bin/evas/evas_cserve2_usage
  -/src/lib/eina/eina_config.h
  -/src/lib/ecore_x/ecore_x_version.h
  -/src/lib/efl/Efl_Config.h
  

Re: [E-devel] [EGIT] [core/efl] master 01/01: Split .gitignore into multiple files

2013-06-12 Thread Eduardo Lima (Etrunko)
On Wed, Jun 12, 2013 at 11:48 AM, Tom Hacohen tom.haco...@samsung.com wrote:
 On 12/06/13 15:37, Eduardo Lima (Etrunko) wrote:
 On Wed, Jun 12, 2013 at 7:16 AM, Tom Hacohen tom.haco...@samsung.com wrote:
 Hey,

 Any specific reason for that?

 Yes, I was bored and with nothing else to do. No, seriously, as I
 added a new example to eldbus and the executable to gitignore I
 actually did it first on the respective subdir, but only then I found
 that we had only one gitignore on the root dir. Of course, there are
 both advantages and disadvantages for either approach, and no matter
 what arguments we have for each, I know that it will end up being a
 matter of taste.

 So, in my opinion, efl, elm and e projects have grown past the limit
 of a single gitignore on the root dir. I discussed it briefly on the
 chanel yesterday and decided to follow the kernel style. Looking at it
 now, I guess I should have added a comment on the begining of the root
 gitignore too.

 http://lxr.linux.no/#linux+v3.9.5/.gitignore


 OK, cool. Could you please add the comment then? So it'll have a better
 chance of being maintained over time?


Done, I've just copied the comments from the linux kernel. Now all our
codebase must be converted to GPLv2. :P

 --
 Tom.


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel