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-office/unoconv/
Date: Mon,  6 Jan 2020 17:16:52 +0000 (UTC)	[thread overview]
Message-ID: <1578331002.6571bb8f3153ff84246ea39b85e56bc8e3af0f4b.asturm@gentoo> (raw)

commit:     6571bb8f3153ff84246ea39b85e56bc8e3af0f4b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 17:12:34 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 17:16:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6571bb8f

app-office/unoconv: Add python3_{7,8}, drop python2_7, unused eutils

Overhaul the ebuild a bit.

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

 app-office/unoconv/unoconv-0.9.ebuild | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/app-office/unoconv/unoconv-0.9.ebuild b/app-office/unoconv/unoconv-0.9.ebuild
index 3f411bf6cd0..53aed7fea67 100644
--- a/app-office/unoconv/unoconv-0.9.ebuild
+++ b/app-office/unoconv/unoconv-0.9.ebuild
@@ -3,33 +3,28 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit python-single-r1
 
-inherit eutils python-single-r1
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DESCRIPTION="Convert between document formats supported by Libreoffice"
+DESCRIPTION="Convert between document formats supported by LibreOffice"
 HOMEPAGE="http://dag.wiee.rs/home-made/unoconv/"
 SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=""
-RDEPEND="${DEPEND}
-	${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}
 	!app-text/odt2txt
 	virtual/ooo
 "
 
+PATCHES=( "${FILESDIR}/timeout.patch" )
+
 src_prepare() {
-	eapply "${FILESDIR}/timeout.patch"
-	eapply_user
+	default
 	python_fix_shebang .
 }
 
@@ -37,6 +32,5 @@ src_compile() { :; }
 
 src_install() {
 	emake -j1 doc-install install install-links DESTDIR="${D}"
-
-	dodoc ChangeLog CHANGELOG.md README.adoc
+	dodoc AUTHORS ChangeLog CHANGELOG.md README.adoc
 }


             reply	other threads:[~2020-01-06 17:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-06 17:16 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-17 21:44 [gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/ Andreas Sturmlechner
2024-05-31  6:18 Andreas Sturmlechner
2023-06-19 15:55 Hans de Graaff
2022-07-15  8:09 Hans de Graaff
2022-07-06  0:20 Sam James
2022-07-05  6:45 Agostino Sarubbo
2022-01-08 11:47 Hans de Graaff
2021-03-07  9:41 Hans de Graaff
2021-01-01  0:47 Michał Górny
2020-05-14 13:25 Agostino Sarubbo
2020-05-14 13:22 Agostino Sarubbo
2020-02-10 11:54 Michał Górny
2020-01-06 18:36 Hans de Graaff
2019-10-01 18:06 Hans de Graaff
2019-07-25 15:22 Hans de Graaff
2018-06-26  1:23 Aaron Bauman
2018-06-25 23:20 Thomas Deutschmann
2018-03-07  6:31 Hans de Graaff
2017-12-12  7:16 Hans de Graaff
2017-12-12  7:16 Hans de Graaff
2016-11-05 21:00 Andreas Hüttel
2016-10-23  6:05 Hans de Graaff

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=1578331002.6571bb8f3153ff84246ea39b85e56bc8e3af0f4b.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