diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 15:20:09 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 15:20:09 +0000 |
commit | 06e3e68f4b4f8a2d70c06febc89658b442165c5f (patch) | |
tree | 23c8f2d48112e29c28b3353c52536cbb774aef9e /x11-apps | |
parent | Fixes to gkrellm-mailwatch allow me to unmask the -r1 version (diff) | |
download | gentoo-2-06e3e68f4b4f8a2d70c06febc89658b442165c5f.tar.gz gentoo-2-06e3e68f4b4f8a2d70c06febc89658b442165c5f.tar.bz2 gentoo-2-06e3e68f4b4f8a2d70c06febc89658b442165c5f.zip |
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xgc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xgc/xgc-1.0.3.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xgc/ChangeLog b/x11-apps/xgc/ChangeLog index c6d29b636a71..a6ab26b6416f 100644 --- a/x11-apps/xgc/ChangeLog +++ b/x11-apps/xgc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xgc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.23 2010/08/19 00:01:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.24 2010/11/01 15:20:09 scarabeus Exp $ + +*xgc-1.0.3 (01 Nov 2010) + + 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xgc-1.0.3.ebuild: + Version bump 19 Aug 2010; Robin H. Johnson <robbat2@gentoo.org> xgc-1.0.1-r1.ebuild: Works on AMD64. diff --git a/x11-apps/xgc/xgc-1.0.3.ebuild b/x11-apps/xgc/xgc-1.0.3.ebuild new file mode 100644 index 000000000000..23a822e6e90a --- /dev/null +++ b/x11-apps/xgc/xgc-1.0.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/xgc-1.0.3.ebuild,v 1.1 2010/11/01 15:20:09 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="X graphics demo" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt" +DEPEND="${RDEPEND}" |