summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2007-07-29 22:59:09 +0000
committerRyan Hill <rhill@gentoo.org>2007-07-29 22:59:09 +0000
commitc94bce812a45ad707592e6f3571820f6a343e398 (patch)
tree3922ed5c6dd777e19bf49aba568aafdf06e7c677 /media-fonts/vc-fonts/vc-fonts-20020207.ebuild
parentUpdate metadata. (diff)
downloadhistorical-c94bce812a45ad707592e6f3571820f6a343e398.tar.gz
historical-c94bce812a45ad707592e6f3571820f6a343e398.tar.bz2
historical-c94bce812a45ad707592e6f3571820f6a343e398.zip
Rev bump using font.eclass. Contains a newer version of bleed that includes
a slashed zero. Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'media-fonts/vc-fonts/vc-fonts-20020207.ebuild')
-rw-r--r--media-fonts/vc-fonts/vc-fonts-20020207.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-fonts/vc-fonts/vc-fonts-20020207.ebuild b/media-fonts/vc-fonts/vc-fonts-20020207.ebuild
deleted file mode 100644
index 94a10ca5419c..000000000000
--- a/media-fonts/vc-fonts/vc-fonts-20020207.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/vc-fonts/vc-fonts-20020207.ebuild,v 1.9 2007/07/22 07:05:30 dirtyepic Exp $
-
-S=${WORKDIR}/vc
-DESCRIPTION="Vico bitmap Fonts"
-SRC_URI="http://vico.kleinplanet.de/files/${P}.tar.bz2"
-HOMEPAGE="http://vico.kleinplanet.de/"
-
-SLOT=0
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- x11-apps/mkfontdir"
-IUSE=""
-
-src_install() {
-
- insopts -m0644
- insinto /usr/share/fonts/vc
- doins *.pcf.gz fonts.alias
- mkfontdir ${D}/usr/share/fonts/vc
-}