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 F3D11138239 for ; Sun, 17 Feb 2019 22:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C998FE08AA; Sun, 17 Feb 2019 22:59:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 84B90E08AA for ; Sun, 17 Feb 2019 22:59:42 +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 52288335CFF for ; Sun, 17 Feb 2019 22:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7B2543 for ; Sun, 17 Feb 2019 22:59:39 +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: <1550444367.5ea749cd12c4fae52a7d6b74880ba42c6d421314.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwpg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libwpg/Manifest app-text/libwpg/libwpg-0.3.2.ebuild X-VCS-Directories: app-text/libwpg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5ea749cd12c4fae52a7d6b74880ba42c6d421314 X-VCS-Branch: master Date: Sun, 17 Feb 2019 22:59:39 +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: a259b8a0-f2bb-4c8a-a74b-6163924c06e7 X-Archives-Hash: 56d715f94d287d44df8d4ee197da6f82 commit: 5ea749cd12c4fae52a7d6b74880ba42c6d421314 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 19:25:27 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 22:59:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea749cd app-text/libwpg: Drop 0.3.2 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/libwpg/Manifest | 1 - app-text/libwpg/libwpg-0.3.2.ebuild | 48 ------------------------------------- 2 files changed, 49 deletions(-) diff --git a/app-text/libwpg/Manifest b/app-text/libwpg/Manifest index 9eaa8bd895d..37d0f698e13 100644 --- a/app-text/libwpg/Manifest +++ b/app-text/libwpg/Manifest @@ -1,2 +1 @@ -DIST libwpg-0.3.2.tar.xz 326840 BLAKE2B a32668671bf0f6a69555dea39a522fac65f7522d7fda5cc29b8d2588fa268f1923e959bb6aa75c6ed1d4c40dde5cf458577098e4662dcee769a449ae36f13229 SHA512 f3f76a17056274b2dfd11ce4eb451411d8458b00b3f7be4fae0a932a382f247adbaae1f4f8f6005e7b84f063e415ef5ab609015ba32f779c6ab2f0404b275f3f DIST libwpg-0.3.3.tar.xz 328664 BLAKE2B 02ffaf8ea96e66dea94d847c85e17db5b7efcc5891bb1bf4069e664ece09f808b7462fcbb08a75d6ab17fff4ea51a8e494c48fba1540aed132f47d05b746e1a5 SHA512 99f8346b336eb902626fe07836c73870a57e100620ddd242ce7c2866e564483ed024a3a0b2804f81a0f59a0873310c3a93c005d306437a27818a6f4374c0c491 diff --git a/app-text/libwpg/libwpg-0.3.2.ebuild b/app-text/libwpg/libwpg-0.3.2.ebuild deleted file mode 100644 index 1ca82bb199e..00000000000 --- a/app-text/libwpg/libwpg-0.3.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit alternatives - -DESCRIPTION="C++ library to read and parse graphics in WPG" -HOMEPAGE="http://libwpg.sourceforge.net/libwpg.htm" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0.3" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 x86" -IUSE="doc static-libs" - -RDEPEND=" - app-text/libwpd:0.10[tools] - dev-libs/librevenge -" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen )" - -src_configure() { - econf \ - --disable-werror \ - --program-suffix=-${SLOT} \ - $(use_with doc docs) \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - alternatives_auto_makesym /usr/bin/wpg2svgbatch.pl "/usr/bin/wpg2svgbatch.pl-[0-9].[0-9]" - alternatives_auto_makesym /usr/bin/wpg2svg "/usr/bin/wpg2svg-[0-9].[0-9]" - alternatives_auto_makesym /usr/bin/wpg2raw "/usr/bin/wpg2raw-[0-9].[0-9]" -} - -pkg_postrm() { - alternatives_auto_makesym /usr/bin/wpg2svgbatch.pl "/usr/bin/wpg2svgbatch.pl-[0-9].[0-9]" - alternatives_auto_makesym /usr/bin/wpg2svg "/usr/bin/wpg2svg-[0-9].[0-9]" - alternatives_auto_makesym /usr/bin/wpg2raw "/usr/bin/wpg2raw-[0-9].[0-9]" -}