* [gentoo-commits] gentoo-x86 commit in x11-misc/pathfinder: pathfinder-1.7.49.ebuild ChangeLog
@ 2014-11-11 21:17 Matti Bickel (mabi)
0 siblings, 0 replies; 4+ messages in thread
From: Matti Bickel (mabi) @ 2014-11-11 21:17 UTC (permalink / raw
To: gentoo-commits
mabi 14/11/11 21:17:30
Modified: ChangeLog
Added: pathfinder-1.7.49.ebuild
Log:
version bump in lockstep with fox
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Revision Changes Path
1.41 x11-misc/pathfinder/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 4 Jul 2014 20:44:07 -0000 1.40
+++ ChangeLog 11 Nov 2014 21:17:30 -0000 1.41
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/pathfinder
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.40 2014/07/04 20:44:07 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.41 2014/11/11 21:17:30 mabi Exp $
+
+*pathfinder-1.7.49 (11 Nov 2014)
+
+ 11 Nov 2014; Matti Bickel <mabi@gentoo.org> +pathfinder-1.7.49.ebuild:
+ version bump in lockstep with fox
04 Jul 2014; Matti Bickel <mabi@gentoo.org> -pathfinder-1.7.43.ebuild:
remove old
1.1 x11-misc/pathfinder/pathfinder-1.7.49.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.1&content-type=text/plain
Index: pathfinder-1.7.49.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.1 2014/11/11 21:17:30 mabi Exp $
EAPI="5"
inherit fox
DESCRIPTION="File manager based on the FOX Toolkit"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="+jpeg +png +tiff"
DEPEND="
x11-libs/fox:1.7
x11-libs/libICE
x11-libs/libSM
jpeg? ( virtual/jpeg )
png? ( media-libs/libpng:0 )
tiff? ( media-libs/tiff:0 )"
RDEPEND="${DEPEND}"
src_configure() {
FOXCONF="$(use_enable jpeg) \
$(use_enable png) \
$(use_enable tiff)" fox_src_configure
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/pathfinder: pathfinder-1.7.49.ebuild ChangeLog
@ 2015-05-27 10:36 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-27 10:36 UTC (permalink / raw
To: gentoo-commits
ago 15/05/27 10:36:11
Modified: pathfinder-1.7.49.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #535832
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 x11-misc/pathfinder/pathfinder-1.7.49.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?r1=1.1&r2=1.2
Index: pathfinder-1.7.49.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pathfinder-1.7.49.ebuild 11 Nov 2014 21:17:30 -0000 1.1
+++ pathfinder-1.7.49.ebuild 27 May 2015 10:36:11 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.1 2014/11/11 21:17:30 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.2 2015/05/27 10:36:11 ago Exp $
EAPI="5"
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="+jpeg +png +tiff"
DEPEND="
1.42 x11-misc/pathfinder/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 11 Nov 2014 21:17:30 -0000 1.41
+++ ChangeLog 27 May 2015 10:36:11 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/pathfinder
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.41 2014/11/11 21:17:30 mabi Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.42 2015/05/27 10:36:11 ago Exp $
+
+ 27 May 2015; Agostino Sarubbo <ago@gentoo.org> pathfinder-1.7.49.ebuild:
+ Stable for amd64, wrt bug #535832
*pathfinder-1.7.49 (11 Nov 2014)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/pathfinder: pathfinder-1.7.49.ebuild ChangeLog
@ 2015-05-27 11:25 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-27 11:25 UTC (permalink / raw
To: gentoo-commits
ago 15/05/27 11:25:05
Modified: pathfinder-1.7.49.ebuild ChangeLog
Log:
Stable for x86, wrt bug #535832
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 x11-misc/pathfinder/pathfinder-1.7.49.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?r1=1.2&r2=1.3
Index: pathfinder-1.7.49.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pathfinder-1.7.49.ebuild 27 May 2015 10:36:11 -0000 1.2
+++ pathfinder-1.7.49.ebuild 27 May 2015 11:25:05 -0000 1.3
@@ -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/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.2 2015/05/27 10:36:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.3 2015/05/27 11:25:05 ago Exp $
EAPI="5"
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
IUSE="+jpeg +png +tiff"
DEPEND="
1.43 x11-misc/pathfinder/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 27 May 2015 10:36:11 -0000 1.42
+++ ChangeLog 27 May 2015 11:25:05 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/pathfinder
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.42 2015/05/27 10:36:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.43 2015/05/27 11:25:05 ago Exp $
+
+ 27 May 2015; Agostino Sarubbo <ago@gentoo.org> pathfinder-1.7.49.ebuild:
+ Stable for x86, wrt bug #535832
27 May 2015; Agostino Sarubbo <ago@gentoo.org> pathfinder-1.7.49.ebuild:
Stable for amd64, wrt bug #535832
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/pathfinder: pathfinder-1.7.49.ebuild ChangeLog
@ 2015-06-11 14:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-11 14:16 UTC (permalink / raw
To: gentoo-commits
ago 15/06/11 14:16:46
Modified: pathfinder-1.7.49.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #535832
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 x11-misc/pathfinder/pathfinder-1.7.49.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?r1=1.3&r2=1.4
Index: pathfinder-1.7.49.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pathfinder-1.7.49.ebuild 27 May 2015 11:25:05 -0000 1.3
+++ pathfinder-1.7.49.ebuild 11 Jun 2015 14:16:46 -0000 1.4
@@ -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/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.3 2015/05/27 11:25:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.4 2015/06/11 14:16:46 ago Exp $
EAPI="5"
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86"
IUSE="+jpeg +png +tiff"
DEPEND="
1.44 x11-misc/pathfinder/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 27 May 2015 11:25:05 -0000 1.43
+++ ChangeLog 11 Jun 2015 14:16:46 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/pathfinder
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.43 2015/05/27 11:25:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.44 2015/06/11 14:16:46 ago Exp $
+
+ 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pathfinder-1.7.49.ebuild:
+ Stable for ppc, wrt bug #535832
27 May 2015; Agostino Sarubbo <ago@gentoo.org> pathfinder-1.7.49.ebuild:
Stable for x86, wrt bug #535832
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-11 14:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 10:36 [gentoo-commits] gentoo-x86 commit in x11-misc/pathfinder: pathfinder-1.7.49.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-06-11 14:16 Agostino Sarubbo (ago)
2015-05-27 11:25 Agostino Sarubbo (ago)
2014-11-11 21:17 Matti Bickel (mabi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox