summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-06-02 13:59:02 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-06-02 13:59:02 +0000
commit3aadefe00c9aadd11f867326c7a46ef0382d7dc6 (patch)
tree5fad6add86e49a2751049517fcfa6fa4ab58303d /app-text/sharefonts
parentmoved ttf-bitstream from x11-misc to media-fonts (diff)
downloadgentoo-2-3aadefe00c9aadd11f867326c7a46ef0382d7dc6.tar.gz
gentoo-2-3aadefe00c9aadd11f867326c7a46ef0382d7dc6.tar.bz2
gentoo-2-3aadefe00c9aadd11f867326c7a46ef0382d7dc6.zip
moved freefonts and sharefonts to media-fonts
Diffstat (limited to 'app-text/sharefonts')
-rw-r--r--app-text/sharefonts/ChangeLog24
-rw-r--r--app-text/sharefonts/Manifest3
-rw-r--r--app-text/sharefonts/files/digest-sharefonts-0.10-r11
-rw-r--r--app-text/sharefonts/sharefonts-0.10-r1.ebuild21
4 files changed, 0 insertions, 49 deletions
diff --git a/app-text/sharefonts/ChangeLog b/app-text/sharefonts/ChangeLog
deleted file mode 100644
index 3eb31bacca83..000000000000
--- a/app-text/sharefonts/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for app-text/sharefonts
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sharefonts/ChangeLog,v 1.7 2003/02/15 07:21:50 gerk Exp $
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*sharefonts-0.10-r1 (1 Feb 2002)
-
- 15 Feb 2003; Mark Guertin <gerk@gentoo.org> sharefonts-0.10-r1.ebuild :
- set ppc in keywords
-
- 20 Sept 2002; Mike Frysinger <vapier@gentoo.org> :
- Updated HOMEPAGE variable
-
- 2 Aug 2002; phoen][x <phoenix@gentoo.org> sharefonts-0.10-r1.ebuild :
- Added LICENSE, KEYWORDS, SLOT.
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/app-text/sharefonts/Manifest b/app-text/sharefonts/Manifest
deleted file mode 100644
index 684493f9cdb0..000000000000
--- a/app-text/sharefonts/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c27501003e3fa62fa5cadd212935833f ChangeLog 1050
-MD5 519922f4817e4d3b6e067867e07fe398 sharefonts-0.10-r1.ebuild 640
-MD5 844974be1ef6607c9a78acf3ca0b0593 files/digest-sharefonts-0.10-r1 67
diff --git a/app-text/sharefonts/files/digest-sharefonts-0.10-r1 b/app-text/sharefonts/files/digest-sharefonts-0.10-r1
deleted file mode 100644
index 479e4f501caa..000000000000
--- a/app-text/sharefonts/files/digest-sharefonts-0.10-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fd407f15efc7f06e320c10fd73d66c1f sharefonts-0.10.tar.gz 750577
diff --git a/app-text/sharefonts/sharefonts-0.10-r1.ebuild b/app-text/sharefonts/sharefonts-0.10-r1.ebuild
deleted file mode 100644
index ebaba593bdaf..000000000000
--- a/app-text/sharefonts/sharefonts-0.10-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sharefonts/sharefonts-0.10-r1.ebuild,v 1.10 2003/02/15 07:21:50 gerk Exp $
-
-S=${WORKDIR}/sharefont
-DESCRIPTION="A Collection of True Type Fonts"
-SRC_URI="ftp://ftp.gimp.org/pub/gimp/fonts/${P}.tar.gz"
-HOMEPAGE="http://www.gimp.org/fonts.html"
-KEYWORDS="x86 sparc ppc"
-SLOT="0"
-LICENSE="public-domain"
-
-src_install () {
-
- dodir /usr/X11R6/lib/X11/fonts/sharefont
- cp -a * ${D}/usr/X11R6/lib/X11/fonts/sharefont
- rm ${D}/usr/X11R6/lib/X11/fonts/sharefont/README
- dodoc README
-
-}
-