diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 01:23:15 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 01:23:15 +0000 |
commit | 58fc0aa2a54860f6393addb8aedeebc6466143e9 (patch) | |
tree | 195d44fd298694318397b65c7cb8a37a2389ca67 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-58fc0aa2a54860f6393addb8aedeebc6466143e9.tar.gz gentoo-2-58fc0aa2a54860f6393addb8aedeebc6466143e9.tar.bz2 gentoo-2-58fc0aa2a54860f6393addb8aedeebc6466143e9.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xvinfo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xvinfo/xvinfo-1.1.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xvinfo/ChangeLog b/x11-apps/xvinfo/ChangeLog index 604722d63c25..84735ce8825f 100644 --- a/x11-apps/xvinfo/ChangeLog +++ b/x11-apps/xvinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xvinfo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.64 2015/04/08 17:36:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.65 2015/07/02 01:23:15 mrueg Exp $ + +*xvinfo-1.1.3 (02 Jul 2015) + + 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xvinfo-1.1.3.ebuild: + Version bump. 08 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -xvinfo-1.1.1.ebuild: Remove old. diff --git a/x11-apps/xvinfo/xvinfo-1.1.3.ebuild b/x11-apps/xvinfo/xvinfo-1.1.3.ebuild new file mode 100644 index 000000000000..46095be742d2 --- /dev/null +++ b/x11-apps/xvinfo/xvinfo-1.1.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.1.3.ebuild,v 1.1 2015/07/02 01:23:15 mrueg Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="Print out X-Video extension adaptor information" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libXv + x11-libs/libX11" +DEPEND="${RDEPEND}" |