summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-fonts/shinonome/ChangeLog6
-rw-r--r--media-fonts/shinonome/files/digest-shinonome-0.9.103
-rw-r--r--media-fonts/shinonome/shinonome-0.9.10.ebuild55
-rw-r--r--media-fonts/shinonome/shinonome-0.9.11.ebuild7
4 files changed, 7 insertions, 64 deletions
diff --git a/media-fonts/shinonome/ChangeLog b/media-fonts/shinonome/ChangeLog
index 2c2c62fa4bb2..b8b2fc661bad 100644
--- a/media-fonts/shinonome/ChangeLog
+++ b/media-fonts/shinonome/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-fonts/shinonome
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/shinonome/ChangeLog,v 1.23 2007/03/18 12:07:24 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/shinonome/ChangeLog,v 1.24 2007/07/22 07:15:34 dirtyepic Exp $
+
+ 22 Jul 2007; Ryan Hill <dirtyepic@gentoo.org> -shinonome-0.9.10.ebuild,
+ shinonome-0.9.11.ebuild:
+ Remove virtual/x11, virtual/libc, and base system DEPENDs. Drop old version.
18 Mar 2007; Simon Stelling <blubb@gentoo.org> shinonome-0.9.11.ebuild:
stable on amd64; bug 171063
diff --git a/media-fonts/shinonome/files/digest-shinonome-0.9.10 b/media-fonts/shinonome/files/digest-shinonome-0.9.10
deleted file mode 100644
index 4b787af5db26..000000000000
--- a/media-fonts/shinonome/files/digest-shinonome-0.9.10
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 76a1312fd717ccabcaf5bad0da87c7b2 shinonome-0.9.10.tar.bz2 4820015
-RMD160 f97ca309dfc68b6811f0fc9ed4b3e440307e9945 shinonome-0.9.10.tar.bz2 4820015
-SHA256 eb08a2cee0d1bc6717eb8fee36ba1971f9f3a23a039428e1c3f238661ad0dd97 shinonome-0.9.10.tar.bz2 4820015
diff --git a/media-fonts/shinonome/shinonome-0.9.10.ebuild b/media-fonts/shinonome/shinonome-0.9.10.ebuild
deleted file mode 100644
index fd9e200ff451..000000000000
--- a/media-fonts/shinonome/shinonome-0.9.10.ebuild
+++ /dev/null
@@ -1,55 +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/shinonome/shinonome-0.9.10.ebuild,v 1.10 2007/01/05 17:11:25 flameeyes Exp $
-
-IUSE=""
-
-DESCRIPTION="Japanese bitmap fonts for X"
-SRC_URI="http://openlab.jp/efont/dist/shinonome/${P}.tar.bz2"
-HOMEPAGE="http://openlab.jp/efont/shinonome/"
-
-LICENSE="public-domain"
-SLOT=0
-KEYWORDS="alpha amd64 ppc sparc x86"
-
-DEPEND="virtual/libc
- || ( ( x11-apps/bdftopcf
- x11-apps/mkfontdir
- )
- virtual/x11
- )
- dev-lang/perl
- sys-apps/gawk"
-RDEPEND=""
-
-FONTDIR="/usr/share/fonts/shinonome"
-
-src_compile(){
- econf --with-pcf --without-bdf --enable-compress=gzip \
- --with-fontdir=${D}/${FONTDIR} || die
-
- emake || die
-}
-
-src_install(){
- emake install || die
- emake install-alias || die
-
- dodoc AUTHORS BUGS ChangeLog* DESIGN* INSTALL LICENSE README THANKS TODO
-}
-
-pkg_postinst(){
- elog "You need you add following line into 'Section \"Files\"' in"
- elog "XF86Config and reboot X Window System, to use these fonts."
- elog ""
- elog "\t FontPath \"${FONTDIR}\""
- elog ""
-}
-
-pkg_postrm(){
- elog "You need you remove following line in 'Section \"Files\"' in"
- elog "XF86Config, to unmerge this package completely."
- elog ""
- elog "\t FontPath \"${FONTDIR}\""
- elog ""
-}
diff --git a/media-fonts/shinonome/shinonome-0.9.11.ebuild b/media-fonts/shinonome/shinonome-0.9.11.ebuild
index de681ee96a83..724295ce7f0a 100644
--- a/media-fonts/shinonome/shinonome-0.9.11.ebuild
+++ b/media-fonts/shinonome/shinonome-0.9.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/shinonome/shinonome-0.9.11.ebuild,v 1.12 2007/03/18 12:07:24 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/shinonome/shinonome-0.9.11.ebuild,v 1.13 2007/07/22 07:15:34 dirtyepic Exp $
inherit font
@@ -14,10 +14,7 @@ LICENSE="public-domain"
SLOT=0
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-DEPEND="virtual/libc
- || ( x11-apps/bdftopcf virtual/x11 )
- dev-lang/perl
- sys-apps/gawk"
+DEPEND="x11-apps/bdftopcf"
RDEPEND=""
FONT_SUFFIX="pcf.gz"