summaryrefslogtreecommitdiff
path: root/app-office/unoconv
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /app-office/unoconv
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'app-office/unoconv')
-rw-r--r--app-office/unoconv/Manifest2
-rw-r--r--app-office/unoconv/unoconv-0.7.ebuild41
2 files changed, 0 insertions, 43 deletions
diff --git a/app-office/unoconv/Manifest b/app-office/unoconv/Manifest
index c66432fcd4ab..a10e291ab3b6 100644
--- a/app-office/unoconv/Manifest
+++ b/app-office/unoconv/Manifest
@@ -1,6 +1,4 @@
AUX timeout.patch 460 BLAKE2B 66cb2918b2ad85cb987ecae492626a0ca06344cac4e9fab1f6a141bcb7822356936439e2239ac586aed8a163e297a5b563e51d382e372c2435256933a4ca3612 SHA512 00ccee1c2040149432565abf4cc0bc8966801202a88c75f246d4b4c986dd43288f30045d4e966c973efa946532eec1f07a6bdff0b9307bd9c12475c9309f3fa5
-DIST unoconv-0.7.tar.gz 96151 BLAKE2B dcdb797728db36c33be9aff447a28dddc8918fb3a496fd718d6dd9ec22a49c395ddaf0130b99aa09d8ed9b2516795c1aaeb58fe8d906bb004a2192eae0df1fab SHA512 3b0837e11f22733e0fbef93dc6aeabd0e2d3d59b6c35a6f7b29b86506a5842bcbffb3e889864d6e14c1e53dd306354690a699257fe60f36ce1d4455ab52b5df7
DIST unoconv-0.8.2.tar.gz 104072 BLAKE2B 1ac16159f939a06cc75f3ff23f5aa7f1c4d49a41d4cce5e9c5866714ef1b3b969f94c074d36fff19d6af22375d5598033fb69761a09d3e60b81d794841c0e0d8 SHA512 cd6a4d06559895c0aebb5fda51ca86928474dd0ca0aa908e81762643186c29cf8436c889eedbb18bc74ed6016414d1aa831cd034614244d5aae677a6b4cdd4c9
-EBUILD unoconv-0.7.ebuild 801 BLAKE2B 37c24065cd2442146aaf9158d7a5ad97f69bf2d505004e78befb7849f019c2f5ed6b672e9b252421a6179d68a4c8b3508e99ef50a0bdb784186fe17e04577cce SHA512 3ae20ac3790422a4514539768590691471579c2d8dbd94c4cf8d45c2a01525f0a9032f198eb187904b605a24fb6ec5c9ab7621d8980583bc430060b00fea801f
EBUILD unoconv-0.8.2.ebuild 815 BLAKE2B e0d502ad629f97922abde433879164f35da2a4fbfd5e9668f24841f80cc706bdd1e04b7a8f916fd13e4375e1344c8d3513043818b29bc8ce2ff04bfa6a6ee941 SHA512 a80a29022b5dd421720ac9100889e6d1959727bad1c09f19fafa81bd85122bab482873aaafd2153a20df700e50a87b995e87ea62d729da252e37333e1293ef82
MISC metadata.xml 429 BLAKE2B c863daa05c0d7d265b60a04e0b1336067296b3854c83aa2c08891bbfe0d3fd45971312b6385b50c7ccb47676b65e97afee953a675176643c4bde348a6a3f0162 SHA512 3875bd4f015c8ffc902a3aedf042cd46cbe86f4ef6dfd1a493d3d7c171bf12248763e64d1f448800fa571157d3e5adac0aa191c9ad40667762ed17eadf3840ed
diff --git a/app-office/unoconv/unoconv-0.7.ebuild b/app-office/unoconv/unoconv-0.7.ebuild
deleted file mode 100644
index 214e7b814565..000000000000
--- 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
-}