Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577922 - =app-shells/hstr-1.19: stabilisation request
Summary: =app-shells/hstr-1.19: stabilisation request
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2016-03-21 12:18 UTC by Patrice Clement
Modified: 2016-07-25 06:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrice Clement gentoo-dev 2016-03-21 12:18:41 UTC
Please stabilise this package. Thanks.
Comment 1 Patrice Clement gentoo-dev 2016-03-21 12:19:14 UTC
Go ahead, thanks.
Comment 2 Agostino Sarubbo gentoo-dev 2016-03-27 10:06:14 UTC
amd64 stable
Comment 3 Agostino Sarubbo gentoo-dev 2016-03-27 10:06:30 UTC
x86 stable
Comment 4 Agostino Sarubbo gentoo-dev 2016-07-06 09:35:20 UTC
ppc stable
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-25 06:27:44 UTC
commit a6c4fd97612a204b9923f93a9d377f8ae89b7746
Author: Agostino Sarubbo <ago@gentoo.org>
Date:   Sun Mar 27 12:05:53 2016 +0200
 
    app-shells/hstr: amd64 stable wrt bug #577922
    
    Package-Manager: portage-2.2.26
    RepoMan-Options: --include-arches="amd64"
    Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
 
diff --git a/app-shells/hstr/hstr-1.19.ebuild b/app-shells/hstr/hstr-1.19.ebuild
index 7877fa7..23ab740 100644
--- a/app-shells/hstr/hstr-1.19.ebuild
+++ b/app-shells/hstr/hstr-1.19.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86 ppc ppc64 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses:0="

So that didn't do anything. But this accidentally did prior to that:

commit 387bf9a8f6dc07da900f10e9697c3e31348d4b40
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Mon Mar 21 12:05:22 2016 +0000
 
    app-shells/hstr: Fix DESCRIPTION length.
    
    Package-Manager: portage-2.2.26
 
diff --git a/app-shells/hstr/hstr-1.19.ebuild b/app-shells/hstr/hstr-1.19.ebuild
index 57a6535..7877fa7 100644
--- a/app-shells/hstr/hstr-1.19.ebuild
+++ b/app-shells/hstr/hstr-1.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,13 +8,13 @@ AUTOTOOLS_AUTORECONF=true
 
 inherit autotools-utils
 
-DESCRIPTION="Shell history suggest box - easily view, navigate, search and manage your command history"
+DESCRIPTION="Shell history suggest box"
 HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com"
 SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ppc ppc64 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses:0="


And then someone reported stabilisations which weren't.