diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-08 06:27:57 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-08 06:27:57 +0000 |
commit | 9b06b045819f775f759acea464a1739756cb8549 (patch) | |
tree | add781cf55c1d1b4fb6a60a9bb6efd5b321d82b3 /x11-apps/xvinfo | |
parent | Bump for 7.3. (diff) | |
download | gentoo-2-9b06b045819f775f759acea464a1739756cb8549.tar.gz gentoo-2-9b06b045819f775f759acea464a1739756cb8549.tar.bz2 gentoo-2-9b06b045819f775f759acea464a1739756cb8549.zip |
Bump for 7.3.
(Portage version: 2.1.3.8)
Diffstat (limited to 'x11-apps/xvinfo')
-rw-r--r-- | x11-apps/xvinfo/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xvinfo/files/digest-xvinfo-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/xvinfo/xvinfo-1.0.2.ebuild | 16 |
3 files changed, 26 insertions, 2 deletions
diff --git a/x11-apps/xvinfo/ChangeLog b/x11-apps/xvinfo/ChangeLog index 3cb12f7302b5..62f5f7ef7f43 100644 --- a/x11-apps/xvinfo/ChangeLog +++ b/x11-apps/xvinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xvinfo -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.20 2006/11/27 13:41:26 gustavoz Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.21 2007/09/08 06:27:56 dberkholz Exp $ + +*xvinfo-1.0.2 (08 Sep 2007) + + 08 Sep 2007; Donnie Berkholz <dberkholz@gentoo.org>; +xvinfo-1.0.2.ebuild: + Bump for 7.3. 27 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> xvinfo-1.0.1.ebuild: Stable on sparc wrt #155883 diff --git a/x11-apps/xvinfo/files/digest-xvinfo-1.0.2 b/x11-apps/xvinfo/files/digest-xvinfo-1.0.2 new file mode 100644 index 000000000000..f91da942e8fc --- /dev/null +++ b/x11-apps/xvinfo/files/digest-xvinfo-1.0.2 @@ -0,0 +1,3 @@ +MD5 e1e318436f49e2f0f3764593dadd9ad2 xvinfo-1.0.2.tar.bz2 86657 +RMD160 cde65f175fc10c3561fbdb7cc883b8b6ec556375 xvinfo-1.0.2.tar.bz2 86657 +SHA256 126e2a612ac723f9688904fcfa612688d62e520ce55c56eb34eb5390074cf150 xvinfo-1.0.2.tar.bz2 86657 diff --git a/x11-apps/xvinfo/xvinfo-1.0.2.ebuild b/x11-apps/xvinfo/xvinfo-1.0.2.ebuild new file mode 100644 index 000000000000..761ccb508d45 --- /dev/null +++ b/x11-apps/xvinfo/xvinfo-1.0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.0.2.ebuild,v 1.1 2007/09/08 06:27:56 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Print out X-Video extension adaptor information" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +RDEPEND="x11-libs/libXv + x11-libs/libX11" +DEPEND="${RDEPEND}" |