public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/writerperfect/
Date: Thu, 20 Jun 2019 10:37:37 +0000 (UTC)	[thread overview]
Message-ID: <1561023470.0a196b457959f57021c904ddf2fda60a1fd1648a.asturm@gentoo> (raw)

commit:     0a196b457959f57021c904ddf2fda60a1fd1648a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 19:47:54 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 09:37:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a196b45

app-text/writerperfect: Drop 0.9.5

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/writerperfect/Manifest                   |  1 -
 app-text/writerperfect/writerperfect-0.9.5.ebuild | 65 -----------------------
 2 files changed, 66 deletions(-)

diff --git a/app-text/writerperfect/Manifest b/app-text/writerperfect/Manifest
index e616fc12c94..a0295daeb2a 100644
--- a/app-text/writerperfect/Manifest
+++ b/app-text/writerperfect/Manifest
@@ -1,2 +1 @@
-DIST writerperfect-0.9.5.tar.xz 302176 BLAKE2B 4ef8fd72f01e3c208a59c520440975f38dcf1edc353134721b7f06d042752adad9c825503f5756a74bede2307f7317c28e054dbcb6c5c1000a606822e97d2c8b SHA512 7467a798da362883101780b598e9a673c10f86f29c01ece1438ea524a0413a00928274f87895f3a8ae26f6784cdcc34e0e84039ca591dc3f75b2e25c53744ccc
 DIST writerperfect-0.9.6.tar.xz 330360 BLAKE2B da566fb8e1aae3708646b49b695cf26c5b64aeda1ca1df08ced2549ca8718840744ab011cb7567d1e371ac8e7ee6cfef6a67ee9837cf38b570a3794dc4682f81 SHA512 4a86a23ae2caa133066279994255d8ca7ee16f40ad646bd8ff434c7e4e1a29cf23db7e811b8eca1823dcf9e2456b2e8dbacf03bd5bc0377638fc52fc7d4495a5

diff --git a/app-text/writerperfect/writerperfect-0.9.5.ebuild b/app-text/writerperfect/writerperfect-0.9.5.ebuild
deleted file mode 100644
index ebcd8a97035..00000000000
--- a/app-text/writerperfect/writerperfect-0.9.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-DESCRIPTION="Various formats to Open document format converter"
-HOMEPAGE="http://libwpd.sf.net"
-SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux ~x86-solaris"
-IUSE="abiword +cdr debug ebook freehand gsf keynote +mspub +mwaw pagemaker +visio +wpd +wpg +wps"
-
-# FIXME: libepubgen, librvngabw
-RDEPEND="
-	=app-text/libodfgen-0.1*
-	>=dev-libs/librevenge-0.0.1
-	media-libs/libeot
-	abiword? ( =app-text/libabw-0.1* )
-	cdr? ( =media-libs/libcdr-0.1* )
-	ebook? ( =app-text/libebook-0.1* )
-	freehand? ( =media-libs/libfreehand-0.1* )
-	gsf? ( gnome-extra/libgsf )
-	keynote? ( =app-text/libetonyek-0.1* )
-	mspub? ( =app-text/libmspub-0.1* )
-	mwaw? ( =app-text/libmwaw-0.3* )
-	pagemaker? ( media-libs/libpagemaker )
-	visio? ( =media-libs/libvisio-0.1* )
-	wpd? ( app-text/libwpd:0.10 )
-	wpg? ( =app-text/libwpg-0.3* )
-	wps? ( =app-text/libwps-0.4* )
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-REQUIRED_USE="
-	|| ( abiword cdr ebook freehand keynote mspub mwaw pagemaker visio wpd wpg wps )
-"
-# configure fails if no import library is selected...
-
-src_configure() {
-	# bug 651620
-	append-cxxflags -std=c++11
-
-	econf \
-		--disable-werror \
-		$(use_enable debug) \
-		$(use_with abiword libabw) \
-		$(use_with cdr libcdr) \
-		$(use_with ebook libebook) \
-		$(use_with freehand libfreehand) \
-		$(use_with gsf libgsf) \
-		$(use_with keynote libetonyek) \
-		$(use_with mspub libmspub) \
-		$(use_with mwaw libmwaw) \
-		$(use_with pagemaker libpagemaker) \
-		$(use_with visio libvisio) \
-		$(use_with wpd libwpd) \
-		$(use_with wpg libwpg) \
-		$(use_with wps libwps)
-}


             reply	other threads:[~2019-06-20 10:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-20 10:37 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-25 13:55 [gentoo-commits] repo/gentoo:master commit in: app-text/writerperfect/ Jakov Smolić
2019-06-18 18:24 Thomas Deutschmann
2019-06-09 20:16 Mikle Kolyada
2019-04-06 14:51 Andreas Sturmlechner
2018-05-26 12:23 David Seifert
2016-12-31 15:08 Andreas Hüttel
2016-12-24 10:47 Aaron Bauman
2016-12-03 22:53 Andreas Hüttel
2016-11-12 23:28 Andreas Hüttel
2016-11-12 23:22 Andreas Hüttel
2016-07-03 20:27 Andreas Hüttel
2016-03-19 21:39 Andreas Hüttel
2016-03-19 21:39 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1561023470.0a196b457959f57021c904ddf2fda60a1fd1648a.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox