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 0BA95138239 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 0AEF0E08A0; Sun, 17 Feb 2019 22:59:42 +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 D49BDE08A0 for ; Sun, 17 Feb 2019 22:59:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7CFB8335CC8 for ; Sun, 17 Feb 2019 22:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27168326 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: <1550444366.2fce21578f882b2ef5487526542e72e6d78e6ba2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libqxp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libqxp/Manifest app-text/libqxp/libqxp-0.0.1.ebuild X-VCS-Directories: app-text/libqxp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2fce21578f882b2ef5487526542e72e6d78e6ba2 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: a7647691-49f0-4288-85da-3c7ed013cd22 X-Archives-Hash: c91c9b0921584edcef702ab64ea93ebd commit: 2fce21578f882b2ef5487526542e72e6d78e6ba2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 19:17:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 22:59:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fce2157 app-text/libqxp: Drop 0.0.1 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/libqxp/Manifest | 1 - app-text/libqxp/libqxp-0.0.1.ebuild | 37 ------------------------------------- 2 files changed, 38 deletions(-) diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest index 14d19badb9e..5b7aa813e5c 100644 --- a/app-text/libqxp/Manifest +++ b/app-text/libqxp/Manifest @@ -1,2 +1 @@ -DIST libqxp-0.0.1.tar.xz 340184 BLAKE2B 759e5d0fb5886485f4ebe4a6caa34d1d98dc623c0ae124c6666a1be5ce7fb73686fc83360712d59d020e4788b39aa57d32149b7641d71b73dde917df46617f17 SHA512 a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607 DIST libqxp-0.0.2.tar.xz 341760 BLAKE2B e596b3ebd23c8fff2a1675b1076ba6b4403bb41358972b50eb946610108f5968ef3e553478aec8c6211f8b476030033e7d334cb4deccc7d6bdfba3914821abf5 SHA512 409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab diff --git a/app-text/libqxp/libqxp-0.0.1.ebuild b/app-text/libqxp/libqxp-0.0.1.ebuild deleted file mode 100644 index b3364e75301..00000000000 --- a/app-text/libqxp/libqxp-0.0.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Library parsing QuarkXpress documents" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}" -SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" -IUSE="debug doc test tools" - -RDEPEND=" - dev-libs/librevenge - dev-libs/icu:= -" -DEPEND="${RDEPEND} - dev-libs/boost - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - econf \ - --disable-weffc \ - $(use_enable debug) \ - $(use_with doc docs) \ - $(use_enable test tests) \ - $(use_enable tools) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}