diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 17:44:09 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 17:44:09 +0000 |
commit | 5584099683900c7fa6742479f893bf2ab5e00f42 (patch) | |
tree | be81ca937dbbe986612c85b2e6384a3e0bc501da | |
parent | Stable on amd64 wrt bug #351770 (diff) | |
download | historical-5584099683900c7fa6742479f893bf2ab5e00f42.tar.gz historical-5584099683900c7fa6742479f893bf2ab5e00f42.tar.bz2 historical-5584099683900c7fa6742479f893bf2ab5e00f42.zip |
Version bump
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
-rw-r--r-- | x11-libs/libX11/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libX11/libX11-1.4.1.ebuild | 38 | ||||
-rw-r--r-- | x11-libs/libXaw/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-1.0.9.ebuild | 27 | ||||
-rw-r--r-- | x11-libs/libXp/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libXp/libXp-1.0.1.ebuild | 18 |
6 files changed, 104 insertions, 6 deletions
diff --git a/x11-libs/libX11/ChangeLog b/x11-libs/libX11/ChangeLog index 5e9eb72e1803..ede367a0cfd3 100644 --- a/x11-libs/libX11/ChangeLog +++ b/x11-libs/libX11/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libX11 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.159 2010/12/31 19:56:54 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.160 2011/01/15 17:41:55 scarabeus Exp $ + +*libX11-1.4.1 (15 Jan 2011) + + 15 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> +libX11-1.4.1.ebuild: + Version bump 31 Dec 2010; Jeroen Roovers <jer@gentoo.org> libX11-1.4.0.ebuild: Stable for HPPA (bug #344827). diff --git a/x11-libs/libX11/libX11-1.4.1.ebuild b/x11-libs/libX11/libX11-1.4.1.ebuild new file mode 100644 index 000000000000..d57b532ac3b2 --- /dev/null +++ b/x11-libs/libX11/libX11-1.4.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.4.1.ebuild,v 1.1 2011/01/15 17:41:55 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 toolchain-funcs flag-o-matic + +DESCRIPTION="X.Org X11 library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc ipv6 test" + +RDEPEND=">=x11-libs/libxcb-1.1.92 + x11-libs/xtrans + x11-proto/xf86bigfontproto + x11-proto/inputproto + x11-proto/kbproto + x11-proto/xextproto + >=x11-proto/xproto-7.0.13" +DEPEND="${RDEPEND} + doc? ( app-text/xmlto ) + test? ( dev-lang/perl )" + +pkg_setup() { + xorg-2_pkg_setup + CONFIGURE_OPTIONS=" + $(use_with doc xmlto) + $(use_enable doc specs) + $(use_enable ipv6) + --without-fop + " +} + +src_compile() { + # [Cross-Compile Love] Disable {C,LD}FLAGS and redefine CC= for 'makekeys' + ( filter-flags -m* ; cd src/util && make CC=$(tc-getBUILD_CC) CFLAGS="${CFLAGS}" LDFLAGS="" clean all) + xorg-2_src_compile +} diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog index 7476aa1a9afe..be133a22038a 100644 --- a/x11-libs/libXaw/ChangeLog +++ b/x11-libs/libXaw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXaw -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.84 2010/12/31 20:00:50 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.85 2011/01/15 17:44:08 scarabeus Exp $ + +*libXaw-1.0.9 (15 Jan 2011) + + 15 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> +libXaw-1.0.9.ebuild: + Version bump 31 Dec 2010; Jeroen Roovers <jer@gentoo.org> libXaw-1.0.8.ebuild: Stable for HPPA (bug #344827). diff --git a/x11-libs/libXaw/libXaw-1.0.9.ebuild b/x11-libs/libXaw/libXaw-1.0.9.ebuild new file mode 100644 index 000000000000..f2abb7459861 --- /dev/null +++ b/x11-libs/libXaw/libXaw-1.0.9.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.9.ebuild,v 1.1 2011/01/15 17:44:09 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="X.Org Xaw library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXpm + x11-proto/xproto + x11-proto/xextproto" +DEPEND="${RDEPEND} + doc? ( app-text/xmlto )" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable doc specs) + $(use_with doc xmlto) + --without-fop" +} diff --git a/x11-libs/libXp/ChangeLog b/x11-libs/libXp/ChangeLog index bed7f601a645..9c5121cb6d67 100644 --- a/x11-libs/libXp/ChangeLog +++ b/x11-libs/libXp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXp -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v 1.30 2010/01/15 21:50:00 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v 1.31 2011/01/15 17:37:38 scarabeus Exp $ + +*libXp-1.0.1 (15 Jan 2011) + + 15 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> +libXp-1.0.1.ebuild: + Version bump 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> libXp-1.0.0.ebuild: Transfer Prefix keywords diff --git a/x11-libs/libXp/libXp-1.0.1.ebuild b/x11-libs/libXp/libXp-1.0.1.ebuild new file mode 100644 index 000000000000..a8b5af0402ac --- /dev/null +++ b/x11-libs/libXp/libXp-1.0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/libXp-1.0.1.ebuild,v 1.1 2011/01/15 17:37:38 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="X.Org Xp library" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXau + x11-proto/xextproto + x11-proto/printproto" +DEPEND="${RDEPEND}" |