diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-12-21 14:12:17 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-12-21 14:12:17 +0000 |
commit | b8c403e0c68170f0ae97c668a5e10884e5594f2b (patch) | |
tree | ee44937aca518d2b95b53cd8ce856caf160881fa /media-libs/libwmf | |
parent | Marked ppc stable. (Manifest recommit) (diff) | |
download | gentoo-2-b8c403e0c68170f0ae97c668a5e10884e5594f2b.tar.gz gentoo-2-b8c403e0c68170f0ae97c668a5e10884e5594f2b.tar.bz2 gentoo-2-b8c403e0c68170f0ae97c668a5e10884e5594f2b.zip |
clean out ebuild, no good with recent freetypes
Diffstat (limited to 'media-libs/libwmf')
-rw-r--r-- | media-libs/libwmf/files/digest-libwmf-0.2.8 | 1 | ||||
-rw-r--r-- | media-libs/libwmf/libwmf-0.2.8.ebuild | 58 |
2 files changed, 0 insertions, 59 deletions
diff --git a/media-libs/libwmf/files/digest-libwmf-0.2.8 b/media-libs/libwmf/files/digest-libwmf-0.2.8 deleted file mode 100644 index 26f89bc9dd45..000000000000 --- a/media-libs/libwmf/files/digest-libwmf-0.2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 269fb225cd44f40cc877fb6c63706112 libwmf-0.2.8.tar.gz 1620489 diff --git a/media-libs/libwmf/libwmf-0.2.8.ebuild b/media-libs/libwmf/libwmf-0.2.8.ebuild deleted file mode 100644 index 3a78eccc458e..000000000000 --- a/media-libs/libwmf/libwmf-0.2.8.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.ebuild,v 1.13 2004/07/14 20:18:09 agriffis Exp $ - -inherit libtool - -IUSE="jpeg X" - -#The configure script finds the 5.50 ghostscript Fontmap file while run. -#This will probably work, especially since the real one (6.50) in this case -#is empty. However beware in case there is any trouble - -DESCRIPTION="library for converting WMF files" -SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz" -HOMEPAGE="http://www.wvware.com/libwmf.html" - -SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64 hppa" -LICENSE="GPL-2" - -DEPEND="virtual/ghostscript - dev-libs/expat - dev-libs/libxml2 - >=media-libs/freetype-2.0.1 - sys-libs/zlib - media-libs/libpng - jpeg? ( media-libs/jpeg ) - X? ( virtual/x11 )" -# plotutils are not really supported yet, so looks like that's it - -src_compile() { - # Have to use the reverse-deps patch to prevent libwmf from - # linking an older installed version of libwmflite - elibtoolize --reverse-deps - - use jpeg || myconf="${myconf} --with-jpeg=no" - use X || myconf="${myconf} --with-x=no" - - econf \ - ${myconf} \ - --with-gsfontdir=/usr/share/ghostscript/fonts \ - --with-fontdir=/usr/share/libwmf/fonts/ \ - --with-docdir=/usr/share/doc/${PF} || die "./configure failed" - - make || die -} - -src_install () { - - # Must use einstall because of stubborn libtool - einstall \ - fontdir=${D}/usr/share/libwmf/fonts \ - wmfonedocdir=${D}/usr/share/doc/${PF}/caolan \ - wmfdocdir=${D}/usr/share/doc/${PF} \ - libdir=${D}/usr/lib \ - || die - dodoc README AUTHORS COPYING CREDITS ChangeLog NEWS TODO -} |