From fec540dab628825711db0cc839c1ce4b6c04d878 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 27 Nov 2010 02:10:13 +0000 Subject: Version bump (Portage version: 2.2.0_alpha5/cvs/Linux x86_64) --- x11-apps/xeyes/ChangeLog | 7 ++++++- x11-apps/xeyes/xeyes-1.1.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 x11-apps/xeyes/xeyes-1.1.1.ebuild (limited to 'x11-apps') diff --git a/x11-apps/xeyes/ChangeLog b/x11-apps/xeyes/ChangeLog index baa4495c8262..d6e3b50b3987 100644 --- a/x11-apps/xeyes/ChangeLog +++ b/x11-apps/xeyes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xeyes # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.25 2010/10/17 03:39:05 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.26 2010/11/27 02:10:13 scarabeus Exp $ + +*xeyes-1.1.1 (27 Nov 2010) + + 27 Nov 2010; Tomáš Chvátal +xeyes-1.1.1.ebuild: + Version bump 17 Oct 2010; Mart Raudsepp -xeyes-1.0.1.ebuild: Remove old diff --git a/x11-apps/xeyes/xeyes-1.1.1.ebuild b/x11-apps/xeyes/xeyes-1.1.1.ebuild new file mode 100644 index 000000000000..a70d27319170 --- /dev/null +++ b/x11-apps/xeyes/xeyes-1.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/xeyes-1.1.1.ebuild,v 1.1 2010/11/27 02:10:11 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="X.Org xeyes application" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXrender" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--with-xrender" -- cgit v1.2.3-65-gdbad