diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 06:28:13 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 06:28:13 +0000 |
commit | 57fb94ba97fd17987ae03bea4bd04417b795d84b (patch) | |
tree | 9bfd00b09ca8ce22f5f0c789638e86d6e99bbc25 /x11-apps/fonttosfnt | |
parent | version bump (diff) | |
download | gentoo-2-57fb94ba97fd17987ae03bea4bd04417b795d84b.tar.gz gentoo-2-57fb94ba97fd17987ae03bea4bd04417b795d84b.tar.bz2 gentoo-2-57fb94ba97fd17987ae03bea4bd04417b795d84b.zip |
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-apps/fonttosfnt')
-rw-r--r-- | x11-apps/fonttosfnt/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.0 | 1 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/fonttosfnt-0.99.0.ebuild | 15 |
4 files changed, 28 insertions, 0 deletions
diff --git a/x11-apps/fonttosfnt/ChangeLog b/x11-apps/fonttosfnt/ChangeLog new file mode 100644 index 000000000000..9a60df83dd0a --- /dev/null +++ b/x11-apps/fonttosfnt/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-apps/fonttosfnt +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/ChangeLog,v 1.1 2005/08/08 06:28:09 spyderous Exp $ + +*fonttosfnt-0.99.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +fonttosfnt-0.99.0.ebuild: + Initial commit for modular X. + diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest new file mode 100644 index 000000000000..a490bd0dc602 --- /dev/null +++ b/x11-apps/fonttosfnt/Manifest @@ -0,0 +1,2 @@ +MD5 0b66438aaba3d0cf902434a18ad85d68 fonttosfnt-0.99.0.ebuild 355 +MD5 56f377aaed74f81f0df927c532649678 files/digest-fonttosfnt-0.99.0 69 diff --git a/x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.0 b/x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.0 new file mode 100644 index 000000000000..7c0e5eda2673 --- /dev/null +++ b/x11-apps/fonttosfnt/files/digest-fonttosfnt-0.99.0 @@ -0,0 +1 @@ +MD5 7c54c85ee877a9d6ca955ecc52995cf8 fonttosfnt-0.99.0.tar.bz2 67115 diff --git a/x11-apps/fonttosfnt/fonttosfnt-0.99.0.ebuild b/x11-apps/fonttosfnt/fonttosfnt-0.99.0.ebuild new file mode 100644 index 000000000000..577cd6ab00fc --- /dev/null +++ b/x11-apps/fonttosfnt/fonttosfnt-0.99.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/fonttosfnt-0.99.0.ebuild,v 1.1 2005/08/08 06:28:09 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org fonttosfnt application" +KEYWORDS="~x86" +RDEPEND="x11-libs/libX11 + =media-libs/freetype-2* + x11-libs/libfontenc" +DEPEND="${RDEPEND}" |