diff options
Diffstat (limited to 'x11-apps/xconsole')
-rw-r--r-- | x11-apps/xconsole/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xconsole/files/digest-xconsole-0.99.3 | 1 | ||||
-rw-r--r-- | x11-apps/xconsole/xconsole-0.99.3.ebuild | 22 |
3 files changed, 30 insertions, 1 deletions
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 +} |