diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:53:08 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 21:53:08 +0000 |
commit | 928e02e9c96146805141077e8bce4e04c25a8d18 (patch) | |
tree | 9925e57f3e6fdfcf3a3a75a8883cd2d2a926f633 /x11-apps/showfont | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-928e02e9c96146805141077e8bce4e04c25a8d18.tar.gz gentoo-2-928e02e9c96146805141077e8bce4e04c25a8d18.tar.bz2 gentoo-2-928e02e9c96146805141077e8bce4e04c25a8d18.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/showfont')
-rw-r--r-- | x11-apps/showfont/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/showfont/files/digest-showfont-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-0.99.2.ebuild | 13 |
3 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog index 8f08b2bfbe7d..58a257f5fdfd 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.4 2005/10/20 00:45:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.5 2005/12/04 21:51:43 joshuabaergen Exp $ + +*showfont-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +showfont-0.99.2.ebuild: + Bump for 7.0RC3. *showfont-0.99.1 (20 Oct 2005) diff --git a/x11-apps/showfont/files/digest-showfont-0.99.2 b/x11-apps/showfont/files/digest-showfont-0.99.2 new file mode 100644 index 000000000000..86e21e03ecf2 --- /dev/null +++ b/x11-apps/showfont/files/digest-showfont-0.99.2 @@ -0,0 +1 @@ +MD5 1086bbf3493adab31e24ddc8d4a6e204 showfont-0.99.2.tar.bz2 75785 diff --git a/x11-apps/showfont/showfont-0.99.2.ebuild b/x11-apps/showfont/showfont-0.99.2.ebuild new file mode 100644 index 000000000000..09361f15e8db --- /dev/null +++ b/x11-apps/showfont/showfont-0.99.2.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-0.99.2.ebuild,v 1.1 2005/12/04 21:51:43 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}" |