diff options
Diffstat (limited to 'x11-apps/fstobdf')
-rw-r--r-- | x11-apps/fstobdf/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/fstobdf/fstobdf-1.0.3.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-apps/fstobdf/ChangeLog b/x11-apps/fstobdf/ChangeLog index db5f21aae745..57c37a98ff13 100644 --- a/x11-apps/fstobdf/ChangeLog +++ b/x11-apps/fstobdf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/fstobdf -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.16 2007/12/19 23:49:13 cla Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/ChangeLog,v 1.17 2008/06/06 21:28:46 dberkholz Exp $ + +*fstobdf-1.0.3 (06 Jun 2008) + + 06 Jun 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +fstobdf-1.0.3.ebuild: + Bump. 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> fstobdf-1.0.2.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/fstobdf/fstobdf-1.0.3.ebuild b/x11-apps/fstobdf/fstobdf-1.0.3.ebuild new file mode 100644 index 000000000000..570dbcceba5b --- /dev/null +++ b/x11-apps/fstobdf/fstobdf-1.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fstobdf/fstobdf-1.0.3.ebuild,v 1.1 2008/06/06 21:28:46 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="generate BDF font from X font server" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libFS" +DEPEND="${RDEPEND}" |