Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ikelos 07/09/17 19:00:37
Modified: ChangeLog openmotif-2.3.0.ebuild
Log:
Fixing man page file collision caused by hardcoded slot number.
(Portage version: 2.1.3.9)
Revision Changes Path
1.139 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.138&r2=1.139
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog 16 Sep 2007 06:49:05 -0000 1.138
+++ ChangeLog 17 Sep 2007 19:00:36 -0000 1.139
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.138 2007/09/16 06:49:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.139 2007/09/17 19:00:36 ikelos Exp $
+
+ 17 Sep 2007; Mike Auty <ikelos@g.o> openmotif-2.3.0.ebuild:
+ Fixing man page file collision caused by hardcoded slot number.
16 Sep 2007; Jeroen Roovers <jer@g.o> openmotif-2.3.0.ebuild:
Restoring ~arch keywords (bug #183736).
1.4 x11-libs/openmotif/openmotif-2.3.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild?r1=1.3&r2=1.4
Index: openmotif-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openmotif-2.3.0.ebuild 16 Sep 2007 13:34:28 -0000 1.3
+++ openmotif-2.3.0.ebuild 17 Sep 2007 19:00:36 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.3 2007/09/16 13:34:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.4 2007/09/17 19:00:36 ikelos Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.6"
@@ -93,7 +93,7 @@
for file in `ls ${D}/usr/share/man/man${man}`
do
file=${file/.${man}/}
- mv ${D}/usr/share/man/man$man/${file}.${man} ${D}/usr/share/man/man${man}/${file}-openmotif-2.2.${man}
+ mv ${D}/usr/share/man/man$man/${file}.${man} ${D}/usr/share/man/man${man}/${file}-openmotif-${SLOT}.${man}
done
done
--
gentoo-commits@g.o mailing list
|
|