diff options
Diffstat (limited to 'app-text/wv2/wv2-0.1.9.ebuild')
-rw-r--r-- | app-text/wv2/wv2-0.1.9.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-text/wv2/wv2-0.1.9.ebuild b/app-text/wv2/wv2-0.1.9.ebuild deleted file mode 100644 index 7da4a84981d6..000000000000 --- a/app-text/wv2/wv2-0.1.9.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/app-text/wv2/wv2-0.1.9.ebuild,v 1.9 2004/07/14 02:28:44 agriffis Exp $ - - -DESCRIPTION="Excellent MS Word filter lib, used in most Office suites" -SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2" -HOMEPAGE="http://wvware.sourceforge.net/" - -KEYWORDS="~x86 ~ppc sparc" -IUSE="" -SLOT="0" -LICENSE="GPL-2" - -DEPEND=">=gnome-extra/libgsf-1.8.0 - >=media-libs/freetype-2.1 - sys-libs/zlib - media-libs/libpng" - -RDEPEND="$DEPEND media-gfx/imagemagick" - -src_compile() { - econf || die - make || die -} - -src_install() { - einstall || die -} |