* [gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.8.ebuild ChangeLog
@ 2014-06-09 6:03 Patrick Lauer (patrick)
0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2014-06-09 6:03 UTC (permalink / raw
To: gentoo-commits
patrick 14/06/09 06:03:17
Modified: ChangeLog
Added: sash-3.8.ebuild
Log:
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.53 app-shells/sash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 8 Dec 2013 17:27:39 -0000 1.52
+++ ChangeLog 9 Jun 2014 06:03:17 -0000 1.53
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/sash
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.52 2013/12/08 17:27:39 dastergon Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.53 2014/06/09 06:03:17 patrick Exp $
+
+*sash-3.8 (09 Jun 2014)
+
+ 09 Jun 2014; Patrick Lauer <patrick@gentoo.org> +sash-3.8.ebuild:
+ Bump
08 Dec 2013; Pavlos Ratis <dastergon@gentoo.org> metadata.xml:
add myself as maintainer
1.1 app-shells/sash/sash-3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.1&content-type=text/plain
Index: sash-3.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.1 2014/06/09 06:03:17 patrick Exp $
EAPI=4
inherit eutils toolchain-funcs flag-o-matic
DESCRIPTION="A small (static) UNIX Shell"
HOMEPAGE="http://www.canb.auug.org.au/~dbell/"
SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz"
LICENSE="freedist"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="static"
DEPEND="
static? ( sys-libs/zlib[static-libs] )
!static? ( >=sys-libs/zlib-1.2.3 )"
RDEPEND="!static? ( ${DEPEND} )"
src_prepare() {
epatch "${FILESDIR}"/sash-3.7-builtin.patch
sed \
-e "s:-O3:${CFLAGS}:" \
-i Makefile || die
sed \
-e 's:linux/ext2_fs.h:ext2fs/ext2_fs.h:g' \
-i cmd_chattr.c || die
}
src_compile() {
use static && append-ldflags -static
emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
}
src_install() {
into /
dobin sash
doman sash.1
dodoc README
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.8.ebuild ChangeLog
@ 2015-06-11 15:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-11 15:08 UTC (permalink / raw
To: gentoo-commits
ago 15/06/11 15:08:29
Modified: sash-3.8.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #534898
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 app-shells/sash/sash-3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?r1=1.4&r2=1.5
Index: sash-3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sash-3.8.ebuild 9 Jun 2015 04:52:07 -0000 1.4
+++ sash-3.8.ebuild 11 Jun 2015 15:08:29 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.4 2015/06/09 04:52:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.5 2015/06/11 15:08:29 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="static"
DEPEND="
1.58 app-shells/sash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 9 Jun 2015 04:52:07 -0000 1.57
+++ ChangeLog 11 Jun 2015 15:08:29 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/sash
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.57 2015/06/09 04:52:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.58 2015/06/11 15:08:29 ago Exp $
+
+ 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> sash-3.8.ebuild:
+ Stable for amd64, wrt bug #534898
09 Jun 2015; Jeroen Roovers <jer@gentoo.org> sash-3.8.ebuild:
Stable for HPPA PPC64 (bug #534898).
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.8.ebuild ChangeLog
@ 2015-06-26 8:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-26 8:40 UTC (permalink / raw
To: gentoo-commits
ago 15/06/26 08:40:46
Modified: sash-3.8.ebuild ChangeLog
Log:
Stable for x86, wrt bug #534898
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 app-shells/sash/sash-3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?r1=1.5&r2=1.6
Index: sash-3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sash-3.8.ebuild 11 Jun 2015 15:08:29 -0000 1.5
+++ sash-3.8.ebuild 26 Jun 2015 08:40:46 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.5 2015/06/11 15:08:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.6 2015/06/26 08:40:46 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="static"
DEPEND="
1.59 app-shells/sash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 11 Jun 2015 15:08:29 -0000 1.58
+++ ChangeLog 26 Jun 2015 08:40:46 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/sash
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.58 2015/06/11 15:08:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.59 2015/06/26 08:40:46 ago Exp $
+
+ 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> sash-3.8.ebuild:
+ Stable for x86, wrt bug #534898
11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> sash-3.8.ebuild:
Stable for amd64, wrt bug #534898
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.8.ebuild ChangeLog
@ 2015-07-03 10:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-03 10:17 UTC (permalink / raw
To: gentoo-commits
ago 15/07/03 10:17:41
Modified: sash-3.8.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #534898
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 app-shells/sash/sash-3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?r1=1.6&r2=1.7
Index: sash-3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sash-3.8.ebuild 26 Jun 2015 08:40:46 -0000 1.6
+++ sash-3.8.ebuild 3 Jul 2015 10:17:41 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.6 2015/06/26 08:40:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.7 2015/07/03 10:17:41 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="static"
DEPEND="
1.60 app-shells/sash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 26 Jun 2015 08:40:46 -0000 1.59
+++ ChangeLog 3 Jul 2015 10:17:41 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/sash
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.59 2015/06/26 08:40:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.60 2015/07/03 10:17:41 ago Exp $
+
+ 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> sash-3.8.ebuild:
+ Stable for alpha, wrt bug #534898
26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> sash-3.8.ebuild:
Stable for x86, wrt bug #534898
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.8.ebuild ChangeLog
@ 2015-07-30 12:37 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-30 12:37 UTC (permalink / raw
To: gentoo-commits
ago 15/07/30 12:37:35
Modified: sash-3.8.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #534898
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 app-shells/sash/sash-3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?r1=1.8&r2=1.9
Index: sash-3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sash-3.8.ebuild 23 Jul 2015 20:03:17 -0000 1.8
+++ sash-3.8.ebuild 30 Jul 2015 12:37:35 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.8 2015/07/23 20:03:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.9 2015/07/30 12:37:35 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="freedist"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="static"
DEPEND="
1.62 app-shells/sash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 23 Jul 2015 20:03:17 -0000 1.61
+++ ChangeLog 30 Jul 2015 12:37:35 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/sash
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.61 2015/07/23 20:03:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.62 2015/07/30 12:37:35 ago Exp $
+
+ 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> sash-3.8.ebuild:
+ Stable for sparc, wrt bug #534898
23 Jul 2015; Pacho Ramos <pacho@gentoo.org> sash-3.8.ebuild:
ppc stable wrt bug #534898
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.8.ebuild ChangeLog
@ 2015-07-31 10:42 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-31 10:42 UTC (permalink / raw
To: gentoo-commits
zlogene 15/07/31 10:42:53
Modified: sash-3.8.ebuild ChangeLog
Log:
ia64 stable wrt bug #534898
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Revision Changes Path
1.10 app-shells/sash/sash-3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?r1=1.9&r2=1.10
Index: sash-3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sash-3.8.ebuild 30 Jul 2015 12:37:35 -0000 1.9
+++ sash-3.8.ebuild 31 Jul 2015 10:42:53 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.9 2015/07/30 12:37:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.10 2015/07/31 10:42:53 zlogene Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="freedist"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="static"
DEPEND="
1.63 app-shells/sash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 30 Jul 2015 12:37:35 -0000 1.62
+++ ChangeLog 31 Jul 2015 10:42:53 -0000 1.63
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/sash
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.62 2015/07/30 12:37:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.63 2015/07/31 10:42:53 zlogene Exp $
+
+ 31 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> sash-3.8.ebuild:
+ ia64 stable wrt bug #534898
30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> sash-3.8.ebuild:
Stable for sparc, wrt bug #534898
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-07-31 10:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03 10:17 [gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.8.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-07-31 10:42 Mikle Kolyada (zlogene)
2015-07-30 12:37 Agostino Sarubbo (ago)
2015-06-26 8:40 Agostino Sarubbo (ago)
2015-06-11 15:08 Agostino Sarubbo (ago)
2014-06-09 6:03 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox