summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2008-05-31 19:03:49 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2008-05-31 19:03:49 +0000
commit7ce2f1177e9a929bc2715084088edfbc1b607c6c (patch)
tree8ab41ac1c3d02da68fa6dc29ac3e4b825aa193a6 /media-gfx/swftools
parentversion bump, fixes bug 224307: localisations and some overall bug fixes (diff)
downloadgentoo-2-7ce2f1177e9a929bc2715084088edfbc1b607c6c.tar.gz
gentoo-2-7ce2f1177e9a929bc2715084088edfbc1b607c6c.tar.bz2
gentoo-2-7ce2f1177e9a929bc2715084088edfbc1b607c6c.zip
Remove old ebuild.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx/swftools')
-rw-r--r--media-gfx/swftools/ChangeLog7
-rw-r--r--media-gfx/swftools/swftools-0.7.0.ebuild37
2 files changed, 5 insertions, 39 deletions
diff --git a/media-gfx/swftools/ChangeLog b/media-gfx/swftools/ChangeLog
index 3b2e25afd58b..c687da8b1308 100644
--- a/media-gfx/swftools/ChangeLog
+++ b/media-gfx/swftools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/swftools
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/ChangeLog,v 1.23 2007/04/30 22:48:48 genone Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/ChangeLog,v 1.24 2008/05/31 19:03:49 vanquirius Exp $
+
+ 31 May 2008; Marcelo Goes <vanquirius@gentoo.org> -swftools-0.7.0.ebuild:
+ Remove old ebuild.
30 Apr 2007; Marius Mauch <genone@gentoo.org> swftools-0.7.0.ebuild,
swftools-0.8.0.ebuild, swftools-0.8.1.ebuild:
diff --git a/media-gfx/swftools/swftools-0.7.0.ebuild b/media-gfx/swftools/swftools-0.7.0.ebuild
deleted file mode 100644
index b6b078533a00..000000000000
--- a/media-gfx/swftools/swftools-0.7.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/swftools-0.7.0.ebuild,v 1.8 2007/04/30 22:48:48 genone 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 x86"
-IUSE=""
-
-DEPEND=">=media-libs/t1lib-1.3.1
- media-libs/freetype
- media-libs/jpeg"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # bug 135393
- epatch "${FILESDIR}"/${PN}-0.7.0-gcc41.patch
-}
-
-src_install() {
- einstall || die "Install died."
- dodoc AUTHORS ChangeLog FAQ TODO
-}
-
-pkg_postinst() {
- elog
- elog "avifile and ungif are currently not supported."
- elog "Therefore, avi2swf and gif2swf were not installed."
- elog
-}