[gentoo-commits] repo/gentoo:master commit in: x11-misc/outwiker/, profiles/

2017-07-01 Thread Michał Górny
commit: bcaf4b5672c34fe13301d5c627917308c9cfead4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  1 09:16:40 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  1 09:20:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaf4b56

x11-misc/outwiker: Remove last-rited pkg, #584170

 profiles/package.mask   |  6 ---
 x11-misc/outwiker/Manifest  |  3 --
 x11-misc/outwiker/metadata.xml  |  8 
 x11-misc/outwiker/outwiker-1.8.0.ebuild | 34 
 x11-misc/outwiker/outwiker-1.9.0.790.ebuild | 62 -
 x11-misc/outwiker/outwiker-2.0.0.794.ebuild | 62 -
 6 files changed, 175 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 14ee6e620b2..39f13c31fb4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -544,12 +544,6 @@ sci-mathematics/freemat
 # (#597532). Removal in a month.
 x11-misc/rednotebook
 
-# Pacho Ramos  (02 Jun 2017)
-# This package needs a maintainer to take care of updating this to a working
-# version not requiring obsolete wxwidgets and webkit versions (#584170).
-# Removal in a month.
-x11-misc/outwiker
-
 # Michał Górny  (25 May 2017)
 # First GTK+3 version with known regressions:
 # https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html

diff --git a/x11-misc/outwiker/Manifest b/x11-misc/outwiker/Manifest
deleted file mode 100644
index 72c15f2d864..000
--- a/x11-misc/outwiker/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST outwiker-1.8.0.tar.gz 27931330 SHA256 
b000980b7c744000f1876860c163a27b5c9513ceb04dc77f4fbe974bfdf1a060 SHA512 
d4b669383c8c1c95683e8f38617618583076f25db4c3eac778644c9bceeb1e78a7574a1dbea962e2d513e5a0349fced52608a470eb7b6c84dbf83a09c0256df6
 WHIRLPOOL 
10f0f13188a7da3bf12c15f64b23ba751d74d0fb4757cd3ab4db4d0b64a49177c0cb792f95b6dfc7d716a45b54671ca72c8642d753070e3aa071371a9f5bfea5
-DIST outwiker-1.9.0.790.tar.gz 37720668 SHA256 
37de06fe66d990ea05e1fa0ee7520ea4ffbcf1a10451ae082e9b1dbf874a7643 SHA512 
3916692b307efb1a1c44c87e19cf3e8eb8cdb4cbc07decda637ab5a5ea399ba6f5d2e5c1b4c528bc4238ab66cb8fdf5954fc9a21185f25fbb6e886a5ca1be7c9
 WHIRLPOOL 
ec9ecbc58fb3e6f4dbe3ad8f69486933304a79ba7b639cc81abdca2e0a6ac4dd31805dbcc3a7118e5bfc39f5dcdf15feb93485618104adf572f424a6fd986d50
-DIST outwiker-2.0.0.794.tar.gz 40689962 SHA256 
6de40d9307a3ec0f3fb32f7f6039351122c34fa96ebb4b54bda70115bc2c0b1b SHA512 
2ecd63af7ba7751028c7da49f298c15478fa2366206a899edd1de0dbe76a5422a0f58e0c455b5bc58738cbcd42a939c8d7c329cdc912b8cec955ad7cca12171e
 WHIRLPOOL 
8253189e9859983d6a3ed82f442d543e035b0368d2be50e0198ba54d598fda0c50eb0243c17f984cad4bd6c6372d4554b027230fa0645d53d88daa28ed5a0ce6

diff --git a/x11-misc/outwiker/metadata.xml b/x11-misc/outwiker/metadata.xml
deleted file mode 100644
index dbbca3fa6f6..000
--- a/x11-misc/outwiker/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-Jenyay/outwiker
-  
-

diff --git a/x11-misc/outwiker/outwiker-1.8.0.ebuild 
b/x11-misc/outwiker/outwiker-1.8.0.ebuild
deleted file mode 100644
index 7eef8419833..000
--- a/x11-misc/outwiker/outwiker-1.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-r1
-
-DESCRIPTION="The tree notes organizer"
-HOMEPAGE="http://jenyay.net/Outwiker/English;
-SRC_URI="https://github.com/Jenyay/${PN}/archive/stable_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-python/pywebkitgtk[${PYTHON_USEDEP}]
-   dev-python/wxpython:2.8[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   x11-misc/xdg-utils
-   x11-themes/hicolor-icon-theme
-"
-
-S="${WORKDIR}/${PN}-stable_${PV}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
-   # fix desktop file
-   sed -i -e 's/Application;//' outwiker.desktop || die 'sed on 
outwiker.desktop failed'
-
-   epatch_user
-}

diff --git a/x11-misc/outwiker/outwiker-1.9.0.790.ebuild 
b/x11-misc/outwiker/outwiker-1.9.0.790.ebuild
deleted file mode 100644
index 9732077436c..000
--- a/x11-misc/outwiker/outwiker-1.9.0.790.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-r1
-
-DESCRIPTION="The tree notes organizer"
-HOMEPAGE="http://jenyay.net/Outwiker/English;
-SRC_URI="https://github.com/Jenyay/${PN}/archive/release_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-python/pyenchant[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: x11-misc/outwiker/

2016-12-13 Thread Sergey Popov
commit: 78a4d0114228c78343e1df9230595a86151f2570
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Dec 13 14:33:40 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Dec 13 14:36:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a4d011

x11-misc/outwiker: drop maintainership

Package-Manager: portage-2.3.2

 x11-misc/outwiker/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/outwiker/metadata.xml b/x11-misc/outwiker/metadata.xml
index c31acb5..dbbca3f 100644
--- a/x11-misc/outwiker/metadata.xml
+++ b/x11-misc/outwiker/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pinkb...@gentoo.org
-Sergey Popov
-  
+  
   
 Jenyay/outwiker
   



[gentoo-commits] repo/gentoo:master commit in: x11-misc/outwiker/

2016-06-18 Thread Sergey Popov
commit: e3659127f1d87ce2b45161c927857d3a09cb9410
Author: Sergey Popov  gentoo  org>
AuthorDate: Sat Jun 18 19:48:01 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Sat Jun 18 19:48:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3659127

x11-misc/outwiker: version bump

Unstable version, WIP, causes crashes inside wxwidgets stuff

Gentoo-Bug: 584170

Package-Manager: portage-2.3.0_rc1

 x11-misc/outwiker/Manifest  |  1 +
 x11-misc/outwiker/outwiker-2.0.0.794.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/x11-misc/outwiker/Manifest b/x11-misc/outwiker/Manifest
index 5b366f2..72c15f2 100644
--- a/x11-misc/outwiker/Manifest
+++ b/x11-misc/outwiker/Manifest
@@ -1,2 +1,3 @@
 DIST outwiker-1.8.0.tar.gz 27931330 SHA256 
b000980b7c744000f1876860c163a27b5c9513ceb04dc77f4fbe974bfdf1a060 SHA512 
d4b669383c8c1c95683e8f38617618583076f25db4c3eac778644c9bceeb1e78a7574a1dbea962e2d513e5a0349fced52608a470eb7b6c84dbf83a09c0256df6
 WHIRLPOOL 
10f0f13188a7da3bf12c15f64b23ba751d74d0fb4757cd3ab4db4d0b64a49177c0cb792f95b6dfc7d716a45b54671ca72c8642d753070e3aa071371a9f5bfea5
 DIST outwiker-1.9.0.790.tar.gz 37720668 SHA256 
37de06fe66d990ea05e1fa0ee7520ea4ffbcf1a10451ae082e9b1dbf874a7643 SHA512 
3916692b307efb1a1c44c87e19cf3e8eb8cdb4cbc07decda637ab5a5ea399ba6f5d2e5c1b4c528bc4238ab66cb8fdf5954fc9a21185f25fbb6e886a5ca1be7c9
 WHIRLPOOL 
ec9ecbc58fb3e6f4dbe3ad8f69486933304a79ba7b639cc81abdca2e0a6ac4dd31805dbcc3a7118e5bfc39f5dcdf15feb93485618104adf572f424a6fd986d50
+DIST outwiker-2.0.0.794.tar.gz 40689962 SHA256 
6de40d9307a3ec0f3fb32f7f6039351122c34fa96ebb4b54bda70115bc2c0b1b SHA512 
2ecd63af7ba7751028c7da49f298c15478fa2366206a899edd1de0dbe76a5422a0f58e0c455b5bc58738cbcd42a939c8d7c329cdc912b8cec955ad7cca12171e
 WHIRLPOOL 
8253189e9859983d6a3ed82f442d543e035b0368d2be50e0198ba54d598fda0c50eb0243c17f984cad4bd6c6372d4554b027230fa0645d53d88daa28ed5a0ce6

diff --git a/x11-misc/outwiker/outwiker-2.0.0.794.ebuild 
b/x11-misc/outwiker/outwiker-2.0.0.794.ebuild
new file mode 100644
index 000..6c24160
--- /dev/null
+++ b/x11-misc/outwiker/outwiker-2.0.0.794.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-r1
+
+DESCRIPTION="The tree notes organizer"
+HOMEPAGE="http://jenyay.net/Outwiker/English;
+SRC_URI="https://github.com/Jenyay/${PN}/archive/unstable_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="" # Keywords are dropped, cause this version cause a LOT of crashes
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+   x11-libs/wxGTK:3.0[webkit]
+   x11-misc/xdg-utils
+   x11-themes/hicolor-icon-theme
+"
+
+S="${WORKDIR}/${PN}-unstable_${PV}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_prepare() {
+   # fix desktop file
+   sed -i -e 's/Application;//' 
need_for_build/debian_debsource/outwiker.desktop || die 'sed on 
outwiker.desktop failed'
+
+   eapply_user
+}
+
+src_compile() { :; }
+
+src_install() {
+   # Do not install tests
+   rm -r src/test*
+
+   insinto "/usr/share/${PN}"
+   doins -r src/*
+   dobin "need_for_build/debian_debsource/${PN}"
+
+   domenu "need_for_build/debian_debsource/${PN}.desktop"
+   dodoc README README.md
+
+   # Install mans
+   doman need_for_build/debian_debsource/man/man1/${PN}.1
+   insinto /usr/share/man/ru/man1
+   doins need_for_build/debian_debsource/man/ru/man1/${PN}.1
+
+   # Install icons
+   doicon "images/${PN}.xpm"
+   newicon -s scalable "images/${PN}.svg" "${PN}.svg"
+   for i in 16 22 24 32 48 64 128 256; do
+   newicon -s $i "images/${PN}_$i.png" "${PN}.png"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/outwiker/

2016-06-18 Thread Sergey Popov
commit: ffb13985985338cce61ed7077b03324639ba3768
Author: Sergey Popov  gentoo  org>
AuthorDate: Sat Jun 18 16:17:45 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Sat Jun 18 16:19:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb13985

x11-misc/outwiker: version bump

Set SLOT on wxpython dependency

Gentoo-Bug: 571488
Gentoo-Bug: 584170

Package-Manager: portage-2.3.0_rc1

 x11-misc/outwiker/Manifest  |  1 +
 x11-misc/outwiker/outwiker-1.8.0.ebuild |  2 +-
 x11-misc/outwiker/outwiker-1.9.0.790.ebuild | 63 +
 3 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/x11-misc/outwiker/Manifest b/x11-misc/outwiker/Manifest
index 2afbb84..5b366f2 100644
--- a/x11-misc/outwiker/Manifest
+++ b/x11-misc/outwiker/Manifest
@@ -1 +1,2 @@
 DIST outwiker-1.8.0.tar.gz 27931330 SHA256 
b000980b7c744000f1876860c163a27b5c9513ceb04dc77f4fbe974bfdf1a060 SHA512 
d4b669383c8c1c95683e8f38617618583076f25db4c3eac778644c9bceeb1e78a7574a1dbea962e2d513e5a0349fced52608a470eb7b6c84dbf83a09c0256df6
 WHIRLPOOL 
10f0f13188a7da3bf12c15f64b23ba751d74d0fb4757cd3ab4db4d0b64a49177c0cb792f95b6dfc7d716a45b54671ca72c8642d753070e3aa071371a9f5bfea5
+DIST outwiker-1.9.0.790.tar.gz 37720668 SHA256 
37de06fe66d990ea05e1fa0ee7520ea4ffbcf1a10451ae082e9b1dbf874a7643 SHA512 
3916692b307efb1a1c44c87e19cf3e8eb8cdb4cbc07decda637ab5a5ea399ba6f5d2e5c1b4c528bc4238ab66cb8fdf5954fc9a21185f25fbb6e886a5ca1be7c9
 WHIRLPOOL 
ec9ecbc58fb3e6f4dbe3ad8f69486933304a79ba7b639cc81abdca2e0a6ac4dd31805dbcc3a7118e5bfc39f5dcdf15feb93485618104adf572f424a6fd986d50

diff --git a/x11-misc/outwiker/outwiker-1.8.0.ebuild 
b/x11-misc/outwiker/outwiker-1.8.0.ebuild
index 013cb1c..9a37a5d 100644
--- a/x11-misc/outwiker/outwiker-1.8.0.ebuild
+++ b/x11-misc/outwiker/outwiker-1.8.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
dev-python/pywebkitgtk[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
+   dev-python/wxpython:2.8[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
x11-misc/xdg-utils
x11-themes/hicolor-icon-theme

diff --git a/x11-misc/outwiker/outwiker-1.9.0.790.ebuild 
b/x11-misc/outwiker/outwiker-1.9.0.790.ebuild
new file mode 100644
index 000..c9cba69
--- /dev/null
+++ b/x11-misc/outwiker/outwiker-1.9.0.790.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-r1
+
+DESCRIPTION="The tree notes organizer"
+HOMEPAGE="http://jenyay.net/Outwiker/English;
+SRC_URI="https://github.com/Jenyay/${PN}/archive/release_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pywebkitgtk[${PYTHON_USEDEP}]
+   dev-python/wxpython:2.8[${PYTHON_USEDEP}]
+   x11-misc/xdg-utils
+   x11-themes/hicolor-icon-theme
+"
+
+S="${WORKDIR}/${PN}-release_${PV}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_prepare() {
+   # fix desktop file
+   sed -i -e 's/Application;//' outwiker.desktop || die 'sed on 
outwiker.desktop failed'
+
+   eapply_user
+}
+
+src_compile() { :; }
+
+src_install() {
+   # Do not install tests
+   rm -r src/test*
+
+   insinto "/usr/share/${PN}"
+   doins -r src/*
+   dobin "${PN}"
+
+   domenu "${PN}.desktop"
+   dodoc README README.md
+
+   # Install mans
+   doman man/man1/${PN}.1
+   insinto /usr/share/man/ru/man1
+   doins man/ru/man1/${PN}.1
+
+   # Install icons
+   doicon "images/${PN}.xpm"
+   newicon -s scalable "images/${PN}.svg" "${PN}.svg"
+   for i in 16 22 24 32 48 64 128 256; do
+   newicon -s $i "images/${PN}_$i.png" "${PN}.png"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/outwiker/

2016-01-14 Thread Sergey Popov
commit: 984ff94d7a5b1faf22bc882410c95e9f6455b5d5
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Jan 14 12:08:16 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Jan 14 12:10:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984ff94d

x11-misc/outwiker: drop old version

Package-Manager: portage-2.2.26

 x11-misc/outwiker/Manifest  |  1 -
 x11-misc/outwiker/outwiker-1.7.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/x11-misc/outwiker/Manifest b/x11-misc/outwiker/Manifest
index e83be6b..2afbb84 100644
--- a/x11-misc/outwiker/Manifest
+++ b/x11-misc/outwiker/Manifest
@@ -1,2 +1 @@
-DIST outwiker-1.7.0-src-full.tar.gz 17740708 SHA256 
63adca029e5f2384bb2e865bc72b1a89dc78f2495396acb519a4aa663a4dc29c SHA512 
9b776010847f91302c4469462124b7c986bb9fe58ff998c5979f00ab1ba03064fb8f89135406ad050346cae5a3403742e173561193f0c7c7676859d80a613d6f
 WHIRLPOOL 
0e95b6548c1185ec06233e612019ea8487aefab6215daf5142455906c7bc0d38e71aa5c4a4c9d166a4f5a219435019de9004a1711033e9057e4602154e4d75b7
 DIST outwiker-1.8.0.tar.gz 27931330 SHA256 
b000980b7c744000f1876860c163a27b5c9513ceb04dc77f4fbe974bfdf1a060 SHA512 
d4b669383c8c1c95683e8f38617618583076f25db4c3eac778644c9bceeb1e78a7574a1dbea962e2d513e5a0349fced52608a470eb7b6c84dbf83a09c0256df6
 WHIRLPOOL 
10f0f13188a7da3bf12c15f64b23ba751d74d0fb4757cd3ab4db4d0b64a49177c0cb792f95b6dfc7d716a45b54671ca72c8642d753070e3aa071371a9f5bfea5

diff --git a/x11-misc/outwiker/outwiker-1.7.0.ebuild 
b/x11-misc/outwiker/outwiker-1.7.0.ebuild
deleted file mode 100644
index 8cdf33b..000
--- a/x11-misc/outwiker/outwiker-1.7.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_DEPEND="2:2.7"
-inherit python
-
-DESCRIPTION="The tree notes organizer"
-HOMEPAGE="http://jenyay.net/Outwiker/English;
-SRC_URI="http://jenyay.net/uploads/Soft/Outwiker/${P}-src-full.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pywebkitgtk
-   dev-python/wxpython"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   # fix desktop file
-   sed -i -e 's/Application;//' outwiker.desktop || die 'sed on 
outwiker.desktop failed'
-}
-
-src_compile() { :; }
-
-pkg_postinst() {
-   python_mod_optimize "${ED}/usr/share/${PN}"
-}
-
-pkg_postrm() {
-   python_mod_cleanup "${ED}/usr/share/${PN}"
-}