media-libs/libharu: Drop 2.3.0-r1
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Jun 2019 11:11:48 +0000 (13:11 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Jun 2019 12:09:16 +0000 (14:09 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/libharu/files/libharu-2.3.0-dont-force-strip.patch [deleted file]
media-libs/libharu/libharu-2.3.0-r1.ebuild [deleted file]

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 (file)
index 393302b..0000000
+++ /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 (file)
index 1f1764e..0000000
+++ /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
-}