summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-27 02:10:13 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-27 02:10:13 +0000
commitfec540dab628825711db0cc839c1ce4b6c04d878 (patch)
treee0712af5cefb9e2a7c92e45ac4b8bd7d11083cec /x11-apps/xeyes
parentAdd ~sparc (bug 344659). (diff)
downloadgentoo-2-fec540dab628825711db0cc839c1ce4b6c04d878.tar.gz
gentoo-2-fec540dab628825711db0cc839c1ce4b6c04d878.tar.bz2
gentoo-2-fec540dab628825711db0cc839c1ce4b6c04d878.zip
Version bump
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xeyes')
-rw-r--r--x11-apps/xeyes/ChangeLog7
-rw-r--r--x11-apps/xeyes/xeyes-1.1.1.ebuild19
2 files changed, 25 insertions, 1 deletions
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 <scarabeus@gentoo.org> +xeyes-1.1.1.ebuild:
+ Version bump
17 Oct 2010; Mart Raudsepp <leio@gentoo.org> -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"