public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/icclib/
@ 2019-12-12 17:31 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2019-12-12 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b726652a67b42a60724053c576125620dfd6b6a9
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 17:31:10 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 17:31:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b726652a

media-libs/icclib: Port to EAPI 7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-libs/icclib/icclib-2.14.ebuild | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/media-libs/icclib/icclib-2.14.ebuild b/media-libs/icclib/icclib-2.14.ebuild
index 0c032a1773c..c1c849efeba 100644
--- a/media-libs/icclib/icclib-2.14.ebuild
+++ b/media-libs/icclib/icclib-2.14.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
-inherit base multilib toolchain-funcs
+inherit toolchain-funcs
 
 MY_P="${PN}_V${PV}"
+
 DESCRIPTION="Library for reading and writing ICC color profile files"
 HOMEPAGE="http://freecode.com/projects/icclib"
 SRC_URI="http://www.argyllcms.com/${MY_P}.zip"
@@ -13,29 +14,26 @@ SRC_URI="http://www.argyllcms.com/${MY_P}.zip"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
 
-S=${WORKDIR}
+BDEPEND="app-arch/unzip"
 
-ICCLIB_SOVERSION="0"
+S="${WORKDIR}"
 
-PATCHES=(
-	"${FILESDIR}/${P}-make.patch"
-)
+PATCHES=( "${FILESDIR}"/${P}-make.patch )
 
 src_compile() {
-	emake CC="$(tc-getCC)" ICCLIB_SOVERSION=${ICCLIB_SOVERSION}
+	ICCLIB_SOVERSION="0"
+	emake CC="$(tc-getCC)" ICCLIB_SOVERSION="${ICCLIB_SOVERSION}"
 }
 
 src_install() {
+	dobin iccdump
+
 	mv libicc.so libicc.so.${ICCLIB_SOVERSION} || die
 	dolib.so libicc.so.${ICCLIB_SOVERSION}
 	dosym libicc.so.${ICCLIB_SOVERSION} /usr/$(get_libdir)/libicc.so
-	dobin iccdump
-	dodoc Readme.txt todo.txt log.txt
 
-	insinto /usr/include
-	doins icc*.h
+	doheader icc*.h
+
+	dodoc Readme.txt todo.txt log.txt
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/icclib/
@ 2020-06-22 20:28 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2020-06-22 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     629cf4a1d62807499883f56afcbbaf560cc4af9d
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Jun 21 21:56:26 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 22 20:28:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629cf4a1

media-libs/icclib: update HOMEPAGE

Replace freecode.com with freshmeat.sourceforge.net.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/icclib/icclib-2.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/icclib/icclib-2.14.ebuild b/media-libs/icclib/icclib-2.14.ebuild
index c1c849efeba..c9b8483e17a 100644
--- a/media-libs/icclib/icclib-2.14.ebuild
+++ b/media-libs/icclib/icclib-2.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 MY_P="${PN}_V${PV}"
 
 DESCRIPTION="Library for reading and writing ICC color profile files"
-HOMEPAGE="http://freecode.com/projects/icclib"
+HOMEPAGE="http://freshmeat.sourceforge.net/projects/icclib"
 SRC_URI="http://www.argyllcms.com/${MY_P}.zip"
 
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-22 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-22 20:28 [gentoo-commits] repo/gentoo:master commit in: media-libs/icclib/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2019-12-12 17:31 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox