diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:06:12 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:06:12 +0000 |
commit | b1ed49a842d278406cb96f7b5d6cfd84dce0d964 (patch) | |
tree | 067e674bce9d22b16d9f43519960865a6b6e8f6b /x11-apps/bdftopcf | |
parent | Mask stuff that forces Python-3 down the throat of users. Don't remove the ma... (diff) | |
download | gentoo-2-b1ed49a842d278406cb96f7b5d6cfd84dce0d964.tar.gz gentoo-2-b1ed49a842d278406cb96f7b5d6cfd84dce0d964.tar.bz2 gentoo-2-b1ed49a842d278406cb96f7b5d6cfd84dce0d964.zip |
Version bump.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/bdftopcf')
-rw-r--r-- | x11-apps/bdftopcf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/bdftopcf/bdftopcf-1.0.2.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/bdftopcf/ChangeLog b/x11-apps/bdftopcf/ChangeLog index 02b7a4271e7c..f73755f45ac5 100644 --- a/x11-apps/bdftopcf/ChangeLog +++ b/x11-apps/bdftopcf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/bdftopcf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/bdftopcf/ChangeLog,v 1.30 2009/05/05 07:25:54 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/bdftopcf/ChangeLog,v 1.31 2009/10/03 11:06:12 scarabeus Exp $ + +*bdftopcf-1.0.2 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + +bdftopcf-1.0.2.ebuild: + Version bump. 05 May 2009; Christian Faulhammer <fauli@gentoo.org> bdftopcf-1.0.0.ebuild: diff --git a/x11-apps/bdftopcf/bdftopcf-1.0.2.ebuild b/x11-apps/bdftopcf/bdftopcf-1.0.2.ebuild new file mode 100644 index 000000000000..15219da95f4d --- /dev/null +++ b/x11-apps/bdftopcf/bdftopcf-1.0.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/bdftopcf/bdftopcf-1.0.2.ebuild,v 1.1 2009/10/03 11:06:12 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org bdftopcf application" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libXfont" +DEPEND="${RDEPEND}" |