summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/swftools/swftools-0.8.1.ebuild')
-rw-r--r--media-gfx/swftools/swftools-0.8.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-gfx/swftools/swftools-0.8.1.ebuild b/media-gfx/swftools/swftools-0.8.1.ebuild
deleted file mode 100644
index 89df4978ffd5..000000000000
--- a/media-gfx/swftools/swftools-0.8.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/swftools-0.8.1.ebuild,v 1.10 2011/02/26 18:27:35 signals Exp $
-
-inherit eutils
-
-DESCRIPTION="SWF Tools is a collection of SWF manipulation and generation utilities"
-HOMEPAGE="http://www.swftools.org/"
-SRC_URI="http://www.swftools.org/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND=">=media-libs/t1lib-1.3.1
- media-libs/freetype
- virtual/jpeg
- !<media-libs/ming-0.4.0_rc2"
-RDEPEND=""
-
-src_compile() {
- econf
-
- # disable the python interface; there's no configure switch; bug 118242
- echo "all install uninstall clean:" > lib/python/Makefile
-
- emake
-}
-
-src_install() {
- einstall || die "Install died."
- dodoc AUTHORS ChangeLog FAQ TODO
-}
-
-pkg_postinst() {
- elog
- elog "avifile is currently not supported."
- elog "Therefore, avi2swf was not installed."
- elog
-}