[Buildroot] [PATCH v5 29/36] package/efl/libeio: remove package

Yann E. MORIN yann.morin.1998 at free.fr
Sun Oct 25 16:44:17 UTC 2015


Romain, All,

On 2015-10-24 23:01 +0200, Romain Naour spake thusly:
> Libeio is now available in efl package.
> 
> Signed-off-by: Romain Naour <romain.naour at openwide.fr>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Again, still the same comment as for the previous removals.

Regards,
Yann E. MORIN.

> ---
> v5: remove libeio directory
> v4: update Config.in to use libefl
> v3: update legacy option for 2015.11
>     update help text
> ---
>  Config.in.legacy             |  7 +++++++
>  package/efl/Config.in        |  1 -
>  package/efl/libeio/Config.in | 22 ----------------------
>  package/efl/libeio/libeio.mk | 16 ----------------
>  4 files changed, 7 insertions(+), 39 deletions(-)
>  delete mode 100644 package/efl/libeio/Config.in
>  delete mode 100644 package/efl/libeio/libeio.mk
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index e7e49e3..feda47b 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -107,6 +107,13 @@ endif
>  ###############################################################################
>  comment "Legacy options removed in 2015.11"
>  
> +config BR2_PACKAGE_LIBEIO
> +	bool "libeio package has been removed"
> +	select BR2_LEGACY
> +	select BR2_PACKAGE_EFL
> +	help
> +	  The libeio package has been removed with the efl bump to 1.15.
> +
>  config BR2_PACKAGE_LIBEMBRYO
>  	bool "libembryo package has been removed"
>  	select BR2_LEGACY
> diff --git a/package/efl/Config.in b/package/efl/Config.in
> index 31dc066..9d258eb 100644
> --- a/package/efl/Config.in
> +++ b/package/efl/Config.in
> @@ -19,7 +19,6 @@ source "package/efl/libecore/Config.in"
>  source "package/efl/libeet/Config.in"
>  source "package/efl/libefl/Config.in"
>  source "package/efl/libefreet/Config.in"
> -source "package/efl/libeio/Config.in"
>  source "package/efl/libevas/Config.in"
>  source "package/efl/libelementary/Config.in"
>  source "package/efl/libedbus/Config.in"
> diff --git a/package/efl/libeio/Config.in b/package/efl/libeio/Config.in
> deleted file mode 100644
> index 5b1e395..0000000
> --- a/package/efl/libeio/Config.in
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -config BR2_PACKAGE_LIBEIO
> -	bool "libeio"
> -	select BR2_PACKAGE_LIBEET
> -	select BR2_PACKAGE_LIBEINA
> -	select BR2_PACKAGE_LIBECORE
> -	depends on BR2_TOOLCHAIN_HAS_THREADS
> -	help
> -	  Eio integrates with EFL (Ecore, Eina) to provide efficient
> -	  filesystem Input/Output (I/O). It use the best techniques to
> -	  achieve such purpose, like using at-variants, splice,
> -	  properly handling errors and doing it in an asynchronous
> -	  fashion by means of worker threads. It is also ported to
> -	  Windows, so multi-platform.
> -
> -	  Whenever you need to list a directory, copy, move or delete
> -	  files, Eio will do that task better than you'd achieve with
> -	  naive implementations, and it is easy to use.
> -
> -	  http://trac.enlightenment.org/e/wiki/Eio
> -
> -comment "libeio needs a toolchain w/ threads"
> -	depends on !BR2_TOOLCHAIN_HAS_THREADS
> diff --git a/package/efl/libeio/libeio.mk b/package/efl/libeio/libeio.mk
> deleted file mode 100644
> index e687c32..0000000
> --- a/package/efl/libeio/libeio.mk
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -################################################################################
> -#
> -# libeio
> -#
> -################################################################################
> -
> -LIBEIO_VERSION = 1.7.10
> -LIBEIO_SOURCE = eio-$(LIBEIO_VERSION).tar.bz2
> -LIBEIO_SITE = http://download.enlightenment.org/releases
> -LIBEIO_LICENSE = LGPLv2.1
> -LIBEIO_LICENSE_FILES = COPYING
> -
> -LIBEIO_INSTALL_STAGING = YES
> -LIBEIO_DEPENDENCIES = libeina libeet libecore
> -
> -$(eval $(autotools-package))
> -- 
> 2.4.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list