public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/gt5: gt5-1.4.0-r2.ebuild ChangeLog
@ 2011-02-19 16:58 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2011-02-19 16:58 UTC (permalink / raw
  To: gentoo-commits

angelos     11/02/19 16:58:43

  Modified:             ChangeLog
  Added:                gt5-1.4.0-r2.ebuild
  Log:
  Fixed "directory seems to be empty" (bug #350114)
  
  (Portage version: 2.1.9.40/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sys-fs/gt5/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	13 Jun 2008 09:24:44 -0000	1.8
+++ ChangeLog	19 Feb 2011 16:58:43 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/gt5
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.8 2008/06/13 09:24:44 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.9 2011/02/19 16:58:43 angelos Exp $
+
+*gt5-1.4.0-r2 (19 Feb 2011)
+
+  19 Feb 2011; <angelos@gentoo.org> +gt5-1.4.0-r2.ebuild,
+  +files/gt5-1.4.0-empty-dirs.patch:
+  Fixed "directory seems to be empty" (bug #350114)
 
   13 Jun 2008; Raúl Porcel <armin76@gentoo.org> gt5-1.4.0-r1.ebuild:
   x86 stable wrt #225353



1.1                  sys-fs/gt5/gt5-1.4.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: gt5-1.4.0-r2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild,v 1.1 2011/02/19 16:58:42 angelos Exp $

inherit eutils

DESCRIPTION="a diff-capable 'du-browser'"
HOMEPAGE="http://gt5.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""

RDEPEND="|| ( www-client/links
		www-client/elinks
		www-client/lynx )"

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}/${P}-bash-shabang.patch" \
		"${FILESDIR}/${P}-empty-dirs.patch"
}

src_install() {
		dobin gt5
		doman gt5.1
		dodoc Changelog README
}






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/gt5: gt5-1.4.0-r2.ebuild ChangeLog
@ 2012-02-02 17:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-02 17:01 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/02 17:01:46

  Modified:             gt5-1.4.0-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #397227
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-fs/gt5/gt5-1.4.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild?r1=1.1&r2=1.2

Index: gt5-1.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gt5-1.4.0-r2.ebuild	19 Feb 2011 16:58:42 -0000	1.1
+++ gt5-1.4.0-r2.ebuild	2 Feb 2012 17:01:44 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild,v 1.1 2011/02/19 16:58:42 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild,v 1.2 2012/02/02 17:01:44 ago Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="|| ( www-client/links



1.10                 sys-fs/gt5/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Feb 2011 16:58:43 -0000	1.9
+++ ChangeLog	2 Feb 2012 17:01:44 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/gt5
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.9 2011/02/19 16:58:43 angelos Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.10 2012/02/02 17:01:44 ago Exp $
+
+  02 Feb 2012; Agostino Sarubbo <ago@gentoo.org> gt5-1.4.0-r2.ebuild:
+  Stable for amd64, wrt bug #397227
 
 *gt5-1.4.0-r2 (19 Feb 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/gt5: gt5-1.4.0-r2.ebuild ChangeLog
@ 2012-02-16 19:20 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 19:20 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 19:20:11

  Modified:             gt5-1.4.0-r2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #397227
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.3                  sys-fs/gt5/gt5-1.4.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild?r1=1.2&r2=1.3

Index: gt5-1.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gt5-1.4.0-r2.ebuild	2 Feb 2012 17:01:44 -0000	1.2
+++ gt5-1.4.0-r2.ebuild	16 Feb 2012 19:20:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild,v 1.2 2012/02/02 17:01:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild,v 1.3 2012/02/16 19:20:11 phajdan.jr Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE=""
 
 RDEPEND="|| ( www-client/links



1.11                 sys-fs/gt5/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gt5/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	2 Feb 2012 17:01:44 -0000	1.10
+++ ChangeLog	16 Feb 2012 19:20:11 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/gt5
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.10 2012/02/02 17:01:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.11 2012/02/16 19:20:11 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gt5-1.4.0-r2.ebuild:
+  x86 stable wrt bug #397227
 
   02 Feb 2012; Agostino Sarubbo <ago@gentoo.org> gt5-1.4.0-r2.ebuild:
   Stable for amd64, wrt bug #397227






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

end of thread, other threads:[~2012-02-16 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 19:20 [gentoo-commits] gentoo-x86 commit in sys-fs/gt5: gt5-1.4.0-r2.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-02 17:01 Agostino Sarubbo (ago)
2011-02-19 16:58 Christoph Mende (angelos)

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