diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-12 03:45:16 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-12 03:45:16 +0000 |
commit | 053fc6d66fecae86c6d48db23e991c335fd68582 (patch) | |
tree | fe89c75bed6e7692554ac3574b72b992a4214c95 /media-fonts/efont-unicode | |
parent | Minor cleanup for ebdftopcf and a default src_compile for simple ebuilds to u... (diff) | |
download | gentoo-2-053fc6d66fecae86c6d48db23e991c335fd68582.tar.gz gentoo-2-053fc6d66fecae86c6d48db23e991c335fd68582.tar.bz2 gentoo-2-053fc6d66fecae86c6d48db23e991c335fd68582.zip |
Take out src_compile as the default src_compile for font-ebdftopcf handles this case.
(Portage version: 2.0.54)
Diffstat (limited to 'media-fonts/efont-unicode')
-rw-r--r-- | media-fonts/efont-unicode/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/media-fonts/efont-unicode/ChangeLog b/media-fonts/efont-unicode/ChangeLog index ef3dabf0f18a..d4cf9cf376f2 100644 --- a/media-fonts/efont-unicode/ChangeLog +++ b/media-fonts/efont-unicode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-fonts/efont-unicode # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/ChangeLog,v 1.13 2006/01/12 02:08:35 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/ChangeLog,v 1.14 2006/01/12 03:45:16 robbat2 Exp $ + + 12 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> + efont-unicode-0.4.2-r1.ebuild: + Take out src_compile as the default src_compile for font-ebdftopcf handles + this case. *efont-unicode-0.4.2-r1 (12 Jan 2006) diff --git a/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild b/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild index 553ebb269156..bb942bee5b72 100644 --- a/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild +++ b/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild,v 1.1 2006/01/12 02:08:35 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild,v 1.2 2006/01/12 03:45:16 robbat2 Exp $ inherit font font-ebdftopcf @@ -21,7 +21,3 @@ S="${WORKDIR}/${MY_P}" FONT_S=${S} FONT_SUFFIX="pcf.gz" DOCS="README* COPYRIGHT ChangeLog INSTALL" - -src_compile () { - ebdftopcf *.bdf -} |