From: Johan Oudinet <johan.oudinet@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 22/22] erlang-p1-iconv: Remove package
Date: Mon, 6 Jan 2020 17:11:15 +0100 [thread overview]
Message-ID: <20200106161115.16524-23-johan.oudinet@gmail.com> (raw)
In-Reply-To: <20200106161115.16524-1-johan.oudinet@gmail.com>
This package was a dependency to ejabberd-18.09. It is not anymore
use by any package nor maintain upstream, so remove it.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
---
package/Config.in | 1 -
package/erlang-p1-iconv/Config.in | 8 --------
package/erlang-p1-iconv/erlang-p1-iconv.hash | 2 --
package/erlang-p1-iconv/erlang-p1-iconv.mk | 19 -------------------
4 files changed, 30 deletions(-)
delete mode 100644 package/erlang-p1-iconv/Config.in
delete mode 100644 package/erlang-p1-iconv/erlang-p1-iconv.hash
delete mode 100644 package/erlang-p1-iconv/erlang-p1-iconv.mk
diff --git a/package/Config.in b/package/Config.in
index 436216338a..296dbe49d5 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -585,7 +585,6 @@ menu "Erlang libraries/modules"
source "package/erlang-lager/Config.in"
source "package/erlang-p1-acme/Config.in"
source "package/erlang-p1-cache-tab/Config.in"
- source "package/erlang-p1-iconv/Config.in"
source "package/erlang-p1-mqtree/Config.in"
source "package/erlang-p1-oauth2/Config.in"
source "package/erlang-p1-pkix/Config.in"
diff --git a/package/erlang-p1-iconv/Config.in b/package/erlang-p1-iconv/Config.in
deleted file mode 100644
index cec17d0605..0000000000
--- a/package/erlang-p1-iconv/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-config BR2_PACKAGE_ERLANG_P1_ICONV
- bool "erlang-p1-iconv"
- select BR2_PACKAGE_ERLANG_P1_UTILS
- select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
- help
- Erlang interface to libiconv
-
- https://github.com/processone/eiconv
diff --git a/package/erlang-p1-iconv/erlang-p1-iconv.hash b/package/erlang-p1-iconv/erlang-p1-iconv.hash
deleted file mode 100644
index 31bcf40731..0000000000
--- a/package/erlang-p1-iconv/erlang-p1-iconv.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally calculated
-sha256 8a9ff8a3dd983284caa964f118b5782ef1c0c662995608b2ca4f4a5f285605a9 erlang-p1-iconv-1.0.10.tar.gz
diff --git a/package/erlang-p1-iconv/erlang-p1-iconv.mk b/package/erlang-p1-iconv/erlang-p1-iconv.mk
deleted file mode 100644
index 79d8efe16f..0000000000
--- a/package/erlang-p1-iconv/erlang-p1-iconv.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-################################################################################
-#
-# erlang-p1-iconv
-#
-################################################################################
-
-ERLANG_P1_ICONV_VERSION = 1.0.10
-ERLANG_P1_ICONV_SITE = $(call github,processone,iconv,$(ERLANG_P1_ICONV_VERSION))
-ERLANG_P1_ICONV_LICENSE = Apache-2.0
-ERLANG_P1_ICONV_LICENSE_FILES = LICENSE.txt
-ERLANG_P1_ICONV_DEPENDENCIES = erlang-p1-utils
-
-ifeq ($(BR2_PACKAGE_LIBICONV),y)
-ERLANG_P1_ICONV_DEPENDENCIES += libiconv
-endif
-
-ERLANG_P1_ICONV_USE_AUTOCONF = YES
-
-$(eval $(rebar-package))
--
2.20.1
next prev parent reply other threads:[~2020-01-06 16:11 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-06 16:10 [Buildroot] [PATCH 00/22] Bump ejabberd to version 19.09.1 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 01/22] erlang-p1-utils: Bump to version 1.0.16 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 02/22] erlang-lager: Bump to version 3.6.10 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 03/22] erlang-eimp: Bump to version 1.0.12 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 04/22] erlang-p1-cache-tab: Bump to version 1.0.20 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 05/22] erlang-p1-oauth2: Bump to version 0.6.5 Johan Oudinet
2020-01-06 16:10 ` [Buildroot] [PATCH 06/22] erlang-p1-sip: Bump to version 1.0.30 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 07/22] erlang-p1-stringprep: Bump to version 1.0.17 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 08/22] erlang-p1-tls: Bump to version 1.1.2 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 09/22] ejabberd-p1-stun: Bump to version 1.0.29 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 10/22] erlang-p1-xml: Bump to version 1.1.37 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 11/22] erlang-p1-zlib: Bump to version 1.0.6 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 12/22] erlang-p1-xmpp: Bump to version 1.4.2 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 13/22] erlang-p1-yaml: Bump to version 1.0.21 Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 14/22] erlang-base64url: New package Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 15/22] erlang-jose: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 16/22] erlang-idna: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 17/22] erlang-p1-mqtree: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 18/22] erlang-p1-pkix: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 19/22] erlang-p1-yconf: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 20/22] erlang-p1-acme: " Johan Oudinet
2020-01-06 16:11 ` [Buildroot] [PATCH 21/22] ejabberd: Bump to version 19.09.1 Johan Oudinet
2020-01-06 16:11 ` Johan Oudinet [this message]
2020-01-06 20:36 ` [Buildroot] [PATCH 00/22] Bump ejabberd " Thomas Petazzoni
2020-01-07 10:47 ` Johan Oudinet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200106161115.16524-23-johan.oudinet@gmail.com \
--to=johan.oudinet@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox