From 9299fea5af3e0fd14f5f7f2b46c568f03012526e Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 29 Dec 2018 23:22:10 -0600 Subject: [PATCH] media-libs/cimg: remove old Signed-off-by: Tim Harder --- media-libs/cimg/Manifest | 4 ---- media-libs/cimg/cimg-1.5.2.ebuild | 24 ------------------------ media-libs/cimg/cimg-1.7.8.ebuild | 24 ------------------------ media-libs/cimg/cimg-1.7.9.ebuild | 24 ------------------------ media-libs/cimg/cimg-2.0.0.ebuild | 24 ------------------------ 5 files changed, 100 deletions(-) delete mode 100644 media-libs/cimg/cimg-1.5.2.ebuild delete mode 100644 media-libs/cimg/cimg-1.7.8.ebuild delete mode 100644 media-libs/cimg/cimg-1.7.9.ebuild delete mode 100644 media-libs/cimg/cimg-2.0.0.ebuild diff --git a/media-libs/cimg/Manifest b/media-libs/cimg/Manifest index 88d126059cb18..a7d2ba9d9078c 100644 --- a/media-libs/cimg/Manifest +++ b/media-libs/cimg/Manifest @@ -1,5 +1 @@ -DIST CImg-1.5.2.zip 12824193 BLAKE2B ca4746a546b3dad74e994e6d788acdf4755d1ee8db27d828cc2adcd16395a8e9b177a8a1ff1ac9e42192d572b471a810f39a29e859a8c105898dafe94f7a7641 SHA512 a6927cecb524da128a58de9d655c2bb948bb61f654d6f95c7fe2690d39a521fea5313326610c2b56b370f76139f753469b7e4366196dd83db18c5a0c3b307b52 -DIST cimg-1.7.8.tar.gz 17805881 BLAKE2B 24508bba89c1b2e4e11ff27eec65866a4b38fc6fbdc2cbd7de566a9382d0219ef0a8fa7dee32b7e8474732e349945b55da62d931f898de24d762173128f54efd SHA512 6d8f29ba5a98e340d2b0957775459778c811c028a2b0e59cb0d1fad46f1477ad21c7ff565fb71b12d38c67ede307d84c787cad35c28eeec0cec9e68f5b454798 -DIST cimg-1.7.9.tar.gz 17828648 BLAKE2B 7c6ac8453df519bf6720c2c5339fe359733128e1a481a03b0c3b37ef1050282be3cfd625687dab6c4830e4b292ce735cd7a77db09c06afb0bd9bad3598de2616 SHA512 4a7f3316c3ebdd751f7e5b504eda3a990087de8e3b21c5df259eea2ba853d0094365f20e7715e488db77f9fdb4e7244058403f4710065f5959245de631dbbf4b -DIST cimg-2.0.0.tar.gz 17894467 BLAKE2B 9cbdf92b72a8845709e023ffc642fadde35928dbe618eb6c83020a430337895ed9bbeff7621a159dbcece6bab6be1d3f7599e708ca7f9e440e301139f3debe36 SHA512 432a4d7b60905b509c169a49bc16a2fd34abbebca0d74894f1c7d4729595ae59cc91d1bb0f64a5e888a2a0b13245144e3abdb96d543dc5ca3f28a40e0549cc46 DIST cimg-2.4.3.tar.gz 11074736 BLAKE2B 097da7f5b214470247296265950061acefec19a169139c65eb12b27ed8e1256b97f77d28deb910bb444f38d396e36c204c761437e8991421422e840fd7505a95 SHA512 3409fde40780d293051914ce988193063139f1f805e5b0205e829234944c76b877a2723dd7c616158bbb58238baf653a03f34d55052103286d3ee28a33136d15 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 ae25304758c2b..0000000000000 --- 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/ -} diff --git a/media-libs/cimg/cimg-1.7.8.ebuild b/media-libs/cimg/cimg-1.7.8.ebuild deleted file mode 100644 index 5f02f816fae43..0000000000000 --- a/media-libs/cimg/cimg-1.7.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV=${PV//./} -MY_P="CImg-v.${MY_PV}" - -DESCRIPTION="C++ template image processing toolkit" -HOMEPAGE="http://cimg.eu/ https://github.com/dtschump/CImg" -SRC_URI="https://github.com/dtschump/CImg/archive/v.${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CeCILL-2 CeCILL-C" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -S=${WORKDIR}/${MY_P} - -src_install() { - dodoc README.txt - doheader CImg.h - use doc && dodoc -r html -} diff --git a/media-libs/cimg/cimg-1.7.9.ebuild b/media-libs/cimg/cimg-1.7.9.ebuild deleted file mode 100644 index 5f02f816fae43..0000000000000 --- a/media-libs/cimg/cimg-1.7.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV=${PV//./} -MY_P="CImg-v.${MY_PV}" - -DESCRIPTION="C++ template image processing toolkit" -HOMEPAGE="http://cimg.eu/ https://github.com/dtschump/CImg" -SRC_URI="https://github.com/dtschump/CImg/archive/v.${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CeCILL-2 CeCILL-C" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -S=${WORKDIR}/${MY_P} - -src_install() { - dodoc README.txt - doheader CImg.h - use doc && dodoc -r html -} diff --git a/media-libs/cimg/cimg-2.0.0.ebuild b/media-libs/cimg/cimg-2.0.0.ebuild deleted file mode 100644 index 0e9df69028032..0000000000000 --- a/media-libs/cimg/cimg-2.0.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV=${PV//./} -MY_P="CImg-v.${MY_PV}" - -DESCRIPTION="C++ template image processing toolkit" -HOMEPAGE="http://cimg.eu/ https://github.com/dtschump/CImg" -SRC_URI="https://github.com/dtschump/CImg/archive/v.${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CeCILL-2 CeCILL-C" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -S=${WORKDIR}/${MY_P} - -src_install() { - dodoc README.txt - doheader CImg.h - use doc && dodoc -r html -}