diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-27 02:13:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-27 02:13:19 +0000 |
commit | da64a061b303a9d7b4a8a4fe5c346975c411a191 (patch) | |
tree | df22be772a0564166c45a71b693ceb52555bb790 /x11-apps | |
parent | Add ~sparc (bug 344659). (diff) | |
download | historical-da64a061b303a9d7b4a8a4fe5c346975c411a191.tar.gz historical-da64a061b303a9d7b4a8a4fe5c346975c411a191.tar.bz2 historical-da64a061b303a9d7b4a8a4fe5c346975c411a191.zip |
Version bump
Package-Manager: portage-2.2.0_alpha5/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xcalc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.0.4.1.ebuild | 17 | ||||
-rw-r--r-- | x11-apps/xeyes/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xeyes/xeyes-1.1.1.ebuild | 19 |
4 files changed, 48 insertions, 2 deletions
diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog index 082a82ec78b2..0b07d68f4b53 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xcalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.38 2010/10/21 15:11:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.39 2010/11/27 02:13:19 scarabeus Exp $ + +*xcalc-1.0.4.1 (27 Nov 2010) + + 27 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xcalc-1.0.4.1.ebuild: + Version bump 21 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xcalc-1.0.2-r1.ebuild: diff --git a/x11-apps/xcalc/xcalc-1.0.4.1.ebuild b/x11-apps/xcalc/xcalc-1.0.4.1.ebuild new file mode 100644 index 000000000000..f4305edeeeb6 --- /dev/null +++ b/x11-apps/xcalc/xcalc-1.0.4.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.4.1.ebuild,v 1.1 2010/11/27 02:13:17 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="scientific calculator for X" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" 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" |