diff options
Diffstat (limited to 'x11-apps/xvinfo')
-rw-r--r-- | x11-apps/xvinfo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xvinfo/files/digest-xvinfo-0.99.1 | 1 | ||||
-rw-r--r-- | x11-apps/xvinfo/xvinfo-0.99.1.ebuild | 14 |
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xvinfo/ChangeLog b/x11-apps/xvinfo/ChangeLog index 9f6de812c97a..0e1c62a7af47 100644 --- a/x11-apps/xvinfo/ChangeLog +++ b/x11-apps/xvinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xvinfo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.4 2005/10/12 12:36:48 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.5 2005/10/20 00:45:25 spyderous Exp $ + +*xvinfo-0.99.1 (20 Oct 2005) + + 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xvinfo-0.99.1.ebuild: + Bump for 7.0 RC1. 12 Oct 2005; Luca Barbato <lu_zero@gentoo.org> xvinfo-0.99.0.ebuild: Marked ~ppc diff --git a/x11-apps/xvinfo/files/digest-xvinfo-0.99.1 b/x11-apps/xvinfo/files/digest-xvinfo-0.99.1 new file mode 100644 index 000000000000..23a2f3081803 --- /dev/null +++ b/x11-apps/xvinfo/files/digest-xvinfo-0.99.1 @@ -0,0 +1 @@ +MD5 948efa35150eb375ca2c6a57cade9f1a xvinfo-0.99.1.tar.bz2 72911 diff --git a/x11-apps/xvinfo/xvinfo-0.99.1.ebuild b/x11-apps/xvinfo/xvinfo-0.99.1.ebuild new file mode 100644 index 000000000000..f330fc9ec567 --- /dev/null +++ b/x11-apps/xvinfo/xvinfo-0.99.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-0.99.1.ebuild,v 1.1 2005/10/20 00:45:25 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xvinfo application" +KEYWORDS="~arm ~mips ~ppc ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libXv + x11-libs/libX11" +DEPEND="${RDEPEND}" |