summaryrefslogtreecommitdiffstats
path: root/media-gfx/zimg/zimg-5.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/zimg/zimg-5.0.0.ebuild')
-rw-r--r--media-gfx/zimg/zimg-5.0.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/media-gfx/zimg/zimg-5.0.0.ebuild b/media-gfx/zimg/zimg-5.0.0.ebuild
deleted file mode 100644
index 0775fba..0000000
--- a/media-gfx/zimg/zimg-5.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Generates images from arbitrary formatted two-dimensional ascii or binary data"
-HOMEPAGE="http://zimg.sourceforge.net//"
-SRC_URI="mirror://sourceforge/zimg/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 amd64"
-
-DEPEND="media-libs/gd"
-
-src_install() {
- cd ${S}
- dobin zimg
- doman zimg.1
- dodoc README COPYING AUTHORS
-}