* [gentoo-commits] gentoo-x86 commit in sys-fs/shake: shake-0.999.ebuild ChangeLog
@ 2011-08-05 9:58 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2011-08-05 9:58 UTC (permalink / raw
To: gentoo-commits
voyageur 11/08/05 09:58:47
Modified: ChangeLog
Added: shake-0.999.ebuild
Log:
Version bump, thanks basti in bug #372289
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Revision Changes Path
1.7 sys-fs/shake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 19 Mar 2011 20:30:58 -0000 1.6
+++ ChangeLog 5 Aug 2011 09:58:47 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/shake
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.6 2011/03/19 20:30:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.7 2011/08/05 09:58:47 voyageur Exp $
+
+*shake-0.999 (05 Aug 2011)
+
+ 05 Aug 2011; Bernard Cafarelli <voyageur@gentoo.org> +shake-0.999.ebuild:
+ Version bump, thanks basti in bug #372289
19 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml:
qa: Fix whitespace typo <tab> to <space> in metadata.xml
1.1 sys-fs/shake/shake-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.1&content-type=text/plain
Index: shake-0.999.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.1 2011/08/05 09:58:47 voyageur Exp $
inherit cmake-utils
DESCRIPTION="defragmenter that runs in userspace while the system is used"
HOMEPAGE="http://vleu.net/shake/"
SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
sys-apps/help2man"
S=${WORKDIR}/${PN}-fs-${PV}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/shake: shake-0.999.ebuild ChangeLog
@ 2013-03-19 0:01 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2013-03-19 0:01 UTC (permalink / raw
To: gentoo-commits
voyageur 13/03/19 00:01:49
Modified: shake-0.999.ebuild ChangeLog
Log:
Use EAPI 5 to really fix bug #451768 (and #460572 at the same time)
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path
1.3 sys-fs/shake/shake-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?r1=1.2&r2=1.3
Index: shake-0.999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shake-0.999.ebuild 21 Jan 2013 12:33:10 -0000 1.2
+++ shake-0.999.ebuild 19 Mar 2013 00:01:48 -0000 1.3
@@ -1,7 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.2 2013/01/21 12:33:10 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.3 2013/03/19 00:01:48 voyageur Exp $
+EAPI=5
inherit cmake-utils eutils
DESCRIPTION="defragmenter that runs in userspace while the system is used"
1.9 sys-fs/shake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 21 Jan 2013 12:33:10 -0000 1.8
+++ ChangeLog 19 Mar 2013 00:01:49 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/shake
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.8 2013/01/21 12:33:10 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.9 2013/03/19 00:01:49 voyageur Exp $
+
+ 18 Mar 2013; Bernard Cafarelli <voyageur@gentoo.org> shake-0.999.ebuild:
+ Use EAPI 5 to really fix bug #451768 (and #460572 at the same time)
21 Jan 2013; Bernard Cafarelli <voyageur@gentoo.org> -shake-0.99.ebuild,
shake-0.999.ebuild, +files/shake-0.999-fix_stat_include.patch:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/shake: shake-0.999.ebuild ChangeLog
@ 2013-03-19 10:28 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-19 10:28 UTC (permalink / raw
To: gentoo-commits
ago 13/03/19 10:28:43
Modified: shake-0.999.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #462256
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 sys-fs/shake/shake-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?r1=1.3&r2=1.4
Index: shake-0.999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shake-0.999.ebuild 19 Mar 2013 00:01:48 -0000 1.3
+++ shake-0.999.ebuild 19 Mar 2013 10:28:43 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.3 2013/03/19 00:01:48 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.4 2013/03/19 10:28:43 ago Exp $
EAPI=5
inherit cmake-utils eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND="sys-apps/attr"
1.10 sys-fs/shake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 19 Mar 2013 00:01:49 -0000 1.9
+++ ChangeLog 19 Mar 2013 10:28:43 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/shake
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.9 2013/03/19 00:01:49 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.10 2013/03/19 10:28:43 ago Exp $
+
+ 19 Mar 2013; Agostino Sarubbo <ago@gentoo.org> shake-0.999.ebuild:
+ Stable for amd64, wrt bug #462256
18 Mar 2013; Bernard Cafarelli <voyageur@gentoo.org> shake-0.999.ebuild:
Use EAPI 5 to really fix bug #451768 (and #460572 at the same time)
@@ -35,4 +38,3 @@
10 Feb 2008; Bernard Cafarelli <voyageur@gentoo.org> +shake-0.31.ebuild:
Initial commit, bug #144042
-
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/shake: shake-0.999.ebuild ChangeLog
@ 2013-03-19 10:30 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-19 10:30 UTC (permalink / raw
To: gentoo-commits
ago 13/03/19 10:30:11
Modified: shake-0.999.ebuild ChangeLog
Log:
Stable for x86, wrt bug #462256
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 sys-fs/shake/shake-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?r1=1.4&r2=1.5
Index: shake-0.999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shake-0.999.ebuild 19 Mar 2013 10:28:43 -0000 1.4
+++ shake-0.999.ebuild 19 Mar 2013 10:30:11 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.4 2013/03/19 10:28:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.5 2013/03/19 10:30:11 ago Exp $
EAPI=5
inherit cmake-utils eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="sys-apps/attr"
1.11 sys-fs/shake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 19 Mar 2013 10:28:43 -0000 1.10
+++ ChangeLog 19 Mar 2013 10:30:11 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/shake
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.10 2013/03/19 10:28:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.11 2013/03/19 10:30:11 ago Exp $
+
+ 19 Mar 2013; Agostino Sarubbo <ago@gentoo.org> shake-0.999.ebuild:
+ Stable for x86, wrt bug #462256
19 Mar 2013; Agostino Sarubbo <ago@gentoo.org> shake-0.999.ebuild:
Stable for amd64, wrt bug #462256
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/shake: shake-0.999.ebuild ChangeLog
@ 2013-03-22 17:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-22 17:20 UTC (permalink / raw
To: gentoo-commits
ago 13/03/22 17:20:47
Modified: shake-0.999.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #462256
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 sys-fs/shake/shake-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?r1=1.5&r2=1.6
Index: shake-0.999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- shake-0.999.ebuild 19 Mar 2013 10:30:11 -0000 1.5
+++ shake-0.999.ebuild 22 Mar 2013 17:20:47 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.5 2013/03/19 10:30:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.6 2013/03/22 17:20:47 ago Exp $
EAPI=5
inherit cmake-utils eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="sys-apps/attr"
1.12 sys-fs/shake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 19 Mar 2013 10:30:11 -0000 1.11
+++ ChangeLog 22 Mar 2013 17:20:47 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/shake
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.11 2013/03/19 10:30:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.12 2013/03/22 17:20:47 ago Exp $
+
+ 22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> shake-0.999.ebuild:
+ Stable for ppc, wrt bug #462256
19 Mar 2013; Agostino Sarubbo <ago@gentoo.org> shake-0.999.ebuild:
Stable for x86, wrt bug #462256
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/shake: shake-0.999.ebuild ChangeLog
@ 2014-05-13 6:53 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2014-05-13 6:53 UTC (permalink / raw
To: gentoo-commits
voyageur 14/05/13 06:53:13
Modified: shake-0.999.ebuild ChangeLog
Log:
Fix compilation with uclibc, patch by René Rhéaume <rene.rheaume@gmail.com> in bug #509888
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path
1.7 sys-fs/shake/shake-0.999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?r1=1.6&r2=1.7
Index: shake-0.999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- shake-0.999.ebuild 22 Mar 2013 17:20:47 -0000 1.6
+++ shake-0.999.ebuild 13 May 2014 06:53:13 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.6 2013/03/22 17:20:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.7 2014/05/13 06:53:13 voyageur Exp $
EAPI=5
inherit cmake-utils eutils
@@ -20,6 +20,7 @@
S=${WORKDIR}/${PN}-fs-${PV}
-src_prepare() {
- epatch "${FILESDIR}"/${P}-fix_stat_include.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${P}-fix_stat_include.patch
+ "${FILESDIR}"/${P}-uclibc.patch
+ )
1.14 sys-fs/shake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 13 Jun 2013 01:37:59 -0000 1.13
+++ ChangeLog 13 May 2014 06:53:13 -0000 1.14
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/shake
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.13 2013/06/13 01:37:59 creffett Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.14 2014/05/13 06:53:13 voyageur Exp $
+
+ 13 May 2014; Bernard Cafarelli <voyageur@gentoo.org> shake-0.999.ebuild,
+ +files/shake-0.999-uclibc.patch:
+ Fix compilation with uclibc, patch by René Rhéaume <rene.rheaume@gmail.com>
+ in bug #509888
13 Jun 2013; Chris Reffett <creffett@gentoo.org> -shake-0.31.ebuild:
Maintainer timeout, remove old wrt bug 460572.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-05-13 6:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13 6:53 [gentoo-commits] gentoo-x86 commit in sys-fs/shake: shake-0.999.ebuild ChangeLog Bernard Cafarelli (voyageur)
-- strict thread matches above, loose matches on Subject: below --
2013-03-22 17:20 Agostino Sarubbo (ago)
2013-03-19 10:30 Agostino Sarubbo (ago)
2013-03-19 10:28 Agostino Sarubbo (ago)
2013-03-19 0:01 Bernard Cafarelli (voyageur)
2011-08-05 9:58 Bernard Cafarelli (voyageur)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox