From 40d368e35625ad1c9ae381363c844986abfc8a99 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 23 Sep 2009 15:12:26 +0000 Subject: kill virtual/libc Package-Manager: portage-2.2_rc41/cvs/Linux x86_64 --- media-gfx/fondu/fondu-20040527.ebuild | 29 ----------------------------- media-gfx/fondu/fondu-20040925.ebuild | 15 +++------------ 2 files changed, 3 insertions(+), 41 deletions(-) delete mode 100644 media-gfx/fondu/fondu-20040527.ebuild (limited to 'media-gfx/fondu') diff --git a/media-gfx/fondu/fondu-20040527.ebuild b/media-gfx/fondu/fondu-20040527.ebuild deleted file mode 100644 index 53a77af98b36..000000000000 --- a/media-gfx/fondu/fondu-20040527.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fondu/fondu-20040527.ebuild,v 1.3 2004/10/09 20:39:27 usata Exp $ - -DESCRIPTION="Utilities for converting between and manipulating mac fonts and unix fonts" -HOMEPAGE="http://fondu.sourceforge.net/" -# 20040527 -> 040527 -SRC_URI="http://fondu.sourceforge.net/${PN}_src-${PV:2:6}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 ppc" - -IUSE="" -DEPEND="virtual/libc" - -S=${WORKDIR}/${PN} - -src_compile() { - econf || die "./configure failed" - emake || die "make failed" -} - -src_install() { - dodir /usr/bin - einstall || die "make install failed" - - dodoc README -} diff --git a/media-gfx/fondu/fondu-20040925.ebuild b/media-gfx/fondu/fondu-20040925.ebuild index 85d8e9716d6f..c2f8e19d9761 100644 --- a/media-gfx/fondu/fondu-20040925.ebuild +++ b/media-gfx/fondu/fondu-20040925.ebuild @@ -1,29 +1,20 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fondu/fondu-20040925.ebuild,v 1.2 2004/11/04 15:52:53 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fondu/fondu-20040925.ebuild,v 1.3 2009/09/23 15:08:59 ssuominen Exp $ DESCRIPTION="Utilities for converting between and manipulating mac fonts and unix fonts" HOMEPAGE="http://fondu.sourceforge.net/" -# 20040527 -> 040527 SRC_URI="mirror://sourceforge/${PN}/${PN}_src-${PV:2:6}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ppc" - +KEYWORDS="ppc x86" IUSE="" -DEPEND="virtual/libc" S=${WORKDIR}/${PN} -src_compile() { - econf || die "./configure failed" - emake || die "make failed" -} - src_install() { dodir /usr/bin einstall || die "make install failed" - dodoc README } -- cgit v1.2.3-65-gdbad