diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:03:54 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:03:54 +0000 |
commit | 734d7e458042513077f5ad5b9603a1ce5bf78d50 (patch) | |
tree | 43e2c3612016db9d98ff45515308eb9f2d1fefed /x11-apps/xeyes | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-734d7e458042513077f5ad5b9603a1ce5bf78d50.tar.gz gentoo-2-734d7e458042513077f5ad5b9603a1ce5bf78d50.tar.bz2 gentoo-2-734d7e458042513077f5ad5b9603a1ce5bf78d50.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xeyes')
-rw-r--r-- | x11-apps/xeyes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xeyes/files/digest-xeyes-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xeyes/xeyes-0.99.2.ebuild | 16 |
3 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/xeyes/ChangeLog b/x11-apps/xeyes/ChangeLog index 20e8e834b415..554f7f13b730 100644 --- a/x11-apps/xeyes/ChangeLog +++ b/x11-apps/xeyes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xeyes # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.5 2005/11/17 13:28:59 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.6 2005/12/04 22:01:23 joshuabaergen Exp $ + +*xeyes-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xeyes-0.99.2.ebuild: + Bump for 7.0RC3. 17 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xeyes-0.99.1.ebuild: Marked ~amd64. diff --git a/x11-apps/xeyes/files/digest-xeyes-0.99.2 b/x11-apps/xeyes/files/digest-xeyes-0.99.2 new file mode 100644 index 000000000000..5e805c65b5d6 --- /dev/null +++ b/x11-apps/xeyes/files/digest-xeyes-0.99.2 @@ -0,0 +1 @@ +MD5 a8e1485e466607f6d3c2af75192a0af3 xeyes-0.99.2.tar.bz2 79831 diff --git a/x11-apps/xeyes/xeyes-0.99.2.ebuild b/x11-apps/xeyes/xeyes-0.99.2.ebuild new file mode 100644 index 000000000000..c8a7f67a3233 --- /dev/null +++ b/x11-apps/xeyes/xeyes-0.99.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/xeyes-0.99.2.ebuild,v 1.1 2005/12/04 22:01:23 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xeyes application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXmu" +DEPEND="${RDEPEND}" |