From patchwork Sat Oct 24 21:01:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 535498 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 90A91141300 for ; Sun, 25 Oct 2015 08:04:37 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CBF2332DDB; Sat, 24 Oct 2015 21:04:36 +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 1r972i5RHpex; Sat, 24 Oct 2015 21:04:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6AF2532DD3; Sat, 24 Oct 2015 21:02:18 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id EF7B21C44B7 for ; Sat, 24 Oct 2015 21:01:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id EC92087843 for ; Sat, 24 Oct 2015 21:01:29 +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 RoodiC3qYZE9 for ; Sat, 24 Oct 2015 21:01:29 +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 fraxinus.osuosl.org (Postfix) with ESMTPS id 6390E877FF for ; Sat, 24 Oct 2015 21:01:29 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id 98655940008; Sat, 24 Oct 2015 23:01:27 +0200 (CEST) From: Romain Naour To: buildroot@buildroot.org Date: Sat, 24 Oct 2015 23:01:14 +0200 Message-Id: <1445720476-21517-35-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1445720476-21517-1-git-send-email-romain.naour@openwide.fr> References: <1445720476-21517-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [PATCH v5 34/36] package/efl/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 Reviewed-by: "Yann E. MORIN" --- v5: remove libeet 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/libeet/Config.in | 11 ----------- package/efl/libeet/libeet.mk | 27 --------------------------- 4 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 package/efl/libeet/Config.in delete mode 100644 package/efl/libeet/libeet.mk diff --git a/Config.in.legacy b/Config.in.legacy index cb49112..14da2f2 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -107,6 +107,13 @@ endif ############################################################################### comment "Legacy options removed in 2015.11" +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.15. + config BR2_PACKAGE_LIBEVAS bool "libevas package has been removed" select BR2_LEGACY diff --git a/package/efl/Config.in b/package/efl/Config.in index b35e666..9e92a6e 100644 --- a/package/efl/Config.in +++ b/package/efl/Config.in @@ -15,7 +15,6 @@ menuconfig BR2_PACKAGE_EFL if BR2_PACKAGE_EFL source "package/efl/libeina/Config.in" -source "package/efl/libeet/Config.in" source "package/efl/libefl/Config.in" source "package/efl/libelementary/Config.in" diff --git a/package/efl/libeet/Config.in b/package/efl/libeet/Config.in deleted file mode 100644 index 48631a0..0000000 --- a/package/efl/libeet/Config.in +++ /dev/null @@ -1,11 +0,0 @@ -config BR2_PACKAGE_LIBEET - bool "libeet" - select BR2_PACKAGE_ZLIB - select BR2_PACKAGE_JPEG - select BR2_PACKAGE_LIBEINA - 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 diff --git a/package/efl/libeet/libeet.mk b/package/efl/libeet/libeet.mk deleted file mode 100644 index fc3d7f9..0000000 --- a/package/efl/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))