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
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Tomas Chvatal (scarabeus)" <scarabeus@g.o>
|
|
Subject:
|
gentoo-x86 commit in x11-libs/libXaw: ChangeLog libXaw-1.0.7.ebuild libXaw-1.0.3.ebuild
|
|
Date:
|
Mon, 19 Oct 2009 18:16:24 +0000
|
|
scarabeus 09/10/19 18:16:24
Modified: ChangeLog
Added: libXaw-1.0.7.ebuild
Removed: libXaw-1.0.3.ebuild
Log:
Version bump. Remove old.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Revision Changes Path
1.65 x11-libs/libXaw/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 11 Oct 2009 11:11:19 -0000 1.64
+++ ChangeLog 19 Oct 2009 18:16:23 -0000 1.65
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXaw
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.64 2009/10/11 11:11:19 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.65 2009/10/19 18:16:23 scarabeus Exp $
+
+*libXaw-1.0.7 (19 Oct 2009)
+
+ 19 Oct 2009; Tomáš Chvátal <scarabeus@g.o> -libXaw-1.0.3.ebuild,
+ +libXaw-1.0.7.ebuild:
+ Version bump. Remove old.
11 Oct 2009; nixnut <nixnut@g.o> libXaw-1.0.6.ebuild:
ppc stable #282290
1.1 x11-libs/libXaw/libXaw-1.0.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.7.ebuild?rev=1.1&content-type=text/plain
Index: libXaw-1.0.7.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.7.ebuild,v 1.1 2009/10/19 18:16:23 scarabeus Exp $
EAPI="2"
inherit x-modular
DESCRIPTION="X.Org Xaw library"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc"
RDEPEND="x11-libs/libX11
x11-libs/libXt
x11-libs/libXmu
x11-libs/libXpm
x11-proto/xproto"
DEPEND="${RDEPEND}
doc? ( sys-apps/groff )
"
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
}
src_configure() {
CONFIGURE_OPTIONS="$(use_enable doc docs)"
x-modular_src_configure
}
|
|