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
dberkholz 09/01/13 02:38:44
Modified: ChangeLog
Added: libXaw-1.0.5.ebuild
Log:
Bump. Removes XPrint support entirely (libXaw8). Also drops build-time dep on ed.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.50 x11-libs/libXaw/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 19 Dec 2007 23:44:36 -0000 1.49
+++ ChangeLog 13 Jan 2009 02:38:44 -0000 1.50
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXaw
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.49 2007/12/19 23:44:36 cla Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.50 2009/01/13 02:38:44 dberkholz Exp $
+
+*libXaw-1.0.5 (13 Jan 2009)
+
+ 13 Jan 2009; Donnie Berkholz <dberkholz@g.o>; +libXaw-1.0.5.ebuild:
+ Bump. Removes XPrint support entirely (libXaw8). Also drops build-time dep
+ on ed.
19 Dec 2007; Dawid Węgliński <cla@g.o> libXaw-1.0.4.ebuild:
Stable on x86 (bug #202087)
1.1 x11-libs/libXaw/libXaw-1.0.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.5.ebuild?rev=1.1&content-type=text/plain
Index: libXaw-1.0.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.5.ebuild,v 1.1 2009/01/13 02:38:44 dberkholz Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
inherit x-modular
DESCRIPTION="X.Org Xaw library"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
RDEPEND="x11-libs/libX11
x11-libs/libXt
x11-libs/libXmu
x11-libs/libXpm
x11-proto/xproto"
DEPEND="${RDEPEND}"
pkg_setup() {
# No such function yet
# x-modular_pkg_setup
# (#125465) Broken with Bdirect support
filter-flags -Wl,-Bdirect
filter-ldflags -Bdirect
filter-ldflags -Wl,-Bdirect
}
|
|