summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-01-14 13:32:28 +0000
committerRémi Cardona <remi@gentoo.org>2009-01-14 13:32:28 +0000
commit27d9400cb7f5a004173da33549460d76961e99f8 (patch)
tree06bb777416d0b81ac40fef5555add153552874cf /x11-apps
parentx11-apps/xman: remove xprint support (see bug #254874) (diff)
downloadgentoo-2-27d9400cb7f5a004173da33549460d76961e99f8.tar.gz
gentoo-2-27d9400cb7f5a004173da33549460d76961e99f8.tar.bz2
gentoo-2-27d9400cb7f5a004173da33549460d76961e99f8.zip
x11-apps/xvidtune: 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')
-rw-r--r--x11-apps/xvidtune/ChangeLog9
-rw-r--r--x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-apps/xvidtune/ChangeLog b/x11-apps/xvidtune/ChangeLog
index 55142c5acfcd..024e03d0c0c4 100644
--- a/x11-apps/xvidtune/ChangeLog
+++ b/x11-apps/xvidtune/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xvidtune
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.15 2008/01/11 08:31:59 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.16 2009/01/14 13:32:28 remi Exp $
+
+*xvidtune-1.0.1-r1 (14 Jan 2009)
+
+ 14 Jan 2009; Rémi Cardona <remi@gentoo.org> +xvidtune-1.0.1-r1.ebuild:
+ remove xprint support (see bug #254874)
11 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>;
xvidtune-1.0.1.ebuild:
diff --git a/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild b/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..85192c49d076
--- /dev/null
+++ b/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild,v 1.1 2009/01/14 13:32:28 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="video mode tuner for Xorg"
+
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="xprint"
+
+RDEPEND="x11-libs/libXxf86vm
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}
+ x11-proto/xf86vidmodeproto"
+
+CONFIGURE_OPTIONS="--disable-xprint"