public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/bleeding-edge:master commit in: app-portage/portage-utils/, app-portage/portage-utils/files/
@ 2015-11-29  9:31 Jan Psota
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Psota @ 2015-11-29  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     29d1a265b9384f71d57c1baf9b90154c77ed9888
Author:     layman <layman <AT> localhost>
AuthorDate: Sun Nov 29 09:26:40 2015 +0000
Commit:     Jan Psota <jasiupsota <AT> gmail <DOT> com>
CommitDate: Sun Nov 29 09:26:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=29d1a265

portage-utils/portage-utils-0.60 with qtail and qportage

 app-portage/portage-utils/Manifest                 |  2 +-
 .../files/portage-utils-0.56-qcheck-tz.patch       | 31 -----------------
 .../files/portage-utils-0.56-qlop-tz.patch         | 39 ----------------------
 app-portage/portage-utils/files/qlop-stdin.patch   | 27 +++++++++++----
 ...0.56-r1.ebuild => portage-utils-0.60-r1.ebuild} |  2 --
 5 files changed, 21 insertions(+), 80 deletions(-)

diff --git a/app-portage/portage-utils/Manifest b/app-portage/portage-utils/Manifest
index 016789a..66e194e 100644
--- a/app-portage/portage-utils/Manifest
+++ b/app-portage/portage-utils/Manifest
@@ -1 +1 @@
-DIST portage-utils-0.56.tar.xz 513832 SHA256 4df7323fb2667dd9bcee0f2d169c01ed8600aa6196118e6cd3a10cfe99852bbf SHA512 f2136a7df4cd91499b135fbf000f81a71177d5a39b4da2db484ab0f9492d152eaa72a5fee0e56d4b58611462e251905e554f5e41890a749f05d19e50c16c77b6 WHIRLPOOL af0a96ca3bf2dd39335317829aa8aff110a63042c415368400977e974cc21163da7eb76f7d53fcd05e133fd8a8568255ba022a32f1b174bda0dcb15b5f1476b9
+DIST portage-utils-0.60.tar.xz 519424 SHA256 d5e4a7384321d21d0aa484fcd30768dbce557e9c97a98cd2723d3eb75b82f503 SHA512 80355b31d49ac0f47c0a05071584608bd5fc0b8a98ab9025cb0a3bc8c18e318fbc60ff33e6834cd4f0ad159c2eb7f63d0d9cb61d4c86cee473215670ebba5694 WHIRLPOOL ec6d2bc1b164a7baff83019455de91483a98401f052153e152cef3733d041e71ca2f4333c9281aa593ee962d0e42b2d4f72f0d04e13982cbb25518f3bd5ca66d

diff --git a/app-portage/portage-utils/files/portage-utils-0.56-qcheck-tz.patch b/app-portage/portage-utils/files/portage-utils-0.56-qcheck-tz.patch
deleted file mode 100644
index 5b493b6..0000000
--- a/app-portage/portage-utils/files/portage-utils-0.56-qcheck-tz.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 359fe5097ca531291a2cbb878dc6940351a7a358 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Thu, 11 Jun 2015 09:51:22 +0000
-Subject: [PATCH] tests: qcheck: fix timezone handling
-
-Make sure the stamps are pinned to UTC rather than using the active TZ.
-
-URL: https://bugs.gentoo.org/551718
-Reported-by: Jeroen Roovers <jer@gentoo.org>
----
- tests/qcheck/dotest | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/qcheck/dotest b/tests/qcheck/dotest
-index 965a5b5..9122321 100755
---- a/tests/qcheck/dotest
-+++ b/tests/qcheck/dotest
-@@ -10,8 +10,8 @@ export Q_VDB=/
- # This is the "valid" mtime the test packages have hardcoded in the CONTENTS
- # files.  The stamp is the CONTENTS while the touch date is the corresponding
- # unpacked date.
--STAMP=1398954900 DATE=201405011035
--find "${ROOT}" -exec touch -h -t "${DATE}" {} +
-+STAMP=1398954900 DATE='2014-05-01T14:35:00Z'
-+find "${ROOT}" -exec touch -h -d "${DATE}" {} +
- 
- mktmpdir
- 
--- 
-2.4.1
-

diff --git a/app-portage/portage-utils/files/portage-utils-0.56-qlop-tz.patch b/app-portage/portage-utils/files/portage-utils-0.56-qlop-tz.patch
deleted file mode 100644
index d812daa..0000000
--- a/app-portage/portage-utils/files/portage-utils-0.56-qlop-tz.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 286688cb68c9989f697203ca779b08fad23366db Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Fri, 12 Jun 2015 05:05:41 -0400
-Subject: [PATCH] tests: force TZ to UTC for everyone
-
-This should make test outputs more stable across systems.
-
-URL: https://bugs.gentoo.org/551806
-Reported-by: Nikoli <nikoli@gmx.us>
----
- tests/init.sh          | 2 ++
- tests/qlop/list01.good | 4 ++--
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/tests/init.sh b/tests/init.sh
-index b3f634e..11fd379 100644
---- a/tests/init.sh
-+++ b/tests/init.sh
-@@ -33,6 +33,8 @@ setup_env
- unset ROOT PORTAGE_CONFIGROOT PORTAGE_QUIET
- # but make sure we don't implicitly rely on user's setup
- export PORTAGE_CONFIGROOT="${ab}/not/a/real/path"
-+# Always use UTC for timestamps to keep tests stable. #551806
-+export TZ='UTC 0'
- 
- q -i -q
- 
-diff --git a/tests/qlop/list01.good b/tests/qlop/list01.good
-index 458c751..fc8683c 100644
---- a/tests/qlop/list01.good
-+++ b/tests/qlop/list01.good
-@@ -1,2 +1,2 @@
--Thu Jan 27 00:42:17 2005 >>> rsync://192.168.0.5/gentoo-portage
--Sat May 16 04:21:00 2015 >>> gentoo
-+Thu Jan 27 05:42:17 2005 >>> rsync://192.168.0.5/gentoo-portage
-+Sat May 16 08:21:00 2015 >>> gentoo
--- 
-2.4.1
-

diff --git a/app-portage/portage-utils/files/qlop-stdin.patch b/app-portage/portage-utils/files/qlop-stdin.patch
index d5084b2..f592dd0 100644
--- a/app-portage/portage-utils/files/qlop-stdin.patch
+++ b/app-portage/portage-utils/files/qlop-stdin.patch
@@ -1,6 +1,19 @@
-diff -pruN portage-utils-0.55.orig/qlop.c portage-utils-0.55/qlop.c
---- portage-utils-0.55.orig/qlop.c	2015-05-19 19:34:38.000000000 +0200
-+++ portage-utils-0.55/qlop.c	2015-05-24 09:09:09.621302163 +0200
+diff -pruN portage-utils-0.60.orig/main.c portage-utils-0.60/main.c
+--- portage-utils-0.60.orig/main.c	2015-11-28 00:27:34.000000000 +0100
++++ portage-utils-0.60/main.c	2015-11-29 09:55:13.148892366 +0100
+@@ -1395,7 +1395,8 @@ int main(int argc, char **argv)
+ 
+ 	if (fstat(fileno(stdout), &st) != -1)
+ 		if (!isatty(fileno(stdout)))
+-			no_colors();
++			if (S_ISFIFO(st.st_mode) == 0)
++				no_colors();
+ 	if ((getenv("TERM") == NULL) || (strcmp(getenv("TERM"), "dumb") == 0))
+ 		no_colors();
+ 
+diff -pruN portage-utils-0.60.orig/qlop.c portage-utils-0.60/qlop.c
+--- portage-utils-0.60.orig/qlop.c	2015-11-28 00:27:34.000000000 +0100
++++ portage-utils-0.60/qlop.c	2015-11-29 10:05:46.456183417 +0100
 @@ -48,7 +48,7 @@ static const char * const qlop_opts_help
  	"Show unmerge history",
  	"Show sync history",
@@ -80,8 +93,8 @@ diff -pruN portage-utils-0.55.orig/qlop.c portage-utils-0.55/qlop.c
 +	fp = qfopen(logfile);
  
  	buf = NULL;
- 	while (getline(&buf, &buflen, fp) != -1) {
-@@ -301,7 +319,7 @@ show_emerge_history(char listflag, int a
+ 	while ((linelen = getline(&buf, &buflen, fp)) != -1) {
+@@ -300,7 +318,7 @@ show_emerge_history(char listflag, int a
  	}
  
  	free(buf);
@@ -90,7 +103,7 @@ diff -pruN portage-utils-0.55.orig/qlop.c portage-utils-0.55/qlop.c
  }
  
  /* The format of the sync log has changed over time.
-@@ -331,10 +349,7 @@ show_sync_history(const char *logfile)
+@@ -330,10 +348,7 @@ show_sync_history(const char *logfile)
  	char *buf, *p;
  	time_t t;
  
@@ -102,7 +115,7 @@ diff -pruN portage-utils-0.55.orig/qlop.c portage-utils-0.55/qlop.c
  
  	buf = NULL;
  	/* Just find the finish lines. */
-@@ -369,7 +384,7 @@ show_sync_history(const char *logfile)
+@@ -366,7 +381,7 @@ show_sync_history(const char *logfile)
  	}
  
  	free(buf);

diff --git a/app-portage/portage-utils/portage-utils-0.56-r1.ebuild b/app-portage/portage-utils/portage-utils-0.60-r1.ebuild
similarity index 95%
rename from app-portage/portage-utils/portage-utils-0.56-r1.ebuild
rename to app-portage/portage-utils/portage-utils-0.60-r1.ebuild
index 92e4a1d..d81fb6b 100644
--- a/app-portage/portage-utils/portage-utils-0.56-r1.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.60-r1.ebuild
@@ -22,8 +22,6 @@ DEPEND="${RDEPEND}
 	static? ( dev-libs/iniparser:0[static-libs] )"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-qcheck-tz.patch #551718
-	epatch "${FILESDIR}"/${P}-qlop-tz.patch #551806
 	epatch "${FILESDIR}/qlop-stdin.patch"
 	epatch_user
 }


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

* [gentoo-commits] repo/user/bleeding-edge:master commit in: app-portage/portage-utils/, app-portage/portage-utils/files/
@ 2017-12-29 23:11 Jan Psota
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Psota @ 2017-12-29 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2abf9c992c0836f5f4ac197f811184f0db77b87a
Author:     Jan Psota <jasiupsota <AT> gmail <DOT> com>
AuthorDate: Fri Dec 29 23:10:31 2017 +0000
Commit:     Jan Psota <jasiupsota <AT> gmail <DOT> com>
CommitDate: Fri Dec 29 23:10:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=2abf9c99

app-portage/portage-utils-0.65-r1	+qportage,qtail

 app-portage/portage-utils/Manifest                            |  2 +-
 app-portage/portage-utils/files/qlop-stdin.patch              |  8 ++++----
 ...tage-utils-0.64-r1.ebuild => portage-utils-0.65-r1.ebuild} | 11 +++++------
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/app-portage/portage-utils/Manifest b/app-portage/portage-utils/Manifest
index 5fb52e9..793fa7c 100644
--- a/app-portage/portage-utils/Manifest
+++ b/app-portage/portage-utils/Manifest
@@ -1 +1 @@
-DIST portage-utils-0.64.tar.xz 533124 SHA256 a53505758d04b2115f636afc9f0c15176a591f3cdb58f684cfd148b29c4783f0 SHA512 e384b88454607aa9123ac3a71d55fb16de475ba59f4ba6efd236594f42140e75650696430138cdb6e1c4e1792db091bbc1db42b1c1102fd579af6514ecefffb7 WHIRLPOOL 19e34782c2f1ed637db73865acc6c07c4162ace55c0b24287bf92c66a9ebea4ca0ab230bb94478aa71bee72280231f75dd5de4eb8fc10248b52ee77cc977392e
+DIST portage-utils-0.65.tar.xz 542804 SHA256 ad8ae8b78efad421489bc203a6ac610e0d6f45db46281a5a21d4d5f8e1228928 SHA512 a76be4d86b07ba39fa577efe477973f888062094d6f3a98b873e10998e10e3d0d08137444e11d14489ff8f465d984e8929b5ee91c26944bad7a245683ee4d056 WHIRLPOOL de7f8ffc332350f46a17613871405816d6ff618d429f536612479059b785df278d8786e7576651ff8dc61b5bdd7f153b7e64b20c76eb62cdb8e3bea316e5139f

diff --git a/app-portage/portage-utils/files/qlop-stdin.patch b/app-portage/portage-utils/files/qlop-stdin.patch
index 8e5009f..5eb4dcd 100644
--- a/app-portage/portage-utils/files/qlop-stdin.patch
+++ b/app-portage/portage-utils/files/qlop-stdin.patch
@@ -28,7 +28,7 @@ diff -pruN portage-utils-0.63.orig/qlop.c portage-utils-0.63/qlop.c
  #define QLOP_UNLIST  0x02
  
 +
-+_q_static FILE *
++static FILE *
 +qfopen(const char *logfile)
 +{
 +	FILE *fp;
@@ -42,7 +42,7 @@ diff -pruN portage-utils-0.63.orig/qlop.c portage-utils-0.63/qlop.c
 +	}
 +}
 +
-+_q_static void
++static void
 +qfclose(FILE *fp)
 +{
 +	if (fp != stdin)
@@ -51,7 +51,7 @@ diff -pruN portage-utils-0.63.orig/qlop.c portage-utils-0.63/qlop.c
 +		exit(EXIT_SUCCESS);
 +}
 +
- _q_static void
+ static void
  print_seconds_for_earthlings(const unsigned long t)
  {
 @@ -98,10 +122,7 @@ show_merge_times(char *package, const ch
@@ -116,4 +116,4 @@ diff -pruN portage-utils-0.63.orig/qlop.c portage-utils-0.63/qlop.c
 +	qfclose(fp);
  }
  
- _q_static void show_current_emerge(void);
+ static void show_current_emerge(void);

diff --git a/app-portage/portage-utils/portage-utils-0.64-r1.ebuild b/app-portage/portage-utils/portage-utils-0.65-r1.ebuild
similarity index 69%
rename from app-portage/portage-utils/portage-utils-0.64-r1.ebuild
rename to app-portage/portage-utils/portage-utils-0.65-r1.ebuild
index a65aef2..7705a85 100644
--- a/app-portage/portage-utils/portage-utils-0.64-r1.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.65-r1.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
+EAPI="6"
 
 inherit toolchain-funcs eutils
 
 DESCRIPTION="small and fast portage helper tools written in C"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
 SRC_URI="mirror://gentoo/${P}.tar.xz
-	https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
+	https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls static"
 
 RDEPEND="dev-libs/iniparser:0"
@@ -23,7 +22,7 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
 	epatch "${FILESDIR}/qlop-stdin.patch"
-	epatch_user
+	default
 }
 
 src_configure() {


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

end of thread, other threads:[~2017-12-29 23:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-29 23:11 [gentoo-commits] repo/user/bleeding-edge:master commit in: app-portage/portage-utils/, app-portage/portage-utils/files/ Jan Psota
  -- strict thread matches above, loose matches on Subject: below --
2015-11-29  9:31 Jan Psota

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox