* [gentoo-commits] gentoo-x86 commit in x11-misc/spacefm: spacefm-0.8.3.ebuild ChangeLog
@ 2012-11-25 12:12 Julian Ospald (hasufell)
0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2012-11-25 12:12 UTC (permalink / raw
To: gentoo-commits
hasufell 12/11/25 12:12:07
Modified: ChangeLog
Added: spacefm-0.8.3.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.39 x11-misc/spacefm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 27 Oct 2012 17:41:47 -0000 1.38
+++ ChangeLog 25 Nov 2012 12:12:06 -0000 1.39
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/spacefm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.38 2012/10/27 17:41:47 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.39 2012/11/25 12:12:06 hasufell Exp $
+
+*spacefm-0.8.3 (25 Nov 2012)
+
+ 25 Nov 2012; Julian Ospald <hasufell@gentoo.org> +spacefm-0.8.3.ebuild:
+ version bump
*spacefm-0.8.2 (27 Oct 2012)
1.1 x11-misc/spacefm/spacefm-0.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild?rev=1.1&content-type=text/plain
Index: spacefm-0.8.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild,v 1.1 2012/11/25 12:12:06 hasufell Exp $
EAPI=5
inherit fdo-mime gnome2-utils linux-info
DESCRIPTION="A multi-panel tabbed file manager"
HOMEPAGE="http://ignorantguru.github.com/spacefm/"
SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz
mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+startup-notification"
RDEPEND="dev-libs/glib:2
dev-util/desktop-file-utils
sys-apps/dbus
>=sys-fs/udev-143
virtual/freedesktop-icon-theme
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/pango
x11-libs/libX11
x11-misc/shared-mime-info
startup-notification? ( x11-libs/startup-notification )"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"
src_configure() {
econf \
--htmldir=/usr/share/doc/${PF}/html \
$(use_enable startup-notification) \
--disable-hal \
--enable-inotify \
--disable-pixmaps \
--with-gtk3=no # gtk3 is in beta testing
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
einfo
elog "To mount as non-root user you need one of the following:"
elog " sys-apps/udevil (recommended, see below)"
elog " sys-apps/pmount"
elog " sys-fs/udisks:0"
elog " sys-fs/udisks:2"
elog "To support ftp/nfs/smb/ssh URLs in the path bar you need:"
elog " sys-apps/udevil"
elog "To perform as root functionality you need one of the following:"
elog " x11-misc/ktsuss"
elog " x11-libs/gksu"
elog " kde-base/kdesu"
elog "Other optional dependencies:"
elog " sys-process/lsof (device processes)"
elog " virtual/eject (eject media)"
einfo
if ! has_version 'sys-fs/udisks' ; then
elog "When using SpaceFM without udisks, and without the udisks-daemon running,"
elog "you may need to enable kernel polling for device media changes to be detected."
elog "See /usr/share/doc/${PF}/html/spacefm-manual-en.html#devices-kernpoll"
has_version '<sys-fs/udev-173' && ewarn "You need at least udev-173"
kernel_is lt 2 6 38 && ewarn "You need at least kernel 2.6.38"
einfo
fi
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/spacefm: spacefm-0.8.3.ebuild ChangeLog
@ 2012-12-21 9:45 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-12-21 9:45 UTC (permalink / raw
To: gentoo-commits
pinkbyte 12/12/21 09:45:39
Modified: spacefm-0.8.3.ebuild ChangeLog
Log:
Stable on amd64, wrt bug #448040
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 x11-misc/spacefm/spacefm-0.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild?r1=1.3&r2=1.4
Index: spacefm-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spacefm-0.8.3.ebuild 18 Dec 2012 18:32:12 -0000 1.3
+++ spacefm-0.8.3.ebuild 21 Dec 2012 09:45:39 -0000 1.4
@@ -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/x11-misc/spacefm/spacefm-0.8.3.ebuild,v 1.3 2012/12/18 18:32:12 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild,v 1.4 2012/12/21 09:45:39 pinkbyte Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+startup-notification"
RDEPEND="dev-libs/glib:2
1.42 x11-misc/spacefm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 18 Dec 2012 18:32:12 -0000 1.41
+++ ChangeLog 21 Dec 2012 09:45:39 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/spacefm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.41 2012/12/18 18:32:12 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.42 2012/12/21 09:45:39 pinkbyte Exp $
+
+ 21 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> spacefm-0.8.3.ebuild:
+ Stable on amd64, wrt bug #448040
18 Dec 2012; Julian Ospald <hasufell@gentoo.org> spacefm-0.8.3.ebuild,
spacefm-9999.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/spacefm: spacefm-0.8.3.ebuild ChangeLog
@ 2012-12-25 2:58 Jeff Horelick (jdhore)
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-12-25 2:58 UTC (permalink / raw
To: gentoo-commits
jdhore 12/12/25 02:58:42
Modified: spacefm-0.8.3.ebuild ChangeLog
Log:
marked x86 per bug 448040
(Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Revision Changes Path
1.5 x11-misc/spacefm/spacefm-0.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild?r1=1.4&r2=1.5
Index: spacefm-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- spacefm-0.8.3.ebuild 21 Dec 2012 09:45:39 -0000 1.4
+++ spacefm-0.8.3.ebuild 25 Dec 2012 02:58:42 -0000 1.5
@@ -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/x11-misc/spacefm/spacefm-0.8.3.ebuild,v 1.4 2012/12/21 09:45:39 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.8.3.ebuild,v 1.5 2012/12/25 02:58:42 jdhore Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+startup-notification"
RDEPEND="dev-libs/glib:2
1.44 x11-misc/spacefm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 23 Dec 2012 15:27:40 -0000 1.43
+++ ChangeLog 25 Dec 2012 02:58:42 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/spacefm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.43 2012/12/23 15:27:40 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.44 2012/12/25 02:58:42 jdhore Exp $
+
+ 25 Dec 2012; Jeff Horelick <jdhore@gentoo.org> spacefm-0.8.3.ebuild:
+ marked x86 per bug 448040
*spacefm-0.8.4 (23 Dec 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-25 2:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-25 2:58 [gentoo-commits] gentoo-x86 commit in x11-misc/spacefm: spacefm-0.8.3.ebuild ChangeLog Jeff Horelick (jdhore)
-- strict thread matches above, loose matches on Subject: below --
2012-12-21 9:45 Sergey Popov (pinkbyte)
2012-11-25 12:12 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox