summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/bdfresize/bdfresize-1.5.ebuild')
-rw-r--r--app-text/bdfresize/bdfresize-1.5.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-text/bdfresize/bdfresize-1.5.ebuild b/app-text/bdfresize/bdfresize-1.5.ebuild
deleted file mode 100644
index b64fc237c..000000000
--- a/app-text/bdfresize/bdfresize-1.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="A tool for resizing BDF format fonts"
-HOMEPAGE="http://openlab.jp/efont/dist/tools/bdfresize/"
-SRC_URI="http://openlab.jp/efont/dist/tools/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-gcc4.0.patch"
-}
-
-src_install() {
- dobin bdfresize || die
- doman bdfresize.1 || die
- dodoc ChangeLog AUTHORS README || die
-}