diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:38:22 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:38:22 +0000 |
commit | 617d17ac2680c40ad2668812a2ea85553d2e86e9 (patch) | |
tree | 9a73a03c69bdb6aa10aa4979d8943c80935e68f1 /x11-apps/showfont | |
parent | Version bump. (diff) | |
download | gentoo-2-617d17ac2680c40ad2668812a2ea85553d2e86e9.tar.gz gentoo-2-617d17ac2680c40ad2668812a2ea85553d2e86e9.tar.bz2 gentoo-2-617d17ac2680c40ad2668812a2ea85553d2e86e9.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/showfont')
-rw-r--r-- | x11-apps/showfont/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-1.0.4.ebuild | 14 |
2 files changed, 22 insertions, 3 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog index 9d6a83015c37..f1f3837fe885 100644 --- a/x11-apps/showfont/ChangeLog +++ b/x11-apps/showfont/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/showfont -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.34 2011/02/14 15:48:54 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.35 2013/01/20 18:38:22 chithanh Exp $ + +*showfont-1.0.4 (20 Jan 2013) + + 20 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +showfont-1.0.4.ebuild: + Version bump. 14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -showfont-1.0.2.ebuild: old @@ -130,4 +136,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +showfont-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/showfont/showfont-1.0.4.ebuild b/x11-apps/showfont/showfont-1.0.4.ebuild new file mode 100644 index 000000000000..997c0b6dbc8b --- /dev/null +++ b/x11-apps/showfont/showfont-1.0.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.4.ebuild,v 1.1 2013/01/20 18:38:22 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="font dumper for X font server" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libFS" +DEPEND="${RDEPEND}" |