diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-18 20:27:05 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-18 20:27:05 +0000 |
commit | b876ece396e82216624074e6b3e966d4b3b32746 (patch) | |
tree | f0f614f6a1621a9c17ca5a5d8d20cf77eea1e30b /x11-apps/xvinfo | |
parent | QA fixes; IUSE is not defined (diff) | |
download | gentoo-2-b876ece396e82216624074e6b3e966d4b3b32746.tar.gz gentoo-2-b876ece396e82216624074e6b3e966d4b3b32746.tar.bz2 gentoo-2-b876ece396e82216624074e6b3e966d4b3b32746.zip |
x11-apps/xvinfo: bump to 1.1.0, sync with overlay
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xvinfo')
-rw-r--r-- | x11-apps/xvinfo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xvinfo/xvinfo-1.1.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/xvinfo/ChangeLog b/x11-apps/xvinfo/ChangeLog index 9a43f1773b0e..ce324ad028b0 100644 --- a/x11-apps/xvinfo/ChangeLog +++ b/x11-apps/xvinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xvinfo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.34 2009/06/23 20:52:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.35 2009/10/18 20:27:05 remi Exp $ + +*xvinfo-1.1.0 (18 Oct 2009) + + 18 Oct 2009; Rémi Cardona <remi@gentoo.org> +xvinfo-1.1.0.ebuild: + bump to 1.1.0, sync with overlay 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xvinfo-1.0.2.ebuild: Stable on alpha for xorg-server-1.5/xorg-x11-7.4 diff --git a/x11-apps/xvinfo/xvinfo-1.1.0.ebuild b/x11-apps/xvinfo/xvinfo-1.1.0.ebuild new file mode 100644 index 000000000000..42bd996197e6 --- /dev/null +++ b/x11-apps/xvinfo/xvinfo-1.1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.1.0.ebuild,v 1.1 2009/10/18 20:27:05 remi Exp $ + +inherit x-modular + +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}" |