diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-02 14:02:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-02 14:02:22 +0000 |
commit | edaa89190490cf6096fbfa0f3f08ca0f5312931e (patch) | |
tree | c959a71f6d938682f6daaa02880fff251054c6dd /media-fonts/sharefonts | |
parent | moved freefonts and sharefonts to media-fonts from app-text (diff) | |
download | historical-edaa89190490cf6096fbfa0f3f08ca0f5312931e.tar.gz historical-edaa89190490cf6096fbfa0f3f08ca0f5312931e.tar.bz2 historical-edaa89190490cf6096fbfa0f3f08ca0f5312931e.zip |
moved to media-fonts
Diffstat (limited to 'media-fonts/sharefonts')
-rw-r--r-- | media-fonts/sharefonts/ChangeLog | 29 | ||||
-rw-r--r-- | media-fonts/sharefonts/Manifest | 3 | ||||
-rw-r--r-- | media-fonts/sharefonts/files/digest-sharefonts-0.10-r1 | 1 | ||||
-rw-r--r-- | media-fonts/sharefonts/sharefonts-0.10-r1.ebuild | 21 |
4 files changed, 54 insertions, 0 deletions
diff --git a/media-fonts/sharefonts/ChangeLog b/media-fonts/sharefonts/ChangeLog new file mode 100644 index 000000000000..72c2f752cf24 --- /dev/null +++ b/media-fonts/sharefonts/ChangeLog @@ -0,0 +1,29 @@ +# ChangeLog for media-fonts/sharefonts +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/sharefonts/ChangeLog,v 1.1 2003/06/02 13:59:27 seemant Exp $ + +*sharefonts-0.10-r1 (02 Jun 2003) + + 02 Jun 2003; Seemant Kulleen <seemant@gentoo.org> sharefonts-0.10-r1.ebuild: + moved to media-fonts + + 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/media-fonts/sharefonts/Manifest b/media-fonts/sharefonts/Manifest new file mode 100644 index 000000000000..591a3ec8b7a3 --- /dev/null +++ b/media-fonts/sharefonts/Manifest @@ -0,0 +1,3 @@ +MD5 00cb0200b0c20d4c1b1c589630e9573f sharefonts-0.10-r1.ebuild 645 +MD5 17b64a8f433bcb0b37010ea9f8b15279 ChangeLog 1197 +MD5 844974be1ef6607c9a78acf3ca0b0593 files/digest-sharefonts-0.10-r1 67 diff --git a/media-fonts/sharefonts/files/digest-sharefonts-0.10-r1 b/media-fonts/sharefonts/files/digest-sharefonts-0.10-r1 new file mode 100644 index 000000000000..479e4f501caa --- /dev/null +++ b/media-fonts/sharefonts/files/digest-sharefonts-0.10-r1 @@ -0,0 +1 @@ +MD5 fd407f15efc7f06e320c10fd73d66c1f sharefonts-0.10.tar.gz 750577 diff --git a/media-fonts/sharefonts/sharefonts-0.10-r1.ebuild b/media-fonts/sharefonts/sharefonts-0.10-r1.ebuild new file mode 100644 index 000000000000..331a6a0a7ab3 --- /dev/null +++ b/media-fonts/sharefonts/sharefonts-0.10-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/sharefonts/sharefonts-0.10-r1.ebuild,v 1.1 2003/06/02 13:59:27 seemant 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 + +} + |