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 47FF3138334 for ; Sun, 15 Jul 2018 11:25:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED266E0823; Sun, 15 Jul 2018 11:24:59 +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 B0444E0823 for ; Sun, 15 Jul 2018 11:24:58 +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 30CD7335C71 for ; Sun, 15 Jul 2018 11:24:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEFA435E for ; Sun, 15 Jul 2018 11:24:54 +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: <1531652003.7152b122b92eeac6736cb687d45087c5e025fa80.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmspub/Manifest app-text/libmspub/libmspub-0.1.2.ebuild X-VCS-Directories: app-text/libmspub/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7152b122b92eeac6736cb687d45087c5e025fa80 X-VCS-Branch: master Date: Sun, 15 Jul 2018 11:24:54 +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-Archives-Salt: d153f692-42f1-4d10-adff-91cad69d76d6 X-Archives-Hash: 1208e52003e20edda38c99444d43f866 commit: 7152b122b92eeac6736cb687d45087c5e025fa80 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 15 10:53:23 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 15 10:53:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7152b122 app-text/libmspub: Drop old Package-Manager: Portage-2.3.41, Repoman-2.3.9 app-text/libmspub/Manifest | 1 - app-text/libmspub/libmspub-0.1.2.ebuild | 55 --------------------------------- 2 files changed, 56 deletions(-) diff --git a/app-text/libmspub/Manifest b/app-text/libmspub/Manifest index a648a31133a..a7a60bc8a86 100644 --- a/app-text/libmspub/Manifest +++ b/app-text/libmspub/Manifest @@ -1,2 +1 @@ -DIST libmspub-0.1.2.tar.xz 345556 BLAKE2B a3b47fb188fc859abf54e3375514d31a1fafa21fb57fe0ac4a20013741a223a7011adf8ce7784b61346b49e9f4c0b6c353138dc12a5035f7bcc24576a508aa50 SHA512 c19025a2b887c33f5966b0972204ab2a8ae841b82df38eaf53c0cdc8f99d93cccab5e1c78143a79d5aef9c7a7387bd6f2cf34833a00861058e0e4687f48be714 DIST libmspub-0.1.4.tar.xz 377472 BLAKE2B 89bd994a5aa2b3a22681dfe78fcea19561ea6057210e61630fa904ded12cca4694d715dd8f2fe8f687a91951bfa2f7aec1ff11d0b978a517476545bb07f654dd SHA512 7275f890645961b3fd56df4584788962e8c064fe3f99f5834c6ba6177ce76d00d544fbe9a25b7ab2f4180d2f3a90c609fe0bb68d61ea24e95b086190390fff31 diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild deleted file mode 100644 index 16c01c8e002..00000000000 --- a/app-text/libmspub/libmspub-0.1.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic - -EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" -[[ ${PV} == 9999 ]] && inherit autotools git-r3 - -DESCRIPTION="Library parsing Microsoft Publisher documents" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" -[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86" - -IUSE="doc static-libs" - -RDEPEND=" - dev-libs/icu:= - dev-libs/librevenge - sys-libs/zlib -" -DEPEND="${RDEPEND} - dev-libs/boost - sys-devel/libtool - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_prepare() { - default - [[ -d m4 ]] || mkdir "m4" - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - # bug 619044 - append-cxxflags -std=c++14 - - econf \ - --disable-werror \ - $(use_with doc docs) \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}