diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-07-22 07:28:29 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-07-22 07:28:29 +0000 |
commit | 21f82599289ecd2cbce429994f11e27612aeb64d (patch) | |
tree | cdb34a308eeb3943a47f12331fbc2a8757f47ddf /media-fonts/artwiz-fonts | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-21f82599289ecd2cbce429994f11e27612aeb64d.tar.gz gentoo-2-21f82599289ecd2cbce429994f11e27612aeb64d.tar.bz2 gentoo-2-21f82599289ecd2cbce429994f11e27612aeb64d.zip |
Really remove old versions.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'media-fonts/artwiz-fonts')
-rw-r--r-- | media-fonts/artwiz-fonts/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/artwiz-fonts/artwiz-fonts-2.4-r2.ebuild | 60 | ||||
-rw-r--r-- | media-fonts/artwiz-fonts/artwiz-fonts-2.4.ebuild | 56 |
3 files changed, 5 insertions, 117 deletions
diff --git a/media-fonts/artwiz-fonts/ChangeLog b/media-fonts/artwiz-fonts/ChangeLog index bf0357995a76..41dfb6dfb0f8 100644 --- a/media-fonts/artwiz-fonts/ChangeLog +++ b/media-fonts/artwiz-fonts/ChangeLog @@ -1,6 +1,10 @@ # 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.27 2007/07/22 07:26:07 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/artwiz-fonts/ChangeLog,v 1.28 2007/07/22 07:28:29 dirtyepic Exp $ + + 22 Jul 2007; Ryan Hill <dirtyepic@gentoo.org> -artwiz-fonts-2.4.ebuild, + -artwiz-fonts-2.4-r2.ebuild: + Really remove old versions. 22 Jul 2007; Ryan Hill <dirtyepic@gentoo.org> artwiz-fonts-2.4-r1.ebuild: Remove virtual/x11 and old versions. diff --git a/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r2.ebuild b/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r2.ebuild deleted file mode 100644 index 8f0084c11da1..000000000000 --- a/media-fonts/artwiz-fonts/artwiz-fonts-2.4-r2.ebuild +++ /dev/null @@ -1,60 +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/artwiz-fonts/artwiz-fonts-2.4-r2.ebuild,v 1.2 2006/07/11 11:29:07 agriffis 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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="|| ( x11-apps/bdftopcf virtual/x11 ) - x11-apps/ttmkfdir" -RDEPEND="" - -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.ebuild b/media-fonts/artwiz-fonts/artwiz-fonts-2.4.ebuild deleted file mode 100644 index b0ae5863a754..000000000000 --- a/media-fonts/artwiz-fonts/artwiz-fonts-2.4.ebuild +++ /dev/null @@ -1,56 +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/artwiz-fonts/artwiz-fonts-2.4.ebuild,v 1.12 2006/03/23 20:46:49 spyderous Exp $ - -S=${WORKDIR}/xfonts-artwiz-2.3/upstream -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="x86 ppc sparc" -IUSE="" - -DEPEND="|| ( ( x11-apps/bdftopcf - x11-apps/mkfontdir - ) - virtual/x11 - ) - x11-apps/ttmkfdir" - -src_compile() { - cd ${S} - for font in *.bdf; do - /usr/X11R6/bin/bdftopcf ${font} > `basename $font .bdf`.pcf - done - gzip *.pcf -} - -src_install() { - cd ${S} - insopts -m0644 - insinto /usr/share/fonts/artwiz/ - doins *.pcf.gz - -# 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 -} |