summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA.C.Heron (ache) <acheron@front.ru>2012-06-10 01:03:26 +0400
committerA.C.Heron (ache) <acheron@front.ru>2012-06-10 01:03:26 +0400
commit543be1ad83a2e60825630e8063521d2c54146501 (patch)
tree714c1198f2c9c84778a1fa502f782d47c1de4f38 /media-video/swfmill/swfmill-0.2.11.ebuild
parentnet-misc/electrum: New Ebuild for bug #420071 (thanks to chithead, hasufell, ... (diff)
downloadsunrise-543be1ad83a2e60825630e8063521d2c54146501.tar.gz
sunrise-543be1ad83a2e60825630e8063521d2c54146501.tar.bz2
sunrise-543be1ad83a2e60825630e8063521d2c54146501.zip
media-video/swfmill: x86 keyword bump.
Diffstat (limited to 'media-video/swfmill/swfmill-0.2.11.ebuild')
-rw-r--r--media-video/swfmill/swfmill-0.2.11.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-video/swfmill/swfmill-0.2.11.ebuild b/media-video/swfmill/swfmill-0.2.11.ebuild
deleted file mode 100644
index c62950bfb..000000000
--- a/media-video/swfmill/swfmill-0.2.11.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="swfmill is an xml2swf and swf2xml processor with import functionalities"
-HOMEPAGE="http://swfmill.org"
-SRC_URI="http://swfmill.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/libxml2
- dev-libs/libxslt
- media-libs/freetype
- media-libs/libpng"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README TODO
-}