diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-05 13:18:03 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-05 14:00:10 +0100 |
commit | f828ac99688a0afe755b374d0926d14f2f72b9c3 (patch) | |
tree | 8bd13cdf5af241f35c942befd943fe3ab864dbeb /media-libs/elles_icc_profiles | |
parent | media-libs/elles_icc_profiles-20160501.0932-r1: mark stable on amd64 (diff) | |
download | gentoo-f828ac99688a0afe755b374d0926d14f2f72b9c3.tar.gz gentoo-f828ac99688a0afe755b374d0926d14f2f72b9c3.tar.bz2 gentoo-f828ac99688a0afe755b374d0926d14f2f72b9c3.zip |
media-libs/elles_icc_profiles: remove old
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-libs/elles_icc_profiles')
-rw-r--r-- | media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild deleted file mode 100644 index 1e0e9380686c..000000000000 --- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -MY_PV="$(replace_version_separator 1 '-')EST" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles" -HOMEPAGE="https://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html" -SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64" - -S="${WORKDIR}/${MY_P}" - -src_install() { - default - - insinto /usr/share/color/icc/ellestone - doins profiles/*.icc -} |