summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-10-02 01:39:56 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-10-02 01:39:56 +0000
commit1286842290a26fb730d5d02f4320211989a6cd5b (patch)
tree85c45de3bb534c3bb329477fe7e17c24e2427ca8 /media-fonts
parentMajor version bump. Could only test on x86 and ppc. (diff)
downloadgentoo-2-1286842290a26fb730d5d02f4320211989a6cd5b.tar.gz
gentoo-2-1286842290a26fb730d5d02f4320211989a6cd5b.tar.bz2
gentoo-2-1286842290a26fb730d5d02f4320211989a6cd5b.zip
Drop all keywords but mips until they keyword artwiz-aleczapka-en. Bug
#186431. Please use artwiz-aleczapka-en instead of this package. (Portage version: 2.1.3.11)
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/artwiz-fonts/ChangeLog7
-rw-r--r--media-fonts/artwiz-fonts/artwiz-fonts-2.4-r1.ebuild60
-rw-r--r--media-fonts/artwiz-fonts/artwiz-fonts-2.4-r3.ebuild4
-rw-r--r--media-fonts/artwiz-fonts/files/digest-artwiz-fonts-2.4-r13
4 files changed, 8 insertions, 66 deletions
diff --git a/media-fonts/artwiz-fonts/ChangeLog b/media-fonts/artwiz-fonts/ChangeLog
index 41dfb6dfb0f8..0ad833961f77 100644
--- a/media-fonts/artwiz-fonts/ChangeLog
+++ b/media-fonts/artwiz-fonts/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-fonts/artwiz-fonts
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/artwiz-fonts/ChangeLog,v 1.28 2007/07/22 07:28:29 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/artwiz-fonts/ChangeLog,v 1.29 2007/10/02 01:39:56 dirtyepic Exp $
+
+ 02 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> -artwiz-fonts-2.4-r1.ebuild,
+ artwiz-fonts-2.4-r3.ebuild:
+ Drop all keywords but mips until they keyword artwiz-aleczapka-en. Bug
+ #186431. Please use artwiz-aleczapka-en instead of this package.
22 Jul 2007; Ryan Hill <dirtyepic@gentoo.org> -artwiz-fonts-2.4.ebuild,
-artwiz-fonts-2.4-r2.ebuild:
diff --git a/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r1.ebuild b/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r1.ebuild
deleted file mode 100644
index 874ceaf57ade..000000000000
--- a/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r1.ebuild
+++ /dev/null
@@ -1,60 +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/artwiz-fonts/artwiz-fonts-2.4-r1.ebuild,v 1.16 2007/07/22 07:26:07 dirtyepic Exp $
-
-S=${WORKDIR}/xfonts-artwiz-2.3
-DESCRIPTION="Artwiz Fonts"
-SRC_URI="http://ftp.debian.org/debian/pool/main/x/xfonts-artwiz/xfonts-artwiz_${PV}.tar.gz"
-HOMEPAGE="http://fluxbox.sourceforge.net/docs/artwiz-fonts.php"
-
-SLOT=0
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sh sparc ~x86"
-IUSE=""
-
-DEPEND="x11-apps/bdftopcf
- x11-apps/mkfontdir
- x11-apps/ttmkfdir"
-
-src_compile() {
- cd ${S}/upstream
- for font in *.bdf; do
- /usr/X11R6/bin/bdftopcf ${font} > `basename $font .bdf`.pcf
- done
- gzip *.pcf
-}
-
-src_install() {
- cd ${S}/upstream
- rm cursor.pcf.gz
-
- insopts -m0644
- insinto /usr/share/fonts/artwiz/
- doins *.pcf.gz
-
- cd ${S}/debian
- insopts -m0644
- insinto /usr/share/fonts/artwiz/
- doins fonts.alias
-
-# These don't get downloaded because there is no simple way to
-# fetch them.. ie if I included the README in SRC_URI above, it would
-# get saved as /usr/portage/distfiles/README which doesn't seem like
-# a really good idea.
- dodoc ../COPYING
-
- if [ -z "$(grep artwiz /etc/X11/fs/config)" ]
- then
- sed 's#^catalog.*$#&\n\t/usr/share/fonts/artwiz:unscaled,#g' \
- /etc/X11/fs/config > ${S}/config
- insinto /etc/X11/fs
- doins config
- fi
-
-}
-
-pkg_postinst() {
- einfo ">>> Making font dirs..."
- cd /usr/share/fonts/artwiz
- mkfontdir
-}
diff --git a/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r3.ebuild b/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r3.ebuild
index 06f28642aab0..41e0c379e3ab 100644
--- a/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r3.ebuild
+++ b/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r3.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/artwiz-fonts/artwiz-fonts-2.4-r3.ebuild,v 1.13 2007/06/13 16:32:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r3.ebuild,v 1.14 2007/10/02 01:39:56 dirtyepic Exp $
inherit font font-ebdftopcf
@@ -12,7 +12,7 @@ HOMEPAGE="http://fluxbox.sourceforge.net/docs/artwiz-fonts.php"
SLOT=0
LICENSE="ZBL"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~mips"
IUSE=""
FONT_PN="artwiz"
diff --git a/media-fonts/artwiz-fonts/files/digest-artwiz-fonts-2.4-r1 b/media-fonts/artwiz-fonts/files/digest-artwiz-fonts-2.4-r1
deleted file mode 100644
index a9f72988710e..000000000000
--- a/media-fonts/artwiz-fonts/files/digest-artwiz-fonts-2.4-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1113078c54818ac82025934ca5cb61d0 xfonts-artwiz_2.4.tar.gz 36521
-RMD160 ad607299853983286c2b7bece3232b06045a32c2 xfonts-artwiz_2.4.tar.gz 36521
-SHA256 f1778394f108c86a0dd6ea498507b19b01b06194338a8422e1e589b2fdaebf8f xfonts-artwiz_2.4.tar.gz 36521