diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-20 14:02:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-20 14:02:16 +0000 |
commit | 41dc69b06365b27bd725c93a97235d847ceefda7 (patch) | |
tree | fa2541b20e511a3da275e7ad76fc5531f26888a9 /x11-apps/xvinfo | |
parent | Version bump. Call elisp-site-regen in postinst phase, fixes bug 355451. (diff) | |
download | gentoo-2-41dc69b06365b27bd725c93a97235d847ceefda7.tar.gz gentoo-2-41dc69b06365b27bd725c93a97235d847ceefda7.tar.bz2 gentoo-2-41dc69b06365b27bd725c93a97235d847ceefda7.zip |
Version bump to latest.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xvinfo')
-rw-r--r-- | x11-apps/xvinfo/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xvinfo/xvinfo-1.1.1.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-apps/xvinfo/ChangeLog b/x11-apps/xvinfo/ChangeLog index a83ca80abbe2..f316687af870 100644 --- a/x11-apps/xvinfo/ChangeLog +++ b/x11-apps/xvinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xvinfo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.44 2010/01/23 19:26:10 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.45 2011/02/20 14:02:16 scarabeus Exp $ + +*xvinfo-1.1.1 (20 Feb 2011) + + 20 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> +xvinfo-1.1.1.ebuild: + Version bump to latest. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xvinfo-1.0.2.ebuild: rm diff --git a/x11-apps/xvinfo/xvinfo-1.1.1.ebuild b/x11-apps/xvinfo/xvinfo-1.1.1.ebuild new file mode 100644 index 000000000000..70ed43ba1368 --- /dev/null +++ b/x11-apps/xvinfo/xvinfo-1.1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.1.1.ebuild,v 1.1 2011/02/20 14:02:16 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="Print out X-Video extension adaptor information" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libXv + x11-libs/libX11" +DEPEND="${RDEPEND}" |