diff options
45 files changed, 456 insertions, 15 deletions
diff --git a/x11-apps/viewres/ChangeLog b/x11-apps/viewres/ChangeLog index beaff58196ce..163fff0223a2 100644 --- a/x11-apps/viewres/ChangeLog +++ b/x11-apps/viewres/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/viewres # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/ChangeLog,v 1.7 2005/12/18 19:23:45 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/ChangeLog,v 1.8 2005/12/23 10:31:34 spyderous Exp $ + +*viewres-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +viewres-1.0.1.ebuild: + Bump for 7.0. *viewres-1.0.0 (18 Dec 2005) diff --git a/x11-apps/viewres/files/digest-viewres-1.0.1 b/x11-apps/viewres/files/digest-viewres-1.0.1 new file mode 100644 index 000000000000..77fa1672ea3d --- /dev/null +++ b/x11-apps/viewres/files/digest-viewres-1.0.1 @@ -0,0 +1 @@ +MD5 cdbed540daf7975b56000420c9aa5bf9 viewres-1.0.1.tar.bz2 84802 diff --git a/x11-apps/viewres/viewres-1.0.1.ebuild b/x11-apps/viewres/viewres-1.0.1.ebuild new file mode 100644 index 000000000000..9b43bfe2a380 --- /dev/null +++ b/x11-apps/viewres/viewres-1.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/viewres-1.0.1.ebuild,v 1.1 2005/12/23 10:31:34 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org viewres application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable xprint)" + +pkg_setup() { + if use xprint && ! built_with_use x11-libs/libXaw xprint; then + die "Build x11-libs/libXaw with USE=xprint." + fi +} diff --git a/x11-apps/x11perf/ChangeLog b/x11-apps/x11perf/ChangeLog index e9136e0ae567..bf1b0ab685ad 100644 --- a/x11-apps/x11perf/ChangeLog +++ b/x11-apps/x11perf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/x11perf # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.8 2005/12/18 19:24:18 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.9 2005/12/23 10:31:54 spyderous Exp $ + +*x11perf-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +x11perf-1.0.1.ebuild: + Bump for 7.0. *x11perf-1.0.0 (18 Dec 2005) diff --git a/x11-apps/x11perf/files/digest-x11perf-1.0.1 b/x11-apps/x11perf/files/digest-x11perf-1.0.1 new file mode 100644 index 000000000000..31dbe0c7337f --- /dev/null +++ b/x11-apps/x11perf/files/digest-x11perf-1.0.1 @@ -0,0 +1 @@ +MD5 d13b4eb920b0f51dc538c34d1b3afbce x11perf-1.0.1.tar.bz2 127473 diff --git a/x11-apps/x11perf/x11perf-1.0.1.ebuild b/x11-apps/x11perf/x11perf-1.0.1.ebuild new file mode 100644 index 000000000000..0691db81c520 --- /dev/null +++ b/x11-apps/x11perf/x11perf-1.0.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.0.1.ebuild,v 1.1 2005/12/23 10:31:54 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org x11perf application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXmu" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog index 2e781b5edb48..41f1e86696e2 100644 --- a/x11-apps/xauth/ChangeLog +++ b/x11-apps/xauth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xauth # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.14 2005/12/18 19:24:46 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.15 2005/12/23 10:32:15 spyderous Exp $ + +*xauth-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +xauth-1.0.1.ebuild: + Bump for 7.0. *xauth-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xauth/files/digest-xauth-1.0.1 b/x11-apps/xauth/files/digest-xauth-1.0.1 new file mode 100644 index 000000000000..632bc4605169 --- /dev/null +++ b/x11-apps/xauth/files/digest-xauth-1.0.1 @@ -0,0 +1 @@ +MD5 ed848ebba8d3a1ca727b80d6b89dc3c3 xauth-1.0.1.tar.bz2 96023 diff --git a/x11-apps/xauth/xauth-1.0.1.ebuild b/x11-apps/xauth/xauth-1.0.1.ebuild new file mode 100644 index 000000000000..18d40c8db736 --- /dev/null +++ b/x11-apps/xauth/xauth-1.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.1.ebuild,v 1.1 2005/12/23 10:32:15 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xauth application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXau + x11-libs/libXext + x11-libs/libXmu" +DEPEND="${RDEPEND}" +IUSE="ipv6" + +CONFIGURE_OPTIONS="$(use_enable ipv6)" diff --git a/x11-apps/xbiff/ChangeLog b/x11-apps/xbiff/ChangeLog index b2b9bbafa184..f079be3d5ca7 100644 --- a/x11-apps/xbiff/ChangeLog +++ b/x11-apps/xbiff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xbiff # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.8 2005/12/18 19:25:20 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.9 2005/12/23 10:32:35 spyderous Exp $ + +*xbiff-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +xbiff-1.0.1.ebuild: + Bump for 7.0. *xbiff-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xbiff/files/digest-xbiff-1.0.1 b/x11-apps/xbiff/files/digest-xbiff-1.0.1 new file mode 100644 index 000000000000..753eb6371d58 --- /dev/null +++ b/x11-apps/xbiff/files/digest-xbiff-1.0.1 @@ -0,0 +1 @@ +MD5 404f5add4537d22dd109c33e518a5190 xbiff-1.0.1.tar.bz2 83634 diff --git a/x11-apps/xbiff/xbiff-1.0.1.ebuild b/x11-apps/xbiff/xbiff-1.0.1.ebuild new file mode 100644 index 000000000000..6d494cf3cb63 --- /dev/null +++ b/x11-apps/xbiff/xbiff-1.0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/xbiff-1.0.1.ebuild,v 1.1 2005/12/23 10:32:35 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xbiff application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libXaw + x11-misc/xbitmaps" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable xprint)" diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog index ed945ea4dcbc..8edfe012271a 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xcalc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.8 2005/12/18 19:25:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.9 2005/12/23 10:32:55 spyderous Exp $ + +*xcalc-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +xcalc-1.0.1.ebuild: + Bump for 7.0. *xcalc-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xcalc/files/digest-xcalc-1.0.1 b/x11-apps/xcalc/files/digest-xcalc-1.0.1 new file mode 100644 index 000000000000..91e72d0422a1 --- /dev/null +++ b/x11-apps/xcalc/files/digest-xcalc-1.0.1 @@ -0,0 +1 @@ +MD5 07b948cf671fde88df1a59bfb0cab3b8 xcalc-1.0.1.tar.bz2 93745 diff --git a/x11-apps/xcalc/xcalc-1.0.1.ebuild b/x11-apps/xcalc/xcalc-1.0.1.ebuild new file mode 100644 index 000000000000..157543c928cf --- /dev/null +++ b/x11-apps/xcalc/xcalc-1.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.1.ebuild,v 1.1 2005/12/23 10:32:55 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xcalc application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable xprint)" + +pkg_setup() { + if use xprint && ! built_with_use x11-libs/libXaw xprint; then + die "Build x11-libs/libXaw with USE=xprint." + fi +} diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog index 92c1be7a7be2..62b9a3af1ced 100644 --- a/x11-apps/xclipboard/ChangeLog +++ b/x11-apps/xclipboard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xclipboard # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.8 2005/12/18 19:26:16 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.9 2005/12/23 10:33:17 spyderous Exp $ + +*xclipboard-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xclipboard-1.0.1.ebuild: + Bump for 7.0. *xclipboard-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xclipboard/files/digest-xclipboard-1.0.1 b/x11-apps/xclipboard/files/digest-xclipboard-1.0.1 new file mode 100644 index 000000000000..7de619d11d6a --- /dev/null +++ b/x11-apps/xclipboard/files/digest-xclipboard-1.0.1 @@ -0,0 +1 @@ +MD5 2c6ecedb10dc51adbb64c95f22fd99c2 xclipboard-1.0.1.tar.bz2 83681 diff --git a/x11-apps/xclipboard/xclipboard-1.0.1.ebuild b/x11-apps/xclipboard/xclipboard-1.0.1.ebuild new file mode 100644 index 000000000000..8b70ca6345c3 --- /dev/null +++ b/x11-apps/xclipboard/xclipboard-1.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/xclipboard-1.0.1.ebuild,v 1.1 2005/12/23 10:33:17 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xclipboard application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable xprint)" + +pkg_setup() { + if use xprint && ! built_with_use x11-libs/libXaw xprint; then + die "Build x11-libs/libXaw with USE=xprint." + fi +} diff --git a/x11-apps/xclock/ChangeLog b/x11-apps/xclock/ChangeLog index c159c8a5a4f2..69be2f2625fe 100644 --- a/x11-apps/xclock/ChangeLog +++ b/x11-apps/xclock/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xclock # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.10 2005/12/18 19:26:50 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.11 2005/12/23 10:33:38 spyderous Exp $ + +*xclock-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +xclock-1.0.1.ebuild: + Bump for 7.0. *xclock-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xclock/files/digest-xclock-1.0.1 b/x11-apps/xclock/files/digest-xclock-1.0.1 new file mode 100644 index 000000000000..2114a78be115 --- /dev/null +++ b/x11-apps/xclock/files/digest-xclock-1.0.1 @@ -0,0 +1 @@ +MD5 81af93fb9bd06319fd16b694b0f03aeb xclock-1.0.1.tar.bz2 100031 diff --git a/x11-apps/xclock/xclock-1.0.1.ebuild b/x11-apps/xclock/xclock-1.0.1.ebuild new file mode 100644 index 000000000000..25ee0242736d --- /dev/null +++ b/x11-apps/xclock/xclock-1.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/xclock-1.0.1.ebuild,v 1.1 2005/12/23 10:33:38 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xclock application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libX11 + x11-libs/libXrender + x11-libs/libXft + x11-libs/libxkbfile + x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable xprint)" + +pkg_setup() { + if use xprint && ! built_with_use x11-libs/libXaw xprint; then + die "Build x11-libs/libXaw with USE=xprint." + fi +} diff --git a/x11-apps/xcmsdb/ChangeLog b/x11-apps/xcmsdb/ChangeLog index e37429e5a8fc..3aff6a8d3e37 100644 --- a/x11-apps/xcmsdb/ChangeLog +++ b/x11-apps/xcmsdb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xcmsdb # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.7 2005/12/18 19:27:18 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.8 2005/12/23 10:33:58 spyderous Exp $ + +*xcmsdb-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +xcmsdb-1.0.1.ebuild: + Bump for 7.0. *xcmsdb-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xcmsdb/files/digest-xcmsdb-1.0.1 b/x11-apps/xcmsdb/files/digest-xcmsdb-1.0.1 new file mode 100644 index 000000000000..d1505f8d780e --- /dev/null +++ b/x11-apps/xcmsdb/files/digest-xcmsdb-1.0.1 @@ -0,0 +1 @@ +MD5 8579d5f50ba7f0c4a5bf16b9670fea01 xcmsdb-1.0.1.tar.bz2 96423 diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild b/x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild new file mode 100644 index 000000000000..551378d0e9de --- /dev/null +++ b/x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild,v 1.1 2005/12/23 10:33:58 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xcmsdb application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xconsole/ChangeLog b/x11-apps/xconsole/ChangeLog index eec87fcb6397..d2c1a2f827fe 100644 --- a/x11-apps/xconsole/ChangeLog +++ b/x11-apps/xconsole/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xconsole # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.9 2005/12/18 19:27:51 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.10 2005/12/23 10:34:18 spyderous Exp $ + +*xconsole-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xconsole-1.0.1.ebuild: + Bump for 7.0. *xconsole-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xconsole/files/digest-xconsole-1.0.1 b/x11-apps/xconsole/files/digest-xconsole-1.0.1 new file mode 100644 index 000000000000..1e8494861ac7 --- /dev/null +++ b/x11-apps/xconsole/files/digest-xconsole-1.0.1 @@ -0,0 +1 @@ +MD5 de35711680fa1da3ca9e7b21b491b025 xconsole-1.0.1.tar.bz2 82314 diff --git a/x11-apps/xconsole/xconsole-1.0.1.ebuild b/x11-apps/xconsole/xconsole-1.0.1.ebuild new file mode 100644 index 000000000000..616366a80c95 --- /dev/null +++ b/x11-apps/xconsole/xconsole-1.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.1.ebuild,v 1.1 2005/12/23 10:34:18 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xconsole application" +KEYWORDS="~amd64 ~mips ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable xprint)" + +pkg_setup() { + if use xprint && ! built_with_use x11-libs/libXaw xprint; then + die "Build x11-libs/libXaw with USE=xprint." + fi +} diff --git a/x11-apps/xdbedizzy/ChangeLog b/x11-apps/xdbedizzy/ChangeLog index 8e0807b88662..fd3e90a737c5 100644 --- a/x11-apps/xdbedizzy/ChangeLog +++ b/x11-apps/xdbedizzy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xdbedizzy # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/ChangeLog,v 1.8 2005/12/18 19:28:53 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/ChangeLog,v 1.9 2005/12/23 10:34:38 spyderous Exp $ + +*xdbedizzy-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xdbedizzy-1.0.1.ebuild: + Bump for 7.0. *xdbedizzy-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xdbedizzy/files/digest-xdbedizzy-1.0.1 b/x11-apps/xdbedizzy/files/digest-xdbedizzy-1.0.1 new file mode 100644 index 000000000000..951f62f31117 --- /dev/null +++ b/x11-apps/xdbedizzy/files/digest-xdbedizzy-1.0.1 @@ -0,0 +1 @@ +MD5 ea4b09e575caaf6996196c3cfd2532cd xdbedizzy-1.0.1.tar.bz2 83142 diff --git a/x11-apps/xdbedizzy/xdbedizzy-1.0.1.ebuild b/x11-apps/xdbedizzy/xdbedizzy-1.0.1.ebuild new file mode 100644 index 000000000000..29f9f77ed8a3 --- /dev/null +++ b/x11-apps/xdbedizzy/xdbedizzy-1.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/xdbedizzy-1.0.1.ebuild,v 1.1 2005/12/23 10:34:38 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xdbedizzy application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" + +# xprint support isn't optional, despite what configure says. +#IUSE="xprint" +RDEPEND="x11-libs/libXext + x11-libs/libXprintUtil + x11-libs/libXp" +# xprint? ( x11-libs/libXprintUtil +# x11-libs/libXp )" +DEPEND="${RDEPEND}" + +#CONFIGURE_OPTIONS="$(use_enable xprint)" diff --git a/x11-apps/xditview/ChangeLog b/x11-apps/xditview/ChangeLog index e2dd465fb5d8..6216b636690d 100644 --- a/x11-apps/xditview/ChangeLog +++ b/x11-apps/xditview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xditview # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/ChangeLog,v 1.7 2005/12/18 19:29:26 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/ChangeLog,v 1.8 2005/12/23 10:34:59 spyderous Exp $ + +*xditview-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xditview-1.0.1.ebuild: + Bump for 7.0. *xditview-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xditview/files/digest-xditview-1.0.1 b/x11-apps/xditview/files/digest-xditview-1.0.1 new file mode 100644 index 000000000000..24cb920f16b3 --- /dev/null +++ b/x11-apps/xditview/files/digest-xditview-1.0.1 @@ -0,0 +1 @@ +MD5 e9a7192ef29453b8c810ddd556a463c0 xditview-1.0.1.tar.bz2 102979 diff --git a/x11-apps/xditview/xditview-1.0.1.ebuild b/x11-apps/xditview/xditview-1.0.1.ebuild new file mode 100644 index 000000000000..d101154a2354 --- /dev/null +++ b/x11-apps/xditview/xditview-1.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/xditview-1.0.1.ebuild,v 1.1 2005/12/23 10:34:59 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xditview application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable xprint)" + +pkg_setup() { + if use xprint && ! built_with_use x11-libs/libXaw xprint; then + die "Build x11-libs/libXaw with USE=xprint." + fi +} diff --git a/x11-apps/xdm/ChangeLog b/x11-apps/xdm/ChangeLog index dc4c5e612404..7051dd438129 100644 --- a/x11-apps/xdm/ChangeLog +++ b/x11-apps/xdm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xdm # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.32 2005/12/18 19:35:57 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.33 2005/12/23 10:35:21 spyderous Exp $ + +*xdm-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +xdm-1.0.1.ebuild: + Bump for 7.0. 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> xdm-1.0.0.ebuild: Added check/delete for /usr/lib/X11/xdm symlinks. diff --git a/x11-apps/xdm/files/digest-xdm-1.0.1 b/x11-apps/xdm/files/digest-xdm-1.0.1 new file mode 100644 index 000000000000..a25f60095e63 --- /dev/null +++ b/x11-apps/xdm/files/digest-xdm-1.0.1 @@ -0,0 +1 @@ +MD5 883c66b4ce39754b8111fa1e8bc0933c xdm-1.0.1.tar.bz2 340530 diff --git a/x11-apps/xdm/xdm-1.0.1.ebuild b/x11-apps/xdm/xdm-1.0.1.ebuild new file mode 100644 index 000000000000..113ec78012cc --- /dev/null +++ b/x11-apps/xdm/xdm-1.0.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.0.1.ebuild,v 1.1 2005/12/23 10:35:21 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit multilib x-modular pam + +DESCRIPTION="X.Org xdm application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="xprint ipv6 pam" +RDEPEND="x11-apps/xrdb + x11-libs/libXdmcp + x11-libs/libXaw + >=x11-apps/xinit-0.99.1_pre20050905-r1 + x11-libs/libX11 + x11-libs/libXt" +DEPEND="${RDEPEND} + x11-proto/xproto" + +CONFIGURE_OPTIONS="$(use_enable xprint) + $(use_enable ipv6) + $(use_with pam) + --with-xdmconfigdir=/etc/X11/xdm" + +pkg_setup() { + if use xprint && ! built_with_use x11-libs/libXaw xprint; then + die "Build x11-libs/libXaw with USE=xprint." + fi +} + +src_install() { + x-modular_src_install + exeinto /usr/$(get_libdir)/X11/xdm + doexe ${FILESDIR}/Xsession + newpamd ${FILESDIR}/xdm.pamd xdm +} + +pkg_preinst() { + x-modular_pkg_preinst + + # Check for leftover /usr/lib/X11/xdm symlink + if [[ -L "/usr/lib/X11/xdm" ]]; then + ewarn "/usr/lib/X11/xdm is a symlink; deleting." + rm /usr/lib/X11/xdm + fi +} diff --git a/x11-apps/xdpyinfo/ChangeLog b/x11-apps/xdpyinfo/ChangeLog index 3d0b0bbff626..91eea3b436bd 100644 --- a/x11-apps/xdpyinfo/ChangeLog +++ b/x11-apps/xdpyinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xdpyinfo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.11 2005/12/18 19:30:37 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.12 2005/12/23 10:35:42 spyderous Exp $ + +*xdpyinfo-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xdpyinfo-1.0.1.ebuild: + Bump for 7.0. *xdpyinfo-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xdpyinfo/files/digest-xdpyinfo-1.0.1 b/x11-apps/xdpyinfo/files/digest-xdpyinfo-1.0.1 new file mode 100644 index 000000000000..d0fd31d49b53 --- /dev/null +++ b/x11-apps/xdpyinfo/files/digest-xdpyinfo-1.0.1 @@ -0,0 +1 @@ +MD5 84cc4798fe62c1d8c67c3f38e8158f70 xdpyinfo-1.0.1.tar.bz2 87678 diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.0.1.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.0.1.ebuild new file mode 100644 index 000000000000..531831c90000 --- /dev/null +++ b/x11-apps/xdpyinfo/xdpyinfo-1.0.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.1.ebuild,v 1.1 2005/12/23 10:35:42 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xdpyinfo application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libXext + x11-libs/libX11 + x11-libs/libXtst + x11-libs/libXxf86vm + x11-libs/libXxf86dga + x11-libs/libXxf86misc + x11-libs/libXi + x11-libs/libXrender + x11-libs/libXinerama + x11-libs/libdmx + x11-libs/libXp" +DEPEND="${RDEPEND} + x11-proto/xextproto + x11-proto/kbproto + x11-proto/xf86vidmodeproto + x11-proto/xf86dgaproto + x11-proto/xf86miscproto + x11-proto/inputproto + x11-proto/renderproto + x11-proto/xineramaproto + x11-proto/dmxproto + x11-proto/printproto" diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog index 426b445f3018..b4d7acf36897 100644 --- a/x11-apps/xedit/ChangeLog +++ b/x11-apps/xedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xedit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.11 2005/12/18 19:32:03 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.12 2005/12/23 10:36:03 spyderous Exp $ + +*xedit-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +xedit-1.0.1.ebuild: + Bump for 7.0. *xedit-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xedit/files/digest-xedit-1.0.1 b/x11-apps/xedit/files/digest-xedit-1.0.1 new file mode 100644 index 000000000000..d1ea83b4aae7 --- /dev/null +++ b/x11-apps/xedit/files/digest-xedit-1.0.1 @@ -0,0 +1 @@ +MD5 526dbeb53e19e71003039b276024d0a2 xedit-1.0.1.tar.bz2 457121 diff --git a/x11-apps/xedit/xedit-1.0.1.ebuild b/x11-apps/xedit/xedit-1.0.1.ebuild new file mode 100644 index 000000000000..ee5258eeb4f5 --- /dev/null +++ b/x11-apps/xedit/xedit-1.0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.0.1.ebuild,v 1.1 2005/12/23 10:36:03 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xedit application" +KEYWORDS="~amd64 ~mips ~sparc ~x86" +IUSE="xprint" +RDEPEND="x11-libs/libXprintUtil + x11-libs/libXaw + xprint? ( x11-libs/libXprintUtil )" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable xprint)" + +pkg_setup() { + if use xprint && ! built_with_use x11-libs/libXaw xprint; then + die "Build x11-libs/libXaw with USE=xprint." + fi +} + +#src_compile() { +# x-modular_src_configure +# emake -j1 || die "emake failed" +#} diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog index 5872cacff7e7..574a2c2e3718 100644 --- a/x11-apps/xev/ChangeLog +++ b/x11-apps/xev/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xev # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.8 2005/12/18 19:32:31 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.9 2005/12/23 10:36:23 spyderous Exp $ + +*xev-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +xev-1.0.1.ebuild: + Bump for 7.0. *xev-1.0.0 (18 Dec 2005) diff --git a/x11-apps/xev/files/digest-xev-1.0.1 b/x11-apps/xev/files/digest-xev-1.0.1 new file mode 100644 index 000000000000..ae12fc07fd84 --- /dev/null +++ b/x11-apps/xev/files/digest-xev-1.0.1 @@ -0,0 +1 @@ +MD5 533a399580d6797faf1a7416fc2c653f xev-1.0.1.tar.bz2 79951 diff --git a/x11-apps/xev/xev-1.0.1.ebuild b/x11-apps/xev/xev-1.0.1.ebuild new file mode 100644 index 000000000000..c04145c47dd1 --- /dev/null +++ b/x11-apps/xev/xev-1.0.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.1.ebuild,v 1.1 2005/12/23 10:36:23 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xev application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" |