summaryrefslogtreecommitdiff
path: root/media-libs/cimg/cimg-1.5.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/cimg/cimg-1.5.2.ebuild')
-rw-r--r--media-libs/cimg/cimg-1.5.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-libs/cimg/cimg-1.5.2.ebuild b/media-libs/cimg/cimg-1.5.2.ebuild
deleted file mode 100644
index ae25304758c2..000000000000
--- a/media-libs/cimg/cimg-1.5.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MY_P="CImg-${PV}"
-
-DESCRIPTION="C++ template image processing toolkit"
-HOMEPAGE="http://cimg.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-
-LICENSE="CeCILL-2 CeCILL-C"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dodoc README.txt
- doheader CImg.h
- use doc && dohtml -r html/
-}