diff options
author | 2015-05-23 01:17:58 +0000 | |
---|---|---|
committer | 2015-05-23 01:17:58 +0000 | |
commit | b5916fa79e2fc3b9f927d54818c787b9cc136623 (patch) | |
tree | cb2ac84b8e0ee73e533bc087d99dd7f0b9c8cfbb /media-gfx | |
parent | Remove old. (diff) | |
download | gentoo-2-b5916fa79e2fc3b9f927d54818c787b9cc136623.tar.gz gentoo-2-b5916fa79e2fc3b9f927d54818c787b9cc136623.tar.bz2 gentoo-2-b5916fa79e2fc3b9f927d54818c787b9cc136623.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/fondu/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/fondu/fondu-20040925.ebuild | 20 | ||||
-rw-r--r-- | media-gfx/fondu/fondu-20060102.ebuild | 33 |
3 files changed, 6 insertions, 55 deletions
diff --git a/media-gfx/fondu/ChangeLog b/media-gfx/fondu/ChangeLog index 37c06809e693..071663593ad3 100644 --- a/media-gfx/fondu/ChangeLog +++ b/media-gfx/fondu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/fondu -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fondu/ChangeLog,v 1.14 2014/03/05 15:48:11 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fondu/ChangeLog,v 1.15 2015/05/23 01:17:58 mrueg Exp $ + + 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -fondu-20040925.ebuild, + -fondu-20060102.ebuild: + Remove old. 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> fondu-20060102-r1.ebuild: Stable for ppc, wrt bug #495700 diff --git a/media-gfx/fondu/fondu-20040925.ebuild b/media-gfx/fondu/fondu-20040925.ebuild deleted file mode 100644 index c2f8e19d9761..000000000000 --- a/media-gfx/fondu/fondu-20040925.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.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/" -SRC_URI="mirror://sourceforge/${PN}/${PN}_src-${PV:2:6}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="" - -S=${WORKDIR}/${PN} - -src_install() { - dodir /usr/bin - einstall || die "make install failed" - dodoc README -} diff --git a/media-gfx/fondu/fondu-20060102.ebuild b/media-gfx/fondu/fondu-20060102.ebuild deleted file mode 100644 index 641c7bd58955..000000000000 --- a/media-gfx/fondu/fondu-20060102.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fondu/fondu-20060102.ebuild,v 1.4 2010/06/26 13:36:13 nixnut Exp $ - -EAPI="2" - -inherit eutils - -MY_PV=${PV:2:6} - -DESCRIPTION="Utilities for converting between and manipulating mac fonts and unix fonts" -HOMEPAGE="http://fondu.sourceforge.net/" -SRC_URI="http://fondu.sourceforge.net/${PN}_src-${MY_PV}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -S=${WORKDIR}/${PN}-${MY_PV} - -src_prepare() { - sed -e 's:^CFLAGS =:CFLAGS +=:' \ - -e 's:$(CFLAGS) -o:$(CFLAGS) $(LDFLAGS) -o:' \ - -i Makefile.in || die "failed to sed" - epatch "${FILESDIR}/${P}-build-fix.patch" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - doman *.1 - dodoc README -} |