diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-14 18:17:46 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-14 18:17:46 +0000 |
commit | e670689c5435f11c15bdf4f6c9d001176f33d6c2 (patch) | |
tree | a3dbeb76f10462734fe2dcaf07b8a9b7d03834a5 /media-fonts/twmoefonts | |
parent | Adding modular X depends. (diff) | |
download | historical-e670689c5435f11c15bdf4f6c9d001176f33d6c2.tar.gz historical-e670689c5435f11c15bdf4f6c9d001176f33d6c2.tar.bz2 historical-e670689c5435f11c15bdf4f6c9d001176f33d6c2.zip |
ttmkfdir was moved from x11-misc to x11-apps.
Package-Manager: portage-2.0.53
Diffstat (limited to 'media-fonts/twmoefonts')
-rw-r--r-- | media-fonts/twmoefonts/ChangeLog | 10 | ||||
-rw-r--r-- | media-fonts/twmoefonts/Manifest | 18 | ||||
-rw-r--r-- | media-fonts/twmoefonts/twmoefonts-0.1.ebuild | 6 |
3 files changed, 16 insertions, 18 deletions
diff --git a/media-fonts/twmoefonts/ChangeLog b/media-fonts/twmoefonts/ChangeLog index 09454ba4c45e..35d940b9fd61 100644 --- a/media-fonts/twmoefonts/ChangeLog +++ b/media-fonts/twmoefonts/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-fonts/twmoefonts # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/ChangeLog,v 1.10 2005/08/23 21:54:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/ChangeLog,v 1.11 2005/12/14 18:17:46 joshuabaergen Exp $ + + 14 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + twmoefonts-0.1.ebuild: + ttmkfdir was moved from x11-misc to x11-apps. + + 14 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + twmoefonts-0.1.ebuild: + ttmkfdir was moved from x11-misc to x11-apps. 23 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> twmoefonts-0.1-r1.ebuild: diff --git a/media-fonts/twmoefonts/Manifest b/media-fonts/twmoefonts/Manifest index e4e1fa912c19..8fd091611413 100644 --- a/media-fonts/twmoefonts/Manifest +++ b/media-fonts/twmoefonts/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b672a8950d4323e9a364177922add59c twmoefonts-0.1-r1.ebuild 774 -MD5 2ed80f15512488dd4a8e20e4f276a38c twmoefonts-0.1.ebuild 1829 -MD5 9088d4a413fe0b465560c753492acf1f metadata.xml 175 -MD5 7c291f76a22ee0baa47f8846bff5bfbe ChangeLog 1579 +MD5 923a89326b2c9dc268cf9c692bf31d31 ChangeLog 1846 MD5 8b3a21830f52cad5dc7d0dcec619b8b6 files/TW-fonts.scale 506 MD5 540b5aec6f287a68fed032654d533ad7 files/digest-twmoefonts-0.1 115 MD5 540b5aec6f287a68fed032654d533ad7 files/digest-twmoefonts-0.1-r1 115 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFDC5s8KRy60XGEcJIRAvvJAJ9ASG/2G/hIrfo5Ai1w/WM3rc1bFQCghKEy -BIxsRT6k515zQjAmCLRhndU= -=oifE ------END PGP SIGNATURE----- +MD5 9088d4a413fe0b465560c753492acf1f metadata.xml 175 +MD5 b672a8950d4323e9a364177922add59c twmoefonts-0.1-r1.ebuild 774 +MD5 13217400a166e7578988807d9c60cc19 twmoefonts-0.1.ebuild 1837 diff --git a/media-fonts/twmoefonts/twmoefonts-0.1.ebuild b/media-fonts/twmoefonts/twmoefonts-0.1.ebuild index 7c4ac267d08a..76549761065c 100644 --- a/media-fonts/twmoefonts/twmoefonts-0.1.ebuild +++ b/media-fonts/twmoefonts/twmoefonts-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/twmoefonts-0.1.ebuild,v 1.9 2004/08/07 23:12:15 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/twmoefonts-0.1.ebuild,v 1.10 2005/12/14 18:17:46 joshuabaergen Exp $ IUSE="" DESCRIPTION="Standard traditional Chinese fonts made by Minister of Education (MOE), Republic of China." @@ -10,7 +10,7 @@ HOMEPAGE="" # Unable to find homepage LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ~sparc ~ppc" -DEPEND="x11-misc/ttmkfdir" +DEPEND="x11-apps/ttmkfdir" RDEPEND="virtual/libc" src_unpack() { |