summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-02-18 20:02:40 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-02-18 20:02:40 +0000
commit485bba20d0f0199d62fbea8bfcc23467b04154b9 (patch)
tree591e1c9428f4cfe3af0e8545af1ae5c503ae7fbb /x11-apps
parentVersion bump. (diff)
downloadgentoo-2-485bba20d0f0199d62fbea8bfcc23467b04154b9.tar.gz
gentoo-2-485bba20d0f0199d62fbea8bfcc23467b04154b9.tar.bz2
gentoo-2-485bba20d0f0199d62fbea8bfcc23467b04154b9.zip
Version bump.
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xvinfo/ChangeLog11
-rw-r--r--x11-apps/xvinfo/xvinfo-1.1.2.ebuild16
2 files changed, 24 insertions, 3 deletions
diff --git a/x11-apps/xvinfo/ChangeLog b/x11-apps/xvinfo/ChangeLog
index a7aeb35502b2..6d0cfe512e09 100644
--- a/x11-apps/xvinfo/ChangeLog
+++ b/x11-apps/xvinfo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xvinfo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.53 2012/05/15 14:13:16 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.54 2013/02/18 20:02:40 chithanh Exp $
+
+*xvinfo-1.1.2 (18 Feb 2013)
+
+ 18 Feb 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xvinfo-1.1.2.ebuild:
+ Version bump.
15 May 2012; Alexis Ballier <aballier@gentoo.org> xvinfo-1.1.1.ebuild:
keyword ~amd64-fbsd
@@ -174,4 +180,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+xvinfo-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-apps/xvinfo/xvinfo-1.1.2.ebuild b/x11-apps/xvinfo/xvinfo-1.1.2.ebuild
new file mode 100644
index 000000000000..aae7c40acec5
--- /dev/null
+++ b/x11-apps/xvinfo/xvinfo-1.1.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.1.2.ebuild,v 1.1 2013/02/18 20:02:40 chithanh 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}"