public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/
Date: Thu, 25 Jul 2019 15:22:43 +0000 (UTC)	[thread overview]
Message-ID: <1564067920.fb3e1eacd6601491c91e6600efc61464b28cb1b7.graaff@gentoo> (raw)

commit:     fb3e1eacd6601491c91e6600efc61464b28cb1b7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 15:18:40 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 15:18:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3e1eac

app-office/unoconv: cleanup

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-office/unoconv/Manifest           |  1 -
 app-office/unoconv/unoconv-0.7.ebuild | 41 -----------------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-office/unoconv/Manifest b/app-office/unoconv/Manifest
index 6079ed7658c..5635e3bba29 100644
--- a/app-office/unoconv/Manifest
+++ b/app-office/unoconv/Manifest
@@ -1,2 +1 @@
-DIST unoconv-0.7.tar.gz 96151 BLAKE2B dcdb797728db36c33be9aff447a28dddc8918fb3a496fd718d6dd9ec22a49c395ddaf0130b99aa09d8ed9b2516795c1aaeb58fe8d906bb004a2192eae0df1fab SHA512 3b0837e11f22733e0fbef93dc6aeabd0e2d3d59b6c35a6f7b29b86506a5842bcbffb3e889864d6e14c1e53dd306354690a699257fe60f36ce1d4455ab52b5df7
 DIST unoconv-0.8.2.tar.gz 104072 BLAKE2B 1ac16159f939a06cc75f3ff23f5aa7f1c4d49a41d4cce5e9c5866714ef1b3b969f94c074d36fff19d6af22375d5598033fb69761a09d3e60b81d794841c0e0d8 SHA512 cd6a4d06559895c0aebb5fda51ca86928474dd0ca0aa908e81762643186c29cf8436c889eedbb18bc74ed6016414d1aa831cd034614244d5aae677a6b4cdd4c9

diff --git a/app-office/unoconv/unoconv-0.7.ebuild b/app-office/unoconv/unoconv-0.7.ebuild
deleted file mode 100644
index 214e7b81456..00000000000
--- a/app-office/unoconv/unoconv-0.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit eutils python-single-r1
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DESCRIPTION="Convert between document formats supported by Libreoffice"
-HOMEPAGE="http://dag.wieers.com/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=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	${PYTHON_DEPS}
-	!app-text/odt2txt
-	virtual/ooo
-"
-
-src_prepare() {
-	epatch "${FILESDIR}/timeout.patch"
-	python_fix_shebang .
-}
-
-src_compile() { :; }
-
-src_install() {
-	emake -j1 doc-install install install-links DESTDIR="${D}" || die
-
-	dodoc ChangeLog CHANGELOG.md README.adoc || die
-}


             reply	other threads:[~2019-07-25 15:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-25 15:22 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-31  6:18 [gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/ 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
2020-01-06 17:16 Andreas Sturmlechner
2019-10-01 18:06 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=1564067920.fb3e1eacd6601491c91e6600efc61464b28cb1b7.graaff@gentoo \
    --to=graaff@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