diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-06-21 09:27:00 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-06-21 09:27:00 +0000 |
commit | 237745c322cc63595b8eb7640f65a989dda1c1cc (patch) | |
tree | 3935c68464ae7cfb399d5f0e2775f747144745d7 /x11-apps | |
parent | Disable gpu rendering to fix nvidia-drivers compatibility problems, bug #3193... (diff) | |
download | gentoo-2-237745c322cc63595b8eb7640f65a989dda1c1cc.tar.gz gentoo-2-237745c322cc63595b8eb7640f65a989dda1c1cc.tar.bz2 gentoo-2-237745c322cc63595b8eb7640f65a989dda1c1cc.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xlsfonts/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xlsfonts/xlsfonts-1.0.3.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/xlsfonts/ChangeLog b/x11-apps/xlsfonts/ChangeLog index d111c681b6c2..d79ff5c21de7 100644 --- a/x11-apps/xlsfonts/ChangeLog +++ b/x11-apps/xlsfonts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xlsfonts # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsfonts/ChangeLog,v 1.28 2010/03/18 19:33:33 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsfonts/ChangeLog,v 1.29 2010/06/21 09:27:00 chithanh Exp $ + +*xlsfonts-1.0.3 (21 Jun 2010) + + 21 Jun 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xlsfonts-1.0.3.ebuild: + Version bump. 18 Mar 2010; Jeremy Olexa <darkside@gentoo.org> xlsfonts-1.0.2.ebuild: add ~x86-solaris ~sparc-solaris kw, as tested on bug 308683 diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.3.ebuild b/x11-apps/xlsfonts/xlsfonts-1.0.3.ebuild new file mode 100644 index 000000000000..ebbb85e38506 --- /dev/null +++ b/x11-apps/xlsfonts/xlsfonts-1.0.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsfonts/xlsfonts-1.0.3.ebuild,v 1.1 2010/06/21 09:27:00 chithanh Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="X.Org xlsfonts application" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +IUSE="" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" |