summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2020-04-05 01:56:59 -0600
committerTim Harder <radhermit@gentoo.org>2020-04-05 04:02:45 -0600
commitab032d1876b1899854fd61de81f89d821180d81b (patch)
tree801b592347478155e04f1baf12fa9761064a1b14 /media-libs/cimg/cimg-2.8.1.ebuild
parentmedia-libs/cimg: version bump to 2.9.0 (diff)
downloadgentoo-ab032d1876b1899854fd61de81f89d821180d81b.tar.gz
gentoo-ab032d1876b1899854fd61de81f89d821180d81b.tar.bz2
gentoo-ab032d1876b1899854fd61de81f89d821180d81b.zip
media-libs/cimg: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-libs/cimg/cimg-2.8.1.ebuild')
-rw-r--r--media-libs/cimg/cimg-2.8.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-libs/cimg/cimg-2.8.1.ebuild b/media-libs/cimg/cimg-2.8.1.ebuild
deleted file mode 100644
index 3205e035da6e..000000000000
--- a/media-libs/cimg/cimg-2.8.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C++ template image processing toolkit"
-HOMEPAGE="https://cimg.eu/ https://github.com/dtschump/CImg"
-SRC_URI="https://github.com/dtschump/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CeCILL-2 CeCILL-C"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-S=${WORKDIR}/CImg-v.${PV}
-
-src_install() {
- doheader CImg.h
- dodoc README.txt
-
- use doc && dodoc -r html
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}