summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-01-01 03:54:08 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-01-01 03:54:08 +0000
commite03d0a5bac53849517421e38837db479a1bd527f (patch)
treed5552d30efccfc45d1db79372074e3ebdbd48958 /media-fonts/wqy-bitmapfont
parentRemoved old version. (diff)
downloadgentoo-2-e03d0a5bac53849517421e38837db479a1bd527f.tar.gz
gentoo-2-e03d0a5bac53849517421e38837db479a1bd527f.tar.bz2
gentoo-2-e03d0a5bac53849517421e38837db479a1bd527f.zip
Removed old versions.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'media-fonts/wqy-bitmapfont')
-rw-r--r--media-fonts/wqy-bitmapfont/ChangeLog8
-rw-r--r--media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0-r1.ebuild29
-rw-r--r--media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0.ebuild22
3 files changed, 6 insertions, 53 deletions
diff --git a/media-fonts/wqy-bitmapfont/ChangeLog b/media-fonts/wqy-bitmapfont/ChangeLog
index a53f46dbc4b0..bbb0c405decb 100644
--- a/media-fonts/wqy-bitmapfont/ChangeLog
+++ b/media-fonts/wqy-bitmapfont/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-fonts/wqy-bitmapfont
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog,v 1.18 2008/03/21 12:22:10 drac Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog,v 1.19 2009/01/01 03:54:08 matsuu Exp $
+
+ 01 Jan 2009; MATSUU Takuto <matsuu@gentoo.org>
+ -wqy-bitmapfont-0.7.0.ebuild, -wqy-bitmapfont-0.7.0-r1.ebuild:
+ Removed old versions.
21 Mar 2008; Samuli Suominen <drac@gentoo.org>
wqy-bitmapfont-0.9.9_p0.ebuild:
diff --git a/media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0-r1.ebuild b/media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0-r1.ebuild
deleted file mode 100644
index a1f711e6d561..000000000000
--- a/media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0-r1.ebuild,v 1.1 2006/11/26 23:19:00 flameeyes Exp $
-
-inherit font
-
-DESCRIPTION="WenQuanYi Bitmap Song CJK font"
-HOMEPAGE="http://wqy.sourceforge.net/en/"
-SRC_URI="mirror://sourceforge/wqy/${PN}-pcf-${PV}-4.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~x86 ~x86-fbsd"
-IUSE=""
-DEPEND=""
-S="${WORKDIR}/${PN}"
-FONT_S="${S}"
-
-FONT_SUFFIX="pcf.gz"
-DOCS="INSTALL* LATEST-IS* STAT README LOGO.PNG CREDIT ChangeLog"
-
-# Only installs fonts
-RESTRICT="strip binchecks"
-
-src_compile() {
- cd "${FONT_S}"
- for file in *.pcf; do
- gzip -9 ${file} || die "gzip failed"
- done
-}
diff --git a/media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0.ebuild b/media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0.ebuild
deleted file mode 100644
index 5f63f35b828d..000000000000
--- a/media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/wqy-bitmapfont-0.7.0.ebuild,v 1.3 2006/11/26 23:10:56 flameeyes Exp $
-
-inherit font
-
-DESCRIPTION="WenQuanYi Bitmap Song CJK font"
-HOMEPAGE="http://wqy.sourceforge.net/en/"
-SRC_URI="mirror://sourceforge/wqy/${PN}-pcf-${PV}-4.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ia64 ~ppc s390 sh ~x86 ~x86-fbsd"
-IUSE=""
-DEPEND=""
-S="${WORKDIR}/${PN}"
-FONT_S="${S}"
-
-FONT_SUFFIX="pcf"
-DOCS="INSTALL* LATEST-IS* STAT README LOGO.PNG CREDIT ChangeLog"
-
-# Only installs fonts
-RESTRICT="strip binchecks"