summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-10-10 11:50:13 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-10-10 11:50:13 +0000
commit69bf2dba5ff528f81d6af6b239fe90ea8dff42d8 (patch)
tree1aaac4e03419914d5f4308caa83645b58f4268cb /x11-apps
parentMark -sparc because it sigbuses (diff)
downloadgentoo-2-69bf2dba5ff528f81d6af6b239fe90ea8dff42d8.tar.gz
gentoo-2-69bf2dba5ff528f81d6af6b239fe90ea8dff42d8.tar.bz2
gentoo-2-69bf2dba5ff528f81d6af6b239fe90ea8dff42d8.zip
old
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xvidtune/ChangeLog6
-rw-r--r--x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild20
2 files changed, 5 insertions, 21 deletions
diff --git a/x11-apps/xvidtune/ChangeLog b/x11-apps/xvidtune/ChangeLog
index ca8b3544a41d..eaa792673c0e 100644
--- a/x11-apps/xvidtune/ChangeLog
+++ b/x11-apps/xvidtune/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xvidtune
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.33 2010/09/19 19:53:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.34 2010/10/10 11:50:13 scarabeus Exp $
+
+ 10 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -xvidtune-1.0.1-r1.ebuild:
+ old
19 Sep 2010; Raúl Porcel <armin76@gentoo.org> xvidtune-1.0.2.ebuild:
s390/sh/sparc stable wrt #327777
diff --git a/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild b/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild
deleted file mode 100644
index 1320daa333c9..000000000000
--- a/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.10 2009/07/07 01:52:39 jer Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="video mode tuner for Xorg"
-
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXxf86vm
- x11-libs/libXaw"
-DEPEND="${RDEPEND}
- x11-proto/xf86vidmodeproto"
-
-CONFIGURE_OPTIONS="--disable-xprint"