diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:58:29 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:58:29 +0000 |
commit | 3a17d4878d07db58d36d87b53d4cbd174fd9f07e (patch) | |
tree | e12c044ead525235149632f229350c5b9b4efdc2 | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-3a17d4878d07db58d36d87b53d4cbd174fd9f07e.tar.gz gentoo-2-3a17d4878d07db58d36d87b53d4cbd174fd9f07e.tar.bz2 gentoo-2-3a17d4878d07db58d36d87b53d4cbd174fd9f07e.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
30 files changed, 280 insertions, 10 deletions
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog index 180e78386954..05cece77f39e 100644 --- a/x11-apps/xauth/ChangeLog +++ b/x11-apps/xauth/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2005/11/11 19:51:27 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.12 2005/12/04 21:53:44 joshuabaergen Exp $ + +*xauth-0.99.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xauth-0.99.3.ebuild: + Bump for 7.0RC3. *xauth-0.99.2 (11 Nov 2005) diff --git a/x11-apps/xauth/files/digest-xauth-0.99.3 b/x11-apps/xauth/files/digest-xauth-0.99.3 new file mode 100644 index 000000000000..b6f3eaa85300 --- /dev/null +++ b/x11-apps/xauth/files/digest-xauth-0.99.3 @@ -0,0 +1 @@ +MD5 e54c7cc9596988ab0da31fd7596e75c0 xauth-0.99.3.tar.bz2 94649 diff --git a/x11-apps/xauth/xauth-0.99.3.ebuild b/x11-apps/xauth/xauth-0.99.3.ebuild new file mode 100644 index 000000000000..13984e84ce3a --- /dev/null +++ b/x11-apps/xauth/xauth-0.99.3.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-0.99.3.ebuild,v 1.1 2005/12/04 21:53:44 joshuabaergen 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 008dacce5d05..c64ee2b36255 100644 --- a/x11-apps/xbiff/ChangeLog +++ b/x11-apps/xbiff/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2005/10/20 00:45:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.6 2005/12/04 21:54:13 joshuabaergen Exp $ + +*xbiff-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xbiff-0.99.2.ebuild: + Bump for 7.0RC3. *xbiff-0.99.1 (20 Oct 2005) diff --git a/x11-apps/xbiff/files/digest-xbiff-0.99.2 b/x11-apps/xbiff/files/digest-xbiff-0.99.2 new file mode 100644 index 000000000000..0eb65cd82037 --- /dev/null +++ b/x11-apps/xbiff/files/digest-xbiff-0.99.2 @@ -0,0 +1 @@ +MD5 6b3b2754601608be44dc8f245d17fcb5 xbiff-0.99.2.tar.bz2 82412 diff --git a/x11-apps/xbiff/xbiff-0.99.2.ebuild b/x11-apps/xbiff/xbiff-0.99.2.ebuild new file mode 100644 index 000000000000..f81a4d6d2f94 --- /dev/null +++ b/x11-apps/xbiff/xbiff-0.99.2.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-0.99.2.ebuild,v 1.1 2005/12/04 21:54:13 joshuabaergen 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 24f7a989d79d..60db7fca555c 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2005/11/17 11:44:18 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.6 2005/12/04 21:54:38 joshuabaergen Exp $ + +*xcalc-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xcalc-0.99.2.ebuild: + Bump for 7.0RC3. 17 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xcalc-0.99.1.ebuild: Marked ~amd64. diff --git a/x11-apps/xcalc/files/digest-xcalc-0.99.2 b/x11-apps/xcalc/files/digest-xcalc-0.99.2 new file mode 100644 index 000000000000..5e49a96d7339 --- /dev/null +++ b/x11-apps/xcalc/files/digest-xcalc-0.99.2 @@ -0,0 +1 @@ +MD5 f7e80a11b2dc5ca931087bbb635b1838 xcalc-0.99.2.tar.bz2 92254 diff --git a/x11-apps/xcalc/xcalc-0.99.2.ebuild b/x11-apps/xcalc/xcalc-0.99.2.ebuild new file mode 100644 index 000000000000..0cd6b7d8289b --- /dev/null +++ b/x11-apps/xcalc/xcalc-0.99.2.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-0.99.2.ebuild,v 1.1 2005/12/04 21:54:38 joshuabaergen 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 4e6fd25b6983..2d5af7b5cb55 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.5 2005/11/25 16:22:06 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.6 2005/12/04 21:55:10 joshuabaergen Exp $ + +*xclipboard-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xclipboard-0.99.2.ebuild: + Bump for 7.0RC3. 25 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xclipboard-0.99.1.ebuild: Marked ~amd64. diff --git a/x11-apps/xclipboard/files/digest-xclipboard-0.99.2 b/x11-apps/xclipboard/files/digest-xclipboard-0.99.2 new file mode 100644 index 000000000000..075f60e013ca --- /dev/null +++ b/x11-apps/xclipboard/files/digest-xclipboard-0.99.2 @@ -0,0 +1 @@ +MD5 abd378102ccfda63a99f45c0889fe459 xclipboard-0.99.2.tar.bz2 82001 diff --git a/x11-apps/xclipboard/xclipboard-0.99.2.ebuild b/x11-apps/xclipboard/xclipboard-0.99.2.ebuild new file mode 100644 index 000000000000..25ffcce7f87b --- /dev/null +++ b/x11-apps/xclipboard/xclipboard-0.99.2.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-0.99.2.ebuild,v 1.1 2005/12/04 21:55:10 joshuabaergen 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 f98344dcedcf..765ad3a2c471 100644 --- a/x11-apps/xclock/ChangeLog +++ b/x11-apps/xclock/ChangeLog @@ -1,6 +1,12 @@ # 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.7 2005/11/07 05:24:04 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.8 2005/12/04 21:55:40 joshuabaergen Exp $ + +*xclock-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xclock-0.99.2.ebuild: + Bump for 7.0RC3. 07 Nov 2005; Doug Goldstein <cardoe@gentoo.org> xclock-0.99.1.ebuild: adding ~ppc keyword diff --git a/x11-apps/xclock/files/digest-xclock-0.99.2 b/x11-apps/xclock/files/digest-xclock-0.99.2 new file mode 100644 index 000000000000..577699a7838f --- /dev/null +++ b/x11-apps/xclock/files/digest-xclock-0.99.2 @@ -0,0 +1 @@ +MD5 961b07d38ea0c964c5a3a1c9d04a1124 xclock-0.99.2.tar.bz2 98299 diff --git a/x11-apps/xclock/xclock-0.99.2.ebuild b/x11-apps/xclock/xclock-0.99.2.ebuild new file mode 100644 index 000000000000..1cc5559051cf --- /dev/null +++ b/x11-apps/xclock/xclock-0.99.2.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-0.99.2.ebuild,v 1.1 2005/12/04 21:55:40 joshuabaergen 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 1709e2f34480..edbe7e2d3381 100644 --- a/x11-apps/xcmsdb/ChangeLog +++ b/x11-apps/xcmsdb/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2005/10/20 00:45:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.5 2005/12/04 21:56:20 joshuabaergen Exp $ + +*xcmsdb-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xcmsdb-0.99.2.ebuild: + Bump for 7.0RC3. *xcmsdb-0.99.1 (20 Oct 2005) diff --git a/x11-apps/xcmsdb/files/digest-xcmsdb-0.99.2 b/x11-apps/xcmsdb/files/digest-xcmsdb-0.99.2 new file mode 100644 index 000000000000..1dfcdfaae335 --- /dev/null +++ b/x11-apps/xcmsdb/files/digest-xcmsdb-0.99.2 @@ -0,0 +1 @@ +MD5 4571428cb4fd2ef7926b0b2f79457b25 xcmsdb-0.99.2.tar.bz2 95318 diff --git a/x11-apps/xcmsdb/xcmsdb-0.99.2.ebuild b/x11-apps/xcmsdb/xcmsdb-0.99.2.ebuild new file mode 100644 index 000000000000..be15add2f26f --- /dev/null +++ b/x11-apps/xcmsdb/xcmsdb-0.99.2.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-0.99.2.ebuild,v 1.1 2005/12/04 21:56:20 joshuabaergen 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 9d444b0c110b..d47c81a94970 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.6 2005/11/17 11:41:41 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.7 2005/12/04 21:56:46 joshuabaergen Exp $ + +*xconsole-0.99.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xconsole-0.99.3.ebuild: + Bump for 7.0RC3. 17 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xconsole-0.99.2.ebuild: Marked ~amd64. diff --git a/x11-apps/xconsole/files/digest-xconsole-0.99.3 b/x11-apps/xconsole/files/digest-xconsole-0.99.3 new file mode 100644 index 000000000000..0674c0938119 --- /dev/null +++ b/x11-apps/xconsole/files/digest-xconsole-0.99.3 @@ -0,0 +1 @@ +MD5 8dbbb4d183266e697ed49ec814c98768 xconsole-0.99.3.tar.bz2 80690 diff --git a/x11-apps/xconsole/xconsole-0.99.3.ebuild b/x11-apps/xconsole/xconsole-0.99.3.ebuild new file mode 100644 index 000000000000..886c8b331106 --- /dev/null +++ b/x11-apps/xconsole/xconsole-0.99.3.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-0.99.3.ebuild,v 1.1 2005/12/04 21:56:46 joshuabaergen 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/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog index deff7afcedb7..2cd086fc96e1 100644 --- a/x11-apps/xcursorgen/ChangeLog +++ b/x11-apps/xcursorgen/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xcursorgen # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.8 2005/11/11 19:52:29 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.9 2005/12/04 21:57:20 joshuabaergen Exp $ + +*xcursorgen-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xcursorgen-0.99.2.ebuild: + Bump for 7.0RC3. *xcursorgen-0.99.1 (11 Nov 2005) diff --git a/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.2 b/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.2 new file mode 100644 index 000000000000..f4079c17d1d6 --- /dev/null +++ b/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.2 @@ -0,0 +1 @@ +MD5 5327ce370089d4e7a30b1dc3a2961999 xcursorgen-0.99.2.tar.bz2 77102 diff --git a/x11-apps/xcursorgen/xcursorgen-0.99.2.ebuild b/x11-apps/xcursorgen/xcursorgen-0.99.2.ebuild new file mode 100644 index 000000000000..5eedd213cbd4 --- /dev/null +++ b/x11-apps/xcursorgen/xcursorgen-0.99.2.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/xcursorgen/xcursorgen-0.99.2.ebuild,v 1.1 2005/12/04 21:57:20 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xcursorgen application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor + =media-libs/libpng-1.2*" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xdbedizzy/ChangeLog b/x11-apps/xdbedizzy/ChangeLog index d98e58e0f11d..da58e985ae69 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.5 2005/11/11 19:52:59 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/ChangeLog,v 1.6 2005/12/04 21:57:51 joshuabaergen Exp $ + +*xdbedizzy-0.99.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xdbedizzy-0.99.3.ebuild: + Bump for 7.0RC3. *xdbedizzy-0.99.2 (11 Nov 2005) diff --git a/x11-apps/xdbedizzy/files/digest-xdbedizzy-0.99.3 b/x11-apps/xdbedizzy/files/digest-xdbedizzy-0.99.3 new file mode 100644 index 000000000000..4bfe1032f3a6 --- /dev/null +++ b/x11-apps/xdbedizzy/files/digest-xdbedizzy-0.99.3 @@ -0,0 +1 @@ +MD5 5c5a249839d0b2d0a880d46db9141c2f xdbedizzy-0.99.3.tar.bz2 81893 diff --git a/x11-apps/xdbedizzy/xdbedizzy-0.99.3.ebuild b/x11-apps/xdbedizzy/xdbedizzy-0.99.3.ebuild new file mode 100644 index 000000000000..8513dbd2855e --- /dev/null +++ b/x11-apps/xdbedizzy/xdbedizzy-0.99.3.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-0.99.3.ebuild,v 1.1 2005/12/04 21:57:51 joshuabaergen 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 d4fc259c73e6..ca5b6030968e 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.4 2005/10/20 00:45:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xditview/ChangeLog,v 1.5 2005/12/04 21:58:29 joshuabaergen Exp $ + +*xditview-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xditview-0.99.2.ebuild: + Bump for 7.0RC3. *xditview-0.99.1 (20 Oct 2005) diff --git a/x11-apps/xditview/files/digest-xditview-0.99.2 b/x11-apps/xditview/files/digest-xditview-0.99.2 new file mode 100644 index 000000000000..342cead1364f --- /dev/null +++ b/x11-apps/xditview/files/digest-xditview-0.99.2 @@ -0,0 +1 @@ +MD5 feeea439c548a59f8b7bdd8cc7f33f6f xditview-0.99.2.tar.bz2 101190 diff --git a/x11-apps/xditview/xditview-0.99.2.ebuild b/x11-apps/xditview/xditview-0.99.2.ebuild new file mode 100644 index 000000000000..7a4a6feb9292 --- /dev/null +++ b/x11-apps/xditview/xditview-0.99.2.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-0.99.2.ebuild,v 1.1 2005/12/04 21:58:29 joshuabaergen 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 +} |