From ac13e008f41775876df12345b27898ab2f525937 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 5 Feb 2020 21:00:18 -0700 Subject: media-libs/cimg: remove old Signed-off-by: Tim Harder --- media-libs/cimg/Manifest | 1 - media-libs/cimg/cimg-2.7.2.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100644 media-libs/cimg/cimg-2.7.2.ebuild (limited to 'media-libs/cimg') diff --git a/media-libs/cimg/Manifest b/media-libs/cimg/Manifest index 5ca77a80d3b2..0958572248c1 100644 --- a/media-libs/cimg/Manifest +++ b/media-libs/cimg/Manifest @@ -1,3 +1,2 @@ -DIST cimg-2.7.2.tar.gz 11204962 BLAKE2B dce4198e23d814fc4bd481388ca959cc831927329c5611b057aeb88cb5c3f80facc87433482ee6c1048b8478147db25ca592ecafe18528def156f30f626eef22 SHA512 ad251d2d433497be2fbf812dba7efecfdedc1b38770c34d600f5848fe91c130b8952c8d86fcd58894849175aa31358225e255b1558173ead79c47a985c7b11b2 DIST cimg-2.8.1.tar.gz 11208148 BLAKE2B 1d53c11f76c63c453b9090d01c9b970a5d38f9accc13ed5f03d3107d218ff1b69a9e3d469cd9a5a51f90a0d0565efeb2523a2f0f7964752ca8ea8f2e2115f45e SHA512 df7bf86e5957c998180494eba70218a86f6e33c85d3f5d441a695a35725bb811956a945f40cc73573d6507dd4bcb25589ec05083ac99539365f73e6bd1247dd9 DIST cimg-2.8.3.tar.gz 11208996 BLAKE2B 1e76f99d20a99955647228cffe5fcd2c26596f4045c2a79cff45b089283146199054628d207c0dda5204d9aeb4c1269dc01639fb8bb1ad95ec61ee68186b9d53 SHA512 3404224446a76cba2295a70ef742cf337675b33481e10d79c94a3994c099bcde1e398b27bf5926395f99ef46fff790668a0ebd24dc894c47982ac1ceaa6d1d1c diff --git a/media-libs/cimg/cimg-2.7.2.ebuild b/media-libs/cimg/cimg-2.7.2.ebuild deleted file mode 100644 index a3f01bc9ba22..000000000000 --- a/media-libs/cimg/cimg-2.7.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 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 -} -- cgit v1.2.3-65-gdbad