From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E70D8138334 for ; Wed, 12 Jun 2019 12:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5672E08D0; Wed, 12 Jun 2019 12:09:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B715EE08D0 for ; Wed, 12 Jun 2019 12:09:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95845345F4F for ; Wed, 12 Jun 2019 12:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79EB6608 for ; Wed, 12 Jun 2019 12:09:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1560341356.9626991db1a7cf7ebaa8747965fc0dce71847b08.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libharu/, media-libs/libharu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libharu/files/libharu-2.3.0-dont-force-strip.patch media-libs/libharu/libharu-2.3.0-r1.ebuild X-VCS-Directories: media-libs/libharu/files/ media-libs/libharu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9626991db1a7cf7ebaa8747965fc0dce71847b08 X-VCS-Branch: master Date: Wed, 12 Jun 2019 12:09:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 38fc6f91-ecb5-4041-9ae0-50e16b8259de X-Archives-Hash: e1772ab2cdc1ed1ddb6b27cf89bbda49 commit: 9626991db1a7cf7ebaa8747965fc0dce71847b08 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 12 11:11:48 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 12 12:09:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9626991d media-libs/libharu: Drop 2.3.0-r1 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/libharu-2.3.0-dont-force-strip.patch | 22 ------------- media-libs/libharu/libharu-2.3.0-r1.ebuild | 36 ---------------------- 2 files changed, 58 deletions(-) diff --git a/media-libs/libharu/files/libharu-2.3.0-dont-force-strip.patch b/media-libs/libharu/files/libharu-2.3.0-dont-force-strip.patch deleted file mode 100644 index 393302bce23..00000000000 --- a/media-libs/libharu/files/libharu-2.3.0-dont-force-strip.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.in.orig 2014-02-19 12:22:46.954651117 -0800 -+++ configure.in 2014-02-19 12:22:37.211604308 -0800 -@@ -171,11 +171,6 @@ - - fi - -- dnl Do not strip symbols from developer object files. -- INSTALL_STRIP_FLAG="" --else -- dnl Make sure to strip symbols from non-developer object files. -- INSTALL_STRIP_FLAG="-s" - fi - dnl }}} - -@@ -322,7 +317,6 @@ - - dnl link against libm - LIBS="$LIBS -lm" --AC_SUBST(INSTALL_STRIP_FLAG) - - AC_CONFIG_FILES([Makefile src/Makefile include/Makefile]) - AC_OUTPUT diff --git a/media-libs/libharu/libharu-2.3.0-r1.ebuild b/media-libs/libharu/libharu-2.3.0-r1.ebuild deleted file mode 100644 index 1f1764eb687..00000000000 --- a/media-libs/libharu/libharu-2.3.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils multilib-minimal - -MYP=RELEASE_${PV//./_} - -DESCRIPTION="C/C++ library for PDF generation" -HOMEPAGE="http://www.libharu.org/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${MYP}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0/${PV}" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="png static-libs zlib" - -DEPEND=" - png? ( >=media-libs/libpng-1.2.51[${MULTILIB_USEDEP}] ) - zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${MYP}" - -PATCHES=( "${FILESDIR}"/${P}-dont-force-strip.patch ) - -multilib_src_configure() { - local myeconfargs=( - $(use_with png png "${EPREFIX}"/usr) - $(use_with zlib) - ) - autotools-utils_src_configure -}