commit: ab0fdcb3d380474f06b29eca0dd8307fca124564
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 10:04:17 2018 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 25 10:04:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0fdcb3
media-libs/elles_icc_profiles: bump to EAPI 7
Package-Manager: Portage-2.3.39, Repoman-2.3.9
.../elles_icc_profiles-20160501.0932-r1.ebuild | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git
a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
new file mode 100644
index 00000000000..9bd3e4d5753
--- /dev/null
+++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="$(ver_rs 1 '-')EST"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
+HOMEPAGE="http://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
+}