From patchwork Tue Sep 8 21:20:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 515592 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 090951400B7 for ; Wed, 9 Sep 2015 07:21:47 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 52451A474B; Tue, 8 Sep 2015 21:21:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PwCEd3xg4WHg; Tue, 8 Sep 2015 21:21:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C6F05A46F4; Tue, 8 Sep 2015 21:21:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 28D8D1CE7B5 for ; Tue, 8 Sep 2015 21:20:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 24FA632E5F for ; Tue, 8 Sep 2015 21:20:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bO4UTgICqVwC for ; Tue, 8 Sep 2015 21:20:32 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by silver.osuosl.org (Postfix) with ESMTPS id 5CC2531DD6 for ; Tue, 8 Sep 2015 21:20:32 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id C6778940011; Tue, 8 Sep 2015 23:20:30 +0200 (CEST) From: Romain Naour To: buildroot@buildroot.org Date: Tue, 8 Sep 2015 23:20:10 +0200 Message-Id: <1441747212-27421-37-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1441747212-27421-1-git-send-email-romain.naour@openwide.fr> References: <1441747212-27421-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [PACH v2 36/38] package/libeet: remove package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Libeet is now available in efl package. Signed-off-by: Romain Naour --- Config.in.legacy | 7 +++++++ package/Config.in | 1 - package/libeet/Config.in | 16 ---------------- package/libeet/libeet.mk | 27 --------------------------- 4 files changed, 7 insertions(+), 44 deletions(-) delete mode 100644 package/libeet/Config.in delete mode 100644 package/libeet/libeet.mk diff --git a/Config.in.legacy b/Config.in.legacy index fc316c7..45c142d 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -107,6 +107,13 @@ endif ############################################################################### comment "Legacy options removed in 2015.08" +config BR2_PACKAGE_LIBEET + bool "libeet package has been removed" + select BR2_LEGACY + select BR2_PACKAGE_EFL + help + The libeet package has been removed with the efl bump to 1.14. + config BR2_PACKAGE_LIBEVAS bool "libevas package has been removed" select BR2_LEGACY diff --git a/package/Config.in b/package/Config.in index 51a97e1..537048e 100644 --- a/package/Config.in +++ b/package/Config.in @@ -241,7 +241,6 @@ endif source "package/fbv/Config.in" source "package/freerdp/Config.in" source "package/imagemagick/Config.in" - source "package/libeet/Config.in" source "package/libeina/Config.in" source "package/libelementary/Config.in" source "package/libevas-generic-loaders/Config.in" diff --git a/package/libeet/Config.in b/package/libeet/Config.in deleted file mode 100644 index 3f36295..0000000 --- a/package/libeet/Config.in +++ /dev/null @@ -1,16 +0,0 @@ -config BR2_PACKAGE_LIBEET - bool "libeet" - select BR2_PACKAGE_ZLIB - select BR2_PACKAGE_JPEG - select BR2_PACKAGE_LIBEINA - depends on BR2_USE_MMU - depends on BR2_USE_WCHAR # efl - help - Eet is a tiny library designed to write an arbitary set of - chunks of data to a file and optionally compress each chunk - (very much like a zip file). - - http://trac.enlightenment.org/e/wiki/Eet - -comment "libeet needs a toolchain w/ wchar" - depends on !BR2_USE_WCHAR diff --git a/package/libeet/libeet.mk b/package/libeet/libeet.mk deleted file mode 100644 index fc3d7f9..0000000 --- a/package/libeet/libeet.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# -# libeet -# -################################################################################ - -LIBEET_VERSION = 1.7.10 -LIBEET_SOURCE = eet-$(LIBEET_VERSION).tar.bz2 -LIBEET_SITE = http://download.enlightenment.org/releases -LIBEET_LICENSE = BSD-2c -LIBEET_LICENSE_FILES = COPYING - -LIBEET_INSTALL_STAGING = YES - -LIBEET_DEPENDENCIES = host-pkgconf zlib jpeg libeina -HOST_LIBEET_DEPENDENCIES = host-pkgconf host-zlib host-libjpeg host-libeina - -ifeq ($(BR2_PACKAGE_GNUTLS)$(BR2_PACKAGE_LIBGCRYPT),yy) -LIBEET_DEPENDENCIES += gnutls libgcrypt -LIBEET_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config -LIBEET_CONF_OPTS += --enable-gnutls -else -LIBEET_CONF_OPTS += --disable-gnutls -endif - -$(eval $(autotools-package)) -$(eval $(host-autotools-package))