diff options
author | 2015-07-02 01:33:54 +0000 | |
---|---|---|
committer | 2015-07-02 01:33:54 +0000 | |
commit | 988f3c6dcb092df92c1f57d161faec41540db745 (patch) | |
tree | ec496501fc3a7486444dc014db3e6880d65f3c0f /x11-apps | |
parent | Update EAPI. (diff) | |
download | gentoo-2-988f3c6dcb092df92c1f57d161faec41540db745.tar.gz gentoo-2-988f3c6dcb092df92c1f57d161faec41540db745.tar.bz2 gentoo-2-988f3c6dcb092df92c1f57d161faec41540db745.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xgc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xgc/xgc-1.0.5.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xgc/ChangeLog b/x11-apps/xgc/ChangeLog index 2dee3beb2dfe..b724d239d529 100644 --- a/x11-apps/xgc/ChangeLog +++ b/x11-apps/xgc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xgc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.40 2015/04/12 10:27:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.41 2015/07/02 01:33:54 mrueg Exp $ + +*xgc-1.0.5 (02 Jul 2015) + + 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xgc-1.0.5.ebuild: + Version bump. 12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -xgc-1.0.3.ebuild: Remove old. diff --git a/x11-apps/xgc/xgc-1.0.5.ebuild b/x11-apps/xgc/xgc-1.0.5.ebuild new file mode 100644 index 000000000000..e6f388e7835e --- /dev/null +++ b/x11-apps/xgc/xgc-1.0.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/xgc-1.0.5.ebuild,v 1.1 2015/07/02 01:33:54 mrueg 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}" |