public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/leptonica/
Date: Wed, 27 Jan 2016 13:53:36 +0000 (UTC)	[thread overview]
Message-ID: <1453902806.a967f3cea856acb65b56c3e37957d99ca662d931.chewi@gentoo> (raw)

commit:     a967f3cea856acb65b56c3e37957d99ca662d931
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 13:49:59 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 13:53:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a967f3ce

media-libs/leptonica: Version bump to 1.73

Includes EAPI bump to 6 and migration away from deprecated
autotools-multilib eclass.

Package-Manager: portage-2.2.27

 media-libs/leptonica/Manifest                      |  2 +-
 ...tonica-1.72-r2.ebuild => leptonica-1.73.ebuild} | 42 ++++++++++++----------
 2 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/media-libs/leptonica/Manifest b/media-libs/leptonica/Manifest
index 35f963e..39555f9 100644
--- a/media-libs/leptonica/Manifest
+++ b/media-libs/leptonica/Manifest
@@ -1,2 +1,2 @@
 DIST leptonica-1.71.tar.gz 10212309 SHA256 cc5d736e81496eb25e195f380f553537e0410c3f7151a778b2a546e35c7eb848 SHA512 fd02eec19a442d767ba39ce01132ef1304a977e038bdbf64ec5e763607d51adf1c06aaa687fc3ec542854e535618b6da2042f10709286c2e1d236e43d77efd51 WHIRLPOOL 5a3d57735e8e36785dea9a481a602b0f812c08bab5e42ebaac2e3fa2d42a0c8c697a61351ec1122a14fd9f471945c200a1c75015bd35b043fd208a1cad079733
-DIST leptonica-1.72.tar.gz 10580170 SHA256 79d5eadd32658c9fea38700c975d60aa3d088eaa3e307659f004d40834de1f56 SHA512 8cb7acade68fbd9239dee4c24c5f35fd4cbb4db9e36fbf596478bd1e4635e45034664a16cec21c084091fbad64b4b6e78a4cb43fda8d0c0fc32f55a8cbf110d2 WHIRLPOOL b494b2ef928d1c1bd0b142e81c1cccf6312ee5b9822909506b1e9c7c9f57bebba5a7d824efdbde5e85e6dadb974775c9e7c5a7cdd2fc2f9466703e68694d471a
+DIST leptonica-1.73.tar.gz 10894175 SHA256 19e4335c674e7b78af9338d5382cc5266f34a62d4ce533d860af48eaa859afc1 SHA512 4808474d5941a91fbf542a22fed26ddc33f9c4baf2699096acf5e894b7e4e84889d165373b7d1df391a68cda8176113cf122f15203a9e38d3059e17140efc575 WHIRLPOOL b7ff93ecf5c8f66b4c85b64d6db16c18303bdcfe4a8c62735f79bd2e8f1260ad4e4c8b8f4a398cfbd001f2f5af3ff6a720eea83c25a38472b3222e4d2fd5dea9

diff --git a/media-libs/leptonica/leptonica-1.72-r2.ebuild b/media-libs/leptonica/leptonica-1.73.ebuild
similarity index 69%
rename from media-libs/leptonica/leptonica-1.72-r2.ebuild
rename to media-libs/leptonica/leptonica-1.73.ebuild
index 5860c75..6c30bf0 100644
--- a/media-libs/leptonica/leptonica-1.72-r2.ebuild
+++ b/media-libs/leptonica/leptonica-1.73.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit autotools-multilib
+inherit eutils multilib-minimal
 
 DESCRIPTION="C library for image processing and analysis"
 HOMEPAGE="http://www.leptonica.org/"
-SRC_URI="http://www.leptonica.com/source/${P}.tar.gz"
-
+SRC_URI="http://www.leptonica.org/source/${P}.tar.gz"
 LICENSE="Apache-2.0"
-SLOT="0"
+SLOT="0/5"
 KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
 IUSE="gif jpeg jpeg2k png static-libs test tiff utils webp zlib"
 
@@ -28,9 +27,12 @@ DEPEND="gif? ( media-libs/giflib:=[${MULTILIB_USEDEP}] )
 	zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )"
 RDEPEND="${DEPEND}"
 
+ECONF_SOURCE="${S}"
 DOCS=( README version-notes )
 
 src_prepare() {
+	default
+
 	# unhtmlize docs
 	local X
 	for X in ${DOCS[@]}; do
@@ -38,21 +40,23 @@ src_prepare() {
 			"${X}.html" > "${X}" || die 'awk failed'
 		rm -f -- "${X}.html"
 	done
-
-	autotools-utils_src_prepare
 }
 
 multilib_src_configure() {
-	local myeconfargs=(
-		$(use_with gif giflib)
-		$(use_with jpeg)
-		$(use_with jpeg2k libopenjpeg)
-		$(use_with png libpng)
-		$(use_with tiff libtiff)
-		$(use_with webp libwebp)
-		$(use_with zlib)
-		$(use_enable static-libs static)
+	econf \
+		--enable-shared \
+		$(use_with gif giflib) \
+		$(use_with jpeg) \
+		$(use_with jpeg2k libopenjpeg) \
+		$(use_with png libpng) \
+		$(use_with tiff libtiff) \
+		$(use_with webp libwebp) \
+		$(use_with zlib) \
+		$(use_enable static-libs static) \
 		$(multilib_native_use_enable utils programs)
-	)
-	autotools-utils_src_configure
+}
+
+src_install() {
+	multilib-minimal_src_install
+	prune_libtool_files
 }


             reply	other threads:[~2016-01-27 13:53 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27 13:53 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-24  5:00 [gentoo-commits] repo/gentoo:master commit in: media-libs/leptonica/ Sam James
2024-12-04  9:15 Sam James
2024-12-03 11:14 Sam James
2024-12-01 19:02 Arthur Zamarin
2024-12-01 19:02 Arthur Zamarin
2024-10-25 21:36 James Le Cuirot
2024-01-11 22:17 James Le Cuirot
2024-01-10 22:11 James Le Cuirot
2024-01-07 14:52 James Le Cuirot
2023-08-03 20:10 James Le Cuirot
2023-08-02 18:27 Arthur Zamarin
2023-07-16 23:01 Sam James
2023-07-12  6:39 Jakov Smolić
2023-04-01 16:07 Arthur Zamarin
2023-03-17  6:47 Arthur Zamarin
2023-03-16 22:20 Sam James
2023-01-27 23:20 James Le Cuirot
2023-01-13 23:33 James Le Cuirot
2022-09-29 22:32 James Le Cuirot
2022-09-27  7:10 Agostino Sarubbo
2022-09-27  7:09 Agostino Sarubbo
2022-09-27  7:08 Agostino Sarubbo
2022-09-27  7:07 Agostino Sarubbo
2022-09-27  7:06 Agostino Sarubbo
2022-09-27  7:06 Agostino Sarubbo
2022-05-14  7:28 WANG Xuerui
2021-09-25 22:47 James Le Cuirot
2021-09-25 22:47 James Le Cuirot
2021-08-24 21:02 Marek Szuba
2021-06-14 21:47 James Le Cuirot
2021-06-08 13:26 James Le Cuirot
2021-06-08  9:23 Sam James
2021-05-22  1:32 Sam James
2021-05-16 12:45 Sam James
2021-05-16 12:45 Sam James
2021-05-16  0:13 Sam James
2021-05-16  0:13 Sam James
2020-08-18 22:48 James Le Cuirot
2020-04-04  3:38 Mike Gilbert
2019-05-16 19:30 Aaron Bauman
2019-03-30 10:12 James Le Cuirot
2018-10-19  8:51 Michał Górny
2018-05-03 22:11 James Le Cuirot
2018-03-17 13:49 James Le Cuirot
2018-03-17 13:31 Mikle Kolyada
2018-02-12 23:00 James Le Cuirot
2017-11-10 10:10 Sergei Trofimovich
2017-11-08 20:50 Tobias Klausmann
2017-11-07 18:22 Thomas Deutschmann
2017-11-07 13:16 Manuel Rüger
2017-08-26  7:56 James Le Cuirot
2017-07-11  8:41 Alexis Ballier
2017-02-24  0:13 Michael Weber
2017-02-17 10:56 Agostino Sarubbo
2017-02-15 13:49 Tobias Klausmann
2017-02-12 17:01 Agostino Sarubbo
2017-02-07 11:28 Agostino Sarubbo
2017-01-07 14:20 James Le Cuirot
2016-12-31 16:38 James Le Cuirot
2016-12-31 16:38 James Le Cuirot
2015-11-07 16:13 Fabian Groffen
2015-09-01 19:43 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453902806.a967f3cea856acb65b56c3e37957d99ca662d931.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox