diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:39:49 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:39:49 +0000 |
commit | 26eb19705e0950b137980cca48d38b89f583d6da (patch) | |
tree | 089b55297259641b8c812b5b628cc17ebe71df27 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-26eb19705e0950b137980cca48d38b89f583d6da.tar.gz gentoo-2-26eb19705e0950b137980cca48d38b89f583d6da.tar.bz2 gentoo-2-26eb19705e0950b137980cca48d38b89f583d6da.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xgc/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xgc/xgc-1.0.4.ebuild | 15 |
2 files changed, 23 insertions, 3 deletions
diff --git a/x11-apps/xgc/ChangeLog b/x11-apps/xgc/ChangeLog index 0b63a7416e2a..706eebb505a8 100644 --- a/x11-apps/xgc/ChangeLog +++ b/x11-apps/xgc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xgc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.31 2011/02/14 23:40:56 xarthisius Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.32 2013/01/20 18:39:49 chithanh Exp $ + +*xgc-1.0.4 (20 Jan 2013) + + 20 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xgc-1.0.4.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xgc-1.0.3.ebuild: ppc stable wrt #344827, #354237 @@ -110,4 +116,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xgc-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xgc/xgc-1.0.4.ebuild b/x11-apps/xgc/xgc-1.0.4.ebuild new file mode 100644 index 000000000000..b07ca7e8787b --- /dev/null +++ b/x11-apps/xgc/xgc-1.0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/xgc-1.0.4.ebuild,v 1.1 2013/01/20 18:39:49 chithanh Exp $ + +EAPI=5 + +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}" |