[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2024-05-30 Thread Andreas Sturmlechner
commit: 379b33060acd388d9318f0ea5cfff40e2bdb82ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 31 06:17:21 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 31 06:17:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379b3306

app-office/unoconv: enable py3.11, py3.12

Closes: https://bugs.gentoo.org/896616
Closes: https://bugs.gentoo.org/929348
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/unoconv/unoconv-0.9.0-r1.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-office/unoconv/unoconv-0.9.0-r1.ebuild 
b/app-office/unoconv/unoconv-0.9.0-r1.ebuild
index 93082339a752..7f1ff329db0d 100644
--- a/app-office/unoconv/unoconv-0.9.0-r1.ebuild
+++ b/app-office/unoconv/unoconv-0.9.0-r1.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9,10} )
-inherit python-single-r1
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{9..12} )
+inherit distutils-r1
 
 DESCRIPTION="Convert between document formats supported by LibreOffice"
 HOMEPAGE="http://dag.wiee.rs/home-made/unoconv/";



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2023-06-19 Thread Hans de Graaff
commit: 66805ba3621b6154d1a888ead9808b75ee507e14
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 19 15:55:09 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 19 15:55:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66805ba3

app-office/unoconv: drop myself as a maintainer

Signed-off-by: Hans de Graaff  gentoo.org>

 app-office/unoconv/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-office/unoconv/metadata.xml b/app-office/unoconv/metadata.xml
index 2f04c70e4017..39c19861a64c 100644
--- a/app-office/unoconv/metadata.xml
+++ b/app-office/unoconv/metadata.xml
@@ -1,9 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-gra...@gentoo.org
-  
   
 off...@gentoo.org
 Gentoo Office project



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2022-07-15 Thread Hans de Graaff
commit: 18acc718f31b81de0e4e5fda5f6104c1e89050b1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 14 07:43:24 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 15 08:09:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18acc718

app-office/unoconv: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>

 app-office/unoconv/unoconv-0.9.0.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/app-office/unoconv/unoconv-0.9.0.ebuild 
b/app-office/unoconv/unoconv-0.9.0.ebuild
deleted file mode 100644
index 89c568fb1c05..
--- a/app-office/unoconv/unoconv-0.9.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit python-single-r1
-
-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"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-text/odt2txt
-   virtual/ooo
-"
-
-PATCHES=( "${FILESDIR}/timeout.patch" )
-
-src_prepare() {
-   default
-   python_fix_shebang .
-}
-
-src_compile() { :; }
-
-src_install() {
-   emake -j1 doc-install install install-links DESTDIR="${D}"
-   dodoc AUTHORS ChangeLog CHANGELOG.md README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2022-07-05 Thread Sam James
commit: df7d326fac7f526713f42015c5751a7886efd2f8
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul  6 00:20:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul  6 00:20:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7d326f

app-office/unoconv: Stabilize 0.9.0-r1 x86, #856400

Signed-off-by: Sam James  gentoo.org>

 app-office/unoconv/unoconv-0.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/unoconv/unoconv-0.9.0-r1.ebuild 
b/app-office/unoconv/unoconv-0.9.0-r1.ebuild
index 1ecc53fa646c..2eecea84fba4 100644
--- a/app-office/unoconv/unoconv-0.9.0-r1.ebuild
+++ b/app-office/unoconv/unoconv-0.9.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2022-07-04 Thread Agostino Sarubbo
commit: b9000f06caffaa79661af4b678f5b317875260d4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  5 06:45:08 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  5 06:45:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9000f06

app-office/unoconv: amd64 stable wrt bug #856400

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/unoconv/unoconv-0.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/unoconv/unoconv-0.9.0-r1.ebuild 
b/app-office/unoconv/unoconv-0.9.0-r1.ebuild
index e6a52ebfc18b..1ecc53fa646c 100644
--- a/app-office/unoconv/unoconv-0.9.0-r1.ebuild
+++ b/app-office/unoconv/unoconv-0.9.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2022-01-08 Thread Hans de Graaff
commit: dcc7ce1a92dbfc7747ce53a3eb535e7cfafe8c75
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan  8 09:47:55 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan  8 11:47:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc7ce1a

app-office/unoconv: add python 3.10

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-office/unoconv/unoconv-0.9.0-r1.ebuild | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/app-office/unoconv/unoconv-0.9.0-r1.ebuild 
b/app-office/unoconv/unoconv-0.9.0-r1.ebuild
new file mode 100644
index ..e6a52ebfc18b
--- /dev/null
+++ b/app-office/unoconv/unoconv-0.9.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit python-single-r1
+
+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"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-text/odt2txt
+   virtual/ooo
+"
+
+PATCHES=( "${FILESDIR}/timeout.patch" )
+
+src_prepare() {
+   default
+   python_fix_shebang .
+}
+
+src_compile() { :; }
+
+src_install() {
+   emake -j1 doc-install install install-links DESTDIR="${D}"
+   dodoc AUTHORS ChangeLog CHANGELOG.md README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2021-03-07 Thread Hans de Graaff
commit: 3a3ed7b2351792679703731bffc9cc0e044e9399
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar  7 09:39:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar  7 09:41:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3ed7b2

app-office/unoconv: add python3_9

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-office/unoconv/unoconv-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/unoconv/unoconv-0.9.0.ebuild 
b/app-office/unoconv/unoconv-0.9.0.ebuild
index 5fbc8cce030..89c568fb1c0 100644
--- a/app-office/unoconv/unoconv-0.9.0.ebuild
+++ b/app-office/unoconv/unoconv-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit python-single-r1
 
 DESCRIPTION="Convert between document formats supported by LibreOffice"



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2020-12-31 Thread Michał Górny
commit: 0b65fc1f58c579c7f1a964d2078cfa59795a754d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:43:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:46:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b65fc1f

app-office/unoconv: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 app-office/unoconv/Manifest |  2 --
 app-office/unoconv/unoconv-0.8.2.ebuild | 42 -
 app-office/unoconv/unoconv-0.9.ebuild   | 36 
 3 files changed, 80 deletions(-)

diff --git a/app-office/unoconv/Manifest b/app-office/unoconv/Manifest
index 5d32b34d56e..70575405581 100644
--- a/app-office/unoconv/Manifest
+++ b/app-office/unoconv/Manifest
@@ -1,3 +1 @@
-DIST unoconv-0.8.2.tar.gz 104072 BLAKE2B 
1ac16159f939a06cc75f3ff23f5aa7f1c4d49a41d4cce5e9c5866714ef1b3b969f94c074d36fff19d6af22375d5598033fb69761a09d3e60b81d794841c0e0d8
 SHA512 
cd6a4d06559895c0aebb5fda51ca86928474dd0ca0aa908e81762643186c29cf8436c889eedbb18bc74ed6016414d1aa831cd034614244d5aae677a6b4cdd4c9
 DIST unoconv-0.9.0.tar.gz 108493 BLAKE2B 
36761f5cabd8cf0186ffa74202d8a9e0388ab9dc1a135b8e6b2275ed380de79da85d4955bca446810f4f71dff61bd38d7b131a91930729cbabfb10d656ba3891
 SHA512 
37d63ada32675fd0ebd089a74db453fdb7332a24e62cbf3e060d6d15cc503c76ede9ccc5e09467f4a38833a8358c09fde23cc8780a77c343268f20e0c37f2469
-DIST unoconv-0.9.tar.gz 108547 BLAKE2B 
6620a7adb32c25182fbb5d0b141ec15d461ee7a73d8644e92337fd7748607d0d33a5978add4c72abf2b35f769f8bbfa35d411f77c4750606e22d6cbc7d7b3454
 SHA512 
1d6448154ec41776ed4d2ffd87b1caa15e231676a1161072676b1f5a466ea6dbae904de3eafb9ab2718fe4ed0ab7a2c9a91b1d19d79ea382c1e7576ea21e7f04

diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild 
b/app-office/unoconv/unoconv-0.8.2.ebuild
deleted file mode 100644
index ff651f50e1b..000
--- a/app-office/unoconv/unoconv-0.8.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit eutils python-single-r1
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-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=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   !app-text/odt2txt
-   virtual/ooo
-"
-
-src_prepare() {
-   epatch "${FILESDIR}/timeout.patch"
-   eapply_user
-   python_fix_shebang .
-}
-
-src_compile() { :; }
-
-src_install() {
-   emake -j1 doc-install install install-links DESTDIR="${D}"
-
-   dodoc ChangeLog CHANGELOG.md README.adoc
-}

diff --git a/app-office/unoconv/unoconv-0.9.ebuild 
b/app-office/unoconv/unoconv-0.9.ebuild
deleted file mode 100644
index 53aed7fea67..000
--- a/app-office/unoconv/unoconv-0.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit python-single-r1
-
-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"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-text/odt2txt
-   virtual/ooo
-"
-
-PATCHES=( "${FILESDIR}/timeout.patch" )
-
-src_prepare() {
-   default
-   python_fix_shebang .
-}
-
-src_compile() { :; }
-
-src_install() {
-   emake -j1 doc-install install install-links DESTDIR="${D}"
-   dodoc AUTHORS ChangeLog CHANGELOG.md README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2020-05-14 Thread Agostino Sarubbo
commit: 3ee673177899502f0e9e70832b1d5d85b78cacc1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 14 13:25:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 14 13:25:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee67317

app-office/unoconv: x86 stable wrt bug #722212

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/unoconv/unoconv-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/unoconv/unoconv-0.9.0.ebuild 
b/app-office/unoconv/unoconv-0.9.0.ebuild
index 23131659657..48504926ab5 100644
--- a/app-office/unoconv/unoconv-0.9.0.ebuild
+++ b/app-office/unoconv/unoconv-0.9.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2020-05-14 Thread Agostino Sarubbo
commit: e3ef7c0548fa4854a8fc673b80f9b22fd1cf5f15
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 14 13:21:45 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 14 13:21:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ef7c05

app-office/unoconv: amd64 stable wrt bug #722212

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/unoconv/unoconv-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/unoconv/unoconv-0.9.0.ebuild 
b/app-office/unoconv/unoconv-0.9.0.ebuild
index 53aed7fea67..23131659657 100644
--- a/app-office/unoconv/unoconv-0.9.0.ebuild
+++ b/app-office/unoconv/unoconv-0.9.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2020-02-10 Thread Michał Górny
commit: 76ddb3d9fd0a09e49dfd9a4eda170299d1388c5a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 10 11:29:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 10 11:53:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ddb3d9

app-office/unoconv: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 app-office/unoconv/unoconv-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild 
b/app-office/unoconv/unoconv-0.8.2.ebuild
index 6f1c17b6f63..ff651f50e1b 100644
--- a/app-office/unoconv/unoconv-0.8.2.ebuild
+++ b/app-office/unoconv/unoconv-0.8.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit eutils python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2020-01-06 Thread Hans de Graaff
commit: 2789c6ac3d4435a63b00312a6cce8c5352b9f12a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  6 18:36:04 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan  6 18:36:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2789c6ac

app-office/unoconv: add 0.9.0

Closes: https://bugs.gentoo.org/704872
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 app-office/unoconv/Manifest |  1 +
 app-office/unoconv/unoconv-0.9.0.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/app-office/unoconv/Manifest b/app-office/unoconv/Manifest
index 3eeda75840c..5d32b34d56e 100644
--- a/app-office/unoconv/Manifest
+++ b/app-office/unoconv/Manifest
@@ -1,2 +1,3 @@
 DIST unoconv-0.8.2.tar.gz 104072 BLAKE2B 
1ac16159f939a06cc75f3ff23f5aa7f1c4d49a41d4cce5e9c5866714ef1b3b969f94c074d36fff19d6af22375d5598033fb69761a09d3e60b81d794841c0e0d8
 SHA512 
cd6a4d06559895c0aebb5fda51ca86928474dd0ca0aa908e81762643186c29cf8436c889eedbb18bc74ed6016414d1aa831cd034614244d5aae677a6b4cdd4c9
+DIST unoconv-0.9.0.tar.gz 108493 BLAKE2B 
36761f5cabd8cf0186ffa74202d8a9e0388ab9dc1a135b8e6b2275ed380de79da85d4955bca446810f4f71dff61bd38d7b131a91930729cbabfb10d656ba3891
 SHA512 
37d63ada32675fd0ebd089a74db453fdb7332a24e62cbf3e060d6d15cc503c76ede9ccc5e09467f4a38833a8358c09fde23cc8780a77c343268f20e0c37f2469
 DIST unoconv-0.9.tar.gz 108547 BLAKE2B 
6620a7adb32c25182fbb5d0b141ec15d461ee7a73d8644e92337fd7748607d0d33a5978add4c72abf2b35f769f8bbfa35d411f77c4750606e22d6cbc7d7b3454
 SHA512 
1d6448154ec41776ed4d2ffd87b1caa15e231676a1161072676b1f5a466ea6dbae904de3eafb9ab2718fe4ed0ab7a2c9a91b1d19d79ea382c1e7576ea21e7f04

diff --git a/app-office/unoconv/unoconv-0.9.0.ebuild 
b/app-office/unoconv/unoconv-0.9.0.ebuild
new file mode 100644
index 000..53aed7fea67
--- /dev/null
+++ b/app-office/unoconv/unoconv-0.9.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit python-single-r1
+
+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"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-text/odt2txt
+   virtual/ooo
+"
+
+PATCHES=( "${FILESDIR}/timeout.patch" )
+
+src_prepare() {
+   default
+   python_fix_shebang .
+}
+
+src_compile() { :; }
+
+src_install() {
+   emake -j1 doc-install install install-links DESTDIR="${D}"
+   dodoc AUTHORS ChangeLog CHANGELOG.md README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2020-01-06 Thread Andreas Sturmlechner
commit: 6571bb8f3153ff84246ea39b85e56bc8e3af0f4b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  6 17:12:34 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  6 17:16:42 2020 +
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  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
 }



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2019-10-01 Thread Hans de Graaff
commit: dece59f344deb05efb01fa2d99be43af8b15600d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct  1 17:33:35 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct  1 18:05:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dece59f3

app-office/unoconv: add 0.9

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 app-office/unoconv/Manifest   |  1 +
 app-office/unoconv/unoconv-0.9.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-office/unoconv/Manifest b/app-office/unoconv/Manifest
index 5635e3bba29..3eeda75840c 100644
--- a/app-office/unoconv/Manifest
+++ b/app-office/unoconv/Manifest
@@ -1 +1,2 @@
 DIST unoconv-0.8.2.tar.gz 104072 BLAKE2B 
1ac16159f939a06cc75f3ff23f5aa7f1c4d49a41d4cce5e9c5866714ef1b3b969f94c074d36fff19d6af22375d5598033fb69761a09d3e60b81d794841c0e0d8
 SHA512 
cd6a4d06559895c0aebb5fda51ca86928474dd0ca0aa908e81762643186c29cf8436c889eedbb18bc74ed6016414d1aa831cd034614244d5aae677a6b4cdd4c9
+DIST unoconv-0.9.tar.gz 108547 BLAKE2B 
6620a7adb32c25182fbb5d0b141ec15d461ee7a73d8644e92337fd7748607d0d33a5978add4c72abf2b35f769f8bbfa35d411f77c4750606e22d6cbc7d7b3454
 SHA512 
1d6448154ec41776ed4d2ffd87b1caa15e231676a1161072676b1f5a466ea6dbae904de3eafb9ab2718fe4ed0ab7a2c9a91b1d19d79ea382c1e7576ea21e7f04

diff --git a/app-office/unoconv/unoconv-0.9.ebuild 
b/app-office/unoconv/unoconv-0.9.ebuild
new file mode 100644
index 000..1b1189bb0d8
--- /dev/null
+++ b/app-office/unoconv/unoconv-0.9.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit eutils python-single-r1
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+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=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   !app-text/odt2txt
+   virtual/ooo
+"
+
+src_prepare() {
+   eapply "${FILESDIR}/timeout.patch"
+   eapply_user
+   python_fix_shebang .
+}
+
+src_compile() { :; }
+
+src_install() {
+   emake -j1 doc-install install install-links DESTDIR="${D}" || die
+
+   dodoc ChangeLog CHANGELOG.md README.adoc || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2019-07-25 Thread Hans de Graaff
commit: fb3e1eacd6601491c91e6600efc61464b28cb1b7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 25 15:18:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 25 15:18:40 2019 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2018-06-25 Thread Aaron Bauman
commit: 0182690ec86304cd5e42f1c57b634369fcd4b2ef
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jun 26 01:22:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 26 01:23:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0182690e

app-office/unoconv: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-office/unoconv/unoconv-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild 
b/app-office/unoconv/unoconv-0.8.2.ebuild
index df0ee46d929..a0f5557d39c 100644
--- a/app-office/unoconv/unoconv-0.8.2.ebuild
+++ b/app-office/unoconv/unoconv-0.8.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2018-06-25 Thread Thomas Deutschmann
commit: 19b7d011dfb55937aef99696562e2e8c45155228
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun 25 23:03:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun 25 23:20:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b7d011

app-office/unoconv: x86 stable (bug #658870)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-office/unoconv/unoconv-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild 
b/app-office/unoconv/unoconv-0.8.2.ebuild
index 77e0c1f8782..df0ee46d929 100644
--- a/app-office/unoconv/unoconv-0.8.2.ebuild
+++ b/app-office/unoconv/unoconv-0.8.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2018-03-06 Thread Hans de Graaff
commit: e15ec790a70c03a11c37135f965dec7744b6fd7a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar  7 06:28:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar  7 06:28:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15ec790

app-office/unoconv: update HOMEPAGE

Closes: https://bugs.gentoo.org/649722
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/unoconv/unoconv-0.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild 
b/app-office/unoconv/unoconv-0.8.2.ebuild
index 15bab5d0ef5..77e0c1f8782 100644
--- a/app-office/unoconv/unoconv-0.8.2.ebuild
+++ b/app-office/unoconv/unoconv-0.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 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/";
+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"



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2017-12-11 Thread Hans de Graaff
commit: 568dced8db3f22fd53a455e260451cdbde5915ce
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 12 06:37:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 12 06:59:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568dced8

app-office/unoconv: remove live ebuild again

This got added back by a bad merge in 326360af22a1f24fca60d975e5e5aa4ab1a57d6a

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-office/unoconv/unoconv-.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/app-office/unoconv/unoconv-.ebuild 
b/app-office/unoconv/unoconv-.ebuild
deleted file mode 100644
index 38c911aa3f8..000
--- a/app-office/unoconv/unoconv-.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-EGIT_REPO_URI="https://github.com/dagwieers/unoconv.git";
-[[ ${PV} == * ]] && SCM_ECLASS="git-r3"
-inherit python-single-r1 ${SCM_ECLASS}
-unset SCM_ECLASS
-
-DESCRIPTION="Convert between document formats supported by Libreoffice"
-HOMEPAGE="http://dag.wieers.com/home-made/unoconv/";
-[[ ${PV} == * ]] || 
SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-[[ ${PV} == * ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   !app-text/odt2txt
-   virtual/ooo
-"
-
-DOCS=( ChangeLog CHANGELOG.md README.adoc )
-
-PATCHES=( "${FILESDIR}/timeout.patch" )
-
-src_compile() { :; }
-
-src_install() {
-   emake doc-install install install-links DESTDIR="${D}" || die
-   einstalldocs
-   python_fix_shebang .
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2017-12-11 Thread Hans de Graaff
commit: f5ba4bed3beed3d9f10a77586c0c528fb7b40342
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 12 06:41:11 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 12 07:00:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ba4bed

app-office/unoconv: add 0.8.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-office/unoconv/Manifest |  1 +
 app-office/unoconv/unoconv-0.8.2.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/app-office/unoconv/Manifest b/app-office/unoconv/Manifest
index 9e7da32a330..6079ed7658c 100644
--- a/app-office/unoconv/Manifest
+++ b/app-office/unoconv/Manifest
@@ -1 +1,2 @@
 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.8.2.ebuild 
b/app-office/unoconv/unoconv-0.8.2.ebuild
new file mode 100644
index 000..15bab5d0ef5
--- /dev/null
+++ b/app-office/unoconv/unoconv-0.8.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+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"
+   eapply_user
+   python_fix_shebang .
+}
+
+src_compile() { :; }
+
+src_install() {
+   emake -j1 doc-install install install-links DESTDIR="${D}" || die
+
+   dodoc ChangeLog CHANGELOG.md README.adoc || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/files/, app-office/unoconv/

2016-11-05 Thread Andreas Hüttel
commit: 326360af22a1f24fca60d975e5e5aa4ab1a57d6a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 12:09:59 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326360af

app-office/unoconv: Port to python-single-r1, bump to EAPI 6

0.7 was fixed already, do the same for .

Gentoo-bug: 597466

Package-Manager: portage-2.3.0

 app-office/unoconv/files/timeout.patch |  4 +--
 app-office/unoconv/unoconv-.ebuild | 42 ++
 2 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/app-office/unoconv/files/timeout.patch 
b/app-office/unoconv/files/timeout.patch
index f41b101..7849205 100644
--- a/app-office/unoconv/files/timeout.patch
+++ b/app-office/unoconv/files/timeout.patch
@@ -1,5 +1,5 @@
 unoconv.old2011-08-01 14:20:45.0 +0200
-+++ unoconv2011-08-01 14:21:01.0 +0200
+--- a/unoconv  2011-08-01 14:20:45.0 +0200
 b/unoconv  2011-08-01 14:21:01.0 +0200
 @@ -534,7 +534,7 @@
  unocontext = resolver.resolve("uno:%s" % 
op.connection)
  break

diff --git a/app-office/unoconv/unoconv-.ebuild 
b/app-office/unoconv/unoconv-.ebuild
new file mode 100644
index ..f498ce7
--- /dev/null
+++ b/app-office/unoconv/unoconv-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+EGIT_REPO_URI="https://github.com/dagwieers/unoconv.git";
+[[ ${PV} == * ]] && SCM_ECLASS="git-r3"
+inherit python-single-r1 ${SCM_ECLASS}
+unset SCM_ECLASS
+
+DESCRIPTION="Convert between document formats supported by Libreoffice"
+HOMEPAGE="http://dag.wieers.com/home-made/unoconv/";
+[[ ${PV} == * ]] || 
SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+[[ ${PV} == * ]] || \
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   !app-text/odt2txt
+   virtual/ooo
+"
+
+DOCS=( ChangeLog CHANGELOG.md README.adoc )
+
+PATCHES=( "${FILESDIR}/timeout.patch" )
+
+src_compile() { :; }
+
+src_install() {
+   emake doc-install install install-links DESTDIR="${D}" || die
+   einstalldocs
+   python_fix_shebang .
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2016-11-05 Thread Andreas Hüttel
commit: 9b3a6fac3d05ffdf9f73d5c083faa480284d6b07
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 12:16:59 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3a6fac

app-office/unoconv: Enable python3_{4,5}

Package-Manager: portage-2.3.0

 app-office/unoconv/unoconv-0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/unoconv/unoconv-0.7.ebuild 
b/app-office/unoconv/unoconv-0.7.ebuild
index e7719a5..cbb3bfe 100644
--- a/app-office/unoconv/unoconv-0.7.ebuild
+++ b/app-office/unoconv/unoconv-0.7.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit eutils python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/

2016-10-22 Thread Hans de Graaff
commit: 464c0348e942fc19ac051c2958c63b3c0f7d33ac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 23 06:00:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 23 06:00:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464c0348

app-office/unoconv: remove old live ebuild, fixing bug 597466

Package-Manager: portage-2.3.0

 app-office/unoconv/unoconv-.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/app-office/unoconv/unoconv-.ebuild 
b/app-office/unoconv/unoconv-.ebuild
deleted file mode 100644
index 49f8d45..
--- a/app-office/unoconv/unoconv-.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-EGIT_REPO_URI="https://github.com/dagwieers/unoconv.git";
-[[ ${PV} == * ]] && SCM_ECLASS="git-2"
-inherit eutils python ${SCM_ECLASS}
-unset SCM_ECLASS
-
-DESCRIPTION="Convert between document formats supported by Libreoffice"
-HOMEPAGE="http://dag.wieers.com/home-made/unoconv/";
-[[ ${PV} == * ]] || 
SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-[[ ${PV} == * ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   !app-text/odt2txt
-   virtual/ooo
-"
-
-pkg_setup() {
-   python_set_active_version 2
-}
-
-src_prepare() {
-   epatch "${FILESDIR}/timeout.patch"
-   python_convert_shebangs -r 2 .
-}
-
-src_compile() { :; }
-
-src_install() {
-   emake docs-install install install-links DESTDIR="${D}" || die
-}