Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [DONTMERGE] Units 2.19
@ 2019-06-21 12:25 voidlinux-github
  2019-06-21 12:28 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-21 12:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 344 bytes --]

There is a new pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages units-2.19
https://github.com/void-linux/void-packages/pull/12602

[DONTMERGE] Units 2.19
This is just for testing xbps-0.54

A patch file from https://github.com/void-linux/void-packages/pull/12602.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-units-2.19-12602.patch --]
[-- Type: application/text/x-diff, Size: 1874 bytes --]

From 87366817c0c125b448b4b654a073808a9c1a0bab Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 21 Jun 2019 14:23:04 +0200
Subject: [PATCH 1/2] travis/build.sh: only run bootstrap-update once.

---
 common/travis/build.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/common/travis/build.sh b/common/travis/build.sh
index 9bbc048ab15..fcf3854fc69 100755
--- a/common/travis/build.sh
+++ b/common/travis/build.sh
@@ -23,8 +23,7 @@ XBPS_SRCPKGDIR=/hostrepo/srcpkgs XBPS_MASTERDIR=/ chroot_prepare $1 || {
 	exit 1
 }
 
-# Two times due to updating xbps itself
-/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
+# update xbps just in case
 /hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
 
 PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))

From d3a316644cbd9daf00055b60d71a19a0e7097d0b Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 21 Jun 2019 14:24:25 +0200
Subject: [PATCH 2/2] units: update to 2.19.

---
 srcpkgs/units/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/units/template b/srcpkgs/units/template
index 5f2960d22d5..643092c4615 100644
--- a/srcpkgs/units/template
+++ b/srcpkgs/units/template
@@ -1,7 +1,7 @@
 # Template file for 'units'
 pkgname=units
-version=2.18
-revision=2
+version=2.19
+revision=1
 build_style=gnu-configure
 hostmakedepends="python"
 makedepends="readline-devel"
@@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/units/units.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678
+checksum=4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556
 
 post_install() {
 	# Tries to install to /usr/com/currency.units

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] [DONTMERGE] Units 2.19
  2019-06-21 12:25 [PR PATCH] [DONTMERGE] Units 2.19 voidlinux-github
  2019-06-21 12:28 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-21 12:28 ` voidlinux-github
  2019-06-24 15:40 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-21 12:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

There is an updated pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages units-2.19
https://github.com/void-linux/void-packages/pull/12602

[DONTMERGE] Units 2.19
This is just for testing xbps-0.54

A patch file from https://github.com/void-linux/void-packages/pull/12602.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-units-2.19-12602.patch --]
[-- Type: application/text/x-diff, Size: 2562 bytes --]

From 87366817c0c125b448b4b654a073808a9c1a0bab Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 21 Jun 2019 14:23:04 +0200
Subject: [PATCH 1/3] travis/build.sh: only run bootstrap-update once.

---
 common/travis/build.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/common/travis/build.sh b/common/travis/build.sh
index 9bbc048ab15..fcf3854fc69 100755
--- a/common/travis/build.sh
+++ b/common/travis/build.sh
@@ -23,8 +23,7 @@ XBPS_SRCPKGDIR=/hostrepo/srcpkgs XBPS_MASTERDIR=/ chroot_prepare $1 || {
 	exit 1
 }
 
-# Two times due to updating xbps itself
-/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
+# update xbps just in case
 /hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
 
 PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))

From d3a316644cbd9daf00055b60d71a19a0e7097d0b Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 21 Jun 2019 14:24:25 +0200
Subject: [PATCH 2/3] units: update to 2.19.

---
 srcpkgs/units/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/units/template b/srcpkgs/units/template
index 5f2960d22d5..643092c4615 100644
--- a/srcpkgs/units/template
+++ b/srcpkgs/units/template
@@ -1,7 +1,7 @@
 # Template file for 'units'
 pkgname=units
-version=2.18
-revision=2
+version=2.19
+revision=1
 build_style=gnu-configure
 hostmakedepends="python"
 makedepends="readline-devel"
@@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/units/units.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678
+checksum=4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556
 
 post_install() {
 	# Tries to install to /usr/com/currency.units

From a449e81eb4d3214f395c26b5b450824580323db5 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 21 Jun 2019 14:27:50 +0200
Subject: [PATCH 3/3] units: gettext-devel

---
 srcpkgs/units/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/units/template b/srcpkgs/units/template
index 643092c4615..d57cfdd5fb8 100644
--- a/srcpkgs/units/template
+++ b/srcpkgs/units/template
@@ -3,7 +3,7 @@ pkgname=units
 version=2.19
 revision=1
 build_style=gnu-configure
-hostmakedepends="python"
+hostmakedepends="python gettext-devel"
 makedepends="readline-devel"
 depends="python python-Unidecode"
 short_desc="Converts between different units"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] [DONTMERGE] Units 2.19
  2019-06-21 12:25 [PR PATCH] [DONTMERGE] Units 2.19 voidlinux-github
@ 2019-06-21 12:28 ` voidlinux-github
  2019-06-21 12:28 ` voidlinux-github
  2019-06-24 15:40 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-21 12:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

There is an updated pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages units-2.19
https://github.com/void-linux/void-packages/pull/12602

[DONTMERGE] Units 2.19
This is just for testing xbps-0.54

A patch file from https://github.com/void-linux/void-packages/pull/12602.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-units-2.19-12602.patch --]
[-- Type: application/text/x-diff, Size: 2562 bytes --]

From 87366817c0c125b448b4b654a073808a9c1a0bab Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 21 Jun 2019 14:23:04 +0200
Subject: [PATCH 1/3] travis/build.sh: only run bootstrap-update once.

---
 common/travis/build.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/common/travis/build.sh b/common/travis/build.sh
index 9bbc048ab15..fcf3854fc69 100755
--- a/common/travis/build.sh
+++ b/common/travis/build.sh
@@ -23,8 +23,7 @@ XBPS_SRCPKGDIR=/hostrepo/srcpkgs XBPS_MASTERDIR=/ chroot_prepare $1 || {
 	exit 1
 }
 
-# Two times due to updating xbps itself
-/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
+# update xbps just in case
 /hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
 
 PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))

From d3a316644cbd9daf00055b60d71a19a0e7097d0b Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 21 Jun 2019 14:24:25 +0200
Subject: [PATCH 2/3] units: update to 2.19.

---
 srcpkgs/units/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/units/template b/srcpkgs/units/template
index 5f2960d22d5..643092c4615 100644
--- a/srcpkgs/units/template
+++ b/srcpkgs/units/template
@@ -1,7 +1,7 @@
 # Template file for 'units'
 pkgname=units
-version=2.18
-revision=2
+version=2.19
+revision=1
 build_style=gnu-configure
 hostmakedepends="python"
 makedepends="readline-devel"
@@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/units/units.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678
+checksum=4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556
 
 post_install() {
 	# Tries to install to /usr/com/currency.units

From a449e81eb4d3214f395c26b5b450824580323db5 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 21 Jun 2019 14:27:50 +0200
Subject: [PATCH 3/3] units: gettext-devel

---
 srcpkgs/units/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/units/template b/srcpkgs/units/template
index 643092c4615..d57cfdd5fb8 100644
--- a/srcpkgs/units/template
+++ b/srcpkgs/units/template
@@ -3,7 +3,7 @@ pkgname=units
 version=2.19
 revision=1
 build_style=gnu-configure
-hostmakedepends="python"
+hostmakedepends="python gettext-devel"
 makedepends="readline-devel"
 depends="python python-Unidecode"
 short_desc="Converts between different units"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: [DONTMERGE] Units 2.19
  2019-06-21 12:25 [PR PATCH] [DONTMERGE] Units 2.19 voidlinux-github
  2019-06-21 12:28 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-21 12:28 ` voidlinux-github
@ 2019-06-24 15:40 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-24 15:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

There's a closed pull request on the void-packages repository

[DONTMERGE] Units 2.19
https://github.com/void-linux/void-packages/pull/12602
Description: This is just for testing xbps-0.54

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-24 15:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21 12:25 [PR PATCH] [DONTMERGE] Units 2.19 voidlinux-github
2019-06-21 12:28 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-21 12:28 ` voidlinux-github
2019-06-24 15:40 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).