diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-06-06 21:29:50 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-06-06 21:29:50 +0000 |
commit | 020265d740de10d9a9f01777dcd723f4123e357a (patch) | |
tree | 9c19550c9c4882a079bd4366c4f9dd56bded8285 /x11-apps | |
parent | Bump. (diff) | |
download | gentoo-2-020265d740de10d9a9f01777dcd723f4123e357a.tar.gz gentoo-2-020265d740de10d9a9f01777dcd723f4123e357a.tar.bz2 gentoo-2-020265d740de10d9a9f01777dcd723f4123e357a.zip |
Bump.
(Portage version: 2.1.5.2)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/showfont/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-1.0.2.ebuild | 13 |
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog index 5e89b20d0e28..85d543792489 100644 --- a/x11-apps/showfont/ChangeLog +++ b/x11-apps/showfont/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/showfont -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.13 2007/12/19 23:56:21 cla Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.14 2008/06/06 21:29:50 dberkholz Exp $ + +*showfont-1.0.2 (06 Jun 2008) + + 06 Jun 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +showfont-1.0.2.ebuild: + Bump. 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> showfont-1.0.1.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/showfont/showfont-1.0.2.ebuild b/x11-apps/showfont/showfont-1.0.2.ebuild new file mode 100644 index 000000000000..f123611d74ef --- /dev/null +++ b/x11-apps/showfont/showfont-1.0.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.2.ebuild,v 1.1 2008/06/06 21:29:50 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="font dumper for X font server" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-libs/libFS" +DEPEND="${RDEPEND}" |