diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-18 19:26:16 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-18 19:26:16 +0000 |
commit | 77f406740db7da0d1839f91c6518af47c6d0aba3 (patch) | |
tree | fa20a4d6992ffebbf4c44a472d66f02170ec5c5d /x11-apps/showfont | |
parent | Version bump (diff) | |
download | gentoo-2-77f406740db7da0d1839f91c6518af47c6d0aba3.tar.gz gentoo-2-77f406740db7da0d1839f91c6518af47c6d0aba3.tar.bz2 gentoo-2-77f406740db7da0d1839f91c6518af47c6d0aba3.zip |
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-apps/showfont')
-rw-r--r-- | x11-apps/showfont/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/showfont/files/digest-showfont-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-1.0.0.ebuild | 13 |
3 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog index 0bea7063be06..babd7caac1e3 100644 --- a/x11-apps/showfont/ChangeLog +++ b/x11-apps/showfont/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/showfont # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.6 2005/12/09 06:38:34 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.7 2005/12/18 19:22:39 joshuabaergen Exp $ + +*showfont-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +showfont-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -showfont-0.99.0.ebuild, -showfont-0.99.1.ebuild: diff --git a/x11-apps/showfont/files/digest-showfont-1.0.0 b/x11-apps/showfont/files/digest-showfont-1.0.0 new file mode 100644 index 000000000000..6bbce29b16f2 --- /dev/null +++ b/x11-apps/showfont/files/digest-showfont-1.0.0 @@ -0,0 +1 @@ +MD5 cbcee3b5a16b879d937770f834e7e5f3 showfont-1.0.0.tar.bz2 76678 diff --git a/x11-apps/showfont/showfont-1.0.0.ebuild b/x11-apps/showfont/showfont-1.0.0.ebuild new file mode 100644 index 000000000000..a7bccc86e4e6 --- /dev/null +++ b/x11-apps/showfont/showfont-1.0.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.0.ebuild,v 1.1 2005/12/18 19:22:39 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org showfont application" +KEYWORDS="~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libFS" +DEPEND="${RDEPEND}" |