summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-02-20 14:02:16 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-02-20 14:02:16 +0000
commitbb7f9468589b5fb5b79541e4a13dd941b53f7d48 (patch)
tree1873c8b2c1ab714fe421987848802905fad3cb6d /x11-apps
parentVersion bump. Call elisp-site-regen in postinst phase, fixes bug 355451. (diff)
downloadhistorical-bb7f9468589b5fb5b79541e4a13dd941b53f7d48.tar.gz
historical-bb7f9468589b5fb5b79541e4a13dd941b53f7d48.tar.bz2
historical-bb7f9468589b5fb5b79541e4a13dd941b53f7d48.zip
Version bump to latest.
Package-Manager: portage-2.2.0_alpha24/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xvinfo/ChangeLog9
-rw-r--r--x11-apps/xvinfo/Manifest4
-rw-r--r--x11-apps/xvinfo/xvinfo-1.1.1.ebuild16
3 files changed, 26 insertions, 3 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/Manifest b/x11-apps/xvinfo/Manifest
index 367c9a4c3edd..7afe373d1bcc 100644
--- a/x11-apps/xvinfo/Manifest
+++ b/x11-apps/xvinfo/Manifest
@@ -1,4 +1,6 @@
DIST xvinfo-1.1.0.tar.bz2 96282 RMD160 e284edd46082559f29cc21d0b17e38c09268eacb SHA1 8695bfb597dbf3ed8e3277fddda4722da21baaa3 SHA256 0a318f6ca0d92bd5cc2ab9d2690f6120b3e1537b7902ce110469864869e86efb
+DIST xvinfo-1.1.1.tar.bz2 105663 RMD160 347419fb77a42e660d16a2c85cedc36d195004c0 SHA1 dc326464748fa608da50386112a89024804c1910 SHA256 60c74aa190bcf1e244f6f1576dc43869018a8ed5ba319703a5c198d3466a3985
EBUILD xvinfo-1.1.0.ebuild 453 RMD160 062283ed62314547806c7e19c1ec1757e7b2b632 SHA1 777c94a61adab4835eb5ceaf0c36b83447ab5d12 SHA256 100f659706e497410246427ccccedbe723b408d064f4c20658999cfb4e3f3677
-MISC ChangeLog 4625 RMD160 65d8f73d35ea681c17a6eb121931264da13edeea SHA1 c7358549d18d15ddb1d106ef267316f8e4a70ef0 SHA256 47b5c382aa12532fcfdbf3f4af58984990c343e79a4fe81d6d8a7b62192651a7
+EBUILD xvinfo-1.1.1.ebuild 471 RMD160 958993f2447de258b8425f310a561ca8a17da478 SHA1 ef87c927a34a2983af839ee30a065e0fc5456601 SHA256 b3ac206fbce6d5a991f5a9d8d5b65a740a083a46ef438c13bdf6b6b026759b7b
+MISC ChangeLog 4758 RMD160 3388d6180e4096aff08de9fc85c2c969ea5428c3 SHA1 41562377d38261833454e550864d4c822edc455d SHA256 4986414ee8ae0b483514c101ac19efa8c8fa949e302e048467f90a29ba13ee81
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
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}"