summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-01-14 13:01:14 +0000
committerRémi Cardona <remi@gentoo.org>2009-01-14 13:01:14 +0000
commit8070c5130d522b235830f2189422d6f05487b06f (patch)
tree7f43b705c4f8a27ccda7d60bf756bf075a77475d /x11-apps/xgc
parentUnmask kde 4.1.4 (diff)
downloadgentoo-2-8070c5130d522b235830f2189422d6f05487b06f.tar.gz
gentoo-2-8070c5130d522b235830f2189422d6f05487b06f.tar.bz2
gentoo-2-8070c5130d522b235830f2189422d6f05487b06f.zip
x11-apps/xgc: remove xprint support (see bug #254874)
(Portage version: 2.2_rc21/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-apps/xgc')
-rw-r--r--x11-apps/xgc/ChangeLog9
-rw-r--r--x11-apps/xgc/xgc-1.0.1-r1.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-apps/xgc/ChangeLog b/x11-apps/xgc/ChangeLog
index 984f0a5cc750..ee75c009ce7e 100644
--- a/x11-apps/xgc/ChangeLog
+++ b/x11-apps/xgc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xgc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.14 2007/12/20 00:13:49 cla Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.15 2009/01/14 13:01:14 remi Exp $
+
+*xgc-1.0.1-r1 (14 Jan 2009)
+
+ 14 Jan 2009; Rémi Cardona <remi@gentoo.org> +xgc-1.0.1-r1.ebuild:
+ remove xprint support (see bug #254874)
19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xgc-1.0.1.ebuild:
Stable on x86 (bug #202087)
diff --git a/x11-apps/xgc/xgc-1.0.1-r1.ebuild b/x11-apps/xgc/xgc-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..6648a8bf0141
--- /dev/null
+++ b/x11-apps/xgc/xgc-1.0.1-r1.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/xgc/xgc-1.0.1-r1.ebuild,v 1.1 2009/01/14 13:01:14 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X graphics demo"
+KEYWORDS="~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libXaw"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="--disable-xprint"