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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E32315812E for ; Sat, 10 Jun 2023 09:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B130AE08F9; Sat, 10 Jun 2023 09:39:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99CE9E08F9 for ; Sat, 10 Jun 2023 09:39:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF3FD34116E for ; Sat, 10 Jun 2023 09:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06864A91 for ; Sat, 10 Jun 2023 09:39:13 +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: <1686389916.ed1bf3a38d5b835b26be72a515640340555ee9f2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libwps/Manifest app-text/libwps/libwps-0.4.13.ebuild X-VCS-Directories: app-text/libwps/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ed1bf3a38d5b835b26be72a515640340555ee9f2 X-VCS-Branch: master Date: Sat, 10 Jun 2023 09:39:13 +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: ca509446-7d1e-480b-904e-d4c1fe42b7a4 X-Archives-Hash: a29f30051df03edf2085a96a10f56258 commit: ed1bf3a38d5b835b26be72a515640340555ee9f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 10 08:54:53 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 10 09:38:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1bf3a3 app-text/libwps: drop 0.4.13 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/libwps/Manifest | 1 - app-text/libwps/libwps-0.4.13.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest index 642422199d5d..c90c80ccfba6 100644 --- a/app-text/libwps/Manifest +++ b/app-text/libwps/Manifest @@ -1,2 +1 @@ -DIST libwps-0.4.13.tar.xz 717188 BLAKE2B 966d0e57668577620fc5fe8c222096fa1b51f3d2c149dab7fc182c2fe81b69363cfbcc2ff930d2719f9fcf735306d612a00ae863ff1a0d2f03fcd6c67b054489 SHA512 c88357cdb11a68148c9344cf3688d57d793089732ee9828d6ea5e86536eb5f60668326fa520e7609a48298051435f6cc570d0c58aa4aa96581a51c16f914a1d0 DIST libwps-0.4.14.tar.xz 719016 BLAKE2B 9f89b8534851760bb2cc3453e75840dea22eb09fd51a1d8ec7b7308fbb63ef7e34416ccfdbb5b1abc87616b7da17edc0bcf1e7fcc93414bf197dd904f6de759b SHA512 bbf9047f35d1b42c2da8deee24116d6a3fb20749a4255d369b62967a99185f52f21dda3e1b385056c1924995f2a72b670960bb476f38c3bf78933e25ff4a5779 diff --git a/app-text/libwps/libwps-0.4.13.ebuild b/app-text/libwps/libwps-0.4.13.ebuild deleted file mode 100644 index c8b28c975363..000000000000 --- a/app-text/libwps/libwps-0.4.13.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Microsoft Works file word processor format import filter library" -HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="debug doc tools" - -DEPEND="dev-libs/librevenge" -RDEPEND="${DEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - local myeconfargs=( - $(use_enable debug) - $(use_with doc docs) - $(use_enable tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -}