commit:     9626991db1a7cf7ebaa8747965fc0dce71847b08
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 11:11:48 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}

Reply via email to