[arch-commits] Commit in icmake/repos/community-x86_64 (4 files)

2020-08-10 Thread Konstantin Gizdov via arch-commits
Date: Monday, August 10, 2020 @ 12:15:35
  Author: kgizdov
Revision: 673644

archrelease: copy trunk to community-x86_64

Added:
  icmake/repos/community-x86_64/PKGBUILD
(from rev 673643, icmake/trunk/PKGBUILD)
  icmake/repos/community-x86_64/disable-clear-screen.patch
(from rev 673643, icmake/trunk/disable-clear-screen.patch)
Deleted:
  icmake/repos/community-x86_64/PKGBUILD
  icmake/repos/community-x86_64/disable-clear-screen.patch

+
 PKGBUILD   |   71 +--
 disable-clear-screen.patch |   43 --
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-10 12:15:28 UTC (rev 673643)
+++ PKGBUILD2020-08-10 12:15:35 UTC (rev 673644)
@@ -1,35 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Christian Hesse 
-# Contributor: Andreas Wagner 
-# Contributor: Jeff Mickey 
-
-pkgname=icmake
-pkgver=9.02.09
-pkgrel=1
-pkgdesc='A program maintenance (make) utility using a C-like grammar'
-arch=('x86_64')
-url='https://fbb-git.gitlab.io/icmake/'
-license=('GPL3')
-source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"disable-clear-screen.patch")
-sha256sums=('286c2673ce962a5a3de597884452e58743d650b29c247c47849e5b701f1cd01f'
-'a5edbdb70ab6748c7124979f9af08884b4d7b16fa3ece8ff39d5986e6fd20592')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-patch -p1 < "${srcdir}/disable-clear-screen.patch"
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-   ./icm_prepare /
-   ./icm_bootstrap /
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-   ./icm_install all "${pkgdir}"
-}
-

Copied: icmake/repos/community-x86_64/PKGBUILD (from rev 673643, 
icmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-10 12:15:35 UTC (rev 673644)
@@ -0,0 +1,36 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Konstantin Gizdov 
+# Contributor: Christian Hesse 
+# Contributor: Andreas Wagner 
+# Contributor: Jeff Mickey 
+
+pkgname=icmake
+pkgver=9.03.01
+pkgrel=1
+pkgdesc='A program maintenance (make) utility using a C-like grammar'
+arch=('x86_64')
+url='https://fbb-git.gitlab.io/icmake/'
+license=('GPL3')
+source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+"disable-clear-screen.patch")
+sha256sums=('7c5c091f58f576da580238c5e3636e2038d9ecf5efb6562ae7e402910d9036e6'
+'f141389f6a42ac8a66b8abcd1a2649e3d41cd661ab0c5fdafab0c37a8fa793ba')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+patch -Np1 -i "${srcdir}/disable-clear-screen.patch"
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+   ./icm_prepare /
+   ./icm_bootstrap /
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+   ./icm_install all "${pkgdir}"
+}
+

Deleted: disable-clear-screen.patch
===
--- disable-clear-screen.patch  2020-08-10 12:15:28 UTC (rev 673643)
+++ disable-clear-screen.patch  2020-08-10 12:15:35 UTC (rev 673644)
@@ -1,22 +0,0 @@
-commit 42d3987d08e41723a2ca8739550bbf5d58e45ea8
-Author: Baptiste Jonglez 
-Date:   Sat Jul 7 12:58:54 2018 +0200
-
-Disable screen clearing
-
-This tends to fail when building in a clean chroot (e.g. yodl) because of
-missing terminal definition, and is of dubious interest anyway.
-
-diff --git a/icmake/scripts/icmbuild.in b/icmake/scripts/icmbuild.in
-index c31e925..dba9607 100644
 a/icmake/scripts/icmbuild.in
-+++ b/icmake/scripts/icmbuild.in
-@@ -618,7 +618,7 @@ void install(string what, string path)
- 
- void clearScreen(int cls)
- {
--if (cls)
-+if (0)
- system("tput clear");
- }
- 

Copied: icmake/repos/community-x86_64/disable-clear-screen.patch (from rev 
673643, icmake/trunk/disable-clear-screen.patch)
===
--- disable-clear-screen.patch  (rev 0)
+++ disable-clear-screen.patch  2020-08-10 12:15:35 UTC (rev 673644)
@@ -0,0 +1,21 @@
+commit 42d3987d08e41723a2ca8739550bbf5d58e45ea8
+Author: Baptiste Jonglez 
+Date:   Sat Jul 7 12:58:54 2018 +0200
+
+Disable screen clearing
+
+This tends to fail when building in a clean chroot (e.g. yodl) because of
+missing terminal definition, and is of dubious interest anyway.
+
+diff --color -aur icmake-9.03.01-old/icmake/scripts/ib/main 
icmake-9.03.01-new/icmake/scripts/ib/main
+--- icmake-9.03.01-old/icmake/scripts/ib/main  2020-01-13 11:30:09.0 
+0200
 icmake-9.03.01-new/icmake/scripts/ib/main  2020-08-10 15:10:44.705348577 
+0300
+@@ -34,7 +34,7 @@
+ g_option = 

[arch-commits] Commit in icmake/repos/community-x86_64 (4 files)

2019-12-13 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 13, 2019 @ 18:25:54
  Author: zorun
Revision: 537560

archrelease: copy trunk to community-x86_64

Added:
  icmake/repos/community-x86_64/PKGBUILD
(from rev 537559, icmake/trunk/PKGBUILD)
  icmake/repos/community-x86_64/disable-clear-screen.patch
(from rev 537559, icmake/trunk/disable-clear-screen.patch)
Deleted:
  icmake/repos/community-x86_64/PKGBUILD
  icmake/repos/community-x86_64/disable-clear-screen.patch

+
 PKGBUILD   |   70 +--
 disable-clear-screen.patch |   44 +--
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-13 18:24:45 UTC (rev 537559)
+++ PKGBUILD2019-12-13 18:25:54 UTC (rev 537560)
@@ -1,35 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Christian Hesse 
-# Contributor: Andreas Wagner 
-# Contributor: Jeff Mickey 
-
-pkgname=icmake
-pkgver=9.02.08
-pkgrel=2
-pkgdesc='A program maintenance (make) utility using a C-like grammar'
-arch=('x86_64')
-url='https://fbb-git.gitlab.io/icmake/'
-license=('GPL3')
-source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"disable-clear-screen.patch")
-sha256sums=('eeabc5b0611661749b584cce3a22c6a5b811e0467f764df6990a1791e6605ac1'
-'a5edbdb70ab6748c7124979f9af08884b4d7b16fa3ece8ff39d5986e6fd20592')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-patch -p1 < "${srcdir}/disable-clear-screen.patch"
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-   ./icm_prepare /
-   ./icm_bootstrap /
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-   ./icm_install all "${pkgdir}"
-}
-

Copied: icmake/repos/community-x86_64/PKGBUILD (from rev 537559, 
icmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-13 18:25:54 UTC (rev 537560)
@@ -0,0 +1,35 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Christian Hesse 
+# Contributor: Andreas Wagner 
+# Contributor: Jeff Mickey 
+
+pkgname=icmake
+pkgver=9.02.09
+pkgrel=1
+pkgdesc='A program maintenance (make) utility using a C-like grammar'
+arch=('x86_64')
+url='https://fbb-git.gitlab.io/icmake/'
+license=('GPL3')
+source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+"disable-clear-screen.patch")
+sha256sums=('286c2673ce962a5a3de597884452e58743d650b29c247c47849e5b701f1cd01f'
+'a5edbdb70ab6748c7124979f9af08884b4d7b16fa3ece8ff39d5986e6fd20592')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 < "${srcdir}/disable-clear-screen.patch"
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+   ./icm_prepare /
+   ./icm_bootstrap /
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+   ./icm_install all "${pkgdir}"
+}
+

Deleted: disable-clear-screen.patch
===
--- disable-clear-screen.patch  2019-12-13 18:24:45 UTC (rev 537559)
+++ disable-clear-screen.patch  2019-12-13 18:25:54 UTC (rev 537560)
@@ -1,22 +0,0 @@
-commit 42d3987d08e41723a2ca8739550bbf5d58e45ea8
-Author: Baptiste Jonglez 
-Date:   Sat Jul 7 12:58:54 2018 +0200
-
-Disable screen clearing
-
-This tends to fail when building in a clean chroot (e.g. yodl) because of
-missing terminal definition, and is of dubious interest anyway.
-
-diff --git a/icmake/scripts/icmbuild.in b/icmake/scripts/icmbuild.in
-index c31e925..dba9607 100644
 a/icmake/scripts/icmbuild.in
-+++ b/icmake/scripts/icmbuild.in
-@@ -618,7 +618,7 @@ void install(string what, string path)
- 
- void clearScreen(int cls)
- {
--if (cls)
-+if (0)
- system("tput clear");
- }
- 

Copied: icmake/repos/community-x86_64/disable-clear-screen.patch (from rev 
537559, icmake/trunk/disable-clear-screen.patch)
===
--- disable-clear-screen.patch  (rev 0)
+++ disable-clear-screen.patch  2019-12-13 18:25:54 UTC (rev 537560)
@@ -0,0 +1,22 @@
+commit 42d3987d08e41723a2ca8739550bbf5d58e45ea8
+Author: Baptiste Jonglez 
+Date:   Sat Jul 7 12:58:54 2018 +0200
+
+Disable screen clearing
+
+This tends to fail when building in a clean chroot (e.g. yodl) because of
+missing terminal definition, and is of dubious interest anyway.
+
+diff --git a/icmake/scripts/icmbuild.in b/icmake/scripts/icmbuild.in
+index c31e925..dba9607 100644
+--- a/icmake/scripts/icmbuild.in
 b/icmake/scripts/icmbuild.in
+@@ -618,7 +618,7 @@ void install(string what, string path)
+ 
+ void clearScreen(int cls)
+ {
+-if (cls)
++if (0)
+ system("tput clear");
+ }
+