diff mbox

[v5,28/36] package/efl/libembryo: remove package

Message ID 1445720476-21517-29-git-send-email-romain.naour@openwide.fr
State Changes Requested
Headers show

Commit Message

Romain Naour Oct. 24, 2015, 9:01 p.m. UTC
Libembryo is now available in efl package.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
v5: remove libembryo 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/libembryo/Config.in    |  9 ---------
 package/efl/libembryo/libembryo.mk | 18 ------------------
 4 files changed, 7 insertions(+), 28 deletions(-)
 delete mode 100644 package/efl/libembryo/Config.in
 delete mode 100644 package/efl/libembryo/libembryo.mk

Comments

Yann E. MORIN Oct. 25, 2015, 4:43 p.m. UTC | #1
Romain, All,

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

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

Same comment as libedje about the legacy comment.

Regards,
Yann E. MORIN.

> ---
> v5: remove libembryo 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/libembryo/Config.in    |  9 ---------
>  package/efl/libembryo/libembryo.mk | 18 ------------------
>  4 files changed, 7 insertions(+), 28 deletions(-)
>  delete mode 100644 package/efl/libembryo/Config.in
>  delete mode 100644 package/efl/libembryo/libembryo.mk
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index 3349c50..e7e49e3 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -107,6 +107,13 @@ endif
>  ###############################################################################
>  comment "Legacy options removed in 2015.11"
>  
> +config BR2_PACKAGE_LIBEMBRYO
> +	bool "libembryo package has been removed"
> +	select BR2_LEGACY
> +	select BR2_PACKAGE_EFL
> +	help
> +	  The libembryo package has been removed with the efl bump to 1.15.
> +
>  config BR2_PACKAGE_LIBEDJE
>  	bool "libedje package has been removed"
>  	select BR2_LEGACY
> diff --git a/package/efl/Config.in b/package/efl/Config.in
> index 5a14192..31dc066 100644
> --- a/package/efl/Config.in
> +++ b/package/efl/Config.in
> @@ -21,7 +21,6 @@ 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/libembryo/Config.in"
>  source "package/efl/libelementary/Config.in"
>  source "package/efl/libedbus/Config.in"
>  
> diff --git a/package/efl/libembryo/Config.in b/package/efl/libembryo/Config.in
> deleted file mode 100644
> index 63c7064..0000000
> --- a/package/efl/libembryo/Config.in
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -config BR2_PACKAGE_LIBEMBRYO
> -	bool "libembryo"
> -	select BR2_PACKAGE_LIBEINA
> -	help
> -	  Embryo is primarily a shared library that gives you an API
> -	  to load and control interpreted programs compiled into an
> -	  abstract machine bytecode that it understands.
> -
> -	  http://trac.enlightenment.org/e/wiki/Embryo
> diff --git a/package/efl/libembryo/libembryo.mk b/package/efl/libembryo/libembryo.mk
> deleted file mode 100644
> index fc45e42..0000000
> --- a/package/efl/libembryo/libembryo.mk
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -################################################################################
> -#
> -# libembryo
> -#
> -################################################################################
> -
> -LIBEMBRYO_VERSION = 1.7.10
> -LIBEMBRYO_SOURCE = embryo-$(LIBEMBRYO_VERSION).tar.bz2
> -LIBEMBRYO_SITE = http://download.enlightenment.org/releases
> -LIBEMBRYO_LICENSE = BSD-2c, Embryo license
> -LIBEMBRYO_LICENSE_FILES = COPYING
> -
> -LIBEMBRYO_INSTALL_STAGING = YES
> -
> -LIBEMBRYO_DEPENDENCIES = host-pkgconf libeina
> -
> -$(eval $(autotools-package))
> -$(eval $(host-autotools-package))
> -- 
> 2.4.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/Config.in.legacy b/Config.in.legacy
index 3349c50..e7e49e3 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -107,6 +107,13 @@  endif
 ###############################################################################
 comment "Legacy options removed in 2015.11"
 
+config BR2_PACKAGE_LIBEMBRYO
+	bool "libembryo package has been removed"
+	select BR2_LEGACY
+	select BR2_PACKAGE_EFL
+	help
+	  The libembryo package has been removed with the efl bump to 1.15.
+
 config BR2_PACKAGE_LIBEDJE
 	bool "libedje package has been removed"
 	select BR2_LEGACY
diff --git a/package/efl/Config.in b/package/efl/Config.in
index 5a14192..31dc066 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -21,7 +21,6 @@  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/libembryo/Config.in"
 source "package/efl/libelementary/Config.in"
 source "package/efl/libedbus/Config.in"
 
diff --git a/package/efl/libembryo/Config.in b/package/efl/libembryo/Config.in
deleted file mode 100644
index 63c7064..0000000
--- a/package/efl/libembryo/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@ 
-config BR2_PACKAGE_LIBEMBRYO
-	bool "libembryo"
-	select BR2_PACKAGE_LIBEINA
-	help
-	  Embryo is primarily a shared library that gives you an API
-	  to load and control interpreted programs compiled into an
-	  abstract machine bytecode that it understands.
-
-	  http://trac.enlightenment.org/e/wiki/Embryo
diff --git a/package/efl/libembryo/libembryo.mk b/package/efl/libembryo/libembryo.mk
deleted file mode 100644
index fc45e42..0000000
--- a/package/efl/libembryo/libembryo.mk
+++ /dev/null
@@ -1,18 +0,0 @@ 
-################################################################################
-#
-# libembryo
-#
-################################################################################
-
-LIBEMBRYO_VERSION = 1.7.10
-LIBEMBRYO_SOURCE = embryo-$(LIBEMBRYO_VERSION).tar.bz2
-LIBEMBRYO_SITE = http://download.enlightenment.org/releases
-LIBEMBRYO_LICENSE = BSD-2c, Embryo license
-LIBEMBRYO_LICENSE_FILES = COPYING
-
-LIBEMBRYO_INSTALL_STAGING = YES
-
-LIBEMBRYO_DEPENDENCIES = host-pkgconf libeina
-
-$(eval $(autotools-package))
-$(eval $(host-autotools-package))