diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-22 09:02:26 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-22 09:02:26 +0000 |
commit | 37d52afb2e7643db1b86ddf04ab98ad659c9423d (patch) | |
tree | d31fc8e05da23fbbcc0b7ec34e4ed26fb2d2fe1f /x11-apps | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-37d52afb2e7643db1b86ddf04ab98ad659c9423d.tar.gz gentoo-2-37d52afb2e7643db1b86ddf04ab98ad659c9423d.tar.bz2 gentoo-2-37d52afb2e7643db1b86ddf04ab98ad659c9423d.zip |
Version bump.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xvidtune/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xvidtune/xvidtune-1.0.2.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-apps/xvidtune/ChangeLog b/x11-apps/xvidtune/ChangeLog index 694a2aa612ea..b37e0e565c27 100644 --- a/x11-apps/xvidtune/ChangeLog +++ b/x11-apps/xvidtune/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xvidtune -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.25 2009/07/07 01:52:39 jer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.26 2010/01/22 09:02:26 scarabeus Exp $ + +*xvidtune-1.0.2 (22 Jan 2010) + + 22 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +xvidtune-1.0.2.ebuild: + Version bump. 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xvidtune-1.0.1-r1.ebuild: Stable for HPPA too. diff --git a/x11-apps/xvidtune/xvidtune-1.0.2.ebuild b/x11-apps/xvidtune/xvidtune-1.0.2.ebuild new file mode 100644 index 000000000000..42f2ca5cfb7f --- /dev/null +++ b/x11-apps/xvidtune/xvidtune-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.2.ebuild,v 1.1 2010/01/22 09:02:26 scarabeus 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/libXaw + x11-libs/libXmu + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXxf86vm" +DEPEND="${RDEPEND} + x11-proto/xf86vidmodeproto" |