Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7e42e5f7d3118823996652a2af52331a3616223e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7e42e5f7d3118823996652a2af52331a3616223e)
  • Date: Sat, 25 May 2019 01:06:42 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
libs/glibc/CONFLICTS | 3 ++-
libs/glibc/HISTORY | 1 +
libs/libiconv/CONFLICTS | 1 +
libs/libiconv/DETAILS | 15 +++++++++++++++
libs/libiconv/HISTORY | 2 ++
6 files changed, 24 insertions(+), 1 deletion(-)

New commits:
commit 7e42e5f7d3118823996652a2af52331a3616223e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

glibc: Add conflict with libiconv

commit 5f46fcf99cb2d58c6725e74eff3a1398dd87758a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libiconv: new spell, GNU iconv implementation

diff --git a/ChangeLog b/ChangeLog
index 5c0607e..bd2b8b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/libiconv: new spell, GNU iconv implementation
+
2019-05-24 Ismael Luceno <ismael AT sourcemage.org>
* libs/tzcode: new spell, The Time Zone Database code package

diff --git a/libs/glibc/CONFLICTS b/libs/glibc/CONFLICTS
index 2e4d180..a5b2a65 100755
--- a/libs/glibc/CONFLICTS
+++ b/libs/glibc/CONFLICTS
@@ -1 +1,2 @@
-conflicts tzcode
+conflicts tzcode &&
+conflicts libiconv
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index edaf34f..c3db6f8 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,5 +1,6 @@
2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
* CONFLICTS: Added conflict with tzcode
+ * CONFLICTS: Added conflict with libiconv

2019-05-06 Remko van der Vossen <wich AT sourcemage.org>
* PRE_BUILD: unset CFLAGS instead of export CFLAGS=''
diff --git a/libs/libiconv/CONFLICTS b/libs/libiconv/CONFLICTS
new file mode 100755
index 0000000..5384967
--- /dev/null
+++ b/libs/libiconv/CONFLICTS
@@ -0,0 +1 @@
+conflicts glibc
diff --git a/libs/libiconv/DETAILS b/libs/libiconv/DETAILS
new file mode 100755
index 0000000..a9ec508
--- /dev/null
+++ b/libs/libiconv/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libiconv
+ VERSION=1.16
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:365dac0b34b4255a0066e8033a8b3db4bdb94b9b57a9dca17ebf2d779139fe935caf51a465d17fd8ae229ec4b926f3f7025264f37243432075e5583925bb77b7
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://www.gnu.org/software/libiconv/";
+ LICENSE[0]="LGPLv3"
+ ENTERED=20190525
+ KEYWORDS=""
+ SHORT="GNU iconv implementation"
+cat << EOF
+This library provides an iconv implementation, for use on systems which
+don't have one, or whose implementation cannot convert from/to Unicode.
+EOF
diff --git a/libs/libiconv/HISTORY b/libs/libiconv/HISTORY
new file mode 100644
index 0000000..ec13bbe
--- /dev/null
+++ b/libs/libiconv/HISTORY
@@ -0,0 +1,2 @@
+2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFLICTS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7e42e5f7d3118823996652a2af52331a3616223e), Ismael Luceno, 05/24/2019

Archive powered by MHonArc 2.6.24.

Top of Page