From 1460d2793921658c445ea6dc8f4540364019d45b Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Thu, 8 Mar 2012 12:41:14 +0000 Subject: Drop unbuildable version. (Portage version: 2.2.0_alpha90/cvs/Linux x86_64) --- x11-misc/xmbdfed/ChangeLog | 7 +++-- x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | 55 ---------------------------------- 2 files changed, 5 insertions(+), 57 deletions(-) delete mode 100644 x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild (limited to 'x11-misc/xmbdfed') diff --git a/x11-misc/xmbdfed/ChangeLog b/x11-misc/xmbdfed/ChangeLog index e69b01562b1d..b2d2cbb1bdbc 100644 --- a/x11-misc/xmbdfed/ChangeLog +++ b/x11-misc/xmbdfed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xmbdfed -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/ChangeLog,v 1.25 2010/10/10 21:10:50 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/ChangeLog,v 1.26 2012/03/08 12:41:14 scarabeus Exp $ + + 08 Mar 2012; Tomáš Chvátal -xmbdfed-4.7_p1.ebuild: + Drop unbuildable version. 10 Oct 2010; Ulrich Mueller xmbdfed-4.7_p1.ebuild, xmbdfed-4.7_p1-r1.ebuild: diff --git a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild deleted file mode 100644 index 376bafb38ddf..000000000000 --- a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.10 2010/10/10 21:10:50 ulm Exp $ - -EAPI=1 -inherit eutils toolchain-funcs -MY_P=${P/_p*} - -DESCRIPTION="BDF font editor for X" -SRC_URI="http://clr.nmsu.edu/~mleisher/${MY_P}.tar.bz2 - http://clr.nmsu.edu/~mleisher/${P/_p/-patch}" -HOMEPAGE="http://clr.nmsu.edu/~mleisher/xmbdfed.html" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ppc" -IUSE="" - -DEPEND=">=x11-libs/openmotif-2.3.0-r1:0 - media-libs/freetype" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${MY_P}.tar.bz2 - cd "${S}" - epatch "${DISTDIR}/${P/_p/-patch}" - epatch "${FILESDIR}/${P}-gcc4.patch" - sed -e 's:\(-o xmbdfed \): $(LDFLAGS) \1:' -i Makefile || die -} - -src_compile() { - # There's no ./configure in xmbdfed, so perform the make by manually - # specifying the correct options for Gentoo. - local flags="" - local incs="" - local libs="-lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE" - - flags="FTYPE_DEFS=\"-DHAVE_FREETYPE\"" - incs="${incs} `freetype-config --cflags`" - libs="${libs} `freetype-config --libs`" - - make CC=$(tc-getCC) \ - CFLAGS="${CFLAGS}" \ - ${flags} \ - LDFLAGS="${LDFLAGS}" \ - INCS="${incs}" \ - LIBS="${libs}" || die -} - -src_install() { - dobin xmbdfed || die - newman xmbdfed.man xmbdfed.1 - dodoc CHANGES README xmbdfedrc -} -- cgit v1.2.3-65-gdbad