diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:36:14 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:36:14 +0000 |
commit | 1a0993a8b670aa8d1dd5c26215ef597153a5db10 (patch) | |
tree | 2a2289ce553a8b82ed285ef403f7ec31cf11784b | |
parent | Remove old version with built_with_use. Fixes bug #285463. (diff) | |
download | historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.tar.gz historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.tar.bz2 historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.zip |
Version bump.
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
-rw-r--r-- | x11-apps/luit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/luit/luit-1.0.4.ebuild | 18 | ||||
-rw-r--r-- | x11-apps/xauth/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xauth/xauth-1.0.4.ebuild | 23 | ||||
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.1.ebuild | 14 | ||||
-rw-r--r-- | x11-apps/xclock/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xclock/xclock-1.0.4.ebuild | 20 | ||||
-rw-r--r-- | x11-apps/xmag/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xmag/xmag-1.0.3.ebuild | 16 | ||||
-rw-r--r-- | x11-apps/xman/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xman/xman-1.0.3.ebuild | 16 |
12 files changed, 144 insertions, 6 deletions
diff --git a/x11-apps/luit/ChangeLog b/x11-apps/luit/ChangeLog index 7fd16b741c22..52db3bed0fc2 100644 --- a/x11-apps/luit/ChangeLog +++ b/x11-apps/luit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/luit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.41 2009/06/23 21:23:26 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.42 2009/10/03 11:22:39 scarabeus Exp $ + +*luit-1.0.4 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +luit-1.0.4.ebuild: + Version bump. 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> luit-1.0.3.ebuild: Stable on alpha for xorg-server-1.5/xorg-x11-7.4 diff --git a/x11-apps/luit/luit-1.0.4.ebuild b/x11-apps/luit/luit-1.0.4.ebuild new file mode 100644 index 000000000000..31274272c211 --- /dev/null +++ b/x11-apps/luit/luit-1.0.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/luit-1.0.4.ebuild,v 1.1 2009/10/03 11:22:39 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Locale and ISO 2022 support for Unicode terminals" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libfontenc" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--with-localealiasfile=${XDIR}/share/X11/locale/locale.alias" diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog index 9298b6769d9a..8f54ad2451cd 100644 --- a/x11-apps/xauth/ChangeLog +++ b/x11-apps/xauth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xauth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.50 2009/06/23 19:23:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.51 2009/10/03 11:27:00 scarabeus Exp $ + +*xauth-1.0.4 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xauth-1.0.4.ebuild: + Version bump. 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xauth-1.0.3.ebuild: Stable on alpha for xorg-server-1.5/xorg-x11-7.4 diff --git a/x11-apps/xauth/xauth-1.0.4.ebuild b/x11-apps/xauth/xauth-1.0.4.ebuild new file mode 100644 index 000000000000..f2d007ace31a --- /dev/null +++ b/x11-apps/xauth/xauth-1.0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.4.ebuild,v 1.1 2009/10/03 11:27:00 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X authority file utility" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="ipv6" + +RDEPEND="x11-libs/libX11 + x11-libs/libXau + x11-libs/libXext + x11-libs/libXmu" +DEPEND="${RDEPEND}" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6)" +} diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index b4a5b7972a08..64657c91c59f 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xbacklight # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.15 2009/06/23 20:55:23 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.16 2009/10/03 11:28:56 scarabeus Exp $ + +*xbacklight-1.1.1 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + +xbacklight-1.1.1.ebuild: + Version bump. 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xbacklight-1.1.ebuild: Stable on alpha for xorg-server-1.5/xorg-x11-7.4 diff --git a/x11-apps/xbacklight/xbacklight-1.1.1.ebuild b/x11-apps/xbacklight/xbacklight-1.1.1.ebuild new file mode 100644 index 000000000000..14fbe0628b50 --- /dev/null +++ b/x11-apps/xbacklight/xbacklight-1.1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.1.ebuild,v 1.1 2009/10/03 11:28:56 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND=">=x11-libs/libXrandr-1.2" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xclock/ChangeLog b/x11-apps/xclock/ChangeLog index c8234b643f47..f77dc337df7f 100644 --- a/x11-apps/xclock/ChangeLog +++ b/x11-apps/xclock/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xclock # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.41 2009/04/22 00:41:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.42 2009/10/03 11:31:35 scarabeus Exp $ + +*xclock-1.0.4 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xclock-1.0.4.ebuild: + Version bump. 22 Apr 2009; Brent Baude <ranger@gentoo.org> xclock-1.0.3-r1.ebuild: Marking xclock-1.0.3-r1 ppc64 stable for bug 264982 diff --git a/x11-apps/xclock/xclock-1.0.4.ebuild b/x11-apps/xclock/xclock-1.0.4.ebuild new file mode 100644 index 000000000000..0b6754972b49 --- /dev/null +++ b/x11-apps/xclock/xclock-1.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/xclock-1.0.4.ebuild,v 1.1 2009/10/03 11:31:35 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="analog / digital clock for X" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXrender + x11-libs/libXft + x11-libs/libxkbfile + x11-libs/libXaw" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xmag/ChangeLog b/x11-apps/xmag/ChangeLog index 05ef474dde42..101e0fd82f8d 100644 --- a/x11-apps/xmag/ChangeLog +++ b/x11-apps/xmag/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xmag # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.29 2009/07/07 01:45:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.30 2009/10/03 11:33:41 scarabeus Exp $ + +*xmag-1.0.3 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xmag-1.0.3.ebuild: + Version bump. 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xmag-1.0.2-r1.ebuild: Stable for HPPA too. diff --git a/x11-apps/xmag/xmag-1.0.3.ebuild b/x11-apps/xmag/xmag-1.0.3.ebuild new file mode 100644 index 000000000000..e8606eb10879 --- /dev/null +++ b/x11-apps/xmag/xmag-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/xmag-1.0.3.ebuild,v 1.1 2009/10/03 11:33:41 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xmag application" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xman/ChangeLog b/x11-apps/xman/ChangeLog index 53c8ee1b693e..607aa8a11202 100644 --- a/x11-apps/xman/ChangeLog +++ b/x11-apps/xman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xman # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.30 2009/07/07 01:46:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.31 2009/10/03 11:36:14 scarabeus Exp $ + +*xman-1.0.3 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xman-1.0.3.ebuild: + Version bump. 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xman-1.0.2-r1.ebuild: Stable for HPPA too. diff --git a/x11-apps/xman/xman-1.0.3.ebuild b/x11-apps/xman/xman-1.0.3.ebuild new file mode 100644 index 000000000000..f99cb61031ff --- /dev/null +++ b/x11-apps/xman/xman-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.3.ebuild,v 1.1 2009/10/03 11:36:14 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Manual page display program for the X Window System" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" |