Portage is a package management system used by Gentoo Linux
# ChangeLog for media-gfx/ebdftopcf
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/ebdftopcf/ChangeLog,v 1.15 2008/01/15 18:08:42 grobian Exp $
15 Jan 2008; Fabian Groffen
ebdftopcf-2.ebuild:
Dropped ppc-macos keyword, see you in prefix
22 Jul 2007; Donnie Berkholz
ebdftopcf-2.ebuild:
Drop virtual/x11 references.
11 Jan 2007; Guy Martin
Stable on hppa.
30 Oct 2006; Simon Stelling
stable on amd64
25 Oct 2006; Matti Bickel
Stable on ppc, needed for bug #152336
24 Oct 2006; Andrej Kacian
Stable on x86, bug #152336.
23 Oct 2006; Markus Rothe
Stable on ppc64; bug #152336
20 Oct 2006; Bryan Ăstergaard
Stable on Alpha.
07 Sep 2006; Gustavo Zacarias
Stable on sparc
10 Aug 2006; Robin H. Johnson
Update metadata.
11 Jul 2006; Aron Griffis
Mark 2 stable on ia64
02 Apr 2006; Diego Pettenò
Add ~x86-fbsd keyword.
*ebdftopcf-2 (12 Jan 2006)
12 Jan 2006; Robin H. Johnson
New version, with a manpage and more useful comments.
12 Jan 2006; Robin H. Johnson
Set Keywords to have ~arch of all forms, since this is needed for font stuff.
*ebdftopcf-1 (12 Jan 2006)
12 Jan 2006; Robin H. Johnson
+ebdftopcf-1.ebuild:
Initial commit. Ebuild and upstream package by Robin H. Johnson
DIST ebdftopcf-1.tar.bz2 6882 RMD160 08d35033b5e3d31fe7351d05590296d7d8f50090 SHA1 0ceaa3821d5be2f1f19eeb737980673d67388d6d SHA256 a618f96fb0cabf364a0ef874320e43dbcce2ca481c5c0b788fed38d3a9a51b5a
DIST ebdftopcf-2.tar.bz2 7774 RMD160 1486d2d0564ab65ecd349590d55139683104f0e6 SHA1 4a924c31c30173f9f68db06ed42bdc57214bb3f7 SHA256 3e832710bb69955b2496da5f619066189b3c990e7087130c5faa2ed7741e9a10
EBUILD ebdftopcf-1.ebuild 670 RMD160 a382ab17e76ec0d3f372e144dff8d8e9d4927ee4 SHA1 6479c26949490d84506cced558b752d2698e94eb SHA256 813bb5bd41c9b28d4898ccb03b484dff79f2921d479ca0443db8337d4ba87664
EBUILD ebdftopcf-2.ebuild 694 RMD160 ef945d9036da7bc54f26039178a424479c060287 SHA1 7d00db13ca7db4cf448448337cea10096ca41c62 SHA256 8c96c95e8eaae817400f285b8e53c4bd5afd0fec3b09d8e23c407a1e8f126b08
MISC ChangeLog 1953 RMD160 1dba300e93acd76ba6c6d98bf9991db8432aed1b SHA1 17ca7fde3b9f0905423a78d4200163cbae1bc202 SHA256 e28828ddd9a5507d9b6e006a78f1d252b79b9a2ffd65555a13bc5be2d49671ec
MISC metadata.xml 280 RMD160 07ee363c03afd5764733a82b833161bc276a0eab SHA1 e469a0505da63452efed91482ba7474e4286cd3f SHA256 1e33d2682ad49972acc2c8402c280db10dbef0b03e4cfde6021a755dc9be29e3
# Copyright 2006-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/ebdftopcf/ebdftopcf-1.ebuild,v 1.5 2008/01/15 18:08:42 grobian Exp $
DESCRIPTION="ebdftopcf optimially generators PCF files from BDF files"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""
DEPEND=""
# these apps are used at runtime by ebdftopcf
RDEPEND="x11-apps/bdftopcf
app-arch/gzip"
src_install() {
insinto /usr/share/ebdftopcf
doins Makefile.ebdftopcf
dodoc README
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/ebdftopcf/ebdftopcf-2.ebuild,v 1.14 2008/01/15 18:08:42 grobian Exp $
DESCRIPTION="ebdftopcf optimially generators PCF files from BDF files"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
# these apps are used at runtime by ebdftopcf
RDEPEND="x11-apps/bdftopcf
app-arch/gzip"
src_install() {
insinto /usr/share/ebdftopcf
doins Makefile.ebdftopcf || die
dodoc README
doman *.5
}