diff options
author | 2005-12-18 19:36:47 +0000 | |
---|---|---|
committer | 2005-12-18 19:36:47 +0000 | |
commit | 8cb4b4d6770ad6e8ff12ab9573a90cc2350ffab3 (patch) | |
tree | 2597a8d5bfe52cdb3c9ff755298507aa5147da79 /x11-apps | |
parent | Added check/delete for /usr/lib/X11/xdm symlinks. (diff) | |
download | gentoo-2-8cb4b4d6770ad6e8ff12ab9573a90cc2350ffab3.tar.gz gentoo-2-8cb4b4d6770ad6e8ff12ab9573a90cc2350ffab3.tar.bz2 gentoo-2-8cb4b4d6770ad6e8ff12ab9573a90cc2350ffab3.zip |
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-apps')
30 files changed, 280 insertions, 10 deletions
diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog index 7ee30e73a5f3..426b445f3018 100644 --- a/x11-apps/xedit/ChangeLog +++ b/x11-apps/xedit/ChangeLog @@ -1,6 +1,12 @@ # 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.10 2005/12/09 06:46:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.11 2005/12/18 19:32:03 joshuabaergen Exp $ + +*xedit-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xedit-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xedit-0.99.0.ebuild, -xedit-0.99.1.ebuild, -xedit-0.99.2.ebuild: diff --git a/x11-apps/xedit/files/digest-xedit-1.0.0 b/x11-apps/xedit/files/digest-xedit-1.0.0 new file mode 100644 index 000000000000..fbdbf396987e --- /dev/null +++ b/x11-apps/xedit/files/digest-xedit-1.0.0 @@ -0,0 +1 @@ +MD5 2c54206020a00a383fab454a52bc9769 xedit-1.0.0.tar.bz2 459435 diff --git a/x11-apps/xedit/xedit-1.0.0.ebuild b/x11-apps/xedit/xedit-1.0.0.ebuild new file mode 100644 index 000000000000..59c1cac648df --- /dev/null +++ b/x11-apps/xedit/xedit-1.0.0.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.0.ebuild,v 1.1 2005/12/18 19:32:03 joshuabaergen 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 eb20b56e04f6..5872cacff7e7 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.7 2005/12/09 06:46:56 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.8 2005/12/18 19:32:31 joshuabaergen Exp $ + +*xev-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> +xev-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xev-0.99.0.ebuild, -xev-0.99.1.ebuild: diff --git a/x11-apps/xev/files/digest-xev-1.0.0 b/x11-apps/xev/files/digest-xev-1.0.0 new file mode 100644 index 000000000000..98e52a460180 --- /dev/null +++ b/x11-apps/xev/files/digest-xev-1.0.0 @@ -0,0 +1 @@ +MD5 2488ebde90006ada865d1732d389bba7 xev-1.0.0.tar.bz2 79622 diff --git a/x11-apps/xev/xev-1.0.0.ebuild b/x11-apps/xev/xev-1.0.0.ebuild new file mode 100644 index 000000000000..63bf9bd20d00 --- /dev/null +++ b/x11-apps/xev/xev-1.0.0.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.0.ebuild,v 1.1 2005/12/18 19:32:31 joshuabaergen 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}" diff --git a/x11-apps/xeyes/ChangeLog b/x11-apps/xeyes/ChangeLog index 631df2f78d2d..4e5bd3faf173 100644 --- a/x11-apps/xeyes/ChangeLog +++ b/x11-apps/xeyes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xeyes # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.7 2005/12/09 06:47:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.8 2005/12/18 19:32:59 joshuabaergen Exp $ + +*xeyes-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xeyes-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xeyes-0.99.0.ebuild, -xeyes-0.99.1.ebuild: diff --git a/x11-apps/xeyes/files/digest-xeyes-1.0.0 b/x11-apps/xeyes/files/digest-xeyes-1.0.0 new file mode 100644 index 000000000000..8e10908a3a8e --- /dev/null +++ b/x11-apps/xeyes/files/digest-xeyes-1.0.0 @@ -0,0 +1 @@ +MD5 788b8964c1e35834e125bd8fdce17071 xeyes-1.0.0.tar.bz2 80729 diff --git a/x11-apps/xeyes/xeyes-1.0.0.ebuild b/x11-apps/xeyes/xeyes-1.0.0.ebuild new file mode 100644 index 000000000000..9a1be036ee9e --- /dev/null +++ b/x11-apps/xeyes/xeyes-1.0.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/xeyes-1.0.0.ebuild,v 1.1 2005/12/18 19:32:59 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xeyes application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXmu" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xf86dga/ChangeLog b/x11-apps/xf86dga/ChangeLog index 1bae098d6d11..d396c2e7ecdb 100644 --- a/x11-apps/xf86dga/ChangeLog +++ b/x11-apps/xf86dga/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xf86dga # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/ChangeLog,v 1.7 2005/12/09 06:47:49 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/ChangeLog,v 1.8 2005/12/18 19:33:27 joshuabaergen Exp $ + +*xf86dga-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86dga-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xf86dga-0.99.0.ebuild, -xf86dga-0.99.1.ebuild, -xf86dga-0.99.2.ebuild: diff --git a/x11-apps/xf86dga/files/digest-xf86dga-1.0.0 b/x11-apps/xf86dga/files/digest-xf86dga-1.0.0 new file mode 100644 index 000000000000..fe279378f90e --- /dev/null +++ b/x11-apps/xf86dga/files/digest-xf86dga-1.0.0 @@ -0,0 +1 @@ +MD5 a0cf18649fdb0f63a7a0e02229c11c69 xf86dga-1.0.0.tar.bz2 74873 diff --git a/x11-apps/xf86dga/xf86dga-1.0.0.ebuild b/x11-apps/xf86dga/xf86dga-1.0.0.ebuild new file mode 100644 index 000000000000..aa3458cef489 --- /dev/null +++ b/x11-apps/xf86dga/xf86dga-1.0.0.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/xf86dga/xf86dga-1.0.0.ebuild,v 1.1 2005/12/18 19:33:27 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xf86dga application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXxf86dga" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xfd/ChangeLog b/x11-apps/xfd/ChangeLog index 42a91ed5caaa..41ea17b1b751 100644 --- a/x11-apps/xfd/ChangeLog +++ b/x11-apps/xfd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xfd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.7 2005/12/09 06:48:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.8 2005/12/18 19:33:56 joshuabaergen Exp $ + +*xfd-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> +xfd-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xfd-0.99.0.ebuild, -xfd-0.99.1.ebuild: diff --git a/x11-apps/xfd/files/digest-xfd-1.0.0 b/x11-apps/xfd/files/digest-xfd-1.0.0 new file mode 100644 index 000000000000..8fe5d142c1b0 --- /dev/null +++ b/x11-apps/xfd/files/digest-xfd-1.0.0 @@ -0,0 +1 @@ +MD5 aaa146595e2b457af77b7e2000c211c1 xfd-1.0.0.tar.bz2 88520 diff --git a/x11-apps/xfd/xfd-1.0.0.ebuild b/x11-apps/xfd/xfd-1.0.0.ebuild new file mode 100644 index 000000000000..4e4f18346b6d --- /dev/null +++ b/x11-apps/xfd/xfd-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/xfd-1.0.0.ebuild,v 1.1 2005/12/18 19:33:56 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xfd application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +IUSE="xprint" +RDEPEND="=media-libs/freetype-2* + media-libs/fontconfig + x11-libs/libXft + x11-libs/libXaw" +DEPEND="${RDEPEND}" + +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/xfindproxy/ChangeLog b/x11-apps/xfindproxy/ChangeLog index 93ce2c5b1cfe..6ca1b5b9c7c7 100644 --- a/x11-apps/xfindproxy/ChangeLog +++ b/x11-apps/xfindproxy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xfindproxy # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/ChangeLog,v 1.4 2005/12/09 06:48:40 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/ChangeLog,v 1.5 2005/12/18 19:34:23 joshuabaergen Exp $ + +*xfindproxy-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xfindproxy-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xfindproxy-0.99.1.ebuild, -xfindproxy-0.99.2.ebuild: diff --git a/x11-apps/xfindproxy/files/digest-xfindproxy-1.0.0 b/x11-apps/xfindproxy/files/digest-xfindproxy-1.0.0 new file mode 100644 index 000000000000..eff15991964e --- /dev/null +++ b/x11-apps/xfindproxy/files/digest-xfindproxy-1.0.0 @@ -0,0 +1 @@ +MD5 cf60b5e2bde1f7f97c26b445090115ca xfindproxy-1.0.0.tar.bz2 77355 diff --git a/x11-apps/xfindproxy/xfindproxy-1.0.0.ebuild b/x11-apps/xfindproxy/xfindproxy-1.0.0.ebuild new file mode 100644 index 000000000000..5c9fb7f539d6 --- /dev/null +++ b/x11-apps/xfindproxy/xfindproxy-1.0.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.0.ebuild,v 1.1 2005/12/18 19:34:23 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xfindproxy application" +KEYWORDS="~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libICE + x11-libs/libXt" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xfontsel/ChangeLog b/x11-apps/xfontsel/ChangeLog index 20696b88b3cc..f2f531f0cf40 100644 --- a/x11-apps/xfontsel/ChangeLog +++ b/x11-apps/xfontsel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xfontsel # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.7 2005/12/09 06:49:07 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.8 2005/12/18 19:34:57 joshuabaergen Exp $ + +*xfontsel-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xfontsel-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xfontsel-0.99.0.ebuild, -xfontsel-0.99.1.ebuild: diff --git a/x11-apps/xfontsel/files/digest-xfontsel-1.0.0 b/x11-apps/xfontsel/files/digest-xfontsel-1.0.0 new file mode 100644 index 000000000000..49e10b3521f3 --- /dev/null +++ b/x11-apps/xfontsel/files/digest-xfontsel-1.0.0 @@ -0,0 +1 @@ +MD5 baadbcb8b939c1a157ff9edb52c1ccf4 xfontsel-1.0.0.tar.bz2 95474 diff --git a/x11-apps/xfontsel/xfontsel-1.0.0.ebuild b/x11-apps/xfontsel/xfontsel-1.0.0.ebuild new file mode 100644 index 000000000000..bd58e5af34b3 --- /dev/null +++ b/x11-apps/xfontsel/xfontsel-1.0.0.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/xfontsel/xfontsel-1.0.0.ebuild,v 1.1 2005/12/18 19:34:57 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xfontsel 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/xfs/ChangeLog b/x11-apps/xfs/ChangeLog index a846cc2268c9..b9424bd949e7 100644 --- a/x11-apps/xfs/ChangeLog +++ b/x11-apps/xfs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xfs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.12 2005/12/09 06:49:33 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.13 2005/12/18 19:36:03 joshuabaergen Exp $ + +*xfs-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> +xfs-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xfs-0.99.0-r1.ebuild, -xfs-0.99.1.ebuild, -xfs-0.99.2.ebuild: diff --git a/x11-apps/xfs/files/digest-xfs-1.0.0 b/x11-apps/xfs/files/digest-xfs-1.0.0 new file mode 100644 index 000000000000..5653c9061b22 --- /dev/null +++ b/x11-apps/xfs/files/digest-xfs-1.0.0 @@ -0,0 +1 @@ +MD5 cb51b77f7df00b9a30c7bf743e4b43e2 xfs-1.0.0.tar.bz2 140830 diff --git a/x11-apps/xfs/xfs-1.0.0.ebuild b/x11-apps/xfs/xfs-1.0.0.ebuild new file mode 100644 index 000000000000..927a1ac6fe63 --- /dev/null +++ b/x11-apps/xfs/xfs-1.0.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.0.ebuild,v 1.1 2005/12/18 19:36:03 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xfs application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +IUSE="ipv6" +RDEPEND="x11-libs/libFS + x11-libs/libXfont" +DEPEND="${RDEPEND} + x11-proto/fontsproto" + +CONFIGURE_OPTIONS="$(use_enable ipv6) + --libdir=/etc" + +pkg_setup() { + enewgroup xfs 33 + enewuser xfs 33 -1 /etc/X11/fs xfs +} + +src_unpack() { + x-modular_unpack_source + x-modular_patch_source + + sed -i -e "s:^configdir =.*:configdir = \$(sysconfdir)/X11/fs:g" \ + ${S}/Makefile.am + + x-modular_reconf_source +} + +src_install() { + x-modular_src_install + + insinto /etc/X11/fs + newins ${FILESDIR}/xfs.config config + newinitd ${FILESDIR}/xfs.start xfs + newconfd ${FILESDIR}/xfs.conf.d xfs +} diff --git a/x11-apps/xfsinfo/ChangeLog b/x11-apps/xfsinfo/ChangeLog index 97fdbd5756d4..50c4d7180265 100644 --- a/x11-apps/xfsinfo/ChangeLog +++ b/x11-apps/xfsinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xfsinfo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.6 2005/12/09 06:49:58 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.7 2005/12/18 19:35:29 joshuabaergen Exp $ + +*xfsinfo-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xfsinfo-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xfsinfo-0.99.0.ebuild, -xfsinfo-0.99.1.ebuild: diff --git a/x11-apps/xfsinfo/files/digest-xfsinfo-1.0.0 b/x11-apps/xfsinfo/files/digest-xfsinfo-1.0.0 new file mode 100644 index 000000000000..406686001992 --- /dev/null +++ b/x11-apps/xfsinfo/files/digest-xfsinfo-1.0.0 @@ -0,0 +1 @@ +MD5 44a2f1bd0da2b20a0960ba3a96776017 xfsinfo-1.0.0.tar.bz2 74077 diff --git a/x11-apps/xfsinfo/xfsinfo-1.0.0.ebuild b/x11-apps/xfsinfo/xfsinfo-1.0.0.ebuild new file mode 100644 index 000000000000..b94cbe833661 --- /dev/null +++ b/x11-apps/xfsinfo/xfsinfo-1.0.0.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/xfsinfo/xfsinfo-1.0.0.ebuild,v 1.1 2005/12/18 19:35:29 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xfsinfo application" +KEYWORDS="~mips ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libFS" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xfwp/ChangeLog b/x11-apps/xfwp/ChangeLog index a7b97178a424..fa44bc89725f 100644 --- a/x11-apps/xfwp/ChangeLog +++ b/x11-apps/xfwp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xfwp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfwp/ChangeLog,v 1.6 2005/12/09 06:50:23 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfwp/ChangeLog,v 1.7 2005/12/18 19:36:47 joshuabaergen Exp $ + +*xfwp-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> +xfwp-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xfwp-0.99.0.ebuild, -xfwp-0.99.1.ebuild: diff --git a/x11-apps/xfwp/files/digest-xfwp-1.0.0 b/x11-apps/xfwp/files/digest-xfwp-1.0.0 new file mode 100644 index 000000000000..5bdd4216a189 --- /dev/null +++ b/x11-apps/xfwp/files/digest-xfwp-1.0.0 @@ -0,0 +1 @@ +MD5 a67663e5a39db57d062d51257ce745ff xfwp-1.0.0.tar.bz2 104287 diff --git a/x11-apps/xfwp/xfwp-1.0.0.ebuild b/x11-apps/xfwp/xfwp-1.0.0.ebuild new file mode 100644 index 000000000000..ff5aa42ed5a6 --- /dev/null +++ b/x11-apps/xfwp/xfwp-1.0.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfwp/xfwp-1.0.0.ebuild,v 1.1 2005/12/18 19:36:47 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xfwp application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libICE" +DEPEND="${RDEPEND} + x11-proto/xproxymanagementprotocol" |