* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2010-06-22 14:27 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-22 14:27 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/06/22 14:27:31
Modified: ChangeLog
Added: libfm-9999.ebuild
Log:
Moved live ebuild from lxde-overlay
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.8 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 29 May 2010 11:10:21 -0000 1.7
+++ ChangeLog 22 Jun 2010 14:27:31 -0000 1.8
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.7 2010/05/29 11:10:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.8 2010/06/22 14:27:31 hwoarang Exp $
+
+*libfm-9999 (22 Jun 2010)
+
+ 22 Jun 2010; Markos Chandras <hwoarang@gentoo.org> +libfm-9999.ebuild:
+ Moved live ebuild from lxde-overlay
*libfm-0.1.12 (29 May 2010)
1.1 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.1&content-type=text/plain
Index: libfm-9999.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.1 2010/06/22 14:27:31 hwoarang Exp $
EAPI="2"
inherit autotools eutils git
DESCRIPTION="Library for file management"
HOMEPAGE="http://pcmanfm.sourceforge.net/"
EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="debug demo"
RDEPEND="dev-libs/glib:2
x11-libs/gtk+:2
>=lxde-base/menu-cache-0.3.2"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
dev-util/pkgconfig
sys-devel/gettext"
src_prepare() {
eautoreconf
einfo "Running intltoolize ..."
intltoolize --force --copy --automake || die
strip-linguas -i "${S}/po"
}
src_configure() {
econf --sysconfdir=/etc $(use_enable debug) $(use_enable demo)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS TODO || die
}
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2010-07-08 9:50 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-08 9:50 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/07/08 09:50:19
Modified: libfm-9999.ebuild ChangeLog
Log:
Fix test suite for live ebuild
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.1&r2=1.2
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libfm-9999.ebuild 22 Jun 2010 14:27:31 -0000 1.1
+++ libfm-9999.ebuild 8 Jul 2010 09:50:19 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.1 2010/06/22 14:27:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.2 2010/07/08 09:50:19 hwoarang Exp $
EAPI="2"
@@ -24,6 +24,11 @@
sys-devel/gettext"
src_prepare() {
+ for file in app-chooser.ui ask-rename.ui file-prop.ui preferred-apps.ui \
+ progress.ui;do
+ echo "data/ui/${file}" >> po/POTFILES.in
+ done
+ echo "src/udisks/g-udisks-device.c" >> po/POTFILES.in
eautoreconf
einfo "Running intltoolize ..."
intltoolize --force --copy --automake || die
1.10 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 6 Jul 2010 20:54:30 -0000 1.9
+++ ChangeLog 8 Jul 2010 09:50:19 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.9 2010/07/06 20:54:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.10 2010/07/08 09:50:19 hwoarang Exp $
+
+ 08 Jul 2010; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Fix test suite for live ebuild
06 Jul 2010; Markos Chandras <hwoarang@gentoo.org> -libfm-0.1.5.ebuild,
-libfm-0.1.9.ebuild, -libfm-0.1.11.ebuild:
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2011-01-20 18:05 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-20 18:05 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/01/20 18:05:31
Modified: libfm-9999.ebuild ChangeLog
Log:
Add dev-utl/gtk-doc dependency
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Revision Changes Path
1.8 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.7&r2=1.8
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libfm-9999.ebuild 26 Dec 2010 04:43:28 -0000 1.7
+++ libfm-9999.ebuild 20 Jan 2011 18:05:31 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.7 2010/12/26 04:43:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.8 2011/01/20 18:05:31 hwoarang Exp $
EAPI=2
@@ -32,6 +32,7 @@
udev? ( sys-fs/udisks )"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
+ dev-util/gtk-doc
dev-util/pkgconfig
sys-devel/gettext
${EXTRA_DEPEND}"
1.23 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 2 Jan 2011 17:07:07 -0000 1.22
+++ ChangeLog 20 Jan 2011 18:05:31 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.22 2011/01/02 17:07:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.23 2011/01/20 18:05:31 hwoarang Exp $
+
+ 20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Add dev-utl/gtk-doc dependency
02 Jan 2011; Markus Meier <maekke@gentoo.org> libfm-0.1.12.ebuild:
arm stable, bug #349724
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2011-01-22 14:26 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-22 14:26 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/01/22 14:26:45
Modified: libfm-9999.ebuild ChangeLog
Log:
Add gtk-doc to EXTRA_DEPEND
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Revision Changes Path
1.9 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.8&r2=1.9
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libfm-9999.ebuild 20 Jan 2011 18:05:31 -0000 1.8
+++ libfm-9999.ebuild 22 Jan 2011 14:26:45 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.8 2011/01/20 18:05:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.9 2011/01/22 14:26:45 hwoarang Exp $
EAPI=2
@@ -8,7 +8,8 @@
EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
inherit autotools git
SRC_URI=""
- EXTRA_DEPEND="dev-util/gtk-doc-am"
+ EXTRA_DEPEND="dev-util/gtk-doc
+ dev-util/gtk-doc-am"
else
SRC_URI="mirror://sourceforge/pcmanfm/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
@@ -32,7 +33,6 @@
udev? ( sys-fs/udisks )"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
- dev-util/gtk-doc
dev-util/pkgconfig
sys-devel/gettext
${EXTRA_DEPEND}"
1.26 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 22 Jan 2011 13:39:42 -0000 1.25
+++ ChangeLog 22 Jan 2011 14:26:45 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.25 2011/01/22 13:39:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.26 2011/01/22 14:26:45 hwoarang Exp $
+
+ 22 Jan 2011; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Add gtk-doc to EXTRA_DEPEND
22 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> libfm-0.1.12.ebuild:
Backport USE="udev" to 0.1.12. This version is still using gnome-base/gvfs.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2011-04-11 10:51 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-04-11 10:51 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/04/11 10:51:48
Modified: libfm-9999.ebuild ChangeLog
Log:
Fix tests on live ebuild. Bug #356029
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.14 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.13&r2=1.14
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libfm-9999.ebuild 27 Feb 2011 22:54:15 -0000 1.13
+++ libfm-9999.ebuild 11 Apr 2011 10:51:47 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.13 2011/02/27 22:54:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.14 2011/04/11 10:51:47 hwoarang Exp $
EAPI=2
@@ -49,12 +49,6 @@
fi
intltoolize --force --copy --automake || die
#disable unused translations. Bug #356029
- data/ui/app-chooser.ui
- data/ui/ask-rename.ui
- data/ui/exec-file.ui
- data/ui/file-prop.ui
- data/ui/preferred-apps.ui
- data/ui/progress.ui
for trans in app-chooser ask-rename exec-file file-prop preferred-apps \
progress;do
echo "data/ui/"${trans}.ui >> po/POTFILES.in
1.37 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 11 Apr 2011 07:25:16 -0000 1.36
+++ ChangeLog 11 Apr 2011 10:51:47 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.36 2011/04/11 07:25:16 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.37 2011/04/11 10:51:47 hwoarang Exp $
+
+ 11 Apr 2011; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Fix tests on live ebuild. Bug #356029
11 Apr 2011; Markos Chandras <hwoarang@gentoo.org>
libfm-0.1.15_pre20110216.ebuild:
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2011-12-07 18:52 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-12-07 18:52 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/12/07 18:52:22
Modified: libfm-9999.ebuild ChangeLog
Log:
depend on vala and workaround broken configure script
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Revision Changes Path
1.20 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.19&r2=1.20
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libfm-9999.ebuild 4 Dec 2011 09:56:00 -0000 1.19
+++ libfm-9999.ebuild 7 Dec 2011 18:52:22 -0000 1.20
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.19 2011/12/04 09:56:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.20 2011/12/07 18:52:22 hwoarang Exp $
EAPI=3
@@ -24,6 +24,7 @@
x11-misc/shared-mime-info
udev? ( sys-fs/udisks )"
DEPEND="${COMMON_DEPEND}
+ >=dev-lang/vala-0.14.0
dev-util/gtk-doc-am
doc? (
dev-util/gtk-doc
@@ -46,6 +47,10 @@
echo "data/ui/"${trans}.ui >> po/POTFILES.in
done
sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" "${S}"/configure.ac || die
+ myvalaver="$(best_version dev-lang/vala | sed -e's@dev-lang/vala-\([0-9]*\.[0-9]*\)\..*@\1@g')"
+ myvalac="$(type -p valac-${myvalaver})"
+ [[ -x "${myvalac}" ]] || die "Vala compiler ${myvalac} not found"
+ export VALAC=${myvalac}
eautoreconf
}
1.58 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 7 Dec 2011 07:40:35 -0000 1.57
+++ ChangeLog 7 Dec 2011 18:52:22 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.57 2011/12/07 07:40:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.58 2011/12/07 18:52:22 hwoarang Exp $
+
+ 07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ depend on vala and workaround broken configure script
07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libfm-0.1.17.ebuild:
x86 stable wrt bug #382255
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2012-06-14 18:33 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-06-14 18:33 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/06/14 18:33:22
Modified: libfm-9999.ebuild ChangeLog
Log:
Drop -Werror due to new automake-1.12. Bug #421101
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.23 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.22&r2=1.23
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libfm-9999.ebuild 5 May 2012 03:52:24 -0000 1.22
+++ libfm-9999.ebuild 14 Jun 2012 18:33:22 -0000 1.23
@@ -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-libs/libfm/libfm-9999.ebuild,v 1.22 2012/05/05 03:52:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.23 2012/06/14 18:33:22 hwoarang Exp $
EAPI=3
@@ -51,6 +51,8 @@
myvalac="$(type -p valac-${myvalaver})"
[[ -x "${myvalac}" ]] || die "Vala compiler ${myvalac} not found"
export VALAC=${myvalac}
+ #Remove -Werror for automake-1.12. Bug #421101
+ sed -i "s:-Werror::" configure.ac || die
eautoreconf
}
1.66 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 15 May 2012 15:41:35 -0000 1.65
+++ ChangeLog 14 Jun 2012 18:33:22 -0000 1.66
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.65 2012/05/15 15:41:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.66 2012/06/14 18:33:22 hwoarang Exp $
+
+ 14 Jun 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Drop -Werror due to new automake-1.12. Bug #421101
15 May 2012; Samuli Suominen <ssuominen@gentoo.org> libfm-0.1.12.ebuild:
Relax RDEPEND for gnome-base/gvfs wrt USE="udisks" vs. USE="gdu"
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2012-07-15 17:29 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-07-15 17:29 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/07/15 17:29:26
Modified: libfm-9999.ebuild ChangeLog
Log:
Remove udisks support because of upstream bug #3531655
(Portage version: 2.1.11.7/cvs/Linux x86_64)
Revision Changes Path
1.24 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.23&r2=1.24
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libfm-9999.ebuild 14 Jun 2012 18:33:22 -0000 1.23
+++ libfm-9999.ebuild 15 Jul 2012 17:29:26 -0000 1.24
@@ -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-libs/libfm/libfm-9999.ebuild,v 1.23 2012/06/14 18:33:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.24 2012/07/15 17:29:26 hwoarang Exp $
EAPI=3
@@ -13,16 +13,14 @@
LICENSE="GPL-2"
SLOT="0"
-IUSE="debug doc examples udev"
+IUSE="debug doc examples"
KEYWORDS=""
COMMON_DEPEND=">=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.16:2
- udev? ( dev-libs/dbus-glib )
>=lxde-base/menu-cache-0.3.2"
RDEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
- udev? ( sys-fs/udisks:0 )"
+ x11-misc/shared-mime-info"
DEPEND="${COMMON_DEPEND}
>=dev-lang/vala-0.14.0
dev-util/gtk-doc-am
@@ -61,7 +59,6 @@
--sysconfdir="${EPREFIX}/etc" \
--disable-dependency-tracking \
--disable-static \
- $(use_enable udev udisks) \
$(use_enable examples demo) \
$(use_enable debug) \
# Documentation fails to build at the moment
1.69 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 14 Jul 2012 11:43:28 -0000 1.68
+++ ChangeLog 15 Jul 2012 17:29:26 -0000 1.69
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.68 2012/07/14 11:43:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.69 2012/07/15 17:29:26 hwoarang Exp $
+
+ 15 Jul 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Remove udisks support per upstream bug:
+ https://sourceforge.net/tracker/?func=detail&aid=3531655&group_id=156956&atid
+ =801864#
*libfm-1.0_rc1 (14 Jul 2012)
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2012-09-27 21:04 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-09-27 21:04 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/09/27 21:04:34
Modified: libfm-9999.ebuild ChangeLog
Log:
Remove the autom4te.cache file after running eautoreconf. Bug #436058
(Portage version: 2.1.11.22/cvs/Linux x86_64)
Revision Changes Path
1.27 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.26&r2=1.27
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libfm-9999.ebuild 22 Sep 2012 16:32:37 -0000 1.26
+++ libfm-9999.ebuild 27 Sep 2012 21:04:34 -0000 1.27
@@ -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-libs/libfm/libfm-9999.ebuild,v 1.26 2012/09/22 16:32:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.27 2012/09/27 21:04:34 hwoarang Exp $
EAPI=4
@@ -51,6 +51,7 @@
#Remove -Werror for automake-1.12. Bug #421101
sed -i "s:-Werror::" configure.ac || die
eautoreconf
+ rm -r autom4te.cache || die
use vala && export VALAC="$(type -p valac-$(vala_best_api_version))"
}
1.76 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 22 Sep 2012 16:32:37 -0000 1.75
+++ ChangeLog 27 Sep 2012 21:04:34 -0000 1.76
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.75 2012/09/22 16:32:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.76 2012/09/27 21:04:34 hwoarang Exp $
+
+ 27 Sep 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Remove the autom4te.cache file after running eautoreconf. Bug #436058
*libfm-1.0.1 (22 Sep 2012)
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2012-11-01 21:23 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-11-01 21:23 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/11/01 21:23:46
Modified: libfm-9999.ebuild ChangeLog
Log:
Fix the libfm symlink mess. Thanks to Zac Medico <zmedico@gentoo.org>. Bug #439570
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Revision Changes Path
1.28 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.27&r2=1.28
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- libfm-9999.ebuild 27 Sep 2012 21:04:34 -0000 1.27
+++ libfm-9999.ebuild 1 Nov 2012 21:23:46 -0000 1.28
@@ -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-libs/libfm/libfm-9999.ebuild,v 1.27 2012/09/27 21:04:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.28 2012/11/01 21:23:46 hwoarang Exp $
EAPI=4
@@ -71,6 +71,20 @@
src_install() {
default
find "${D}" -name '*.la' -exec rm -f '{}' +
+ # Remove symlink #439570
+ if [[ -h ${D}/usr/include/${PN} ]]; then
+ rm "${D}"/usr/include/${PN}
+ fi
+}
+
+pkg_preinst() {
+ # Resolve the symlink mess. Bug #439570
+ [[ -d "${ROOT}"/usr/include/${PN} ]] && \
+ rm -rf "${ROOT}"/usr/include/${PN}
+ if [[ -d "${D}"/usr/include/${PN}-1.0 ]]; then
+ cd ${D}/usr/include
+ ln -s ${PN}-1.0 ${PN}
+ fi
}
pkg_postinst() {
1.77 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 27 Sep 2012 21:04:34 -0000 1.76
+++ ChangeLog 1 Nov 2012 21:23:46 -0000 1.77
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.76 2012/09/27 21:04:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.77 2012/11/01 21:23:46 hwoarang Exp $
+
+ 01 Nov 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Fix the libfm symlink mess. Thanks to Zac Medico <zmedico@gentoo.org>. Bug
+ #439570
27 Sep 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
Remove the autom4te.cache file after running eautoreconf. Bug #436058
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2012-11-15 19:39 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-11-15 19:39 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/11/15 19:39:43
Modified: libfm-9999.ebuild ChangeLog
Log:
Fix building with IUSE=-doc. Bug #443318
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Revision Changes Path
1.30 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.29&r2=1.30
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- libfm-9999.ebuild 13 Nov 2012 19:14:58 -0000 1.29
+++ libfm-9999.ebuild 15 Nov 2012 19:39:43 -0000 1.30
@@ -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-libs/libfm/libfm-9999.ebuild,v 1.29 2012/11/13 19:14:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.30 2012/11/15 19:39:43 hwoarang Exp $
EAPI=4
@@ -36,8 +36,8 @@
src_prepare() {
if ! use doc; then
- sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed failed"
- sed -ie '/^[[:space:]]*docs/d' configure.ac || die "sed failed"
+ sed -ie "/^SUBDIRS_DOCS/d" Makefile.am || die "sed failed"
+ sed -ie "/^[[:space:]]*docs/d" configure.ac || die "sed failed"
else
gtkdocize --copy || die
fi
1.82 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 13 Nov 2012 19:24:45 -0000 1.81
+++ ChangeLog 15 Nov 2012 19:39:43 -0000 1.82
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.81 2012/11/13 19:24:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.82 2012/11/15 19:39:43 hwoarang Exp $
+
+ 15 Nov 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Fix building with IUSE=-doc. Bug #443318
13 Nov 2012; Markos Chandras <hwoarang@gentoo.org> libfm-1.0.2.ebuild,
libfm-1.1.0.ebuild:
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2012-12-02 15:26 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-12-02 15:26 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/12/02 15:26:59
Modified: libfm-9999.ebuild ChangeLog
Log:
Move it to EAPI5 in order to use sub-slot deps for lxde-base/menu-cache
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Revision Changes Path
1.31 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.30&r2=1.31
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libfm-9999.ebuild 15 Nov 2012 19:39:43 -0000 1.30
+++ libfm-9999.ebuild 2 Dec 2012 15:26:59 -0000 1.31
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.30 2012/11/15 19:39:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.31 2012/12/02 15:26:59 hwoarang Exp $
-EAPI=4
+EAPI=5
EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
@@ -18,7 +18,7 @@
COMMON_DEPEND=">=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.16:2
- >=lxde-base/menu-cache-0.3.2"
+ >=lxde-base/menu-cache-0.3.2:="
RDEPEND="${COMMON_DEPEND}
x11-misc/shared-mime-info
|| ( gnome-base/gvfs[udev,udisks] gnome-base/gvfs[udev,gdu] )"
1.83 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 15 Nov 2012 19:39:43 -0000 1.82
+++ ChangeLog 2 Dec 2012 15:26:59 -0000 1.83
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.82 2012/11/15 19:39:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.83 2012/12/02 15:26:59 hwoarang Exp $
+
+ 02 Dec 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Move it to EAPI5 in order to use sub-slot deps for lxde-base/menu-cache
15 Nov 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
Fix building with IUSE=-doc. Bug #443318
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2012-12-23 14:40 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-12-23 14:40 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/12/23 14:40:40
Modified: libfm-9999.ebuild ChangeLog
Log:
Rework broken symlink logic once again
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Revision Changes Path
1.32 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.31&r2=1.32
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- libfm-9999.ebuild 2 Dec 2012 15:26:59 -0000 1.31
+++ libfm-9999.ebuild 23 Dec 2012 14:40:40 -0000 1.32
@@ -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-libs/libfm/libfm-9999.ebuild,v 1.31 2012/12/02 15:26:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.32 2012/12/23 14:40:40 hwoarang Exp $
EAPI=5
@@ -50,6 +50,10 @@
sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" "${S}"/configure.ac || die
#Remove -Werror for automake-1.12. Bug #421101
sed -i "s:-Werror::" configure.ac || die
+ # Drop the symlink. We will create it later on. 439580
+ sed -i "/@LN_S@ @PACKAGE@-@FMLIBVER@/d" src/Makefile.am \
+ || die "failed to remove the includedir symlink"
+
eautoreconf
rm -r autom4te.cache || die
use vala && export VALAC="$(type -p valac-$(vala_best_api_version))"
@@ -71,10 +75,9 @@
src_install() {
default
find "${D}" -name '*.la' -exec rm -f '{}' +
- # Remove symlink #439570
- if [[ -h ${D}/usr/include/${PN} ]]; then
- rm "${D}"/usr/include/${PN}
- fi
+ # 439570
+ [[ -d ${D}/usr/include/${PN} ]] \
+ && rm -r ${D}/usr/include/${PN}
}
pkg_preinst() {
1.84 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 2 Dec 2012 15:26:59 -0000 1.83
+++ ChangeLog 23 Dec 2012 14:40:40 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.83 2012/12/02 15:26:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.84 2012/12/23 14:40:40 hwoarang Exp $
+
+ 23 Dec 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Rework broken symlink logic once again
02 Dec 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
Move it to EAPI5 in order to use sub-slot deps for lxde-base/menu-cache
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2013-11-17 11:51 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-11-17 11:51 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/11/17 11:51:31
Modified: libfm-9999.ebuild ChangeLog
Log:
Block lxde-base/lxshortcut to avoid file collisions
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Revision Changes Path
1.34 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.33&r2=1.34
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- libfm-9999.ebuild 28 Apr 2013 18:12:32 -0000 1.33
+++ libfm-9999.ebuild 17 Nov 2013 11:51:31 -0000 1.34
@@ -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/x11-libs/libfm/libfm-9999.ebuild,v 1.33 2013/04/28 18:12:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.34 2013/11/17 11:51:31 hwoarang Exp $
EAPI=5
@@ -18,7 +18,8 @@
COMMON_DEPEND=">=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.16:2
- >=lxde-base/menu-cache-0.3.2:="
+ >=lxde-base/menu-cache-0.3.2:=
+ !lxde-base/lxshortcut"
RDEPEND="${COMMON_DEPEND}
x11-misc/shared-mime-info
|| ( gnome-base/gvfs[udev,udisks] gnome-base/gvfs[udev,gdu] )"
1.89 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 7 Oct 2013 17:09:06 -0000 1.88
+++ ChangeLog 17 Nov 2013 11:51:31 -0000 1.89
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.88 2013/10/07 17:09:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.89 2013/11/17 11:51:31 hwoarang Exp $
+
+ 17 Nov 2013; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Block lxde-base/lxshortcut to avoid file collisions
*libfm-1.1.2.2 (07 Oct 2013)
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
@ 2015-05-17 10:20 Markos Chandras (hwoarang)
0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2015-05-17 10:20 UTC (permalink / raw
To: gentoo-commits
hwoarang 15/05/17 10:20:35
Modified: libfm-9999.ebuild ChangeLog
Log:
Update live ebuild. Move it to git-r3 and sync it with the regular ebuilds
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path
1.43 x11-libs/libfm/libfm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.42&r2=1.43
Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- libfm-9999.ebuild 18 Oct 2014 20:31:52 -0000 1.42
+++ libfm-9999.ebuild 17 May 2015 10:20:35 -0000 1.43
@@ -1,13 +1,11 @@
-# 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-libs/libfm/libfm-9999.ebuild,v 1.42 2014/10/18 20:31:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.43 2015/05/17 10:20:35 hwoarang Exp $
EAPI=5
EGIT_REPO_URI="https://github.com/lxde/${PN}"
-# master seems way too unstable for us to use
-EGIT_BRANCH="1.1"
-inherit autotools git-2 fdo-mime vala
+inherit autotools git-r3 fdo-mime vala
DESCRIPTION="A library for file management"
HOMEPAGE="http://pcmanfm.sourceforge.net/"
@@ -19,7 +17,8 @@
COMMON_DEPEND=">=dev-libs/glib-2.18:2
gtk? ( >=x11-libs/gtk+-2.16:2 )
- >=lxde-base/menu-cache-0.3.2:="
+ >=lxde-base/menu-cache-0.3.2:=
+ x11-libs/libfm-extra"
RDEPEND="${COMMON_DEPEND}
!lxde-base/lxshortcut
x11-misc/shared-mime-info
@@ -95,13 +94,16 @@
src_install() {
default
find "${D}" -name '*.la' -exec rm -f '{}' +
- # Remove broken symlink #439570
# Sometimes a directory is created instead of a symlink. No idea why...
# It is wrong anyway. We expect a libfm-1.0 directory and then a libfm
# symlink to it.
if [[ -h ${D}/usr/include/${PN} || -d ${D}/usr/include/${PN} ]]; then
rm -r "${D}"/usr/include/${PN}
fi
+ # Remove files installed by split-off libfm-extra package
+ rm "${D}"/usr/include/libfm-1.0/fm-{extra,version,xml-file}.h
+ rm "${D}"/usr/$(get_libdir)/libfm-extra*
+ rm "${D}"/usr/$(get_libdir)/pkgconfig/libfm-extra.pc
}
pkg_preinst() {
1.109 x11-libs/libfm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 2 Apr 2015 20:03:59 -0000 1.108
+++ ChangeLog 17 May 2015 10:20:35 -0000 1.109
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.108 2015/04/02 20:03:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.109 2015/05/17 10:20:35 hwoarang Exp $
+
+ 17 May 2015; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+ Update live ebuild. Move it to git-r3 and sync it with the regular ebuilds
02 Apr 2015; Markus Meier <maekke@gentoo.org> libfm-1.2.3.ebuild:
arm stable, bug #542042
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2015-05-17 10:20 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17 11:51 [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2015-05-17 10:20 Markos Chandras (hwoarang)
2012-12-23 14:40 Markos Chandras (hwoarang)
2012-12-02 15:26 Markos Chandras (hwoarang)
2012-11-15 19:39 Markos Chandras (hwoarang)
2012-11-01 21:23 Markos Chandras (hwoarang)
2012-09-27 21:04 Markos Chandras (hwoarang)
2012-07-15 17:29 Markos Chandras (hwoarang)
2012-06-14 18:33 Markos Chandras (hwoarang)
2011-12-07 18:52 Markos Chandras (hwoarang)
2011-04-11 10:51 Markos Chandras (hwoarang)
2011-01-22 14:26 Markos Chandras (hwoarang)
2011-01-20 18:05 Markos Chandras (hwoarang)
2010-07-08 9:50 Markos Chandras (hwoarang)
2010-06-22 14:27 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox