[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/

2021-07-05 Thread Mike Auty
commit: b7304c3e62a44b162b1b0977b7887f5e8edf692b
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Jul  5 20:13:01 2021 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Jul  5 20:17:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7304c3e

dev-python/mypy_extensions: Remove broken doc USE flag

Not bumping because it would fail to install with the USE flag set

Closes: https://bugs.gentoo.org/800163
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild 
b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild
index 2fcf5b51dcc..472779e6b05 100644
--- a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild
+++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild
@@ -25,9 +25,6 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 distutils_enable_tests unittest
-distutils_enable_sphinx docs \
-   dev-python/sphinx \
-   dev-python/sphinx_rtd_theme
 
 python_test() {
"${PYTHON}" -m unittest discover tests -v || die "tests fail with 
${EPYTHON}"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/files/, net-analyzer/scapy/

2021-03-03 Thread Mike Auty
commit: c6262bf324688e9a2b5e9564d3e8fb4fca5bbe9e
Author: Mike Auty  gentoo  org>
AuthorDate: Wed Mar  3 21:02:48 2021 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Wed Mar  3 21:05:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6262bf3

net-analyzer/scapy: Fix libc library search

Closes: https://bugs.gentoo.org/774084
Signed-off-by: Mike Auty  gentoo.org>

 net-analyzer/scapy/files/scapy-2.4.4-libc.patch | 13 +
 .../scapy/{scapy-2.4.4.ebuild => scapy-2.4.4-r1.ebuild} |  4 +++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/files/scapy-2.4.4-libc.patch 
b/net-analyzer/scapy/files/scapy-2.4.4-libc.patch
new file mode 100644
index 000..dd27896b565
--- /dev/null
+++ b/net-analyzer/scapy/files/scapy-2.4.4-libc.patch
@@ -0,0 +1,13 @@
+diff --git a/scapy/arch/bpf/core.py b/scapy/arch/bpf/core.py
+index 0ebdb53..c74902a 100644
+--- a/scapy/arch/bpf/core.py
 b/scapy/arch/bpf/core.py
+@@ -27,7 +27,7 @@ from scapy.modules.six.moves import range
+ 
+ # ctypes definitions
+ 
+-LIBC = cdll.LoadLibrary(find_library("libc"))
++LIBC = cdll.LoadLibrary(find_library("c"))
+ LIBC.ioctl.argtypes = [c_int, c_ulong, c_char_p]
+ LIBC.ioctl.restype = c_int
+ 

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild 
b/net-analyzer/scapy/scapy-2.4.4-r1.ebuild
similarity index 93%
rename from net-analyzer/scapy/scapy-2.4.4.ebuild
rename to net-analyzer/scapy/scapy-2.4.4-r1.ebuild
index efc71e5bac2..ebda6205e3b 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,6 +29,8 @@ Scapy has optional support for the following packages:
See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
 "
 
+PATCHES=("${FILESDIR}/${P}-libc.patch")
+
 src_prepare() {
if ! [[ -f ${PN}/VERSION ]]; then
echo ${PV} > ${PN}/VERSION || die



[gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/, app-crypt/xca/files/

2021-02-27 Thread Mike Auty
commit: bb305819a4c39bb9a0da7f248a9ebbedc3097c7a
Author: Mike Auty  gentoo  org>
AuthorDate: Sat Feb 27 19:30:00 2021 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Feb 27 19:31:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb305819

app-crypt/xca: Bump stable for 733000

Closes: https://bugs.gentoo.org/733000
Signed-off-by: Mike Auty  gentoo.org>

 ...ca-bug-733000.patch => xca-2.1.2-bug-733000.patch} | 19 +++
 ...ca-bug-733000.patch => xca-2.3.0-bug-733000.patch} |  0
 .../xca/{xca-2.3.0.ebuild => xca-2.1.2-r1.ebuild} | 15 +--
 app-crypt/xca/xca-2.3.0.ebuild|  2 +-
 4 files changed, 17 insertions(+), 19 deletions(-)

diff --git a/app-crypt/xca/files/xca-bug-733000.patch 
b/app-crypt/xca/files/xca-2.1.2-bug-733000.patch
similarity index 55%
copy from app-crypt/xca/files/xca-bug-733000.patch
copy to app-crypt/xca/files/xca-2.1.2-bug-733000.patch
index 044575475c8..3e17a8aa9a9 100644
--- a/app-crypt/xca/files/xca-bug-733000.patch
+++ b/app-crypt/xca/files/xca-2.1.2-bug-733000.patch
@@ -1,10 +1,13 @@
 diff --git a/doc/Makefile b/doc/Makefile
-index d481c5a..dc5b49a 100644
+index 7c9a643..f88c209 100644
 --- a/doc/Makefile
 +++ b/doc/Makefile
-@@ -5,13 +5,9 @@ endif
+@@ -3,15 +3,11 @@ TOPDIR=..
+ BUILD=..
+ endif
  
- DELFILES=xca*.html xca.1.gz changelog.html database_schema.html
+-DELFILES=xca*.html xca.1.gz changelog.html database_schema.html
++DELFILES=xca*.html changelog.html database_schema.html
  
 -doc: xca.1.gz xca.html changelog.html database_schema.html
 +doc: xca.1 xca.html changelog.html database_schema.html
@@ -18,11 +21,11 @@ index d481c5a..dc5b49a 100644
rm -f xca*.html
echo 'The documentation for XCA can be viewed online at: http://hohnstaedt.de/documentation;>http://hohnstaedt.de/documentation.'
 > $@
 @@ -23,7 +19,7 @@ install: $(doc)
-   $(ENABLE_DOC)install -m 755 -d $(DESTDIR)$(htmldir)
-   $(ENABLE_DOC)install -m 644 xca*.html $(DESTDIR)$(htmldir)
-   install -m 755 -d $(DESTDIR)$(mandir)/man1
--  install -m 644 *.1.gz $(DESTDIR)/$(mandir)/man1
-+  install -m 644 *.1 $(DESTDIR)/$(mandir)/man1
+   $(ENABLE_DOC)install -m 755 -d $(destdir)$(htmldir)
+   $(ENABLE_DOC)install -m 644 xca*.html $(destdir)$(htmldir)
+   install -m 755 -d $(destdir)$(mandir)/man1
+-  install -m 644 *.1.gz $(destdir)/$(mandir)/man1
++  install -m 644 *.1 $(destdir)/$(mandir)/man1
  
  app: xca.html
mkdir -p $(APPDIR)/Resources

diff --git a/app-crypt/xca/files/xca-bug-733000.patch 
b/app-crypt/xca/files/xca-2.3.0-bug-733000.patch
similarity index 100%
rename from app-crypt/xca/files/xca-bug-733000.patch
rename to app-crypt/xca/files/xca-2.3.0-bug-733000.patch

diff --git a/app-crypt/xca/xca-2.3.0.ebuild b/app-crypt/xca/xca-2.1.2-r1.ebuild
similarity index 84%
copy from app-crypt/xca/xca-2.3.0.ebuild
copy to app-crypt/xca/xca-2.1.2-r1.ebuild
index 556779ccf8e..28e0f2da477 100644
--- a/app-crypt/xca/xca-2.3.0.ebuild
+++ b/app-crypt/xca/xca-2.1.2-r1.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}/${PN}-1.0.0-desktop.patch"
-   "${FILESDIR}/${PN}-bug-73300.patch"
+   "${FILESDIR}/${P}-bug-733000.patch"
 )
 
 src_configure() {
@@ -37,35 +37,30 @@ src_configure() {
STRIP=true
 }
 
-src_prepare() {
-   sed '/^CFLAGS/s@-O2 -ggdb@@' -i Local.mak.in || die
-   default
-}
-
 src_compile() {
# enforce all to avoid the automatic silent rules
emake all
 }
 
 src_install() {
-   default
+   # non standard destdir
+   emake install destdir="${ED}"
+   einstalldocs
 
insinto /etc/xca
doins misc/*.txt
 
ewarn "Make a backup copy of your database!"
-   ewarn "Version 2 completely changes the database format to SQL(ite)"
+   ewarn "This version completely changes the database format to SQL(ite)"
ewarn "Don't try to open it with older versions of XCA (< 1.4.0). They 
will corrupt the database."
 }
 
 pkg_postinst() {
-   xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
-   xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
 }

diff --git a/app-crypt/xca/xca-2.3.0.ebuild b/app-crypt/xca/xca-2.3.0.ebuild
index 556779ccf8e..c7ef3f20b62 100644
--- a/app-crypt/xca/xca-2.3.0.ebuild
+++ b/app-crypt/xca/xca-2.3.0.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}/${PN}-1.0.0-desktop.patch"
-   "${FILESDIR}/${PN}-bug-73300.patch"
+   "${FILESDIR}/${P}-bug-733000.patch"
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/files/, app-crypt/xca/

2021-02-27 Thread Mike Auty
commit: cf9c9af46fbc95833c3c2a7bab002ca77f498a4d
Author: Mike Auty  gentoo  org>
AuthorDate: Sat Feb 27 19:06:22 2021 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Feb 27 19:07:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9c9af4

app-crypt/xca: Fix documentation issue

Bug: https://bugs.gentoo.org/733000
Signed-off-by: Mike Auty  gentoo.org>

 app-crypt/xca/Manifest   |  1 -
 app-crypt/xca/files/xca-bug-733000.patch | 28 ++
 app-crypt/xca/xca-2.2.1.ebuild   | 65 
 app-crypt/xca/xca-2.3.0.ebuild   |  1 +
 4 files changed, 29 insertions(+), 66 deletions(-)

diff --git a/app-crypt/xca/Manifest b/app-crypt/xca/Manifest
index 7771e5c89ed..d08bc8bc9be 100644
--- a/app-crypt/xca/Manifest
+++ b/app-crypt/xca/Manifest
@@ -1,3 +1,2 @@
 DIST xca-2.1.2.tar.gz 1086563 BLAKE2B 
d48727fffad16d840633af6e0ee38a279978a5b865eb6f391a3d852a0105817254ea0a4780875f2956e1f7e9931e6930c6ffbe82b117dbf8ad0058ec9d6f5c88
 SHA512 
1f104a22b83b802576b4820b7139971da50f9b3dd70aca8e1199e996bad4379b8681bb31b197b84a3dfa49cef4ae093f6622d15fac9667547ff47af43c1e5f07
-DIST xca-2.2.1.tar.gz 1339412 BLAKE2B 
5d3e33a711919d85bc3457ddd596f2272f0136d96290aeb31e6d03ea86faff00be3590862e4c96d9214542db1bd536d0d22c6c04cd5071b253bbefe3ab3f4f56
 SHA512 
90eaf4a859779d57a4c0201dc403d67e005bd540145b9f543e13b8d5c42199f2ea05543de24b071d19a0db8e5b1e9f3bef2aea4bfe9f71f81007a5f5bb3ba406
 DIST xca-2.3.0.tar.gz 1354154 BLAKE2B 
31a4ac96819e8d2f7e5f623cc343f0cbff18c931ed0699dbe093dcb963c3431a3943c4dcd8f3d727896104c05a565d062b9678169bf2a8d3f7cf7748c311b53b
 SHA512 
35522aa308e1022a739f3255f13fcf63f481000f9b7411027a009a185e33ddceeb5cf9b55406a4899d2393c7e5ace10354ff24b3b2b0c3045d110f679756b0b8

diff --git a/app-crypt/xca/files/xca-bug-733000.patch 
b/app-crypt/xca/files/xca-bug-733000.patch
new file mode 100644
index 000..044575475c8
--- /dev/null
+++ b/app-crypt/xca/files/xca-bug-733000.patch
@@ -0,0 +1,28 @@
+diff --git a/doc/Makefile b/doc/Makefile
+index d481c5a..dc5b49a 100644
+--- a/doc/Makefile
 b/doc/Makefile
+@@ -5,13 +5,9 @@ endif
+ 
+ DELFILES=xca*.html xca.1.gz changelog.html database_schema.html
+ 
+-doc: xca.1.gz xca.html changelog.html database_schema.html
++doc: xca.1 xca.html changelog.html database_schema.html
+ include $(TOPDIR)/Rules.mak
+ 
+-%.1.gz: %.1
+-  @$(PRINT) "  MAN[$(BASENAME)] $@"
+-  gzip -9 <$^ >$@
+-
+ xca.html: xca.sgml
+   rm -f xca*.html
+   echo 'The documentation for XCA can be viewed online at: http://hohnstaedt.de/documentation;>http://hohnstaedt.de/documentation.'
 > $@
+@@ -23,7 +19,7 @@ install: $(doc)
+   $(ENABLE_DOC)install -m 755 -d $(DESTDIR)$(htmldir)
+   $(ENABLE_DOC)install -m 644 xca*.html $(DESTDIR)$(htmldir)
+   install -m 755 -d $(DESTDIR)$(mandir)/man1
+-  install -m 644 *.1.gz $(DESTDIR)/$(mandir)/man1
++  install -m 644 *.1 $(DESTDIR)/$(mandir)/man1
+ 
+ app: xca.html
+   mkdir -p $(APPDIR)/Resources

diff --git a/app-crypt/xca/xca-2.2.1.ebuild b/app-crypt/xca/xca-2.2.1.ebuild
deleted file mode 100644
index 321c828980a..000
--- a/app-crypt/xca/xca-2.2.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit xdg-utils
-
-DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests 
etc"
-HOMEPAGE="https://hohnstaedt.de/xca/;
-SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bindist doc libressl"
-
-RDEPEND="
-   dev-libs/libltdl:0=
-   dev-qt/qtgui:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   !libressl? ( dev-libs/openssl:0=[bindist=] )
-   libressl? ( >=dev-libs/libressl-2.7.0:0= )
-   doc? ( app-text/linuxdoc-tools )"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.0.0-desktop.patch"
-)
-
-src_configure() {
-   econf \
-   --with-qt-version=5 \
-   $(use_enable doc) \
-   STRIP=true
-}
-
-src_compile() {
-   # enforce all to avoid the automatic silent rules
-   emake all
-}
-
-src_install() {
-   # non standard destdir
-   emake install destdir="${ED}"
-   einstalldocs
-
-   insinto /etc/xca
-   doins misc/*.txt
-
-   ewarn "Make a backup copy of your database!"
-   ewarn "Version 2 completely changes the database format to SQL(ite)"
-   ewarn "Don't try to open it with older versions of XCA (< 1.4.0). They 
will corrupt the database."
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_databa

[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/

2021-02-14 Thread Mike Auty
commit: 4514d892d9c0f25f2796cb6ad2f8520e223d017e
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Feb 14 17:37:32 2021 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Feb 14 17:39:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4514d892

dev-util/bless: Bump to 0.6.3.  Fixes #769581

Signed-off-by: Mike Auty  gentoo.org>

 dev-util/bless/Manifest   |  1 +
 dev-util/bless/bless-0.6.3.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest
index 06151ce3678..86019b44a9d 100644
--- a/dev-util/bless/Manifest
+++ b/dev-util/bless/Manifest
@@ -1 +1,2 @@
 DIST bless-0.6.2.tar.gz 514695 BLAKE2B 
2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406
 SHA512 
3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5
+DIST bless-0.6.3.tar.gz 532687 BLAKE2B 
ce710ba1883fff9f0f77ca08c02573a3de756e9a2b6cdfad9dffd8d00c1d89648fc68218dd322f9e1ab6e0b42d205148c4a1d99546ba42b58689fe58511b7ed8
 SHA512 
22841b6f1b923ebfc7952ad9233cffb30df4ecb22a655f6461ff3cc97066a8c68ffc6bbd88e4fd83c345226928ed08c557f2f322942766da61bcd2b2c7f7d3cb

diff --git a/dev-util/bless/bless-0.6.3.ebuild 
b/dev-util/bless/bless-0.6.3.ebuild
new file mode 100644
index 000..1d4264121f8
--- /dev/null
+++ b/dev-util/bless/bless-0.6.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit meson gnome2
+
+DESCRIPTION="GTK# Hex Editor"
+HOMEPAGE="https://github.com/afrantzis/Bless/;
+SRC_URI="https://github.com/afrantzis/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+# EGIT_REPO_URI="https://github.com/afrantzis/bless/;
+# EGIT_COMMIT="v${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug test"
+
+RDEPEND="
+   >=dev-util/meson-0.46
+   >=dev-lang/mono-1.1.14
+   >=dev-dotnet/gtk-sharp-2.12.21:2
+"
+DEPEND="${RDEPEND}
+   app-text/rarian
+   >=sys-devel/gettext-0.15
+   virtual/pkgconfig
+"
+
+# See bug 278162
+# Waiting on nunit ebuild entering the tree
+RESTRICT="test"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   )
+
+   meson_src_configure
+}
+
+src_compile() {
+   meson_src_compile
+}
+
+src_install() {
+   meson_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-12-31 Thread Mike Auty
commit: 36a013b43b9b691d67cb9add43f5e75c04389d03
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Dec 31 11:40:17 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Dec 31 11:40:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a013b4

net-analyzer/scapy: Fix issue 751679 for  ebuild too.

Signed-off-by: Mike Auty  gentoo.org>

 net-analyzer/scapy/scapy-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index c8c5cfe91e8..3b658780d77 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-12-31 Thread Mike Auty
commit: 6541235427d9938fd1da32a05a9eea723bbfb4bb
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Dec 31 11:34:45 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Dec 31 11:34:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65412354

net-analyzer/scapy: Fix bug 751679

Signed-off-by: Mike Auty  gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild 
b/net-analyzer/scapy/scapy-2.4.4.ebuild
index 18754dd9faa..8e4a5ba64ef 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/

2020-12-29 Thread Mike Auty
commit: 2083f13d46be3c03cee8d5e355ede7bd1a75cfe3
Author: Mike Auty  gentoo  org>
AuthorDate: Tue Dec 29 16:44:27 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Dec 29 16:46:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2083f13d

app-crypt/ophcrack: Fix missing expat dependency

Signed-off-by: Mike Auty  gentoo.org>

 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild 
b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index 02782e37778..d3623f2b5da 100644
--- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit desktop toolchain-funcs
 
 DESCRIPTION="A time-memory-trade-off-cracker"
-HOMEPAGE="http://ophcrack.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://ophcrack.sourceforge.io/;
+SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -17,6 +17,7 @@ IUSE="debug libressl qt5 +tables"
 DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
+   dev-libs/expat
net-libs/netwib
qt5? (
dev-qt/qtcharts:5



[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/, dev-util/bless/files/

2020-08-04 Thread Mike Auty
commit: 35e74a126cee1741c98a8324ea272ee53395e20f
Author: Mike Auty  gentoo  org>
AuthorDate: Tue Aug  4 14:11:09 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Aug  4 14:13:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e74a12

dev-util/bless: Disambiguate Range

Also removes very old versions of bless

Closes: https://bugs.gentoo.org/733166
Signed-off-by: Mike Auty  gentoo.org>

 dev-util/bless/Manifest|   1 -
 dev-util/bless/bless-0.6.0-r3.ebuild   |  52 --
 dev-util/bless/bless-0.6.0-r4.ebuild   |  52 --
 dev-util/bless/bless-0.6.2-r1.ebuild   |   3 +-
 dev-util/bless/files/bless-0.6.0-docpath.patch |  71 
 dev-util/bless/files/bless-0.6.0-mono-4.patch  |  36 
 dev-util/bless/files/bless-0.6.0-pixmap.patch  |  20 --
 .../files/bless-0.6.2-range-disambiguation.patch   | 202 +
 8 files changed, 204 insertions(+), 233 deletions(-)

diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest
index befbc79aed6..06151ce3678 100644
--- a/dev-util/bless/Manifest
+++ b/dev-util/bless/Manifest
@@ -1,2 +1 @@
-DIST bless-0.6.0.tar.gz 745694 BLAKE2B 
eb23edf3fd9c45b9848810ff022a7e9b7d760c2226bbbaf63d69ee45754d085eb105c4951c0d57fce7b284c6b0a8fb9b7e061219a55d109c9ef844b61c35
 SHA512 
69d2279b64503b97c8a67991c2a7a527d872835e3acfad7eafa8d87e376d2cecf3fa27de9e12726680a8f3c8ac92b888a4895a1f342c4beeaceef9e1f3ededdb
 DIST bless-0.6.2.tar.gz 514695 BLAKE2B 
2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406
 SHA512 
3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5

diff --git a/dev-util/bless/bless-0.6.0-r3.ebuild 
b/dev-util/bless/bless-0.6.0-r3.ebuild
deleted file mode 100644
index d4c3ef7205f..000
--- a/dev-util/bless/bless-0.6.0-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2 mono-env
-
-DESCRIPTION="GTK# Hex Editor"
-HOMEPAGE="https://github.com/bwrsandman/Bless/;
-SRC_URI="https://dev.gentoo.org/~ikelos/devoverlay-distfiles/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   >=dev-lang/mono-1.1.14
-   >=dev-dotnet/gtk-sharp-2.12.21
-"
-DEPEND="${RDEPEND}
-   app-text/rarian
-   >=sys-devel/gettext-0.15
-   virtual/pkgconfig
-"
-
-# See bug 278162
-# Waiting on nunit ebuild entering the tree
-RESTRICT="test"
-
-pkg_setup() {
-   # Stolen from enlightenment.eclass
-   cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
-   sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
-
-   mono-env_pkg_setup
-}
-
-src_prepare() {
-   einfo "Running gettextize -f --no-changelog..."
-   ( "${T}/gettextize" -f --no-changelog > /dev/null ) || die "gettexize 
failed"
-   eapply "${FILESDIR}/${P}-pixmap.patch"
-   eapply "${FILESDIR}/${P}-docpath.patch"
-   eapply "${FILESDIR}/${P}-mono-4.patch"
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-unix-specific \
-   $(use_enable debug)
-}

diff --git a/dev-util/bless/bless-0.6.0-r4.ebuild 
b/dev-util/bless/bless-0.6.0-r4.ebuild
deleted file mode 100644
index e7ae88c0e92..000
--- a/dev-util/bless/bless-0.6.0-r4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2 mono-env
-
-DESCRIPTION="GTK# Hex Editor"
-HOMEPAGE="https://github.com/bwrsandman/Bless/;
-SRC_URI="https://dev.gentoo.org/~ikelos/devoverlay-distfiles/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   >=dev-lang/mono-1.1.14
-   >=dev-dotnet/gtk-sharp-2.12.21:2
-"
-DEPEND="${RDEPEND}
-   app-text/rarian
-   >=sys-devel/gettext-0.15
-   virtual/pkgconfig
-"
-
-# See bug 278162
-# Waiting on nunit ebuild entering the tree
-RESTRICT="test"
-
-pkg_setup() {
-   # Stolen from enlightenment.eclass
-   cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
-   sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
-
-   mono-env_pkg_setup
-}
-
-src_prepare() {
-   einfo "Running gettextize -f --no-changelog..."
-   ( "${T}/gettextize" -f --no-changelog > /dev/null

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/

2020-07-12 Thread Mike Auty
commit: c61767d3aad6e3da0cfa00f77cd4bbcb0fae1b9d
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jul 12 20:14:21 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jul 12 20:15:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61767d3

dev-libs/libnfc: Fix HTML docs (thanks to Jesper Saxtorph)

Closes: https://bugs.gentoo.org/724552
Signed-off-by: Mike Auty  gentoo.org>

 dev-libs/libnfc/Manifest|  1 -
 dev-libs/libnfc/libnfc-1.7.1.ebuild | 43 -
 dev-libs/libnfc/libnfc-1.7.2.ebuild |  3 ++-
 dev-libs/libnfc/libnfc-1.8.0.ebuild |  3 ++-
 4 files changed, 4 insertions(+), 46 deletions(-)

diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index 79395283928..cb1593b0a06 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,3 +1,2 @@
-DIST libnfc-1.7.1.tar.bz2 484309 BLAKE2B 
7a86394e8902421410d54de2b2710cee7ea34a6f950f6d76ec59d24d6e46798cd10a9725f405c729df44da84b810b5853a5eef0ec5f2a10ccbcf7585d33f34ef
 SHA512 
6a03d197c450c0ab8f2d16ae8c1f80e206fa909ece84a32dbb962acd0f7ef693a419608cdaa4c2207a1d2593599e44479520d7413eace7fca19d3230442e506c
 DIST libnfc-1.7.2.tar.bz2 534821 BLAKE2B 
015634a696aeda77abdb53ab658504d0183b8d8d5899f368b122660d6527cf4d3ec988147082620d87d007ea33320acfde6cc013c9257b9c62fa4fb99528eeeb
 SHA512 
c93ab10667998b6c6bf948082253715762ae91699d3e035f1149cebf6d3881cbc2ab570976c70cd12f886f76a18a82ac048fad0664512d1cd553c0fd1fdf7674
 DIST libnfc-1.8.0.tar.bz2 553511 BLAKE2B 
060ef4f24b3387393faf43f37a3a245177cb9697d42df1a8e8e5155af8b6e7b818b4bd710ff73929bde39274eda0235d111627cfd3931bd3fe9addde10af0fad
 SHA512 
aa8762ecb5b94167d20346f2c81491bb5b634bcedbf2aae3e2efdb301bca89ceb7c2e15148d0934fdc1cce6d77ee0225e28e84893232999fdc09d8a90ae2a7c5

diff --git a/dev-libs/libnfc/libnfc-1.7.1.ebuild 
b/dev-libs/libnfc/libnfc-1.7.1.ebuild
deleted file mode 100644
index 9c11a2bbcaa..000
--- a/dev-libs/libnfc/libnfc-1.7.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/;
-SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc pcsc-lite readline static-libs usb"
-
-RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
-   readline? ( sys-libs/readline:0 )
-   usb? ( virtual/libusb:0 )"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-src_configure() {
-   local drivers="arygon,pn532_uart,pn532_spi,pn532_i2c,acr122s"
-   use pcsc-lite && drivers+=",acr122_pcsc"
-   use usb && drivers+=",pn53x_usb,acr122_usb"
-   econf \
-   --with-drivers="${drivers}" \
-   $(use_enable doc) \
-   $(use_with readline) \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-   use doc && doxygen
-}
-
-src_install() {
-   default
-   use static-libs || find "${ED}" -name 'lib*.la' -delete
-   use doc && dohtml "${S}"/doc/html/*
-}

diff --git a/dev-libs/libnfc/libnfc-1.7.2.ebuild 
b/dev-libs/libnfc/libnfc-1.7.2.ebuild
index cb49692161f..102f2a1983e 100644
--- a/dev-libs/libnfc/libnfc-1.7.2.ebuild
+++ b/dev-libs/libnfc/libnfc-1.7.2.ebuild
@@ -39,5 +39,6 @@ src_compile() {
 src_install() {
default
use static-libs || find "${ED}" -name 'lib*.la' -delete
-   use doc && dohtml "${S}"/doc/html/*
+   use doc && HTML_DOCS=( "${S}"/doc/html/* )
+   einstalldocs
 }

diff --git a/dev-libs/libnfc/libnfc-1.8.0.ebuild 
b/dev-libs/libnfc/libnfc-1.8.0.ebuild
index cb49692161f..102f2a1983e 100644
--- a/dev-libs/libnfc/libnfc-1.8.0.ebuild
+++ b/dev-libs/libnfc/libnfc-1.8.0.ebuild
@@ -39,5 +39,6 @@ src_compile() {
 src_install() {
default
use static-libs || find "${ED}" -name 'lib*.la' -delete
-   use doc && dohtml "${S}"/doc/html/*
+   use doc && HTML_DOCS=( "${S}"/doc/html/* )
+   einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2020-06-24 Thread Mike Auty
commit: 3ebd2d54ee7c4e12400303c0607573a7b2165179
Author: Mike Auty  gentoo  org>
AuthorDate: Wed Jun 24 11:42:29 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Wed Jun 24 11:43:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebd2d54

dev-python/mypy: One more attempt at fixing test deps

Closes: https://bugs.gentoo.org/show_bug.cgi?id=729380
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/mypy-0.781.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/mypy/mypy-0.781.ebuild 
b/dev-python/mypy/mypy-0.781.ebuild
index 1dffa3c0c69..78823c7e84b 100644
--- a/dev-python/mypy/mypy-0.781.ebuild
+++ b/dev-python/mypy/mypy-0.781.ebuild
@@ -32,7 +32,8 @@ DEPEND="
>=dev-python/pytest-cov-2.4.0[${PYTHON_USEDEP}]
>=dev-python/psutil-5.4.0[${PYTHON_USEDEP}]
>=dev-python/lxml-4.1.1[${PYTHON_USEDEP}]
-   >=dev-python/py-1.5.2[${PYTHON_USEDEP}] )
+   >=dev-python/py-1.5.2[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}] )
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2020-06-23 Thread Mike Auty
commit: 3381911863a2298fa64d78bb13d27e51b4b6cb89
Author: Mike Auty  gentoo  org>
AuthorDate: Tue Jun 23 10:21:52 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Jun 23 10:24:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33819118

dev-python/mypy: Ensure all test-requirements are met

Closes: https://bugs.gentoo.org/729278
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/mypy-0.781.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/mypy/mypy-0.781.ebuild 
b/dev-python/mypy/mypy-0.781.ebuild
index ac33582bc34..1dffa3c0c69 100644
--- a/dev-python/mypy/mypy-0.781.ebuild
+++ b/dev-python/mypy/mypy-0.781.ebuild
@@ -27,8 +27,12 @@ IUSE="doc test"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/flake8[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}] )
+   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-1.18[${PYTHON_USEDEP}]
+   >=dev-python/pytest-cov-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.4.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.1.1[${PYTHON_USEDEP}]
+   >=dev-python/py-1.5.2[${PYTHON_USEDEP}] )
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2020-06-22 Thread Mike Auty
commit: 5b2b9dc45267af86d4aa558d413057c827f4180d
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Jun 22 17:51:42 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Jun 22 17:54:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2b9dc4

dev-python/mypy: Fix the test dependencies

Closes: https://bugs.gentoo.org/729180
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/mypy-0.781.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/mypy/mypy-0.781.ebuild 
b/dev-python/mypy/mypy-0.781.ebuild
index cf95e491a79..ac33582bc34 100644
--- a/dev-python/mypy/mypy-0.781.ebuild
+++ b/dev-python/mypy/mypy-0.781.ebuild
@@ -26,7 +26,9 @@ IUSE="doc test"
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   test? ( dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}] )
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2020-06-21 Thread Mike Auty
commit: 4a69c26a2381b109176ac95c4002e002237fb064
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jun 21 14:47:00 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jun 21 14:50:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a69c26a

dev-python/mypy: Bump to 0.781

Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/Manifest  |  2 ++
 dev-python/mypy/mypy-0.781.ebuild | 73 +++
 2 files changed, 75 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index a3c83383804..c17e3236a6a 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,2 +1,4 @@
 DIST mypy-0.760.tar.gz 1986638 BLAKE2B 
a52be64ae23d6a0d5c29301599a10114f6260f665d658b93b387a2f9c120fe186940591dfc7479fea4160d2bebd8950dcf67a1c21bd7ed4c6d08093235f2107a
 SHA512 
e4dc38741a8f446095e63ba734cf26440b1ebb0761f35553d0eb79bb58bedb00c0b04b8d2a2b845c39ab8fc418868dab89a5a19668c6862bf763609d37946eba
+DIST mypy-0.781.tar.gz 2056785 BLAKE2B 
aa95d71400d5d46223a141adae5a8d797d2f076d3b6b48a7c09db6f7f3f2193d571368759f0ca307331d8e8c241b0322e758716a10fabccca3aaa6b733a63347
 SHA512 
dd3173115720510b278d15f5083a57fdb41582dfcaaf16e587116e41e87d608f4e226b61a978f4b41ef6b5ec6d3d9279facd65c0a74888b367171dcbe25550f2
 DIST mypy-typeshed-0.760-a06abc5.tar.gz 498726 BLAKE2B 
9a2b3621806101cab009ac38e73c8683fba2789cad55da0a6739afd37bfb3ac4d8ea4e6b9cb9ba154a6fd45790f8dfda9e921d98485305c244573adf745d2adf
 SHA512 
82559a91cc482f0cbd0cf5042d5975de21abc143708605a08c54088ee9ce3c9f52607ed3c00950442f4f526fd57f9ad4ada12a4f2acfb383759ac05f2be1a0a4
+DIST mypy-typeshed-0.781-e199c2e.tar.gz 541588 BLAKE2B 
f663d0feccffb315efd1b6e3ebc54bbe3cf4c7873c240ed54c7be1042807e2213326db8756b5a540fd9bf5ae95a2c0850e8cb35ae2e849ec3e9a628367fabe72
 SHA512 
57f3159d909799838779c04ccc6541322c27c01efb026c26a145676fa75076f64b8cd3e99f7488501582c743e1102cad59320512d52d4a058d8731c54c0705cd

diff --git a/dev-python/mypy/mypy-0.781.ebuild 
b/dev-python/mypy/mypy-0.781.ebuild
new file mode 100644
index 000..cf95e491a79
--- /dev/null
+++ b/dev-python/mypy/mypy-0.781.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+if [ "${PV}" == "" ]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   TYPESHED_COMMIT="e199c2e"
+   SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://api.github.com/repos/python/typeshed/tarball/${TYPESHED_COMMIT} -> 
mypy-typeshed-${PV}-${TYPESHED_COMMIT}.tar.gz"
+fi
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+CDEPEND="
+   !dev-util/stubgen
+   >=dev-python/psutil-4[${PYTHON_USEDEP}]
+   >=dev-python/typed-ast-1.4.0[${PYTHON_USEDEP}]
+   =dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
+   >=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/

2020-06-10 Thread Mike Auty
commit: 98cf34f06f6082f3742f933c0618ca170fb8205c
Author: Dennis Lamm  gentoo  org>
AuthorDate: Wed Jun 10 20:21:38 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Wed Jun 10 23:33:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cf34f0

dev-python/mypy_extensions: fixed failing test phase

Closes: https://bugs.gentoo.org/723546

Signed-off-by: Dennis Lamm  gentoo.org>
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild 
b/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild
index 61bac404128..0536aa7c3de 100644
--- a/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild
+++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild
@@ -40,9 +40,7 @@ python_compile_all() {
 }
 
 python_test() {
-   local PYTHONPATH="$(pwd)"
-
-   "${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+   "${PYTHON}" -m unittest discover tests -v || die "tests fail with 
${EPYTHON}"
 }
 
 python_install_all() {



[gentoo-commits] repo/gentoo:master commit in: app-forensics/foremost/files/, app-forensics/foremost/

2020-05-10 Thread Mike Auty
commit: f165f8e07e457725b89c1ab479bf987f3af6c1cf
Author: Mike Auty  gentoo  org>
AuthorDate: Sun May 10 11:51:45 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun May 10 11:51:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f165f8e0

app-forensics/foremost: Fixes issue 706886

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mike Auty  gentoo.org>

 .../files/foremost-1.5.7-set-but-unused.patch  | 230 +
 app-forensics/foremost/foremost-1.5.7-r3.ebuild|  11 +-
 2 files changed, 234 insertions(+), 7 deletions(-)

diff --git a/app-forensics/foremost/files/foremost-1.5.7-set-but-unused.patch 
b/app-forensics/foremost/files/foremost-1.5.7-set-but-unused.patch
new file mode 100644
index 000..59b52c68615
--- /dev/null
+++ b/app-forensics/foremost/files/foremost-1.5.7-set-but-unused.patch
@@ -0,0 +1,230 @@
+diff --git a/api.c b/api.c
+index e3ee339..67463a6 100755
+--- a/api.c
 b/api.c
+@@ -478,7 +478,7 @@ int dump_dirent(int which_one)
+ {
+   int i;
+   char*p;
+-  short   unknown;
++  // shortunknown;
+   struct OLE_DIR  *dir;
+ 
+   dir = (struct OLE_DIR *) [which_one * sizeof(struct OLE_DIR)];
+@@ -493,7 +493,7 @@ int dump_dirent(int which_one)
+   p = dir->name;
+   if (*p < ' ')
+   {
+-  unknown = *((short *)p);
++  //unknown = *((short *)p);
+ 
+   //fprintf (stderr, "%04x\t", unknown);
+   p += 2; /* step over unknown short */
+diff --git a/engine.c b/engine.c
+index 85add5f..4a1ef13 100755
+--- a/engine.c
 b/engine.c
+@@ -316,7 +316,6 @@ int search_chunk(f_state *s, unsigned char *buf, f_info 
*i, u_int64_t chunk_size
+   //u_int64_t   buf_off = 0;
+ 
+   unsigned char   *foundat = buf;
+-  unsigned char   *current_pos = NULL;
+   unsigned char   *header_pos = NULL;
+   unsigned char   *newbuf = NULL;
+   unsigned char   *ind_ptr = NULL;
+@@ -461,7 +460,6 @@ int search_chunk(f_state *s, unsigned char *buf, f_info 
*i, u_int64_t chunk_size
+   }
+ 
+   c_offset = (foundat - buf);
+-  current_pos = foundat;
+ 
+   /*Now lets analyze the file and see if we can 
determine its size*/
+ 
+@@ -511,12 +509,12 @@ int search_chunk(f_state *s, unsigned char *buf, f_info 
*i, u_int64_t chunk_size
+   newbuf = 
read_from_disk(c_offset + f_offset, i, needle->max_len);
+   if (newbuf == NULL)
+   break;
+-  current_pos = extract_file(s,
+-  
   c_offset,
+-  
   newbuf,
+-  
   needle->max_len,
+-  
   needle,
+-  
   f_offset);
++  extract_file(s,
++ c_offset,
++ newbuf,
++ 
needle->max_len,
++ needle,
++ f_offset);
+   
+   /*Lets put the fp back*/
+   fseeko(i->handle, saveme, 
SEEK_SET);
+diff --git a/extract.c b/extract.c
+index 9639117..4fecde5 100755
+--- a/extract.c
 b/extract.c
+@@ -553,7 +553,6 @@ unsigned char *extract_htm(f_state *s, u_int64_t c_offset, 
unsigned char *founda
+ {
+   unsigned char   *buf = foundat;
+   unsigned char   *extractbuf = NULL;
+-  unsigned char   *currentpos = NULL;
+ 
+   int bytes_to_search = 0;
+   int i = 0;
+@@ -582,7 +581,6 @@ unsigned char *extract_htm(f_state *s, u_int64_t c_offset, 
unsigned char *founda
+   }
+ 
+   /*Store the current position and search for the HTML> tag*/
+-  currentpos = foundat;
+   foundat = bm_search(needle->footer,
+   needle->footer_len,
+   foundat,
+@@ -

[gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/, app-crypt/ophcrack/files/

2020-05-10 Thread Mike Auty
commit: c0b57206a2d619d2c930643397bdb8718786ade8
Author: Mike Auty  gentoo  org>
AuthorDate: Sun May 10 11:04:29 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun May 10 11:04:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b57206

app-crypt/ophcrack: Fix issue 722030 (AR variable)

Also clears out old versions.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mike Auty  gentoo.org>

 app-crypt/ophcrack/Manifest|  2 -
 app-crypt/ophcrack/files/ophcrack-ar.patch | 13 +++
 .../ophcrack/files/ophcrack-openssl-des.patch  | 92 --
 app-crypt/ophcrack/ophcrack-3.6.0.ebuild   | 38 -
 app-crypt/ophcrack/ophcrack-3.7.0.ebuild   | 36 -
 app-crypt/ophcrack/ophcrack-3.8.0.ebuild   | 17 ++--
 6 files changed, 22 insertions(+), 176 deletions(-)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index 823ea2bfcb1..aa3a0de8f66 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,3 +1 @@
-DIST ophcrack-3.6.0.tar.bz2 288830 BLAKE2B 
bc2782d08cb84df24b745fdf0e9723e058da614b73a8d25dfe77cfa2ce291eaf8abd83006a9a410f80bdd240eb81fc402d6d5ebd1c9b92b5a7f1785a203c0c7a
 SHA512 
caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
-DIST ophcrack-3.7.0.tar.bz2 294045 BLAKE2B 
f506d29b27b4b90eadfd4d650512aea54db4228c4c63b90827a7957b544ab59dae757fc521fe62ab3be55d97e483ddde2aea9ad08c96b77d156e863a61f26312
 SHA512 
27e73979ca3d733629b9b34c490488cc27140efb8b90d266f270c0b95572cf40319a3fb658c02448fc7a3b825cf05c18a69f5d91bd0656d8410a30645f8dc8c6
 DIST ophcrack-3.8.0.tar.bz2 293033 BLAKE2B 
f20bf79d5cafffaab0667b073e8d9dbcfbae0a16f4139b6304c3f6fc80a24f6ca673db9cd53e28ff277ec35821539f3960265aa28467795e25c45049acca3f31
 SHA512 
c66276b72299744d3e0c9fc14220c7f568e383bd324c1ede228bda5d51da78db817388421c9f5f8cd2f18687e7e53cfb0c65bcc0354b3d55ac16324c61f62dbd

diff --git a/app-crypt/ophcrack/files/ophcrack-ar.patch 
b/app-crypt/ophcrack/files/ophcrack-ar.patch
new file mode 100644
index 000..422c17398d2
--- /dev/null
+++ b/app-crypt/ophcrack/files/ophcrack-ar.patch
@@ -0,0 +1,13 @@
+diff --git a/src/common.mk.in b/src/common.mk.in
+index 0f090a8..9c133e0 100644
+--- a/src/common.mk.in
 b/src/common.mk.in
+@@ -32,7 +32,7 @@ OBJECTS = $(SOURCES:%.c=%.o)
+ all:
+ 
+ %.a:
+-  ar r $@ $^
++  $(AR) r $@ $^
+   $(RANLIB) $@
+ 
+ %.o: %.c

diff --git a/app-crypt/ophcrack/files/ophcrack-openssl-des.patch 
b/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
deleted file mode 100644
index 2515c178abb..000
--- a/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
+++ /dev/null
@@ -1,92 +0,0 @@
 a/src/lmtable.c2013-06-04 07:42:47 UTC
-+++ b/src/lmtable.c
-@@ -470,8 +470,8 @@ void lmtable_mkredux(table_t *tbl, uchar
- /*-*/
- void lmtable_mkhash(uchar_t *pwd, uchar_t *hash) {
-   uchar_t key[8];
--  des_key_schedule ks;
--  des_cblock *magic = (des_cblock*)lmmagic;
-+  DES_key_schedule ks;
-+  DES_cblock *magic = (DES_cblock*)lmmagic;
-   
-   key[0] = pwd[0];
-   key[1] = (pwd[0] << 7) | (pwd[1] >> 1);
-@@ -482,7 +482,7 @@ void lmtable_mkhash(uchar_t *pwd, uchar_
-   key[6] = (pwd[5] << 2) | (pwd[6] >> 6);
-   key[7] = (pwd[6] << 1) ;
- 
--  des_set_odd_parity();
--  des_set_key(, ks);
--  des_ecb_encrypt(magic, (des_cblock*)hash, ks, DES_ENCRYPT);
-+  DES_set_odd_parity();
-+  DES_set_key(, );
-+  DES_ecb_encrypt(magic, (DES_cblock*)hash, , DES_ENCRYPT);
- }
-
 a/src/samdump2/samdump2.c  2015-03-30 02:26:33 UTC
-+++ b/src/samdump2/samdump2.c
-@@ -71,7 +71,7 @@ void str_to_key(unsigned char *str,unsig
-   for (i=0;i<8;i++) {
-   key[i] = (key[i]<<1);
-   }
--  des_set_odd_parity((des_cblock *)key);
-+  DES_set_odd_parity((DES_cblock *)key);
- }
- 
- /*
-@@ -209,8 +209,8 @@ unsigned char* utf16_to_utf8 (unsigned c
-   unsigned char hbootkey[0x20];
-   
-   /* Des */
--  des_key_schedule ks1, ks2;
--  des_cblock deskey1, deskey2;
-+  DES_key_schedule ks1, ks2;
-+  DES_cblock deskey1, deskey2;
-   
-   int i, j;
-   
-@@ -418,15 +418,15 @@ unsigned char* utf16_to_utf8 (unsigned c
-   
-   /* Get the two decrpt keys. */
-   sid_to_key1(rid,(unsigned char *)deskey1);
--  des_set_key_checked((des_cblock *)deskey1,ks1);
-+  DES_set_key_checked((DES_cblock *)deskey1, );
-   sid_to_key2(rid,(unsigned char *)deskey2);
--  des_set_key_unchecked((des_cblock *)deskey2,ks2);
-+  DES_set_key_unchecked((DES_cblock *)deskey2, );
-   
-   /* Decrypt the lanman password hash as two 8 byte blocks. */
--  des_ecb_encrypt((des_cblock *)obfkey,
--(des_cblock *)fb, ks1, DES_DECRYPT);
--  des_ecb_encrypt((des_cblock *)(obfkey + 8),
--   

[gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/

2020-05-04 Thread Mike Auty
commit: b3a8a8689be238dedfe32d176b8c7e2cdac13d31
Author: Mike Auty  gentoo  org>
AuthorDate: Mon May  4 22:39:30 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon May  4 22:39:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a8a868

app-crypt/xca: Bump to 2.3.0 (thanks to polynomial-c!)

This has been bumped (as mentioned by polynomial-c) and additionally
removes hard-coded CFLAGS of O2 and ggdb (also courtesy of
polynomial-c).  Thanks!  5:)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mike Auty  gentoo.org>

 app-crypt/xca/Manifest |  1 +
 app-crypt/xca/xca-2.3.0.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/app-crypt/xca/Manifest b/app-crypt/xca/Manifest
index 84a6b9d851e..7771e5c89ed 100644
--- a/app-crypt/xca/Manifest
+++ b/app-crypt/xca/Manifest
@@ -1,2 +1,3 @@
 DIST xca-2.1.2.tar.gz 1086563 BLAKE2B 
d48727fffad16d840633af6e0ee38a279978a5b865eb6f391a3d852a0105817254ea0a4780875f2956e1f7e9931e6930c6ffbe82b117dbf8ad0058ec9d6f5c88
 SHA512 
1f104a22b83b802576b4820b7139971da50f9b3dd70aca8e1199e996bad4379b8681bb31b197b84a3dfa49cef4ae093f6622d15fac9667547ff47af43c1e5f07
 DIST xca-2.2.1.tar.gz 1339412 BLAKE2B 
5d3e33a711919d85bc3457ddd596f2272f0136d96290aeb31e6d03ea86faff00be3590862e4c96d9214542db1bd536d0d22c6c04cd5071b253bbefe3ab3f4f56
 SHA512 
90eaf4a859779d57a4c0201dc403d67e005bd540145b9f543e13b8d5c42199f2ea05543de24b071d19a0db8e5b1e9f3bef2aea4bfe9f71f81007a5f5bb3ba406
+DIST xca-2.3.0.tar.gz 1354154 BLAKE2B 
31a4ac96819e8d2f7e5f623cc343f0cbff18c931ed0699dbe093dcb963c3431a3943c4dcd8f3d727896104c05a565d062b9678169bf2a8d3f7cf7748c311b53b
 SHA512 
35522aa308e1022a739f3255f13fcf63f481000f9b7411027a009a185e33ddceeb5cf9b55406a4899d2393c7e5ace10354ff24b3b2b0c3045d110f679756b0b8

diff --git a/app-crypt/xca/xca-2.3.0.ebuild b/app-crypt/xca/xca-2.3.0.ebuild
new file mode 100644
index 000..0473f9f3358
--- /dev/null
+++ b/app-crypt/xca/xca-2.3.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit xdg-utils
+
+DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests 
etc"
+HOMEPAGE="https://hohnstaedt.de/xca/;
+SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="bindist doc libressl"
+
+RDEPEND="
+   dev-libs/libltdl:0=
+   dev-qt/qtgui:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   !libressl? ( dev-libs/openssl:0=[bindist=] )
+   libressl? ( >=dev-libs/libressl-2.7.0:0= )
+   doc? ( app-text/linuxdoc-tools )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.0-desktop.patch"
+)
+
+src_configure() {
+   econf \
+   --with-qt-version=5 \
+   $(use_enable doc) \
+   STRIP=true
+}
+
+src_prepare() {
+   sed '/^CFLAGS/s@-O2 -ggdb@@' -i Local.mak.in || die
+   default
+}
+
+src_compile() {
+   # enforce all to avoid the automatic silent rules
+   emake all
+}
+
+src_install() {
+   default
+
+   insinto /etc/xca
+   doins misc/*.txt
+
+   ewarn "Make a backup copy of your database!"
+   ewarn "Version 2 completely changes the database format to SQL(ite)"
+   ewarn "Don't try to open it with older versions of XCA (< 1.4.0). They 
will corrupt the database."
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/

2020-03-08 Thread Mike Auty
commit: 2f28150ebfc8babd2599eeb8930214214f92ee8b
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Mar  8 15:09:03 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Mar  8 15:09:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f28150e

app-crypt/xca: Bump to 2.2.1

Signed-off-by: Mike Auty  gentoo.org>

 app-crypt/xca/Manifest |  1 +
 app-crypt/xca/xca-2.2.1.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/app-crypt/xca/Manifest b/app-crypt/xca/Manifest
index 43fb629c555..84a6b9d851e 100644
--- a/app-crypt/xca/Manifest
+++ b/app-crypt/xca/Manifest
@@ -1 +1,2 @@
 DIST xca-2.1.2.tar.gz 1086563 BLAKE2B 
d48727fffad16d840633af6e0ee38a279978a5b865eb6f391a3d852a0105817254ea0a4780875f2956e1f7e9931e6930c6ffbe82b117dbf8ad0058ec9d6f5c88
 SHA512 
1f104a22b83b802576b4820b7139971da50f9b3dd70aca8e1199e996bad4379b8681bb31b197b84a3dfa49cef4ae093f6622d15fac9667547ff47af43c1e5f07
+DIST xca-2.2.1.tar.gz 1339412 BLAKE2B 
5d3e33a711919d85bc3457ddd596f2272f0136d96290aeb31e6d03ea86faff00be3590862e4c96d9214542db1bd536d0d22c6c04cd5071b253bbefe3ab3f4f56
 SHA512 
90eaf4a859779d57a4c0201dc403d67e005bd540145b9f543e13b8d5c42199f2ea05543de24b071d19a0db8e5b1e9f3bef2aea4bfe9f71f81007a5f5bb3ba406

diff --git a/app-crypt/xca/xca-2.2.1.ebuild b/app-crypt/xca/xca-2.2.1.ebuild
new file mode 100644
index 000..e8d94c254cf
--- /dev/null
+++ b/app-crypt/xca/xca-2.2.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit xdg-utils
+
+DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests 
etc"
+HOMEPAGE="https://hohnstaedt.de/xca/;
+SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="bindist doc libressl"
+
+RDEPEND="
+   dev-libs/libltdl:0=
+   dev-qt/qtgui:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
+   !libressl? ( dev-libs/openssl:0=[bindist=] )
+   libressl? ( >=dev-libs/libressl-2.7.0:0= )
+   doc? ( app-text/linuxdoc-tools )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.0-desktop.patch"
+)
+
+src_configure() {
+   econf \
+   --with-qt-version=5 \
+   $(use_enable doc) \
+   STRIP=true
+}
+
+src_compile() {
+   # enforce all to avoid the automatic silent rules
+   emake all
+}
+
+src_install() {
+   # non standard destdir
+   emake install destdir="${ED}"
+   einstalldocs
+
+   insinto /etc/xca
+   doins misc/*.txt
+
+   ewarn "Make a backup copy of your database!"
+   ewarn "Version 2 completely changes the database format to SQL(ite)"
+   ewarn "Don't try to open it with older versions of XCA (< 1.4.0). They 
will corrupt the database."
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssdeep/

2020-01-09 Thread Mike Auty
commit: 1177b6c9217ff8f73014e0a6d1591277c35259d7
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Jan  9 21:25:04 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Jan  9 21:25:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1177b6c9

app-crypt/ssdeep: Change maintainer.

Signed-off-by: Mike Auty  gentoo.org>

 app-crypt/ssdeep/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-crypt/ssdeep/metadata.xml b/app-crypt/ssdeep/metadata.xml
index d466ce45a68..50a5222b3ea 100644
--- a/app-crypt/ssdeep/metadata.xml
+++ b/app-crypt/ssdeep/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   ssdeep
-   
+
+ike...@gentoo.org
+    Mike Auty
+
+
+ssdeep-project/ssdeep
+
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/

2020-01-09 Thread Mike Auty
commit: 9b1f433ebd72cc8cd9bca7e8ce0a4eb22445edad
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Jan  9 21:23:00 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Jan  9 21:23:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1f433e

app-crypt/xca: Change maintainer.

Signed-off-by: Mike Auty  gentoo.org>

 app-crypt/xca/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-crypt/xca/metadata.xml b/app-crypt/xca/metadata.xml
index 59b250befe4..d1bb33e0aab 100644
--- a/app-crypt/xca/metadata.xml
+++ b/app-crypt/xca/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   
-   xca
-   
+
+ike...@gentoo.org
+    Mike Auty
+
+
+chris2511/xca
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2020-01-05 Thread Mike Auty
commit: 46836c4bc78a60ee50e3a2a70ba418c4059e86ef
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jan  5 22:22:52 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jan  5 22:22:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46836c4b

dev-python/mypy: Bump to 0.760 (take 2)

Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/mypy-0.760.ebuild | 73 +++
 1 file changed, 73 insertions(+)

diff --git a/dev-python/mypy/mypy-0.760.ebuild 
b/dev-python/mypy/mypy-0.760.ebuild
new file mode 100644
index 000..e4d8e799828
--- /dev/null
+++ b/dev-python/mypy/mypy-0.760.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+if [ "${PV}" == "" ]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   TYPESHED_COMMIT="a06abc5"
+   SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://api.github.com/repos/python/typeshed/tarball/${TYPESHED_COMMIT} -> 
mypy-typeshed-${PV}-${TYPESHED_COMMIT}.tar.gz"
+fi
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+CDEPEND="
+   !dev-util/stubgen
+   >=dev-python/psutil-4[${PYTHON_USEDEP}]
+   >=dev-python/typed-ast-1.4.0[${PYTHON_USEDEP}]
+   =dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
+   >=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2020-01-05 Thread Mike Auty
commit: 5aed5e182ac293b1b1478571898de409e09cd462
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jan  5 21:15:14 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jan  5 21:15:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aed5e18

dev-python/mypy: Bump to 0.760

Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/Manifest | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 4505973edaf..415a2a269d0 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -2,7 +2,9 @@ DIST mypy-0.700.tar.gz 1413962 BLAKE2B 
6739960bdb5984115b4bd84ec3ca63e6b7a4c4494
 DIST mypy-0.701.tar.gz 1413988 BLAKE2B 
e705a1da6af8c68b9226d67acaf7976951ff5ddfe926f52cf51f70be59e75cd12cf303aad98e136ee342487c07e1273d0ca8ea582621552924c40ee725e6c01d
 SHA512 
6dde048c211d1dd8f3c02af9500d5151588810d9989528ec4bee0ccbb5a8636fc4e03a373b80d177ca0937c0c92e0ffad1faf82b23db22248b782ec6812e3c1a
 DIST mypy-0.740.tar.gz 1916030 BLAKE2B 
ef2259fbfa24baa7dc28ed4818c988f5708d1f0be8665e97c5be231fe43f6edfeaf7f8cb4a6f05a8051b95b9457752238f044890686fdad9dce2e3fcf7f1a67f
 SHA512 
f583be8bcb05d8f2c772f7d416bb425590263d759a719de67dc1186d0a1a8178a0c5461f90811c7799b06a49df820c98a3e369b3fcc4b045703d38084eafd0fe
 DIST mypy-0.750.tar.gz 1976988 BLAKE2B 
46c008debb2d0f1757d4cc300adba53460c7e888650e9798c526bc55f16cdd79d0b9e5a52f1c5a45b4114446d3724211a513f3e4c98bd85c9e8e3f94587b6ba0
 SHA512 
6fbfb45296abd3d390d6fe97a39a63129cc1555645da9b4d81f08c6da5c4f45640690fbb7957a6c52144c06106e4148d3cfc244e5648b006c58445a3c49d0c63
+DIST mypy-0.760.tar.gz 1986638 BLAKE2B 
a52be64ae23d6a0d5c29301599a10114f6260f665d658b93b387a2f9c120fe186940591dfc7479fea4160d2bebd8950dcf67a1c21bd7ed4c6d08093235f2107a
 SHA512 
e4dc38741a8f446095e63ba734cf26440b1ebb0761f35553d0eb79bb58bedb00c0b04b8d2a2b845c39ab8fc418868dab89a5a19668c6862bf763609d37946eba
 DIST mypy-typeshed-0.700-f7c00b8.tar.gz 467098 BLAKE2B 
f10c9c6b3cfe9bc8518950839c2bb00d22521b6696a155cf721d34aac46205a8415f569d566f20ce865a44c23e5935748e5e488aff22950fbdd12bad4e679a42
 SHA512 
88e1ca3bc88f349a26cbd97303398de270eaf9332432b0402d7b44794cadbca86612df98ff1abed2a146450df760278946cb8eecc660f3dd5e00439c60807362
 DIST mypy-typeshed-0.701-36b28e5.tar.gz 466822 BLAKE2B 
6a1e2ae84250d6e51649aab9b1c65f4258533bc54ba470162ad4c4e894d6c73f32a9087fea3501f5b833069c717e6037dd848a514c5ea2880eca081337962806
 SHA512 
27fe5dda347903ac8fc925c7bc7d91ff0bac6421315a49fc8227f5ef8f476e6bcacafd07b87f80ee8dddc73009dc2f52fe6a57fd542283fcf2c52440ca09256e
 DIST mypy-typeshed-0.740-eca9375.tar.gz 480468 BLAKE2B 
7c31e59e93303feced9730e505101641874c61cba1c68a5083c412b1e5ae50d704d69b77b23b0a54b33c8788b7a0c1cc519fbf8eb923e9124b3facfdee1f782f
 SHA512 
53abd0aa58f58c6d3a4b4260d21053b5ab528dc1c736072942967bf21903cfea0105d92662693ca69bd7e795db481454705b57d8daf26a37728633a3c7173a3f
 DIST mypy-typeshed-0.750-8df632b.tar.gz 494170 BLAKE2B 
cea871eee0e7f8e3bb0ea5bddf9936ac30dbc57b483a2b9927bd4e824d797ecb96c1dd9e9a9cbe59f76c3d5616ebeb28f8b60a2a8a2f3f048cd710612eb0b2e7
 SHA512 
409ec4de49322ab87cb3e146e654132bc8f217559b48b662e3ab4335a171d744f29d5dacd375bd0ead17c59fa07a398be61c8ab2f3d4fe2649a46348df371968
+DIST mypy-typeshed-0.760-a06abc5.tar.gz 498726 BLAKE2B 
9a2b3621806101cab009ac38e73c8683fba2789cad55da0a6739afd37bfb3ac4d8ea4e6b9cb9ba154a6fd45790f8dfda9e921d98485305c244573adf745d2adf
 SHA512 
82559a91cc482f0cbd0cf5042d5975de21abc143708605a08c54088ee9ce3c9f52607ed3c00950442f4f526fd57f9ad4ada12a4f2acfb383759ac05f2be1a0a4



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/

2020-01-05 Thread Mike Auty
commit: 791b7b8e8c8f07620fae6c494a286d849a5c
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jan  5 21:10:17 2020 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jan  5 21:10:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791b7b8e

dev-python/mypy_extensions: Bump to 0.4.3

Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy_extensions/Manifest|  1 +
 .../mypy_extensions/mypy_extensions-0.4.3.ebuild   | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/mypy_extensions/Manifest 
b/dev-python/mypy_extensions/Manifest
index be2ed82c6a1..375a965bb53 100644
--- a/dev-python/mypy_extensions/Manifest
+++ b/dev-python/mypy_extensions/Manifest
@@ -1 +1,2 @@
 DIST mypy_extensions-0.4.1.tar.gz 3548 BLAKE2B 
48ded2fefa384242f7feaabe8be840afa623ec89b53c91c51d403684fdae8c6a25e4f88cc9f30c31537958df551a5da42fdb13b49881266da62006843824cc84
 SHA512 
e862a17b07d2c922b460012798d27d925cdeed4b8dbe9a1e38cb125df5546ca87039ebf32ad4151820d3444ba729fb0eb01c59576084724eb4ca19c5c2a52ac9
+DIST mypy_extensions-0.4.3.tar.gz 5545 BLAKE2B 
8f1f988562390ee1ba3d90cafafec73c6fe080eef6b4321252d3b3aeffebf1ad13bdcae7ae75c69eac7bef91dcf3f846ae7f9a3f2ad6bad9de2bc8cfe5eed29f
 SHA512 
22d8dc538cf6f77d97f4113dd34fce8095dd98944c7613fab2b3e71a3e9b7df1374654af41ead5c934f789ef1b72f54d980ab06f3ca28b8b4c6bb14ba1ca3ce2

diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild 
b/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild
new file mode 100644
index 000..fb718cfe9e3
--- /dev/null
+++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+SRC_URI="https://github.com/python/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+if [ "${PV}" == "" ]; then
+inherit git-r3
+EGIT_REPO_URI="https://github.com/python/${PN};
+EGIT_COMMIT="master"
+else
+EGIT_REPO_URI="${PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   ${RDEPEND}
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   local PYTHONPATH="$(pwd)"
+
+   "${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2019-11-29 Thread Mike Auty
commit: dc7f6ed02d0fcc4fb009a82e0e4bba35ee36
Author: Mike Auty  gentoo  org>
AuthorDate: Fri Nov 29 22:36:57 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Fri Nov 29 22:36:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7f6ed0

dev-python/mypy: Add in RESTRICT QA improvement.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/mypy-0.700.ebuild | 2 ++
 dev-python/mypy/mypy-0.701.ebuild | 2 ++
 dev-python/mypy/mypy-0.740.ebuild | 2 ++
 dev-python/mypy/mypy-0.750.ebuild | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/dev-python/mypy/mypy-0.700.ebuild 
b/dev-python/mypy/mypy-0.700.ebuild
index caf10d3393d..05da31d847a 100644
--- a/dev-python/mypy/mypy-0.700.ebuild
+++ b/dev-python/mypy/mypy-0.700.ebuild
@@ -43,6 +43,8 @@ CDEPEND="
 
 RDEPEND="${CDEPEND}"
 
+RESTRICT="!test? ( test )"
+
 src_unpack() {
if [ "${PV}" == "" ]; then
git-r3_src_unpack

diff --git a/dev-python/mypy/mypy-0.701.ebuild 
b/dev-python/mypy/mypy-0.701.ebuild
index 6d104eec990..8930f1f8dee 100644
--- a/dev-python/mypy/mypy-0.701.ebuild
+++ b/dev-python/mypy/mypy-0.701.ebuild
@@ -43,6 +43,8 @@ CDEPEND="
 
 RDEPEND="${CDEPEND}"
 
+RESTRICT="!test? ( test )"
+
 src_unpack() {
if [ "${PV}" == "" ]; then
git-r3_src_unpack

diff --git a/dev-python/mypy/mypy-0.740.ebuild 
b/dev-python/mypy/mypy-0.740.ebuild
index 40b579062ab..59d0673680b 100644
--- a/dev-python/mypy/mypy-0.740.ebuild
+++ b/dev-python/mypy/mypy-0.740.ebuild
@@ -43,6 +43,8 @@ CDEPEND="
 
 RDEPEND="${CDEPEND}"
 
+RESTRICT="!test? ( test )"
+
 src_unpack() {
if [ "${PV}" == "" ]; then
git-r3_src_unpack

diff --git a/dev-python/mypy/mypy-0.750.ebuild 
b/dev-python/mypy/mypy-0.750.ebuild
index 5301bd6fecb..05d2fa5711c 100644
--- a/dev-python/mypy/mypy-0.750.ebuild
+++ b/dev-python/mypy/mypy-0.750.ebuild
@@ -43,6 +43,8 @@ CDEPEND="
 
 RDEPEND="${CDEPEND}"
 
+RESTRICT="!test? ( test )"
+
 src_unpack() {
if [ "${PV}" == "" ]; then
git-r3_src_unpack



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2019-11-29 Thread Mike Auty
commit: cb3769134c646fc22c73bc5992ac5620ff44904f
Author: Mike Auty  gentoo  org>
AuthorDate: Fri Nov 29 20:50:06 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Fri Nov 29 20:51:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb376913

dev-python/mypy: Bump to 0.750 and fix pslist deps

Bumped to 0.750.
Removed old versions.
Still unable to add python3.8 support (due to dependencies).
Fixes bug 701320.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/Manifest   | 14 +---
 dev-python/mypy/mypy-0.570.ebuild  | 68 
 dev-python/mypy/mypy-0.590.ebuild  | 68 
 dev-python/mypy/mypy-0.600.ebuild  | 68 
 dev-python/mypy/mypy-0.630.ebuild  | 68 
 dev-python/mypy/mypy-0.670.ebuild  | 75 --
 dev-python/mypy/mypy-0.740.ebuild  |  3 +-
 .../mypy/{mypy-0.660.ebuild => mypy-0.750.ebuild}  | 15 ++---
 8 files changed, 8 insertions(+), 371 deletions(-)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index a511d3022ca..4505973edaf 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,18 +1,8 @@
-DIST mypy-0.570.tar.gz 1050041 BLAKE2B 
034d49627242ad67283689a653d416e956ae0b78287f78d910aa2b3b2b07af5a07d08503259a2c26bbf37154a52b120fcad1bfbb3daccbd9b80d4c1e9fedbddf
 SHA512 
f0822d9e757faedd9cbce5e8b47782fae02523244688a3900a9f202de9f68b5ae094da65526fba79911a42d4d0621c4e5bf1984e57201117db8f5b630314ea4c
-DIST mypy-0.590.tar.gz 1081426 BLAKE2B 
396083f81a1bf6f8230abe3e3e48b9fcf0288edfa6ae2bbcb7b6bd8f50f4e8dd093cacc326d561f5f10fce0bfd213e559d98e32a35a712bd022d8d0682f239d2
 SHA512 
129356a4326e80e292645e3b44b673ab463b1ad9b6388396680ca15a4c9aad6da2a3734a3da5d4ab005fb0572fd08863b20ba80e71af2e87d11546abc7fd78c0
-DIST mypy-0.600.tar.gz 1097269 BLAKE2B 
ee3327cdd7383a93f319335017815bb3341d1b91e3620f7bdc69d1c401e3c8aaa3157cfd8d4657fe072ad90b672017fc2b948ad4ff217d5e4ab91b8946d4569e
 SHA512 
8e89bcbb53d385bbc3bf72de123d4a99230ee5154e1af19adccff7133f86495aa366058e04092356a80036214113ac90ecddcf5e30da59ae2a7c6f3d320b07ef
-DIST mypy-0.630.tar.gz 1172089 BLAKE2B 
672f05f5fa45b922ddebb5ea802358f8a63eecf2671540e9fd53419e9bf04f9513815bdb9cca546b4f9483443ea0d4b55bca259d972f124a33f3a77c4b853e17
 SHA512 
42e2874c2334d04a08a4ac95ea3adae6e910a7811abc9f8a480ae7b87b3034fa8096c12b4dba1d3a9722a2857da8bb76813dd1d858b828934273c1147bc7387d
-DIST mypy-0.660.tar.gz 1274856 BLAKE2B 
da59dbae31df1c2c8530fddf44f02d608cc9019c9294919e015ef7e62ac8680162a044a98d109e5aa7cdb1f1a611b09659f828c2366ce5a850c23d5f68a11047
 SHA512 
4d18fb8e04ba2e4d290582ecc2af660ca26c4ef3ccf5ee5455f4be9fe9dabddafe644ce6463a8079dbfb04c463b759283af23014065f290edfa0255879bd0076
-DIST mypy-0.670.tar.gz 1376917 BLAKE2B 
1c7de26e48d91a1dd8b007607e6e8989e6b622eb62ad98b3c575faef1373ba510acba546977d26984689c5cd245ea341022ae68209d498d8bac78b01760daa24
 SHA512 
1fb994410acb3ae3ef6c4380f1b76d2f65790fa7822067dfd75eb34d0336547f85810e475563c797dca268de35b1594217cb3edfe32033eb012d121a3a2e6406
 DIST mypy-0.700.tar.gz 1413962 BLAKE2B 
6739960bdb5984115b4bd84ec3ca63e6b7a4c4494c48fcde8bab4b3679814e3ffdbe1319a4c0e221e3cab6521d95568839ded58c29dc6f2528d15d684e3c870d
 SHA512 
934adaaf8ef48a843c8cce159502a2d4ca9697cf44bfd9a1c0f77e05da9bfb75ec099819e5543a4bc2492c670ee1f1f843df82746aaf7573776006d7dc6b57b0
 DIST mypy-0.701.tar.gz 1413988 BLAKE2B 
e705a1da6af8c68b9226d67acaf7976951ff5ddfe926f52cf51f70be59e75cd12cf303aad98e136ee342487c07e1273d0ca8ea582621552924c40ee725e6c01d
 SHA512 
6dde048c211d1dd8f3c02af9500d5151588810d9989528ec4bee0ccbb5a8636fc4e03a373b80d177ca0937c0c92e0ffad1faf82b23db22248b782ec6812e3c1a
 DIST mypy-0.740.tar.gz 1916030 BLAKE2B 
ef2259fbfa24baa7dc28ed4818c988f5708d1f0be8665e97c5be231fe43f6edfeaf7f8cb4a6f05a8051b95b9457752238f044890686fdad9dce2e3fcf7f1a67f
 SHA512 
f583be8bcb05d8f2c772f7d416bb425590263d759a719de67dc1186d0a1a8178a0c5461f90811c7799b06a49df820c98a3e369b3fcc4b045703d38084eafd0fe
-DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
-DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
-DIST mypy-typeshed-0.600-2dc7d39.tar.gz 425045 BLAKE2B 
e2ef63f2ed988f77f52e2a01c158ff8e3fbdec118c1f613ffe6c57d025da8d5bcf6dc0e6bcbc1bb8655fbf340a0f358535d7e1ed214a5a1af8e3188f2dde

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/files/

2019-11-16 Thread Mike Auty
commit: 392f1e316836de751f683bb7406c04fc942b93fc
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Nov 15 15:28:40 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Nov 16 13:51:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392f1e31

dev-libs/libnfc: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Mike Auty  gentoo.org>

 dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch | 13 -
 1 file changed, 13 deletions(-)

diff --git a/dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch 
b/dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch
deleted file mode 100644
index fc3af861d21..000
--- a/dev-libs/libnfc/files/libnfc-1.5.1-glibc-2.17.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libnfc/log.h b/libnfc/log.h
-index 90cb747..3438511 100644
 a/libnfc/log.h
-+++ b/libnfc/log.h
-@@ -18,6 +18,8 @@
- #ifndef __LOG_H__
- #define __LOG_H__
- 
-+#include 
-+
- #if defined(HAS_LOG4C) && HAS_LOG4C
- 
- #define LOGGING 1



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2019-10-27 Thread Mike Auty
commit: 58a533c52f8937e9bd495cbdd85e1759be80de65
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Oct 27 12:45:18 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Oct 27 12:45:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a533c5

dev-python/mypy: Bump to 0.740.

Fixes bug 694292.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/Manifest  |  2 ++
 dev-python/mypy/mypy-0.740.ebuild | 71 +++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index e1696ca2404..a511d3022ca 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -6,6 +6,7 @@ DIST mypy-0.660.tar.gz 1274856 BLAKE2B 
da59dbae31df1c2c8530fddf44f02d608cc9019c9
 DIST mypy-0.670.tar.gz 1376917 BLAKE2B 
1c7de26e48d91a1dd8b007607e6e8989e6b622eb62ad98b3c575faef1373ba510acba546977d26984689c5cd245ea341022ae68209d498d8bac78b01760daa24
 SHA512 
1fb994410acb3ae3ef6c4380f1b76d2f65790fa7822067dfd75eb34d0336547f85810e475563c797dca268de35b1594217cb3edfe32033eb012d121a3a2e6406
 DIST mypy-0.700.tar.gz 1413962 BLAKE2B 
6739960bdb5984115b4bd84ec3ca63e6b7a4c4494c48fcde8bab4b3679814e3ffdbe1319a4c0e221e3cab6521d95568839ded58c29dc6f2528d15d684e3c870d
 SHA512 
934adaaf8ef48a843c8cce159502a2d4ca9697cf44bfd9a1c0f77e05da9bfb75ec099819e5543a4bc2492c670ee1f1f843df82746aaf7573776006d7dc6b57b0
 DIST mypy-0.701.tar.gz 1413988 BLAKE2B 
e705a1da6af8c68b9226d67acaf7976951ff5ddfe926f52cf51f70be59e75cd12cf303aad98e136ee342487c07e1273d0ca8ea582621552924c40ee725e6c01d
 SHA512 
6dde048c211d1dd8f3c02af9500d5151588810d9989528ec4bee0ccbb5a8636fc4e03a373b80d177ca0937c0c92e0ffad1faf82b23db22248b782ec6812e3c1a
+DIST mypy-0.740.tar.gz 1916030 BLAKE2B 
ef2259fbfa24baa7dc28ed4818c988f5708d1f0be8665e97c5be231fe43f6edfeaf7f8cb4a6f05a8051b95b9457752238f044890686fdad9dce2e3fcf7f1a67f
 SHA512 
f583be8bcb05d8f2c772f7d416bb425590263d759a719de67dc1186d0a1a8178a0c5461f90811c7799b06a49df820c98a3e369b3fcc4b045703d38084eafd0fe
 DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.600-2dc7d39.tar.gz 425045 BLAKE2B 
e2ef63f2ed988f77f52e2a01c158ff8e3fbdec118c1f613ffe6c57d025da8d5bcf6dc0e6bcbc1bb8655fbf340a0f358535d7e1ed214a5a1af8e3188f2dde5459
 SHA512 
9c960c2dcb2cd5ed36d77efa47a5632698e841b685386f8d5a31200c61235b68d627fc450d070955ab14962d6a70a2d538929e2dc845512e83161c0299d91807
@@ -14,3 +15,4 @@ DIST mypy-typeshed-0.660-f343150.tar.gz 456324 BLAKE2B 
b7a0f7e3da84b4be8c4cfdb43
 DIST mypy-typeshed-0.670-3eb66ba.tar.gz 462981 BLAKE2B 
9e321e71637edf6b7b08bdad3ffe76798aec2ad9ff7be0d1649e29ae7543536a6a6d413d9bd9bc4b15e164500e95ee3ba2ad58abc8f984499493c4753dd39337
 SHA512 
2b3d59451caaf4779c6543cee70461afd9a95b809ba5db7b0fc43e02711d8c4b28c98f680d9ddb9f0c01dcfb5011b6626fe746187c47e737d87689245da9344a
 DIST mypy-typeshed-0.700-f7c00b8.tar.gz 467098 BLAKE2B 
f10c9c6b3cfe9bc8518950839c2bb00d22521b6696a155cf721d34aac46205a8415f569d566f20ce865a44c23e5935748e5e488aff22950fbdd12bad4e679a42
 SHA512 
88e1ca3bc88f349a26cbd97303398de270eaf9332432b0402d7b44794cadbca86612df98ff1abed2a146450df760278946cb8eecc660f3dd5e00439c60807362
 DIST mypy-typeshed-0.701-36b28e5.tar.gz 466822 BLAKE2B 
6a1e2ae84250d6e51649aab9b1c65f4258533bc54ba470162ad4c4e894d6c73f32a9087fea3501f5b833069c717e6037dd848a514c5ea2880eca081337962806
 SHA512 
27fe5dda347903ac8fc925c7bc7d91ff0bac6421315a49fc8227f5ef8f476e6bcacafd07b87f80ee8dddc73009dc2f52fe6a57fd542283fcf2c52440ca09256e
+DIST mypy-typeshed-0.740-eca9375.tar.gz 480468 BLAKE2B 
7c31e59e93303feced9730e505101641874c61cba1c68a5083c412b1e5ae50d704d69b77b23b0a54b33c8788b7a0c1cc519fbf8eb923e9124b3facfdee1f782f
 SHA512 
53abd0aa58f58c6d3a4b4260d21053b5ab528dc1c736072942967bf21903cfea0105d92662693ca69bd7e795db481454705b57d8daf26a37728633a3c7173a3f

diff --git a/dev-python/mypy/mypy-0.740.ebuild 
b/dev-python/mypy/mypy-0.740.ebuild
new file mode 100644
index 000..548803e201f
--- /dev/null
+++ b/dev-python/mypy/mypy-0.740.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+if [ "${PV}" == "" ]; then
+   inherit distutils-r1 git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/typing-extensions/

2019-10-27 Thread Mike Auty
commit: 7008bba1b2ba7b2f9a5d0f47587b984b8ceb8980
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Oct 27 12:37:04 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Oct 27 12:37:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7008bba1

dev-python/typing-extensions: Support python-3.7

The depdendency.badindex QA warnings were already present previously.

Fixes bug #694730.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/typing-extensions/typing-extensions-3.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typing-extensions/typing-extensions-3.7.4.ebuild 
b/dev-python/typing-extensions/typing-extensions-3.7.4.ebuild
index d19958a3ba8..a415e5a0a41 100644
--- a/dev-python/typing-extensions/typing-extensions-3.7.4.ebuild
+++ b/dev-python/typing-extensions/typing-extensions-3.7.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/capstone/

2019-10-02 Thread Mike Auty
commit: d526b707cb06c3b62e954e4b625c4b6dd5181367
Author: Mike Auty  gentoo  org>
AuthorDate: Wed Oct  2 17:53:20 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Wed Oct  2 17:53:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d526b707

dev-libs/capstone: Indicate python-3.7 support.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mike Auty  gentoo.org>

 dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild | 2 +-
 dev-libs/capstone/capstone-4.0.1.ebuild| 2 +-
 dev-libs/capstone/capstone-4.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild 
b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild
index a371dec0b3b..f33b120cb40 100644
--- a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild
+++ b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1 toolchain-funcs
 

diff --git a/dev-libs/capstone/capstone-4.0.1.ebuild 
b/dev-libs/capstone/capstone-4.0.1.ebuild
index 77b9b960a58..668f96bde91 100644
--- a/dev-libs/capstone/capstone-4.0.1.ebuild
+++ b/dev-libs/capstone/capstone-4.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1 toolchain-funcs
 

diff --git a/dev-libs/capstone/capstone-4.0.ebuild 
b/dev-libs/capstone/capstone-4.0.ebuild
index 2f0796ab51f..18d7547f3dd 100644
--- a/dev-libs/capstone/capstone-4.0.ebuild
+++ b/dev-libs/capstone/capstone-4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1 toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/

2019-09-26 Thread Mike Auty
commit: a23eb91242ec8f1232eb4dd7954124aff40b3654
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Sep 26 12:45:11 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Sep 26 12:45:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23eb912

dev-util/bless: Bump to improve dependency inaccuracy.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mike Auty  gentoo.org>

 dev-util/bless/{bless-0.6.2.ebuild => bless-0.6.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bless/bless-0.6.2.ebuild 
b/dev-util/bless/bless-0.6.2-r1.ebuild
similarity index 96%
rename from dev-util/bless/bless-0.6.2.ebuild
rename to dev-util/bless/bless-0.6.2-r1.ebuild
index d2f0d9b7975..06741696a4d 100644
--- a/dev-util/bless/bless-0.6.2.ebuild
+++ b/dev-util/bless/bless-0.6.2-r1.ebuild
@@ -17,7 +17,7 @@ IUSE="debug"
 
 RDEPEND="
>=dev-lang/mono-1.1.14
-   >=dev-dotnet/gtk-sharp-2.12.21
+   >=dev-dotnet/gtk-sharp-2.12.21:2
 "
 DEPEND="${RDEPEND}
app-text/rarian



[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/

2019-09-17 Thread Mike Auty
commit: 81a7f1f1061069a76351aaf01033f9e1caeb30ae
Author: Mike Auty  gentoo  org>
AuthorDate: Tue Sep 17 08:19:00 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Sep 17 08:19:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a7f1f1

dev-util/bless: Minor QA fixes

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mike Auty  gentoo.org>

 dev-util/bless/Manifest   | 2 +-
 dev-util/bless/bless-0.6.2.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest
index 52ba93ae47f..befbc79aed6 100644
--- a/dev-util/bless/Manifest
+++ b/dev-util/bless/Manifest
@@ -1,2 +1,2 @@
 DIST bless-0.6.0.tar.gz 745694 BLAKE2B 
eb23edf3fd9c45b9848810ff022a7e9b7d760c2226bbbaf63d69ee45754d085eb105c4951c0d57fce7b284c6b0a8fb9b7e061219a55d109c9ef844b61c35
 SHA512 
69d2279b64503b97c8a67991c2a7a527d872835e3acfad7eafa8d87e376d2cecf3fa27de9e12726680a8f3c8ac92b888a4895a1f342c4beeaceef9e1f3ededdb
-DIST v0.6.2.tar.gz 514695 BLAKE2B 
2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406
 SHA512 
3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5
+DIST bless-0.6.2.tar.gz 514695 BLAKE2B 
2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406
 SHA512 
3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5

diff --git a/dev-util/bless/bless-0.6.2.ebuild 
b/dev-util/bless/bless-0.6.2.ebuild
index d63bb96ea01..d2f0d9b7975 100644
--- a/dev-util/bless/bless-0.6.2.ebuild
+++ b/dev-util/bless/bless-0.6.2.ebuild
@@ -6,11 +6,11 @@ inherit autotools gnome2 mono-env
 
 DESCRIPTION="GTK# Hex Editor"
 HOMEPAGE="https://github.com/afrantzis/Bless/;
-SRC_URI="https://github.com/afrantzis/${PN}/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/afrantzis/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 # EGIT_REPO_URI="https://github.com/afrantzis/bless/;
 # EGIT_COMMIT="v${PV}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
@@ -49,5 +49,5 @@ src_configure() {
 src_install() {
default
 
-   mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${P}"
+   mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${P}" || die "Unable 
to make documentation version-specific."
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/

2019-09-16 Thread Mike Auty
commit: 6183e698825991ebde40a2d9dfc0a7343ce68f1a
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Sep 16 22:21:24 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Sep 16 22:46:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6183e698

dev-util/bless: Bump to 0.6.2

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mike Auty  gentoo.org>

 dev-util/bless/Manifest   |  1 +
 dev-util/bless/bless-0.6.2.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest
index 16cb7bddd17..52ba93ae47f 100644
--- a/dev-util/bless/Manifest
+++ b/dev-util/bless/Manifest
@@ -1 +1,2 @@
 DIST bless-0.6.0.tar.gz 745694 BLAKE2B 
eb23edf3fd9c45b9848810ff022a7e9b7d760c2226bbbaf63d69ee45754d085eb105c4951c0d57fce7b284c6b0a8fb9b7e061219a55d109c9ef844b61c35
 SHA512 
69d2279b64503b97c8a67991c2a7a527d872835e3acfad7eafa8d87e376d2cecf3fa27de9e12726680a8f3c8ac92b888a4895a1f342c4beeaceef9e1f3ededdb
+DIST v0.6.2.tar.gz 514695 BLAKE2B 
2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406
 SHA512 
3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5

diff --git a/dev-util/bless/bless-0.6.2.ebuild 
b/dev-util/bless/bless-0.6.2.ebuild
new file mode 100644
index 000..d63bb96ea01
--- /dev/null
+++ b/dev-util/bless/bless-0.6.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools gnome2 mono-env
+
+DESCRIPTION="GTK# Hex Editor"
+HOMEPAGE="https://github.com/afrantzis/Bless/;
+SRC_URI="https://github.com/afrantzis/${PN}/archive/v${PV}.tar.gz;
+# EGIT_REPO_URI="https://github.com/afrantzis/bless/;
+# EGIT_COMMIT="v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   >=dev-lang/mono-1.1.14
+   >=dev-dotnet/gtk-sharp-2.12.21
+"
+DEPEND="${RDEPEND}
+   app-text/rarian
+   >=sys-devel/gettext-0.15
+   virtual/pkgconfig
+"
+
+# See bug 278162
+# Waiting on nunit ebuild entering the tree
+RESTRICT="test"
+
+pkg_setup() {
+   mono-env_pkg_setup
+}
+
+src_prepare() {
+   eautoreconf
+   # The autoreconf expects INSTALL to have been copied over by autoconf
+   touch "${S}/INSTALL"
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --enable-unix-specific \
+   $(use_enable debug)
+}
+
+src_install() {
+   default
+
+   mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${P}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2019-05-11 Thread Mike Auty
commit: adc16b12530a8c13db0b681327b205ca4521c35a
Author: Mike Auty  gentoo  org>
AuthorDate: Sat May 11 21:48:51 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat May 11 21:48:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc16b12

dev-python/mypy: Bump to 0.701

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/Manifest  |  2 ++
 dev-python/mypy/mypy-0.701.ebuild | 70 +++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 8369e4fe95a..e1696ca2404 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -5,6 +5,7 @@ DIST mypy-0.630.tar.gz 1172089 BLAKE2B 
672f05f5fa45b922ddebb5ea802358f8a63eecf26
 DIST mypy-0.660.tar.gz 1274856 BLAKE2B 
da59dbae31df1c2c8530fddf44f02d608cc9019c9294919e015ef7e62ac8680162a044a98d109e5aa7cdb1f1a611b09659f828c2366ce5a850c23d5f68a11047
 SHA512 
4d18fb8e04ba2e4d290582ecc2af660ca26c4ef3ccf5ee5455f4be9fe9dabddafe644ce6463a8079dbfb04c463b759283af23014065f290edfa0255879bd0076
 DIST mypy-0.670.tar.gz 1376917 BLAKE2B 
1c7de26e48d91a1dd8b007607e6e8989e6b622eb62ad98b3c575faef1373ba510acba546977d26984689c5cd245ea341022ae68209d498d8bac78b01760daa24
 SHA512 
1fb994410acb3ae3ef6c4380f1b76d2f65790fa7822067dfd75eb34d0336547f85810e475563c797dca268de35b1594217cb3edfe32033eb012d121a3a2e6406
 DIST mypy-0.700.tar.gz 1413962 BLAKE2B 
6739960bdb5984115b4bd84ec3ca63e6b7a4c4494c48fcde8bab4b3679814e3ffdbe1319a4c0e221e3cab6521d95568839ded58c29dc6f2528d15d684e3c870d
 SHA512 
934adaaf8ef48a843c8cce159502a2d4ca9697cf44bfd9a1c0f77e05da9bfb75ec099819e5543a4bc2492c670ee1f1f843df82746aaf7573776006d7dc6b57b0
+DIST mypy-0.701.tar.gz 1413988 BLAKE2B 
e705a1da6af8c68b9226d67acaf7976951ff5ddfe926f52cf51f70be59e75cd12cf303aad98e136ee342487c07e1273d0ca8ea582621552924c40ee725e6c01d
 SHA512 
6dde048c211d1dd8f3c02af9500d5151588810d9989528ec4bee0ccbb5a8636fc4e03a373b80d177ca0937c0c92e0ffad1faf82b23db22248b782ec6812e3c1a
 DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.600-2dc7d39.tar.gz 425045 BLAKE2B 
e2ef63f2ed988f77f52e2a01c158ff8e3fbdec118c1f613ffe6c57d025da8d5bcf6dc0e6bcbc1bb8655fbf340a0f358535d7e1ed214a5a1af8e3188f2dde5459
 SHA512 
9c960c2dcb2cd5ed36d77efa47a5632698e841b685386f8d5a31200c61235b68d627fc450d070955ab14962d6a70a2d538929e2dc845512e83161c0299d91807
@@ -12,3 +13,4 @@ DIST mypy-typeshed-0.630-8ed0159.tar.gz 451750 BLAKE2B 
8d59204bf71fadc36788d93e8
 DIST mypy-typeshed-0.660-f343150.tar.gz 456324 BLAKE2B 
b7a0f7e3da84b4be8c4cfdb43a62887ab433c22395af2ecee558440b15b9ffadf824c1eb3e8084d8c74ec61301a14f73a7e1ed4802522481e3545872be3f1010
 SHA512 
c64dd1aa2eb1bb6a0bebe819f7f9ee1b81fb6f6f1da5a2246f5b60aea97a16d86051dcef176b673afe9788bf16f5378d03c5b071f72b9aea727737ddb5adbaca
 DIST mypy-typeshed-0.670-3eb66ba.tar.gz 462981 BLAKE2B 
9e321e71637edf6b7b08bdad3ffe76798aec2ad9ff7be0d1649e29ae7543536a6a6d413d9bd9bc4b15e164500e95ee3ba2ad58abc8f984499493c4753dd39337
 SHA512 
2b3d59451caaf4779c6543cee70461afd9a95b809ba5db7b0fc43e02711d8c4b28c98f680d9ddb9f0c01dcfb5011b6626fe746187c47e737d87689245da9344a
 DIST mypy-typeshed-0.700-f7c00b8.tar.gz 467098 BLAKE2B 
f10c9c6b3cfe9bc8518950839c2bb00d22521b6696a155cf721d34aac46205a8415f569d566f20ce865a44c23e5935748e5e488aff22950fbdd12bad4e679a42
 SHA512 
88e1ca3bc88f349a26cbd97303398de270eaf9332432b0402d7b44794cadbca86612df98ff1abed2a146450df760278946cb8eecc660f3dd5e00439c60807362
+DIST mypy-typeshed-0.701-36b28e5.tar.gz 466822 BLAKE2B 
6a1e2ae84250d6e51649aab9b1c65f4258533bc54ba470162ad4c4e894d6c73f32a9087fea3501f5b833069c717e6037dd848a514c5ea2880eca081337962806
 SHA512 
27fe5dda347903ac8fc925c7bc7d91ff0bac6421315a49fc8227f5ef8f476e6bcacafd07b87f80ee8dddc73009dc2f52fe6a57fd542283fcf2c52440ca09256e

diff --git a/dev-python/mypy/mypy-0.701.ebuild 
b/dev-python/mypy/mypy-0.701.ebuild
new file mode 100644
index 000..6d104eec990
--- /dev/null
+++ b/dev-python/mypy/mypy-0.701.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+if [ "${PV}" == "" ]; then
+   inherit distutils-r1 git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   inherit d

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-05-10 Thread Mike Auty
commit: ab46276a89bf902cf895e3cef64b121f644824f1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 10 15:26:16 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Fri May 10 15:46:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab46276a

net-analyzer/scapy: update HOMEPAGE, use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Mike Auty  gentoo.org>

 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 4 ++--
 net-analyzer/scapy/scapy-2.4.0.ebuild| 2 +-
 net-analyzer/scapy/scapy-2.4.2.ebuild| 2 +-
 net-analyzer/scapy/scapy-.ebuild | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild 
b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
index 69f18cdf55a..e3f662d3328 100644
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils distutils-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/;
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy;
 SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/net-analyzer/scapy/scapy-2.4.0.ebuild 
b/net-analyzer/scapy/scapy-2.4.0.ebuild
index f5c9435fdff..25d40043778 100644
--- a/net-analyzer/scapy/scapy-2.4.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.0.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/ 
https://github.com/secdev/scapy;
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy;
 SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild 
b/net-analyzer/scapy/scapy-2.4.2.ebuild
index 113734a5127..121abefbe78 100644
--- a/net-analyzer/scapy/scapy-2.4.2.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.2.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/ 
https://github.com/secdev/scapy;
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy;
 SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 3005f30dde5..ee534593de5 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} )
 inherit distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/ 
https://github.com/secdev/scapy;
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy;
 EGIT_REPO_URI="https://github.com/secdev/${PN};
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-05-04 Thread Mike Auty
commit: 8435230fb40a2f6cd10dc4c7523fd730cb421aa8
Author: Mike Auty  gentoo  org>
AuthorDate: Sat May  4 14:33:19 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat May  4 14:33:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8435230f

net-analyzer/scapy: Bump to 2.4.2 for python3.7 support.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 net-analyzer/scapy/Manifest   |  1 +
 net-analyzer/scapy/scapy-2.4.2.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 44a294809cc..d5967a0f305 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,2 +1,3 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B 
bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e
 SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B 
af591b103c90736a5e62801f4c0ebd495e2e71c79ee81f04fdd194739b460c9940b8fcf0c6e279701095979144eff25ca4734926c0251721b37dc63fe8dd9e89
 SHA512 
0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a
+DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B 
a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c
 SHA512 
980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db

diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild 
b/net-analyzer/scapy/scapy-2.4.2.ebuild
new file mode 100644
index 000..113734a5127
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
+HOMEPAGE="http://www.secdev.org/projects/scapy/ 
https://github.com/secdev/scapy;
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+   net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+   dev-python/cryptography
+   dev-python/gnuplot-py
+   dev-python/ipython
+   dev-python/pyx
+   media-gfx/graphviz
+   net-analyzer/tcpreplay
+   virtual/imagemagick-tools
+
+   See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+   echo ${PV/_/} > ${PN}/VERSION
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc -r doc/${PN}/*
+   DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2019-04-05 Thread Mike Auty
commit: 1a3c9c27fb83ee21151d1d30b544e4e34090c7e9
Author: Mike Auty  gentoo  org>
AuthorDate: Fri Apr  5 14:03:48 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Fri Apr  5 14:03:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3c9c27

dev-python/mypy: Version bump to 0.700

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/Manifest  |  2 ++
 dev-python/mypy/mypy-0.700.ebuild | 75 +++
 2 files changed, 77 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 83f540764cf..8369e4fe95a 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -4,9 +4,11 @@ DIST mypy-0.600.tar.gz 1097269 BLAKE2B 
ee3327cdd7383a93f319335017815bb3341d1b91e
 DIST mypy-0.630.tar.gz 1172089 BLAKE2B 
672f05f5fa45b922ddebb5ea802358f8a63eecf2671540e9fd53419e9bf04f9513815bdb9cca546b4f9483443ea0d4b55bca259d972f124a33f3a77c4b853e17
 SHA512 
42e2874c2334d04a08a4ac95ea3adae6e910a7811abc9f8a480ae7b87b3034fa8096c12b4dba1d3a9722a2857da8bb76813dd1d858b828934273c1147bc7387d
 DIST mypy-0.660.tar.gz 1274856 BLAKE2B 
da59dbae31df1c2c8530fddf44f02d608cc9019c9294919e015ef7e62ac8680162a044a98d109e5aa7cdb1f1a611b09659f828c2366ce5a850c23d5f68a11047
 SHA512 
4d18fb8e04ba2e4d290582ecc2af660ca26c4ef3ccf5ee5455f4be9fe9dabddafe644ce6463a8079dbfb04c463b759283af23014065f290edfa0255879bd0076
 DIST mypy-0.670.tar.gz 1376917 BLAKE2B 
1c7de26e48d91a1dd8b007607e6e8989e6b622eb62ad98b3c575faef1373ba510acba546977d26984689c5cd245ea341022ae68209d498d8bac78b01760daa24
 SHA512 
1fb994410acb3ae3ef6c4380f1b76d2f65790fa7822067dfd75eb34d0336547f85810e475563c797dca268de35b1594217cb3edfe32033eb012d121a3a2e6406
+DIST mypy-0.700.tar.gz 1413962 BLAKE2B 
6739960bdb5984115b4bd84ec3ca63e6b7a4c4494c48fcde8bab4b3679814e3ffdbe1319a4c0e221e3cab6521d95568839ded58c29dc6f2528d15d684e3c870d
 SHA512 
934adaaf8ef48a843c8cce159502a2d4ca9697cf44bfd9a1c0f77e05da9bfb75ec099819e5543a4bc2492c670ee1f1f843df82746aaf7573776006d7dc6b57b0
 DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.600-2dc7d39.tar.gz 425045 BLAKE2B 
e2ef63f2ed988f77f52e2a01c158ff8e3fbdec118c1f613ffe6c57d025da8d5bcf6dc0e6bcbc1bb8655fbf340a0f358535d7e1ed214a5a1af8e3188f2dde5459
 SHA512 
9c960c2dcb2cd5ed36d77efa47a5632698e841b685386f8d5a31200c61235b68d627fc450d070955ab14962d6a70a2d538929e2dc845512e83161c0299d91807
 DIST mypy-typeshed-0.630-8ed0159.tar.gz 451750 BLAKE2B 
8d59204bf71fadc36788d93e817fe22cd498dfee08709f4c72ba67bca34d0db4792ea1a01f5632b5b52e94298c183e804357c9bb043e28e0628d82320d20852c
 SHA512 
6c5a03853da452f6540b8411bd702ec59e70aae8ca6f923c16959bdba1ee97a619704c5825faa9e428151898b648f0436f9c9dd0c5ef20f5022598e3b88afcb3
 DIST mypy-typeshed-0.660-f343150.tar.gz 456324 BLAKE2B 
b7a0f7e3da84b4be8c4cfdb43a62887ab433c22395af2ecee558440b15b9ffadf824c1eb3e8084d8c74ec61301a14f73a7e1ed4802522481e3545872be3f1010
 SHA512 
c64dd1aa2eb1bb6a0bebe819f7f9ee1b81fb6f6f1da5a2246f5b60aea97a16d86051dcef176b673afe9788bf16f5378d03c5b071f72b9aea727737ddb5adbaca
 DIST mypy-typeshed-0.670-3eb66ba.tar.gz 462981 BLAKE2B 
9e321e71637edf6b7b08bdad3ffe76798aec2ad9ff7be0d1649e29ae7543536a6a6d413d9bd9bc4b15e164500e95ee3ba2ad58abc8f984499493c4753dd39337
 SHA512 
2b3d59451caaf4779c6543cee70461afd9a95b809ba5db7b0fc43e02711d8c4b28c98f680d9ddb9f0c01dcfb5011b6626fe746187c47e737d87689245da9344a
+DIST mypy-typeshed-0.700-f7c00b8.tar.gz 467098 BLAKE2B 
f10c9c6b3cfe9bc8518950839c2bb00d22521b6696a155cf721d34aac46205a8415f569d566f20ce865a44c23e5935748e5e488aff22950fbdd12bad4e679a42
 SHA512 
88e1ca3bc88f349a26cbd97303398de270eaf9332432b0402d7b44794cadbca86612df98ff1abed2a146450df760278946cb8eecc660f3dd5e00439c60807362

diff --git a/dev-python/mypy/mypy-0.700.ebuild 
b/dev-python/mypy/mypy-0.700.ebuild
new file mode 100644
index 000..caf10d3393d
--- /dev/null
+++ b/dev-python/mypy/mypy-0.700.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+if [ "${PV}" == "" ]; then
+   inherit distutils-r1 git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   inherit distutils-r1
+   TYPESHED_COMMIT="f7c00b8"
+   SRC_URI="https://gi

[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2019-02-28 Thread Mike Auty
commit: c35ef95eef6214bac3bb01975b684a5f02ebff81
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Feb 28 10:11:35 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Feb 28 10:11:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35ef95e

dev-python/mypy: version bump to 0.670

Fixes bug 678822.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/Manifest  |  2 ++
 dev-python/mypy/mypy-0.670.ebuild | 75 +++
 2 files changed, 77 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index b867acadfb5..83f540764cf 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -3,8 +3,10 @@ DIST mypy-0.590.tar.gz 1081426 BLAKE2B 
396083f81a1bf6f8230abe3e3e48b9fcf0288edfa
 DIST mypy-0.600.tar.gz 1097269 BLAKE2B 
ee3327cdd7383a93f319335017815bb3341d1b91e3620f7bdc69d1c401e3c8aaa3157cfd8d4657fe072ad90b672017fc2b948ad4ff217d5e4ab91b8946d4569e
 SHA512 
8e89bcbb53d385bbc3bf72de123d4a99230ee5154e1af19adccff7133f86495aa366058e04092356a80036214113ac90ecddcf5e30da59ae2a7c6f3d320b07ef
 DIST mypy-0.630.tar.gz 1172089 BLAKE2B 
672f05f5fa45b922ddebb5ea802358f8a63eecf2671540e9fd53419e9bf04f9513815bdb9cca546b4f9483443ea0d4b55bca259d972f124a33f3a77c4b853e17
 SHA512 
42e2874c2334d04a08a4ac95ea3adae6e910a7811abc9f8a480ae7b87b3034fa8096c12b4dba1d3a9722a2857da8bb76813dd1d858b828934273c1147bc7387d
 DIST mypy-0.660.tar.gz 1274856 BLAKE2B 
da59dbae31df1c2c8530fddf44f02d608cc9019c9294919e015ef7e62ac8680162a044a98d109e5aa7cdb1f1a611b09659f828c2366ce5a850c23d5f68a11047
 SHA512 
4d18fb8e04ba2e4d290582ecc2af660ca26c4ef3ccf5ee5455f4be9fe9dabddafe644ce6463a8079dbfb04c463b759283af23014065f290edfa0255879bd0076
+DIST mypy-0.670.tar.gz 1376917 BLAKE2B 
1c7de26e48d91a1dd8b007607e6e8989e6b622eb62ad98b3c575faef1373ba510acba546977d26984689c5cd245ea341022ae68209d498d8bac78b01760daa24
 SHA512 
1fb994410acb3ae3ef6c4380f1b76d2f65790fa7822067dfd75eb34d0336547f85810e475563c797dca268de35b1594217cb3edfe32033eb012d121a3a2e6406
 DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.600-2dc7d39.tar.gz 425045 BLAKE2B 
e2ef63f2ed988f77f52e2a01c158ff8e3fbdec118c1f613ffe6c57d025da8d5bcf6dc0e6bcbc1bb8655fbf340a0f358535d7e1ed214a5a1af8e3188f2dde5459
 SHA512 
9c960c2dcb2cd5ed36d77efa47a5632698e841b685386f8d5a31200c61235b68d627fc450d070955ab14962d6a70a2d538929e2dc845512e83161c0299d91807
 DIST mypy-typeshed-0.630-8ed0159.tar.gz 451750 BLAKE2B 
8d59204bf71fadc36788d93e817fe22cd498dfee08709f4c72ba67bca34d0db4792ea1a01f5632b5b52e94298c183e804357c9bb043e28e0628d82320d20852c
 SHA512 
6c5a03853da452f6540b8411bd702ec59e70aae8ca6f923c16959bdba1ee97a619704c5825faa9e428151898b648f0436f9c9dd0c5ef20f5022598e3b88afcb3
 DIST mypy-typeshed-0.660-f343150.tar.gz 456324 BLAKE2B 
b7a0f7e3da84b4be8c4cfdb43a62887ab433c22395af2ecee558440b15b9ffadf824c1eb3e8084d8c74ec61301a14f73a7e1ed4802522481e3545872be3f1010
 SHA512 
c64dd1aa2eb1bb6a0bebe819f7f9ee1b81fb6f6f1da5a2246f5b60aea97a16d86051dcef176b673afe9788bf16f5378d03c5b071f72b9aea727737ddb5adbaca
+DIST mypy-typeshed-0.670-3eb66ba.tar.gz 462981 BLAKE2B 
9e321e71637edf6b7b08bdad3ffe76798aec2ad9ff7be0d1649e29ae7543536a6a6d413d9bd9bc4b15e164500e95ee3ba2ad58abc8f984499493c4753dd39337
 SHA512 
2b3d59451caaf4779c6543cee70461afd9a95b809ba5db7b0fc43e02711d8c4b28c98f680d9ddb9f0c01dcfb5011b6626fe746187c47e737d87689245da9344a

diff --git a/dev-python/mypy/mypy-0.670.ebuild 
b/dev-python/mypy/mypy-0.670.ebuild
new file mode 100644
index 000..f163167fb71
--- /dev/null
+++ b/dev-python/mypy/mypy-0.670.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+if [ "${PV}" == "" ]; then
+   inherit distutils-r1 git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   inherit distutils-r1
+   TYPESHED_COMMIT="3eb66ba"
+   SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://api.github.com/repos/python/typeshed/tarball/${TYPESHED_COMMIT} -> 
mypy-typeshed-${PV}-${TYPESHED_COMMIT}.tar.gz"
+fi
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lan

[gentoo-commits] repo/gentoo:master commit in: dev-python/typed-ast/

2019-02-28 Thread Mike Auty
commit: 646b7570e9bec92f071651726ab366bb22dff933
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Feb 28 10:04:03 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Feb 28 10:04:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646b7570

dev-python/typed-ast: version bump to 1.3.1

Fixes issue #678868.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/typed-ast/Manifest   |  1 +
 dev-python/typed-ast/typed-ast-1.3.1.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
index e38af26501d..fb7c8db2b35 100644
--- a/dev-python/typed-ast/Manifest
+++ b/dev-python/typed-ast/Manifest
@@ -1,2 +1,3 @@
 DIST typed-ast-1.1.0.tar.gz 200587 BLAKE2B 
09dd6d65513a37a57ecb6df2a505100f5fc08a49a244f1cb83af363d20d9b1b76f127ec5da6ef115a56ae6dc560ab40dcaae4740385fdd9e305bfd2ec26fdbaf
 SHA512 
439e949082ee5cb9434fec99021c08401a46ec2ad16d96296c6440aa1fd8158f6605efbdfa55e536c3fddd4018bb0f4c5ee4d5a4a32954242b7902b9ce3463f2
 DIST typed-ast-1.2.0.tar.gz 202702 BLAKE2B 
79e919019763f4af0a2f24108cfa418693dc5a1d791a0045a49fb128d715f91ec5bcca6d4bb6812e19b7a5438bcb27d239f2aba7de8b859d4e8e73027c59665f
 SHA512 
801f59cdce48f7be3045c44d207a5a269bc1cd5ca9f0536d3d16f10ce82794a7e5cd5d3c83982927cebc52e1b1dbd47532140bcedca0ca4ace45b726aa0343ee
+DIST typed-ast-1.3.1.tar.gz 204285 BLAKE2B 
209911e0dc7291ec4b48ce7c5163d738ccd0978027d2bb1b64004c0f08feb7567d83ba8f04dfe48975ecc2116ee365a903f455dddcaf1bc07cf5deb08572f92c
 SHA512 
390547485878ccb7e3a168e24b8b63c1784888ecedfae980562c3c0c0073c73ebef27190feeac99745c205d18061ffe5e3eb0830068968176ef2a06fd3ae4b2a

diff --git a/dev-python/typed-ast/typed-ast-1.3.1.ebuild 
b/dev-python/typed-ast/typed-ast-1.3.1.ebuild
new file mode 100644
index 000..cdd9b6b66a7
--- /dev/null
+++ b/dev-python/typed-ast/typed-ast-1.3.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Python typed-ast backported"
+HOMEPAGE="https://pypi.org/project/typed-ast/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/

2019-02-26 Thread Mike Auty
commit: 74d081cc0bb06fca4640d6cd683b0887fd4c1584
Author: Mike Auty  gentoo  org>
AuthorDate: Tue Feb 26 23:13:42 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Feb 26 23:13:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d081cc

dev-python/mypy_extensions: Fix QA issue with metadata.xml

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy_extensions/metadata.xml | 3 +--
 dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/mypy_extensions/metadata.xml 
b/dev-python/mypy_extensions/metadata.xml
index 3482185cc3f..e51d00229eb 100644
--- a/dev-python/mypy_extensions/metadata.xml
+++ b/dev-python/mypy_extensions/metadata.xml
@@ -5,8 +5,7 @@
ike...@gentoo.org
    Mike Auty

-   
-   
+   Extensions for the mypy static type 
checker

python/mypy_extesions


diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild 
b/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild
index fb4db7c72fb..349d05e0d4d 100644
--- a/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild
+++ b/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2019-02-26 Thread Mike Auty
commit: 4efe3edea9e1cbbe6382911631bb7cf73faef6f8
Author: Mike Auty  gentoo  org>
AuthorDate: Tue Feb 26 23:07:58 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Feb 26 23:07:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efe3ede

dev-python/mypy: Bump to 0.660

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy/Manifest  |  2 ++
 dev-python/mypy/metadata.xml  |  2 +-
 dev-python/mypy/mypy-0.660.ebuild | 75 +++
 3 files changed, 78 insertions(+), 1 deletion(-)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 20cafab2e93..b867acadfb5 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -2,7 +2,9 @@ DIST mypy-0.570.tar.gz 1050041 BLAKE2B 
034d49627242ad67283689a653d416e956ae0b782
 DIST mypy-0.590.tar.gz 1081426 BLAKE2B 
396083f81a1bf6f8230abe3e3e48b9fcf0288edfa6ae2bbcb7b6bd8f50f4e8dd093cacc326d561f5f10fce0bfd213e559d98e32a35a712bd022d8d0682f239d2
 SHA512 
129356a4326e80e292645e3b44b673ab463b1ad9b6388396680ca15a4c9aad6da2a3734a3da5d4ab005fb0572fd08863b20ba80e71af2e87d11546abc7fd78c0
 DIST mypy-0.600.tar.gz 1097269 BLAKE2B 
ee3327cdd7383a93f319335017815bb3341d1b91e3620f7bdc69d1c401e3c8aaa3157cfd8d4657fe072ad90b672017fc2b948ad4ff217d5e4ab91b8946d4569e
 SHA512 
8e89bcbb53d385bbc3bf72de123d4a99230ee5154e1af19adccff7133f86495aa366058e04092356a80036214113ac90ecddcf5e30da59ae2a7c6f3d320b07ef
 DIST mypy-0.630.tar.gz 1172089 BLAKE2B 
672f05f5fa45b922ddebb5ea802358f8a63eecf2671540e9fd53419e9bf04f9513815bdb9cca546b4f9483443ea0d4b55bca259d972f124a33f3a77c4b853e17
 SHA512 
42e2874c2334d04a08a4ac95ea3adae6e910a7811abc9f8a480ae7b87b3034fa8096c12b4dba1d3a9722a2857da8bb76813dd1d858b828934273c1147bc7387d
+DIST mypy-0.660.tar.gz 1274856 BLAKE2B 
da59dbae31df1c2c8530fddf44f02d608cc9019c9294919e015ef7e62ac8680162a044a98d109e5aa7cdb1f1a611b09659f828c2366ce5a850c23d5f68a11047
 SHA512 
4d18fb8e04ba2e4d290582ecc2af660ca26c4ef3ccf5ee5455f4be9fe9dabddafe644ce6463a8079dbfb04c463b759283af23014065f290edfa0255879bd0076
 DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.600-2dc7d39.tar.gz 425045 BLAKE2B 
e2ef63f2ed988f77f52e2a01c158ff8e3fbdec118c1f613ffe6c57d025da8d5bcf6dc0e6bcbc1bb8655fbf340a0f358535d7e1ed214a5a1af8e3188f2dde5459
 SHA512 
9c960c2dcb2cd5ed36d77efa47a5632698e841b685386f8d5a31200c61235b68d627fc450d070955ab14962d6a70a2d538929e2dc845512e83161c0299d91807
 DIST mypy-typeshed-0.630-8ed0159.tar.gz 451750 BLAKE2B 
8d59204bf71fadc36788d93e817fe22cd498dfee08709f4c72ba67bca34d0db4792ea1a01f5632b5b52e94298c183e804357c9bb043e28e0628d82320d20852c
 SHA512 
6c5a03853da452f6540b8411bd702ec59e70aae8ca6f923c16959bdba1ee97a619704c5825faa9e428151898b648f0436f9c9dd0c5ef20f5022598e3b88afcb3
+DIST mypy-typeshed-0.660-f343150.tar.gz 456324 BLAKE2B 
b7a0f7e3da84b4be8c4cfdb43a62887ab433c22395af2ecee558440b15b9ffadf824c1eb3e8084d8c74ec61301a14f73a7e1ed4802522481e3545872be3f1010
 SHA512 
c64dd1aa2eb1bb6a0bebe819f7f9ee1b81fb6f6f1da5a2246f5b60aea97a16d86051dcef176b673afe9788bf16f5378d03c5b071f72b9aea727737ddb5adbaca

diff --git a/dev-python/mypy/metadata.xml b/dev-python/mypy/metadata.xml
index 637a04f97e2..22d8582c9dc 100644
--- a/dev-python/mypy/metadata.xml
+++ b/dev-python/mypy/metadata.xml
@@ -6,6 +6,6 @@
    Mike Auty


-   JukkaL/mypy
+   python/mypy

 

diff --git a/dev-python/mypy/mypy-0.660.ebuild 
b/dev-python/mypy/mypy-0.660.ebuild
new file mode 100644
index 000..3058178afb6
--- /dev/null
+++ b/dev-python/mypy/mypy-0.660.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+if [ "${PV}" == "" ]; then
+   inherit distutils-r1 git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   inherit distutils-r1
+   TYPESHED_COMMIT="f343150"
+   SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://api.github.com/repos/python/typeshed/tarball/${TYPESHED_COMMIT} -> 
mypy-typeshed-${PV}-${TYPESHED_COMMIT}.tar.gz"
+fi
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://w

[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/

2019-02-26 Thread Mike Auty
commit: 9de96f9c5cb25772e3faef92a6a0d7ebbfe7be34
Author: Mike Auty  gentoo  org>
AuthorDate: Tue Feb 26 22:05:33 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Feb 26 22:05:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de96f9c

dev-python/mypy_extensions: Add in version 0.4.1 to support mypy

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 dev-python/mypy_extensions/Manifest|  1 +
 dev-python/mypy_extensions/metadata.xml| 13 ++
 .../mypy_extensions/mypy_extensions-0.4.1.ebuild   | 51 ++
 3 files changed, 65 insertions(+)

diff --git a/dev-python/mypy_extensions/Manifest 
b/dev-python/mypy_extensions/Manifest
new file mode 100644
index 000..be2ed82c6a1
--- /dev/null
+++ b/dev-python/mypy_extensions/Manifest
@@ -0,0 +1 @@
+DIST mypy_extensions-0.4.1.tar.gz 3548 BLAKE2B 
48ded2fefa384242f7feaabe8be840afa623ec89b53c91c51d403684fdae8c6a25e4f88cc9f30c31537958df551a5da42fdb13b49881266da62006843824cc84
 SHA512 
e862a17b07d2c922b460012798d27d925cdeed4b8dbe9a1e38cb125df5546ca87039ebf32ad4151820d3444ba729fb0eb01c59576084724eb4ca19c5c2a52ac9

diff --git a/dev-python/mypy_extensions/metadata.xml 
b/dev-python/mypy_extensions/metadata.xml
new file mode 100644
index 000..3482185cc3f
--- /dev/null
+++ b/dev-python/mypy_extensions/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ike...@gentoo.org
+       Mike Auty
+   
+   
+   
+   
+   python/mypy_extesions
+   
+

diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild 
b/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild
new file mode 100644
index 000..fb4db7c72fb
--- /dev/null
+++ b/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_5 python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+SRC_URI="https://github.com/python/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+if [ "${PV}" == "" ]; then
+inherit git-r3
+EGIT_REPO_URI="https://github.com/python/${PN};
+EGIT_COMMIT="master"
+else
+EGIT_REPO_URI="${PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+RDEPEND="
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   ${RDEPEND}
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   local PYTHONPATH="$(pwd)"
+
+   "${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/

2019-01-17 Thread Mike Auty
commit: 2cf052329bc3410cdda11db2a7167ac4e862d6a9
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Jan 17 23:37:55 2019 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Jan 17 23:37:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf05232

dev-util/bless: Depend on gtk-sharp slot 2 specifically.

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 dev-util/bless/{bless-0.6.0-r2.ebuild => bless-0.6.0-r4.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild 
b/dev-util/bless/bless-0.6.0-r4.ebuild
similarity index 92%
rename from dev-util/bless/bless-0.6.0-r2.ebuild
rename to dev-util/bless/bless-0.6.0-r4.ebuild
index 3f33877017b..e7ae88c0e92 100644
--- a/dev-util/bless/bless-0.6.0-r2.ebuild
+++ b/dev-util/bless/bless-0.6.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ IUSE="debug"
 
 RDEPEND="
>=dev-lang/mono-1.1.14
-   >=dev-dotnet/gtk-sharp-2.12.21
+   >=dev-dotnet/gtk-sharp-2.12.21:2
 "
 DEPEND="${RDEPEND}
app-text/rarian
@@ -31,6 +31,8 @@ pkg_setup() {
# Stolen from enlightenment.eclass
cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
+
+   mono-env_pkg_setup
 }
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc/

2018-11-08 Thread Mike Auty
commit: 4e504aadd33c2bcde0974701cf099dc2f7dce15a
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Nov  8 19:00:45 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Nov  8 19:00:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e504aad

net-vpn/vpnc: Use virtual/resolvconf dependency.

Fixes bug 669250.

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Mike Auty  gentoo.org>

 net-vpn/vpnc/vpnc-0.5.3_p550.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild 
b/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild
index b3b6de8c287..34d8bd70511 100644
--- a/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild
+++ b/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ DEPEND="
gnutls? ( net-libs/gnutls )
!gnutls? ( dev-libs/openssl:0= )"
 RDEPEND="${DEPEND}
-   resolvconf? ( net-dns/openresolv )
+   resolvconf? ( virtual/resolvconf )
selinux? ( sec-policy/selinux-vpn )
 "
 



[gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/

2018-10-22 Thread Mike Auty
commit: b93b8cc86210c53be3067a96f374d19cadccfd15
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Oct 22 07:40:21 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Oct 22 07:40:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93b8cc8

virtual/resolvconf: Include systemd as compatible

Add >=systemd-239-r1[resolvconf] as resolvconf-compatible as discussing
in bug 659220.

Signed-off-by: Mike Auty  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 virtual/resolvconf/resolvconf-1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/virtual/resolvconf/resolvconf-1.ebuild 
b/virtual/resolvconf/resolvconf-1.ebuild
index fb7c7cdfe0a..1a77aab6a0c 100644
--- a/virtual/resolvconf/resolvconf-1.ebuild
+++ b/virtual/resolvconf/resolvconf-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,4 +8,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND="
-   net-dns/openresolv"
+   || (
+   net-dns/openresolv
+   >=sys-apps/systemd-239-r1[resolvconf]
+   )"



[gentoo-commits] repo/gentoo:master commit in: app-forensics/foremost/

2018-10-15 Thread Mike Auty
commit: 5357f1605c1f99ad51e50c72fe6ff6e33f1da71c
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Oct 15 23:35:31 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Oct 15 23:38:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5357f160

app-forensics/foremost: Remove old package with QA issue.

Fixes bug 619928.

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Mike Auty  gentoo.org>

 app-forensics/foremost/foremost-1.5.7-r2.ebuild | 35 -
 1 file changed, 35 deletions(-)

diff --git a/app-forensics/foremost/foremost-1.5.7-r2.ebuild 
b/app-forensics/foremost/foremost-1.5.7-r2.ebuild
deleted file mode 100644
index 5bb7b1464fb..000
--- a/app-forensics/foremost/foremost-1.5.7-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A console program to recover files based on their headers and 
footers"
-HOMEPAGE="http://foremost.sourceforge.net/;
-#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-# starting to hate sf.net ...
-SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz;
-
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-LICENSE="public-domain"
-SLOT="0"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-1.4-config-location.patch"
-   epatch "${FILESDIR}/${PN}-1.5.7-format-security.patch"
-}
-
-src_compile() {
-   emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) 
-DVERSION=\\\"${PV}\\\"" \
-   CONF=/etc
-}
-
-src_install() {
-   dobin foremost
-   doman foremost.8.gz
-   insinto /etc
-   doins foremost.conf
-   dodoc README CHANGES
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2018-09-22 Thread Mike Auty
commit: f9b4d8a6df7f9e2a3bbac32d376b43d91d80d95f
Author: Mike Auty  gentoo  org>
AuthorDate: Sat Sep 22 10:13:11 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Sep 22 10:13:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b4d8a6

dev-python/mypy: Bump to 0.630.  Resolves bug 666260.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/mypy/Manifest  |  2 ++
 dev-python/mypy/mypy-0.630.ebuild | 68 +++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 90f240ee282..20cafab2e93 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,6 +1,8 @@
 DIST mypy-0.570.tar.gz 1050041 BLAKE2B 
034d49627242ad67283689a653d416e956ae0b78287f78d910aa2b3b2b07af5a07d08503259a2c26bbf37154a52b120fcad1bfbb3daccbd9b80d4c1e9fedbddf
 SHA512 
f0822d9e757faedd9cbce5e8b47782fae02523244688a3900a9f202de9f68b5ae094da65526fba79911a42d4d0621c4e5bf1984e57201117db8f5b630314ea4c
 DIST mypy-0.590.tar.gz 1081426 BLAKE2B 
396083f81a1bf6f8230abe3e3e48b9fcf0288edfa6ae2bbcb7b6bd8f50f4e8dd093cacc326d561f5f10fce0bfd213e559d98e32a35a712bd022d8d0682f239d2
 SHA512 
129356a4326e80e292645e3b44b673ab463b1ad9b6388396680ca15a4c9aad6da2a3734a3da5d4ab005fb0572fd08863b20ba80e71af2e87d11546abc7fd78c0
 DIST mypy-0.600.tar.gz 1097269 BLAKE2B 
ee3327cdd7383a93f319335017815bb3341d1b91e3620f7bdc69d1c401e3c8aaa3157cfd8d4657fe072ad90b672017fc2b948ad4ff217d5e4ab91b8946d4569e
 SHA512 
8e89bcbb53d385bbc3bf72de123d4a99230ee5154e1af19adccff7133f86495aa366058e04092356a80036214113ac90ecddcf5e30da59ae2a7c6f3d320b07ef
+DIST mypy-0.630.tar.gz 1172089 BLAKE2B 
672f05f5fa45b922ddebb5ea802358f8a63eecf2671540e9fd53419e9bf04f9513815bdb9cca546b4f9483443ea0d4b55bca259d972f124a33f3a77c4b853e17
 SHA512 
42e2874c2334d04a08a4ac95ea3adae6e910a7811abc9f8a480ae7b87b3034fa8096c12b4dba1d3a9722a2857da8bb76813dd1d858b828934273c1147bc7387d
 DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.600-2dc7d39.tar.gz 425045 BLAKE2B 
e2ef63f2ed988f77f52e2a01c158ff8e3fbdec118c1f613ffe6c57d025da8d5bcf6dc0e6bcbc1bb8655fbf340a0f358535d7e1ed214a5a1af8e3188f2dde5459
 SHA512 
9c960c2dcb2cd5ed36d77efa47a5632698e841b685386f8d5a31200c61235b68d627fc450d070955ab14962d6a70a2d538929e2dc845512e83161c0299d91807
+DIST mypy-typeshed-0.630-8ed0159.tar.gz 451750 BLAKE2B 
8d59204bf71fadc36788d93e817fe22cd498dfee08709f4c72ba67bca34d0db4792ea1a01f5632b5b52e94298c183e804357c9bb043e28e0628d82320d20852c
 SHA512 
6c5a03853da452f6540b8411bd702ec59e70aae8ca6f923c16959bdba1ee97a619704c5825faa9e428151898b648f0436f9c9dd0c5ef20f5022598e3b88afcb3

diff --git a/dev-python/mypy/mypy-0.630.ebuild 
b/dev-python/mypy/mypy-0.630.ebuild
new file mode 100644
index 000..d75453b988a
--- /dev/null
+++ b/dev-python/mypy/mypy-0.630.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+if [ "${PV}" == "" ]; then
+   inherit distutils-r1 git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   inherit distutils-r1
+   TYPESHED_COMMIT="8ed0159"
+   SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://api.github.com/repos/python/typeshed/tarball/${TYPESHED_COMMIT} -> 
mypy-typeshed-${PV}-${TYPESHED_COMMIT}.tar.gz"
+fi
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+CDEPEND="
+   !dev-util/stubgen
+   >=dev-python/psutil-5.4.0[${PYTHON_USEDEP}]
+   =dev-python/typed-ast-1.1.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: profiles/

2018-07-22 Thread Mike Auty
commit: 8ea1ac1400d1367397e9f32bbd4ab34741277192
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jul 22 08:35:23 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jul 22 08:35:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea1ac14

Remove package.mask for removed dev-vcs/giggle.

 profiles/package.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 328931d0334..cb44b3ba96f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -201,12 +201,6 @@ app-i18n/qimhangul
 # Doesn't pass QA full boot test
 =sys-kernel/ck-sources-4.16.17
 
-# Mike Auty  (22 Jun 2018)
-# Not maintained upstream, at least one bug and three upstream bugs
-# Alternatives include gitg and git-cola.
-# Removal in 30 days. Bug #658264
-dev-vcs/giggle
-
 # Matt Turner  (20 Jun 2018)
 # No reverse deps after removal of app-i18n/fbiterm
 # Removal in 30 days. Bug #658528



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/giggle/, dev-vcs/giggle/files/

2018-07-22 Thread Mike Auty
commit: 1f8826f159097e4d9ce7a0296924e8c5e7329e4d
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jul 22 08:33:14 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jul 22 08:33:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8826f1

dev-vcs/giggle: remove last rited package

Closes: https://bugs.gentoo.org/658264

 dev-vcs/giggle/Manifest|  1 -
 .../files/giggle-0.6.2-gtksourceview-3.8.0.patch   | 24 -
 dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch | 57 --
 dev-vcs/giggle/giggle-0.7-r2.ebuild| 46 -
 dev-vcs/giggle/metadata.xml| 11 -
 5 files changed, 139 deletions(-)

diff --git a/dev-vcs/giggle/Manifest b/dev-vcs/giggle/Manifest
deleted file mode 100644
index dc643aeb035..000
--- a/dev-vcs/giggle/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST giggle-0.7.tar.xz 2042304 BLAKE2B 
376b82e7550e1926109572656424918cdd4282e64f215344c519f0c5960f2aea5399fd9f779982c75f7fffdc41b3c7f4660d823ddcbb03d43506646299f34509
 SHA512 
01d3cc0adc610706a97b89487624fe3d09c1347c0b07920e71d2e33761fab4894ebb304113ac7df6cdd03ed6116d09dcce85b35d6169df5a3f3973faaa151cfb

diff --git a/dev-vcs/giggle/files/giggle-0.6.2-gtksourceview-3.8.0.patch 
b/dev-vcs/giggle/files/giggle-0.6.2-gtksourceview-3.8.0.patch
deleted file mode 100644
index 37648e17123..000
--- a/dev-vcs/giggle/files/giggle-0.6.2-gtksourceview-3.8.0.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/src/giggle-diff-view.h b/src/giggle-diff-view.h
-index de5fe02..9ef33b5 100644
 a/src/giggle-diff-view.h
-+++ b/src/giggle-diff-view.h
-@@ -23,6 +23,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 
-diff --git a/src/giggle-view-file.c b/src/giggle-view-file.c
-index 7746225..7b74c0a 100644
 a/src/giggle-view-file.c
-+++ b/src/giggle-view-file.c
-@@ -42,6 +42,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #define GIGGLE_TYPE_VIEW_FILE_SNAPSHOT
(giggle_view_file_snapshot_get_type ())
- #define GIGGLE_VIEW_FILE_SNAPSHOT(obj)(G_TYPE_CHECK_INSTANCE_CAST 
((obj), GIGGLE_TYPE_VIEW_FILE_SNAPSHOT, GiggleViewFileSnapshot))

diff --git a/dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch 
b/dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch
deleted file mode 100644
index f800a9d157c..000
--- a/dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From b9e260840d03e33ac55142719f3d54129b54cc70 Mon Sep 17 00:00:00 2001
-From: Debarshi Ray 
-Date: Mon, 26 Jan 2015 15:38:24 +0100
-Subject: [PATCH] Port to vte-2.91 API
-
-https://bugzilla.gnome.org/show_bug.cgi?id=743537

- configure.ac   |  2 +-
- plugins/giggle-view-terminal.c | 19 ++-
- 2 files changed, 11 insertions(+), 10 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 6e27733..72e7bd1 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -106,7 +106,7 @@ AC_ARG_ENABLE([terminal],
- AS_IF([test "x$enable_terminal" = "xyes"],
-   [
- PKG_CHECK_MODULES([VTE],
--  [vte-2.90 >= $VTE_REQUIRED_VERSION],
-+  [vte-2.91 >= $VTE_REQUIRED_VERSION],
-   [have_vte=yes
-AC_DEFINE([HAVE_VTE], [1],
-  [Use features from vte])
-diff --git a/plugins/giggle-view-terminal.c b/plugins/giggle-view-terminal.c
-index 06a9a50..cd107f2 100644
 a/plugins/giggle-view-terminal.c
-+++ b/plugins/giggle-view-terminal.c
-@@ -186,15 +186,16 @@ giggle_view_terminal_append_tab (GiggleViewTerminal 
*view,
-   real_argv[1] = NULL;
-   spawn_flags = G_SPAWN_CHILD_INHERITS_STDIN | G_SPAWN_SEARCH_PATH | 
G_SPAWN_FILE_AND_ARGV_ZERO;
- 
--  succes = vte_terminal_fork_command_full (VTE_TERMINAL (terminal),
--   pty_flags,
--   directory,
--   real_argv,
--   NULL,
--   spawn_flags,
--   NULL, NULL,
--   NULL,
--   );
-+  succes = vte_terminal_spawn_sync (VTE_TERMINAL (terminal),
-+pty_flags,
-+directory,
-+real_argv,
-+NULL,
-+spawn_flags,
-+NULL, NULL,
-+NULL,
-+NULL,
-+);
-   g_strfreev (real_argv);
- 
-   if (succes == FALSE) {
--- 
-2.1.0
-

diff --git a/dev-vcs/giggle

[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/

2018-07-01 Thread Mike Auty
commit: e668d37e19499365d10393b85e2647fbb83570da
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jul  1 19:23:01 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jul  1 19:23:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e668d37e

dev-util/bless: Ensure mono-env_pkg_setup is called

This resolves bug 659424.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/bless/bless-0.6.0-r3.ebuild | 52 
 1 file changed, 52 insertions(+)

diff --git a/dev-util/bless/bless-0.6.0-r3.ebuild 
b/dev-util/bless/bless-0.6.0-r3.ebuild
new file mode 100644
index 000..d4c3ef7205f
--- /dev/null
+++ b/dev-util/bless/bless-0.6.0-r3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools gnome2 mono-env
+
+DESCRIPTION="GTK# Hex Editor"
+HOMEPAGE="https://github.com/bwrsandman/Bless/;
+SRC_URI="https://dev.gentoo.org/~ikelos/devoverlay-distfiles/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   >=dev-lang/mono-1.1.14
+   >=dev-dotnet/gtk-sharp-2.12.21
+"
+DEPEND="${RDEPEND}
+   app-text/rarian
+   >=sys-devel/gettext-0.15
+   virtual/pkgconfig
+"
+
+# See bug 278162
+# Waiting on nunit ebuild entering the tree
+RESTRICT="test"
+
+pkg_setup() {
+   # Stolen from enlightenment.eclass
+   cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
+   sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
+
+   mono-env_pkg_setup
+}
+
+src_prepare() {
+   einfo "Running gettextize -f --no-changelog..."
+   ( "${T}/gettextize" -f --no-changelog > /dev/null ) || die "gettexize 
failed"
+   eapply "${FILESDIR}/${P}-pixmap.patch"
+   eapply "${FILESDIR}/${P}-docpath.patch"
+   eapply "${FILESDIR}/${P}-mono-4.patch"
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --enable-unix-specific \
+   $(use_enable debug)
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/

2018-06-26 Thread Mike Auty
commit: 1504494f39585f425141aa002403d6278afc94f6
Author: Mike Auty  gentoo  org>
AuthorDate: Tue Jun 26 23:13:48 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Jun 26 23:13:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1504494f

Update alternative to giggle as recommended by leio  g.o.

 profiles/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3779ecbc229..ad92d825bc4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -40,6 +40,7 @@
 
 # Mike Auty  (22 Jun 2018)
 # Not maintained upstream, at least one bug and three upstream bugs
+# Alternatives include gitg and git-cola.
 # Removal in 30 days. Bug #658264
 dev-vcs/giggle
 



[gentoo-commits] repo/gentoo:master commit in: profiles/

2018-06-22 Thread Mike Auty
commit: de05f2f120ecb6b7ca7136eadb5997d18ac4b647
Author: Mike Auty  gentoo  org>
AuthorDate: Fri Jun 22 21:36:47 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Fri Jun 22 21:37:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de05f2f1

Last-rites: dev-vcs/giggle.

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index ea595fe54af..9f705545130 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Auty  (22 Jun 2018)
+# Not maintained upstream, at least one bug and three upstream bugs
+# Removal in 30 days. Bug #658264
+dev-vcs/giggle
+
 # Matt Turner  (20 Jun 2018)
 # No reverse deps after removal of app-i18n/fbiterm
 # Removal in 30 days. Bug #658528



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2018-06-03 Thread Mike Auty
commit: 21ad4ca91961c605d7caa203f9530fb30ccf682e
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jun  3 21:20:09 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jun  3 21:20:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ad4ca9

net-analyzer/scapy: Bump to 2.4.0, remove old versions.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/scapy/Manifest|  3 +--
 net-analyzer/scapy/scapy-2.3.3.ebuild  | 29 --
 .../{scapy-2.4.0_rc4.ebuild => scapy-2.4.0.ebuild} |  2 +-
 net-analyzer/scapy/scapy-.ebuild   |  2 +-
 4 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 5af32bb2417..44a294809cc 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,2 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B 
bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e
 SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
-DIST scapy-2.3.3.tar.gz 1459132 BLAKE2B 
442e13853cfd4bac4984571367990ce03a2fc1a634564ed7e05641130d435818f161687c530f17280a20f1063aafa35cb867fc2f7d78a4f3ae257dbb6f90
 SHA512 
47ca2eceafe7b693c569a92c106782037d869c323aaaec41cace07dfdeb3c6a7e9f7bc8ca1150b3c0daea54e6665f93eb1dfc3c511419cfa28eb2e0753bf9ba4
-DIST scapy-2.4.0_rc4.tar.gz 2472251 BLAKE2B 
720777e7d19ae1a312ccd78c6d005cf6f1f42fcac8f11956b2fb5521dac17ef477106cef2ee9a9384f764dd1aef337b010faed61f2fb34c3458b3a9c836eb4ed
 SHA512 
003d573fb8ec83029eca93fa9f6333f9a4b4a166ab355a19339194b6a7b8a772d692afeed8d19e0f9422caae326167f1acf819319327f3495dc389fc9a2ea811
+DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B 
af591b103c90736a5e62801f4c0ebd495e2e71c79ee81f04fdd194739b460c9940b8fcf0c6e279701095979144eff25ca4734926c0251721b37dc63fe8dd9e89
 SHA512 
0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a

diff --git a/net-analyzer/scapy/scapy-2.3.3.ebuild 
b/net-analyzer/scapy/scapy-2.3.3.ebuild
deleted file mode 100644
index 391396815ff..000
--- a/net-analyzer/scapy/scapy-2.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/;
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
-
-RDEPEND="
-   net-analyzer/tcpdump
-   gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
-   pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-   crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/pycrypto[${PYTHON_USEDEP}] ) )
-   graphviz? ( media-gfx/graphviz )
-   imagemagick? ( virtual/imagemagick-tools )
-   visual? ( dev-python/visual )
-   tcpreplay? ( net-analyzer/tcpreplay )
-"

diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild 
b/net-analyzer/scapy/scapy-2.4.0.ebuild
similarity index 94%
rename from net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
rename to net-analyzer/scapy/scapy-2.4.0.ebuild
index 8d3d643afa1..87c9eb983d6 100644
--- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.0.ebuild
@@ -27,7 +27,7 @@ Scapy has optional support for the following packages:
net-analyzer/tcpreplay
virtual/imagemagick-tools
 
-   See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
+   See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
 "
 
 src_prepare() {

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index ce815cfb2f7..37900e5421f 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.ebuild
@@ -27,7 +27,7 @@ Scapy has optional support for the following packages:
net-analyzer/tcpreplay
virtual/imagemagick-tools
 
-   See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
+   See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2018-06-03 Thread Mike Auty
commit: 47a3ea00c3fe13ae4b61d680966e4457dd18822b
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jun  3 21:11:16 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Jun  3 21:11:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a3ea00

dev-python/mypy: bump to version 0.600.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/mypy/Manifest  |  3 +-
 dev-python/mypy/mypy-0.4.5.ebuild | 41 ---
 dev-python/mypy/mypy-0.600.ebuild | 68 +++
 3 files changed, 70 insertions(+), 42 deletions(-)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index b0782221f3f..90f240ee282 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,5 +1,6 @@
-DIST mypy-0.4.5.tar.gz 779940 BLAKE2B 
5242d57a5c0baf1f32e018e671c5eb21aee3ccbc4e7abfc578562c32c2be425848dcb7cd9a7d726268527337bb11f3dae88f1d79b5db87d1db857927ebad4a45
 SHA512 
e0bd4cb1080f2a4c0f2c4f9ebbe22d05b8dabb374396e7d91c645724b5d67084fd005e181847fccc45c9c51f3280233185fa6bf08dc24c2d4f6e482197246fa7
 DIST mypy-0.570.tar.gz 1050041 BLAKE2B 
034d49627242ad67283689a653d416e956ae0b78287f78d910aa2b3b2b07af5a07d08503259a2c26bbf37154a52b120fcad1bfbb3daccbd9b80d4c1e9fedbddf
 SHA512 
f0822d9e757faedd9cbce5e8b47782fae02523244688a3900a9f202de9f68b5ae094da65526fba79911a42d4d0621c4e5bf1984e57201117db8f5b630314ea4c
 DIST mypy-0.590.tar.gz 1081426 BLAKE2B 
396083f81a1bf6f8230abe3e3e48b9fcf0288edfa6ae2bbcb7b6bd8f50f4e8dd093cacc326d561f5f10fce0bfd213e559d98e32a35a712bd022d8d0682f239d2
 SHA512 
129356a4326e80e292645e3b44b673ab463b1ad9b6388396680ca15a4c9aad6da2a3734a3da5d4ab005fb0572fd08863b20ba80e71af2e87d11546abc7fd78c0
+DIST mypy-0.600.tar.gz 1097269 BLAKE2B 
ee3327cdd7383a93f319335017815bb3341d1b91e3620f7bdc69d1c401e3c8aaa3157cfd8d4657fe072ad90b672017fc2b948ad4ff217d5e4ab91b8946d4569e
 SHA512 
8e89bcbb53d385bbc3bf72de123d4a99230ee5154e1af19adccff7133f86495aa366058e04092356a80036214113ac90ecddcf5e30da59ae2a7c6f3d320b07ef
 DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
 DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
+DIST mypy-typeshed-0.600-2dc7d39.tar.gz 425045 BLAKE2B 
e2ef63f2ed988f77f52e2a01c158ff8e3fbdec118c1f613ffe6c57d025da8d5bcf6dc0e6bcbc1bb8655fbf340a0f358535d7e1ed214a5a1af8e3188f2dde5459
 SHA512 
9c960c2dcb2cd5ed36d77efa47a5632698e841b685386f8d5a31200c61235b68d627fc450d070955ab14962d6a70a2d538929e2dc845512e83161c0299d91807

diff --git a/dev-python/mypy/mypy-0.4.5.ebuild 
b/dev-python/mypy/mypy-0.4.5.ebuild
deleted file mode 100644
index d117678c018..000
--- a/dev-python/mypy/mypy-0.4.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Optional static typing for Python"
-HOMEPAGE="http://www.mypy-lang.org/;
-SRC_URI="https://github.com/JukkaL/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="$(python_gen_cond_dep '!dev-python/typing[${PYTHON_USEDEP}]' 
'python3_3' 'python3_4')"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   local PYTHONPATH="$(pwd)"
-
-   "${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/mypy/mypy-0.600.ebuild 
b/dev-python/mypy/mypy-0.600.ebuild
new file mode 100644
index 000..667a3dc20fe
--- /dev/null
+++ b/dev-python/mypy/mypy-0.600.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+if [ "${PV}" == "" ]; then
+   inherit distutils-r1 git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   inherit distutils-r1
+   TYPESHED_COMMIT=

[gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/

2018-06-01 Thread Mike Auty
commit: 38ebb2937974e8e8f44fae32a3545a564c7eda5b
Author: Mike Auty  gentoo  org>
AuthorDate: Fri Jun  1 19:33:25 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Fri Jun  1 19:33:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ebb293

app-crypt/ophcrack: Fix QA warning that repoman full didn't spot.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild 
b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index 9165b752e55..47dd6396381 100644
--- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -17,7 +17,7 @@ CDEPEND="!libressl? ( dev-libs/openssl:0= )
 libressl? ( dev-libs/libressl:0= )
 net-libs/netwib
 qt5? ( dev-qt/qtcharts:5
-   dev-qt/qtgui:5 )"
+dev-qt/qtgui:5 )"
 DEPEND="app-arch/unzip
 virtual/pkgconfig
 ${CDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/

2018-05-31 Thread Mike Auty
commit: b2168c789622195e6e0b6e001b6d942e2149edee
Author: Mike Auty  gentoo  org>
AuthorDate: Thu May 31 22:09:22 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu May 31 22:09:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2168c78

app-crypt/ophcrack: Bump to 3.8.0 (and drop ppc due to qtcharts)

dev-qt/qtcharts-5 isn't keyworded for ppc, so we've dropped ppc support until
then.  Fixes issue 656932.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/ophcrack/Manifest  |  1 +
 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index ee7d083927e..823ea2bfcb1 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,2 +1,3 @@
 DIST ophcrack-3.6.0.tar.bz2 288830 BLAKE2B 
bc2782d08cb84df24b745fdf0e9723e058da614b73a8d25dfe77cfa2ce291eaf8abd83006a9a410f80bdd240eb81fc402d6d5ebd1c9b92b5a7f1785a203c0c7a
 SHA512 
caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
 DIST ophcrack-3.7.0.tar.bz2 294045 BLAKE2B 
f506d29b27b4b90eadfd4d650512aea54db4228c4c63b90827a7957b544ab59dae757fc521fe62ab3be55d97e483ddde2aea9ad08c96b77d156e863a61f26312
 SHA512 
27e73979ca3d733629b9b34c490488cc27140efb8b90d266f270c0b95572cf40319a3fb658c02448fc7a3b825cf05c18a69f5d91bd0656d8410a30645f8dc8c6
+DIST ophcrack-3.8.0.tar.bz2 293033 BLAKE2B 
f20bf79d5cafffaab0667b073e8d9dbcfbae0a16f4139b6304c3f6fc80a24f6ca673db9cd53e28ff277ec35821539f3960265aa28467795e25c45049acca3f31
 SHA512 
c66276b72299744d3e0c9fc14220c7f568e383bd324c1ede228bda5d51da78db817388421c9f5f8cd2f18687e7e53cfb0c65bcc0354b3d55ac16324c61f62dbd

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild 
b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
new file mode 100644
index 000..9165b752e55
--- /dev/null
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit eutils
+
+DESCRIPTION="A time-memory-trade-off-cracker"
+HOMEPAGE="http://ophcrack.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug libressl qt5 +tables"
+
+CDEPEND="!libressl? ( dev-libs/openssl:0= )
+libressl? ( dev-libs/libressl:0= )
+net-libs/netwib
+qt5? ( dev-qt/qtcharts:5
+   dev-qt/qtgui:5 )"
+DEPEND="app-arch/unzip
+virtual/pkgconfig
+${CDEPEND}"
+RDEPEND="tables? ( app-crypt/ophcrack-tables )
+${CDEPEND}"
+
+src_configure() {
+
+   local myconf
+
+   myconf="$(use_enable debug)"
+   myconf="${myconf} $(use_enable qt5 gui)"
+
+   econf ${myconf} || die "Failed to compile"
+}
+
+src_install() {
+   emake install DESTDIR="${D}" || die "Installation failed."
+
+   cd "${S}"
+   newicon src/gui/pixmaps/os.xpm ophcrack.xpm
+   make_desktop_entry "${PN}" OphCrack ophcrack
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2018-04-22 Thread Mike Auty
commit: 8959828892269a0bdb9e3ac5c5e3b071f884b14a
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Mar 11 19:05:40 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Apr 22 15:05:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89598288

dev-python/mypy: Bump to version 0.570.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/mypy/Manifest  |  2 ++
 dev-python/mypy/mypy-0.570.ebuild | 68 +++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 67e233cc97d..5df4b984c13 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1 +1,3 @@
 DIST mypy-0.4.5.tar.gz 779940 BLAKE2B 
5242d57a5c0baf1f32e018e671c5eb21aee3ccbc4e7abfc578562c32c2be425848dcb7cd9a7d726268527337bb11f3dae88f1d79b5db87d1db857927ebad4a45
 SHA512 
e0bd4cb1080f2a4c0f2c4f9ebbe22d05b8dabb374396e7d91c645724b5d67084fd005e181847fccc45c9c51f3280233185fa6bf08dc24c2d4f6e482197246fa7
+DIST mypy-0.570.tar.gz 1050041 BLAKE2B 
034d49627242ad67283689a653d416e956ae0b78287f78d910aa2b3b2b07af5a07d08503259a2c26bbf37154a52b120fcad1bfbb3daccbd9b80d4c1e9fedbddf
 SHA512 
f0822d9e757faedd9cbce5e8b47782fae02523244688a3900a9f202de9f68b5ae094da65526fba79911a42d4d0621c4e5bf1984e57201117db8f5b630314ea4c
+DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d

diff --git a/dev-python/mypy/mypy-0.570.ebuild 
b/dev-python/mypy/mypy-0.570.ebuild
new file mode 100644
index 000..3b32bb99857
--- /dev/null
+++ b/dev-python/mypy/mypy-0.570.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+if [ "${PV}" == "" ]; then
+   inherit distutils-r1 git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   inherit distutils-r1
+   TYPESHED_COMMIT="9b6df1d"
+   SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+
https://api.github.com/repos/python/typeshed/tarball/${TYPESHED_COMMIT} -> 
mypy-typeshed-${PV}.tar.gz"
+fi
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+CDEPEND="
+   !dev-util/stubgen
+   >=dev-python/psutil-5.4.0[${PYTHON_USEDEP}]
+   =dev-python/typed-ast-1.1.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2018-04-22 Thread Mike Auty
commit: 8ff42c7109a830c35d734b401911902680376810
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Apr 22 15:07:31 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Apr 22 15:07:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff42c71

dev-python/mypy: Bump to version 0.590.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-python/mypy/Manifest  |  2 ++
 dev-python/mypy/mypy-0.590.ebuild | 68 +++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 5df4b984c13..b0782221f3f 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,3 +1,5 @@
 DIST mypy-0.4.5.tar.gz 779940 BLAKE2B 
5242d57a5c0baf1f32e018e671c5eb21aee3ccbc4e7abfc578562c32c2be425848dcb7cd9a7d726268527337bb11f3dae88f1d79b5db87d1db857927ebad4a45
 SHA512 
e0bd4cb1080f2a4c0f2c4f9ebbe22d05b8dabb374396e7d91c645724b5d67084fd005e181847fccc45c9c51f3280233185fa6bf08dc24c2d4f6e482197246fa7
 DIST mypy-0.570.tar.gz 1050041 BLAKE2B 
034d49627242ad67283689a653d416e956ae0b78287f78d910aa2b3b2b07af5a07d08503259a2c26bbf37154a52b120fcad1bfbb3daccbd9b80d4c1e9fedbddf
 SHA512 
f0822d9e757faedd9cbce5e8b47782fae02523244688a3900a9f202de9f68b5ae094da65526fba79911a42d4d0621c4e5bf1984e57201117db8f5b630314ea4c
+DIST mypy-0.590.tar.gz 1081426 BLAKE2B 
396083f81a1bf6f8230abe3e3e48b9fcf0288edfa6ae2bbcb7b6bd8f50f4e8dd093cacc326d561f5f10fce0bfd213e559d98e32a35a712bd022d8d0682f239d2
 SHA512 
129356a4326e80e292645e3b44b673ab463b1ad9b6388396680ca15a4c9aad6da2a3734a3da5d4ab005fb0572fd08863b20ba80e71af2e87d11546abc7fd78c0
 DIST mypy-typeshed-0.570.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d
+DIST mypy-typeshed-0.590.tar.gz 413076 BLAKE2B 
774a6d07308228c379a5deec2ee36a498863a1386181b47ceb8783537afdb75bc0fb4893b07cf8cf7bf5bfe977babbdc44a6420784e2cba6ce94346175858573
 SHA512 
e9afb2fe841fa82ed264a73a1ce6c1c0fede42008042a34cf21f1e39aabaa8f1cd945861aa9e80a86f61f1dd6a362892b25a1c5469915fbca95406e72740ba6d

diff --git a/dev-python/mypy/mypy-0.590.ebuild 
b/dev-python/mypy/mypy-0.590.ebuild
new file mode 100644
index 000..3b32bb99857
--- /dev/null
+++ b/dev-python/mypy/mypy-0.590.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+if [ "${PV}" == "" ]; then
+   inherit distutils-r1 git-r3
+   EGIT_REPO_URI="https://github.com/python/${PN};
+   SRC_URI=""
+else
+   inherit distutils-r1
+   TYPESHED_COMMIT="9b6df1d"
+   SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+
https://api.github.com/repos/python/typeshed/tarball/${TYPESHED_COMMIT} -> 
mypy-typeshed-${PV}.tar.gz"
+fi
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+CDEPEND="
+   !dev-util/stubgen
+   >=dev-python/psutil-5.4.0[${PYTHON_USEDEP}]
+   =dev-python/typed-ast-1.1.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2018-03-11 Thread Mike Auty
commit: f27cdc6a7ef22fe8cdc9db16541bf4cbfadadb34
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Mar 11 18:11:52 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Mar 11 18:12:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27cdc6a

dev-python/mypy: Take ownership of mypy.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/mypy/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/mypy/metadata.xml b/dev-python/mypy/metadata.xml
index c7e04f247c6..637a04f97e2 100644
--- a/dev-python/mypy/metadata.xml
+++ b/dev-python/mypy/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   ike...@gentoo.org
+   Mike Auty
+   

JukkaL/mypy




[gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/

2018-01-18 Thread Mike Auty
commit: ee95681ef24fc075f799ad540a858eb4311e04f8
Author: Mike Auty  gentoo  org>
AuthorDate: Thu Jan 18 23:04:10 2018 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Jan 18 23:04:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee95681e

app-crypt/ophcrack: Remove deprecated qt4 USE flag

Remove qt4 USE flag, drop old versions, bump to 3.7.0 and fix whitespace
issues as mentioned in bug 644410.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/ophcrack/Manifest|  2 +-
 app-crypt/ophcrack/ophcrack-3.6.0.ebuild   | 16 +---
 .../{ophcrack-3.4.0.ebuild => ophcrack-3.7.0.ebuild}   | 18 ++
 3 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index be7e84e1a2e..ee7d083927e 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,2 +1,2 @@
-DIST ophcrack-3.4.0.tar.bz2 279806 BLAKE2B 
13bed55784aab2cfa4770c7a79077ebc8def314b925895c15c8bf7213ae5455fe392da3fcc7b2ab624cc2a892b8aae50790bde01fe8344e7ff4c4535f9afeb3b
 SHA512 
38c3b41e76be1b2990cbf6a8ddbe776df3d7821696e42939c759d554a7a52d40555f7e1c8f11e3ab7dc20b553f43d814e271d7519a3b4bb4f84b70468c123df0
 DIST ophcrack-3.6.0.tar.bz2 288830 BLAKE2B 
bc2782d08cb84df24b745fdf0e9723e058da614b73a8d25dfe77cfa2ce291eaf8abd83006a9a410f80bdd240eb81fc402d6d5ebd1c9b92b5a7f1785a203c0c7a
 SHA512 
caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
+DIST ophcrack-3.7.0.tar.bz2 294045 BLAKE2B 
f506d29b27b4b90eadfd4d650512aea54db4228c4c63b90827a7957b544ab59dae757fc521fe62ab3be55d97e483ddde2aea9ad08c96b77d156e863a61f26312
 SHA512 
27e73979ca3d733629b9b34c490488cc27140efb8b90d266f270c0b95572cf40319a3fb658c02448fc7a3b825cf05c18a69f5d91bd0656d8410a30645f8dc8c6

diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild 
b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
index 2d78a14dabf..af496d8184f 100644
--- a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -15,11 +15,10 @@ IUSE="debug libressl qt4 +tables"
 
 CDEPEND="!libressl? ( dev-libs/openssl:0= )
 libressl? ( dev-libs/libressl:0= )
-net-libs/netwib
-qt4? ( dev-qt/qtgui:4 )"
+net-libs/netwib"
 DEPEND="app-arch/unzip
-   virtual/pkgconfig
-   ${CDEPEND}"
+virtual/pkgconfig
+${CDEPEND}"
 RDEPEND="tables? ( app-crypt/ophcrack-tables )
 ${CDEPEND}"
 
@@ -29,16 +28,11 @@ src_configure() {
 
local myconf
 
-   myconf="$(use_enable qt4 gui)"
-   myconf="${myconf} $(use_enable debug)"
+   myconf="${myconf} $(use_enable debug) --disable-gui"
 
econf ${myconf} || die "Failed to compile"
 }
 
 src_install() {
emake install DESTDIR="${D}" || die "Installation failed."
-
-   cd "${S}"
-   newicon src/gui/pixmaps/os.xpm ophcrack.xpm
-   make_desktop_entry "${PN}" OphCrack ophcrack
 }

diff --git a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild 
b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild
similarity index 67%
rename from app-crypt/ophcrack/ophcrack-3.4.0.ebuild
rename to app-crypt/ophcrack/ophcrack-3.7.0.ebuild
index a42ac68b77d..661cfdd2e15 100644
--- a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 inherit eutils
 
 DESCRIPTION="A time-memory-trade-off-cracker"
@@ -15,11 +15,10 @@ IUSE="debug libressl qt4 +tables"
 
 CDEPEND="!libressl? ( dev-libs/openssl:0= )
 libressl? ( dev-libs/libressl:0= )
-net-libs/netwib
-qt4? ( dev-qt/qtgui:4 )"
+net-libs/netwib"
 DEPEND="app-arch/unzip
-   virtual/pkgconfig
-   ${CDEPEND}"
+virtual/pkgconfig
+${CDEPEND}"
 RDEPEND="tables? ( app-crypt/ophcrack-tables )
 ${CDEPEND}"
 
@@ -27,16 +26,11 @@ src_configure() {
 
local myconf
 
-   myconf="$(use_enable qt4 gui)"
-   myconf="${myconf} $(use_enable debug)"
+   myconf="${myconf} $(use_enable debug) --disable-gui"
 
econf ${myconf} || die "Failed to compile"
 }
 
 src_install() {
emake install DESTDIR="${D}" || die "Installation failed."
-
-   cd "${S}"
-   newicon src/gui/pixmaps/os.xpm ophcrack.xpm
-   make_desktop_entry "${PN}" OphCrack ophcrack
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/

2017-12-09 Thread Mike Auty
commit: 27d68414fbbff387fd24d73e6e6f5ba906ebd23b
Author: Mike Auty  gentoo  org>
AuthorDate: Sat Dec  9 20:39:19 2017 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Dec  9 20:39:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d68414

dev-util/bless: Update HOMEPAGE and SRC_URI (bug 640312)

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 dev-util/bless/bless-0.6.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild 
b/dev-util/bless/bless-0.6.0-r2.ebuild
index 79b30990972..3f33877017b 100644
--- a/dev-util/bless/bless-0.6.0-r2.ebuild
+++ b/dev-util/bless/bless-0.6.0-r2.ebuild
@@ -5,8 +5,8 @@ EAPI=6
 inherit autotools gnome2 mono-env
 
 DESCRIPTION="GTK# Hex Editor"
-HOMEPAGE="http://home.gna.org/bless/;
-SRC_URI="http://download.gna.org/bless/${P}.tar.gz;
+HOMEPAGE="https://github.com/bwrsandman/Bless/;
+SRC_URI="https://dev.gentoo.org/~ikelos/devoverlay-distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/

2017-12-09 Thread Mike Auty
commit: c249f0b930b3ebc0452ed762e7655c48757be42f
Author: Mike Auty  gentoo  org>
AuthorDate: Sat Dec  9 18:47:20 2017 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Dec  9 18:47:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c249f0b9

dev-util/bless: remove glade-sharp dependency (bug 640310)

Since glade-sharp is no longer in the tree this optional dependency can
be removed.  There is no need to reinstall (and the package isn't
stable) so it doesn't warrant a bump.

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 dev-util/bless/Manifest  | 2 +-
 dev-util/bless/bless-0.6.0-r2.ebuild | 6 ++
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest
index bcbadcc3720..16cb7bddd17 100644
--- a/dev-util/bless/Manifest
+++ b/dev-util/bless/Manifest
@@ -1 +1 @@
-DIST bless-0.6.0.tar.gz 745694 SHA256 
34dc984c35df19184e5b61a4b11fe79901c417693f57d874dc70ef0c58896de1 SHA512 
69d2279b64503b97c8a67991c2a7a527d872835e3acfad7eafa8d87e376d2cecf3fa27de9e12726680a8f3c8ac92b888a4895a1f342c4beeaceef9e1f3ededdb
 WHIRLPOOL 
6c9db6826fc5db1df38344d599ffad12965b1f6d24e367fdbeca1fe57b4beeac54b6a18b7faa320e5719417a4f601178e7034fa800a217cd7ebaa78f9c4d911b
+DIST bless-0.6.0.tar.gz 745694 BLAKE2B 
eb23edf3fd9c45b9848810ff022a7e9b7d760c2226bbbaf63d69ee45754d085eb105c4951c0d57fce7b284c6b0a8fb9b7e061219a55d109c9ef844b61c35
 SHA512 
69d2279b64503b97c8a67991c2a7a527d872835e3acfad7eafa8d87e376d2cecf3fa27de9e12726680a8f3c8ac92b888a4895a1f342c4beeaceef9e1f3ededdb

diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild 
b/dev-util/bless/bless-0.6.0-r2.ebuild
index 577337347e6..79b30990972 100644
--- a/dev-util/bless/bless-0.6.0-r2.ebuild
+++ b/dev-util/bless/bless-0.6.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,9 +15,7 @@ IUSE="debug"
 
 RDEPEND="
>=dev-lang/mono-1.1.14
-   >=dev-dotnet/gtk-sharp-2.12
-   || ( >=dev-dotnet/gtk-sharp-2.12.21
->=dev-dotnet/glade-sharp-2.12 )
+   >=dev-dotnet/gtk-sharp-2.12.21
 "
 DEPEND="${RDEPEND}
app-text/rarian



[gentoo-commits] repo/gentoo:master commit in: app-forensics/foremost/

2017-05-28 Thread Mike Auty
commit: 014d83968309be28a94292a677a0d55a02e9d0fc
Author: Mike Auty  gentoo  org>
AuthorDate: Sun May 28 09:34:45 2017 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun May 28 09:35:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014d8396

app-forensics/foremost: Uncompress man page before using doman.

Remove the version of foremost missing the security patch and
add a new unstable version to uncompress the man page before
using doman on it (bug 619928).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../{foremost-1.5.7-r1.ebuild => foremost-1.5.7-r3.ebuild}| 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-forensics/foremost/foremost-1.5.7-r1.ebuild 
b/app-forensics/foremost/foremost-1.5.7-r3.ebuild
similarity index 78%
rename from app-forensics/foremost/foremost-1.5.7-r1.ebuild
rename to app-forensics/foremost/foremost-1.5.7-r3.ebuild
index a96a90521a0..69d67a469d2 100644
--- a/app-forensics/foremost/foremost-1.5.7-r1.ebuild
+++ b/app-forensics/foremost/foremost-1.5.7-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 inherit eutils toolchain-funcs
 
@@ -11,13 +11,15 @@ HOMEPAGE="http://foremost.sourceforge.net/;
 # starting to hate sf.net ...
 SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz;
 
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 LICENSE="public-domain"
 SLOT="0"
 
 src_prepare() {
epatch "${FILESDIR}/${PN}-1.4-config-location.patch"
+   epatch "${FILESDIR}/${PN}-1.5.7-format-security.patch"
+   default_src_prepare
 }
 
 src_compile() {
@@ -27,7 +29,8 @@ src_compile() {
 
 src_install() {
dobin foremost
-   doman foremost.8.gz
+   gunzip foremost.8.gz
+   doman foremost.8
insinto /etc
doins foremost.conf
dodoc README CHANGES



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2017-03-04 Thread Mike Auty
commit: b01ebc09ebf754cec82f06d3475cf9580d74f504
Author: Mike Auty  gentoo  org>
AuthorDate: Sat Mar  4 12:08:38 2017 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Mar  4 12:08:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01ebc09

net-analyzer/scapy: Allow pycryptodump (bug 611622).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-analyzer/scapy/scapy-2.2.0-r3.ebuild | 3 ++-
 net-analyzer/scapy/scapy-2.3.0-r1.ebuild | 3 ++-
 net-analyzer/scapy/scapy-2.3.1-r1.ebuild | 3 ++-
 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.2.0-r3.ebuild 
b/net-analyzer/scapy/scapy-2.2.0-r3.ebuild
index 900d952428c..1f232e43f06 100644
--- a/net-analyzer/scapy/scapy-2.2.0-r3.ebuild
+++ b/net-analyzer/scapy/scapy-2.2.0-r3.ebuild
@@ -20,7 +20,8 @@ RDEPEND="
net-analyzer/tcpdump
gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-   crypt? ( dev-python/pycrypto[${PYTHON_USEDEP}] )
+   crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/pycrypto[${PYTHON_USEDEP}] ) )
graphviz? ( media-gfx/graphviz )
imagemagick? ( virtual/imagemagick-tools )
visual? ( dev-python/visual )

diff --git a/net-analyzer/scapy/scapy-2.3.0-r1.ebuild 
b/net-analyzer/scapy/scapy-2.3.0-r1.ebuild
index 8d06e958490..a25003746d5 100644
--- a/net-analyzer/scapy/scapy-2.3.0-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.0-r1.ebuild
@@ -20,7 +20,8 @@ RDEPEND="
net-analyzer/tcpdump
gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-   crypt? ( dev-python/pycrypto[${PYTHON_USEDEP}] )
+   crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/pycrypto[${PYTHON_USEDEP}] ) )
graphviz? ( media-gfx/graphviz )
imagemagick? ( virtual/imagemagick-tools )
visual? ( dev-python/visual )

diff --git a/net-analyzer/scapy/scapy-2.3.1-r1.ebuild 
b/net-analyzer/scapy/scapy-2.3.1-r1.ebuild
index 8d06e958490..a25003746d5 100644
--- a/net-analyzer/scapy/scapy-2.3.1-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.1-r1.ebuild
@@ -20,7 +20,8 @@ RDEPEND="
net-analyzer/tcpdump
gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-   crypt? ( dev-python/pycrypto[${PYTHON_USEDEP}] )
+   crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/pycrypto[${PYTHON_USEDEP}] ) )
graphviz? ( media-gfx/graphviz )
imagemagick? ( virtual/imagemagick-tools )
visual? ( dev-python/visual )

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild 
b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
index 8ddeaf38a4f..a9f89fcaf6c 100644
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
@@ -20,7 +20,8 @@ RDEPEND="
net-analyzer/tcpdump
gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-   crypt? ( dev-python/pycrypto[${PYTHON_USEDEP}] )
+   crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/pycrypto[${PYTHON_USEDEP}] ) )
graphviz? ( media-gfx/graphviz )
imagemagick? ( virtual/imagemagick-tools )
visual? ( dev-python/visual )



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libnfc/

2016-12-21 Thread Mike Auty
commit: 4bb76f00618d5c92a0c91b0274c186d65136ded0
Author: Mike Auty  gentoo  org>
AuthorDate: Wed Dec 21 19:51:55 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Wed Dec 21 19:51:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb76f00

dev-libs/libnfc: Update SRC_URI change to github before googlecode shutdown

Removed old ebuilds from each minor build, and change the remaining SRC_URIs to 
point
to the official github, rather than googlecode (which will be shutdown at the 
end of 2016).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libnfc/Manifest   |  2 --
 dev-libs/libnfc/libnfc-1.4.2.ebuild|  4 ++--
 dev-libs/libnfc/libnfc-1.5.0.ebuild| 31 
 dev-libs/libnfc/libnfc-1.5.1-r1.ebuild |  4 ++--
 dev-libs/libnfc/libnfc-1.5.1.ebuild| 35 ---
 dev-libs/libnfc/libnfc-1.7.0-r1.ebuild | 44 --
 6 files changed, 4 insertions(+), 116 deletions(-)

diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index 70a7a2d..fdb07d1 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,5 +1,3 @@
 DIST libnfc-1.4.2.tar.gz 487310 SHA256 
295ad8a0dc0e4469d9f10589449a9a04eed284a2e7faf398e91d84a89ca91bfa SHA512 
96710f1a808ab1cf90d86f687ec82339a3efab78253f840fba0188c01beadb326f1b521b67a8b7d47b217eae63ff6c5ec3906b4cbd743afa970aecf801b448ef
 WHIRLPOOL 
ab483d6e199f2cd0ff548c422e49836588308d8fd8e99f4484bc0efbad85e9a3201fe508e1b3c3c761f170981ef04030159ef0c27853da91fb151367a7775f96
-DIST libnfc-1.5.0.tar.gz 502506 SHA256 
fae2910645ac71a0b7707d693d1521f210019fdf3437203b3d779951ddcb7e85 SHA512 
d144d54b55fc67717c8b62f176e69d4e77163ecdf17fb4cffce8034ac1dc3ef26307e35e9e24f48d12d96a65619b635161f773d84a4c14d19ee4576d7b876375
 WHIRLPOOL 
03966d896a826099be0c780281c9a9c76b7f4fd5834b557a2f1e1caf3d9ecc50c733feff14db3fa4ef858a09cd053de93685efb2176c4523e55787fa52fffb33
 DIST libnfc-1.5.1.tar.gz 534349 SHA256 
5c0f33465051704a67c63f6ca9782d69b0d7ac4962ea5f996829834d1327f4f7 SHA512 
1b496b9368f0a19f5286c63c17ddf9c8afa3bae5106c8a85d89bbb8bb700948782722c30d9703d4348b45f362b47f5d63cbc0d7b4a4fe7d31dbbaedfa3354533
 WHIRLPOOL 
4b5ec3d59254c1e5bfbb92a64b81031eb03e6dc8c296eaf3d477e0ef985872f896b8a2a297d8f9ba6ae0561c59a91d4f05e1c54e1a613347ae5f3de7778f337b
-DIST libnfc-1.7.0.tar.bz2 472209 SHA256 
f14df0727c301f9149608dc6e1fbad81ec48372dcd7a364ac1cb805a7a2b2b8b SHA512 
f5a07b2f1438030f43715f402b756a6c8d07749866004fa74e473dbd302cb64d278413c18c7e93e80be093d2d1322d85b9df868aa640be27b6367245ab7365d5
 WHIRLPOOL 
4f56a3a71e7151710c19ba0debdd998e36c4fbae2a7451ccd92fe498bd346333fe63b68aedf427f948f70d8ed7ce706d302cb975c1ab899d911e87060d5a4243
 DIST libnfc-1.7.1.tar.bz2 484309 SHA256 
945e74d8e27683f9b8a6f6e529557b305d120df347a960a6a7ead6cb388f4072 SHA512 
6a03d197c450c0ab8f2d16ae8c1f80e206fa909ece84a32dbb962acd0f7ef693a419608cdaa4c2207a1d2593599e44479520d7413eace7fca19d3230442e506c
 WHIRLPOOL 
005b88b81ed4ca1e6a6a3af3ad713804979b60bde0c440537f555ab973d3654101d6d5aceaf92d75f0f839008b6b722f4610d041b3ea89f88ca9526ac8707573

diff --git a/dev-libs/libnfc/libnfc-1.4.2.ebuild 
b/dev-libs/libnfc/libnfc-1.4.2.ebuild
index dfdf5ec..211004d 100644
--- a/dev-libs/libnfc/libnfc-1.4.2.ebuild
+++ b/dev-libs/libnfc/libnfc-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit eutils
 
 DESCRIPTION="Near Field Communications (NFC) library"
 HOMEPAGE="http://www.libnfc.org/;
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz;
+SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0"

diff --git a/dev-libs/libnfc/libnfc-1.5.0.ebuild 
b/dev-libs/libnfc/libnfc-1.5.0.ebuild
deleted file mode 100644
index dfdf5ec..
--- a/dev-libs/libnfc/libnfc-1.5.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Near Field Communications (NFC) library"
-HOMEPAGE="http://www.libnfc.org/;
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="doc"
-
-RDEPEND="sys-apps/pcsc-lite
-   virtual/libusb:0"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-src_compile() {
-   emake || die "Failed to compile."
-   use doc && doxygen
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die "Failed to install properly."
-   use doc && dohtml "${S}"/doc/html/*
-}

diff --git a/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild 
b/dev-libs/libnfc/libnfc-1.5.1-r1.ebuild
index 42d

[gentoo-commits] repo/gentoo:master commit in: dev-util/bless/files/

2016-11-08 Thread Mike Auty
commit: d0fb126a36d2f0f92d113f5de149f86a3db1741a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Nov  8 20:19:15 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Nov  8 21:09:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fb126a

dev-util/bless: remove unused patch

Signed-off-by: Mike Auty  gentoo.org>

 dev-util/bless/files/bless-0.5.2-mono-2.patch | 118 --
 1 file changed, 118 deletions(-)

diff --git a/dev-util/bless/files/bless-0.5.2-mono-2.patch 
b/dev-util/bless/files/bless-0.5.2-mono-2.patch
deleted file mode 100644
index 4271046..
--- a/dev-util/bless/files/bless-0.5.2-mono-2.patch
+++ /dev/null
@@ -1,118 +0,0 @@
-diff -Naur blessbroken/src/gui/plugins/BitwiseOperationsPlugin.cs 
bless-0.5.2/src/gui/plugins/BitwiseOperationsPlugin.cs
 blessbroken/src/gui/plugins/BitwiseOperationsPlugin.cs 2007-08-25 
09:54:21.0 +0200
-+++ bless-0.5.2/src/gui/plugins/BitwiseOperationsPlugin.cs 2008-07-08 
01:33:38.352260344 +0200
-@@ -102,7 +102,7 @@
-   uim.InsertActionGroup(group, 0);
-   uim.AddUiFromString(uiXml);
- 
--  performAction = 
(Action)uim.GetAction("/DefaultAreaPopup/ExtraAreaPopupItems/PerformBitwiseOperation");
-+  performAction = 
(Gtk.Action)uim.GetAction("/DefaultAreaPopup/ExtraAreaPopupItems/PerformBitwiseOperation");
- 
-   uim.EnsureUpdate();
- 
-diff -Naur blessbroken/src/gui/plugins/EditOperationsPlugin.cs 
bless-0.5.2/src/gui/plugins/EditOperationsPlugin.cs
 blessbroken/src/gui/plugins/EditOperationsPlugin.cs2007-08-25 
09:54:21.0 +0200
-+++ bless-0.5.2/src/gui/plugins/EditOperationsPlugin.cs2008-07-08 
01:35:00.027629029 +0200
-@@ -151,12 +151,12 @@
-   void ConnectEditAccelerators(bool v)
-   {
-   if (editAccelCount == 0 && v == true) {
--  foreach(Action a in editActionGroup.ListActions())
-+  foreach(Gtk.Action a in editActionGroup.ListActions())
-   a.ConnectAccelerator();
-   editAccelCount = 1;
-   }
-   else if (editAccelCount == 1 && v == false) {
--  foreach(Action a in editActionGroup.ListActions())
-+  foreach(Gtk.Action a in editActionGroup.ListActions())
-   a.DisconnectAccelerator();
-   editAccelCount = 0;
-   }
-@@ -207,15 +207,15 @@
-   uim.InsertActionGroup(miscActionGroup, 0);
- 
-   uim.AddUiFromString(uiXml);
--  UndoAction = (Action)uim.GetAction("/menubar/Edit/Undo");
--  RedoAction = (Action)uim.GetAction("/menubar/Edit/Redo");
--  CutAction = (Action)uim.GetAction("/menubar/Edit/Cut");
--  CopyAction = (Action)uim.GetAction("/menubar/Edit/Copy");
--  PasteAction = (Action)uim.GetAction("/menubar/Edit/Paste");
--  DeleteAction = (Action)uim.GetAction("/menubar/Edit/Delete");
-+  UndoAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Undo");
-+  RedoAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Redo");
-+  CutAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Cut");
-+  CopyAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Copy");
-+  PasteAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Paste");
-+  DeleteAction = 
(Gtk.Action)uim.GetAction("/menubar/Edit/Delete");
- 
- 
--  foreach (Action a in editActionGroup.ListActions()) {
-+  foreach (Gtk.Action a in editActionGroup.ListActions()) {
-   // for some reason the accelerators are connected twice
-   // ... so disconnect them twice
-   for (int i = 0; i < 2; i++)
-diff -Naur blessbroken/src/gui/plugins/FileOperationsPlugin.cs 
bless-0.5.2/src/gui/plugins/FileOperationsPlugin.cs
 blessbroken/src/gui/plugins/FileOperationsPlugin.cs2007-08-25 
09:54:21.0 +0200
-+++ bless-0.5.2/src/gui/plugins/FileOperationsPlugin.cs2008-07-08 
01:35:48.083280812 +0200
-@@ -159,11 +159,11 @@
- 
-   uim.InsertActionGroup(group, 0);
-   uim.AddUiFromString(uiXml);
--  SaveAction = (Action)uim.GetAction("/menubar/File/Save");
--  SaveAsAction = (Action)uim.GetAction("/menubar/File/SaveAs");
--  CloseAction = (Action)uim.GetAction("/menubar/File/Close");
--  QuitAction = (Action)uim.GetAction("/menubar/File/Quit");
--  RevertAction = (Action)uim.GetAction("/menubar/File/Revert");
-+  SaveAction = (Gtk.Action)uim.GetA

[gentoo-commits] dev/ikelos:master commit in: media-video/griffith/

2016-10-25 Thread Mike Auty
commit: 09bf96c1978c2d694a43e0c22d25267ff8610688
Author: layman  localhost>
AuthorDate: Tue Oct 25 07:56:28 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Oct 25 07:56:28 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=09bf96c1

Fix up shebangs in griffith.

 media-video/griffith/Manifest| 7 ---
 media-video/griffith/griffith-0.13-r2.ebuild | 1 +
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/media-video/griffith/Manifest b/media-video/griffith/Manifest
index 891763f..84d5ff4 100644
--- a/media-video/griffith/Manifest
+++ b/media-video/griffith/Manifest
@@ -1,8 +1 @@
-AUX 0.10-fix_lib_path.patch 667 SHA256 
f9c5a58ac4552ddfe254cdb9e02ef3e91a5feb500c7afe92f9faed9cc02687f2 SHA512 
9e85aa92627898a667b86ead4ae691c9d2562300f99da4c4efe57644a9c2bddef0648fce39290b50471cc22e49b4bd478979d3147dfda8a52e8bd55d2c1c6ee7
 WHIRLPOOL 
2d21cf60ec65001dc5606c4cae638d9102bf0ff576b258aff45246d631d94a900e19a508aff8fed9becb80b5f0708d94959f4473271d35e7fec73492b40e8560
-AUX griffith-0.12.1-sqlalchemy-0.7.patch 1505 SHA256 
18989a678f44d4498e08c8c1a7cec41a3ce9bd245e93319878ff4dcefdaaa42c SHA512 
43c703a77972731ca5a10bff0151ec53bf0f575e41d85b7bda7260cf0f51fa7972b4159fcca879672754945fadf27d4071fb93ca0c38391317192e0cda7a0637
 WHIRLPOOL 
7bda212851da410b6da08b4b006cfc55059ef6fe1992308c128acca00d87df8d043f82a8a9c5b53c7f0f5e59d24272e5b031a5c78df55766e6cd6bd72e11e989
-AUX griffith-svn-latest.patch 374854 SHA256 
bfccf101d5258b2a321295c3758a58607cd1328b41e07f9d5e01d4789b13114c SHA512 
558074473b243d453a968ac0338cba16f08fc96d28767edb1a4f8b3cc17429255b607372038923ea6245b1c07a9e806eeccd4258ca3c031b4ef0ec06461f3008
 WHIRLPOOL 
d9c9db9f5d026facfa699419362ee4ae469f61421f7ddca07ca2c818c768135ac8786a34a204855cd47a89d584152b3eaa9671afb4a351cd10307ed19e202521
 DIST griffith-extra-artwork-0.9.4.tar.gz 124008 SHA256 
96bc01a05ad54aad9fabcf411809c46c78b990fc7656ea004cebdfd8ea9894fd SHA512 
09e912b4511c5c4a7b501d9a8f98223d20e58574e667cdb759e66f743cce14b45cce8bf0f9502ff2aacfc09e7a7b37966a887205a74a6e028b832703a65a2734
 WHIRLPOOL 
166dcf1bee1ef07452d00b7c87f487fea5417a0b6d156afd127f8723c6d2c44d2a0e4a5719ab5f85c662b7bbc30f0fadd8ba7873908cdf7ae85167b07a518e6b
-EBUILD griffith-0.13-r2.ebuild 2024 SHA256 
cf580721ff4d6516dd00deda37a5cf53c0386f22292191da56ac00b19e21d202 SHA512 
1853ccd50e0a771d63abfd44220becf4c9d30c06c8e06dcdbb9d1cd66e83f6e3819d5382f0ba9e450f2e145ce473e5d85217cd267ca173257f09121121a3fb71
 WHIRLPOOL 
8e35f4e6a94dc59fabe3f096c59fb5e2dbeb24f2d8d95348a4c751ba07f9ed035595ed9fa5a6deb137333fff54a2a5318e8eeff965bdddbddcd5d74814de1559
-MISC ChangeLog 3032 SHA256 
ae8db1cd37e72e665ead210852d4cd7c525877487b55ae795ee23664cf9ab5cf SHA512 
3833126c33efdd30b5ac3848d5e460a3bfbdb669ad4f6c7fc8269572ea6179b32c1a0b7bd757809fc1333cda2734ba4b9ce7aa3f445ef8043c521005969bb4aa
 WHIRLPOOL 
5382d59070d38edfb47bad710d0d098a6e48d07d23c8ea2588b4ed4db2684a743dfae3a073d2b2223d52c7c5ffea820076c5a213429541812cf26be4b80fdba2
-MISC ChangeLog-2015 9835 SHA256 
78a400b34b02b1b3dd875913a658719436a8babfe31978c55e5b59a45881f435 SHA512 
f5702d13f2a1b96d3d82520a01b765648b2b78f01eed62ca5d963c1b546f47da0192a9379e77224ee517c6432224f7baba472072c000998bf6f0390dba266963
 WHIRLPOOL 
5115452e9824a3c69f58980f8a71ac83d42f7cff554b98ad10a1044d4a212edb047458ac6a81f522d50e4de3e4ac98589fd847758c4d55904047dcc3d6247ed2
-MISC metadata.xml 462 SHA256 
6e2bf71ddd60d3db2ea72117a88617f654058b959fafcef23d771228da75e6ba SHA512 
0aab82c7eaffc0269cb66bbdb5df6e98dad1259c50bfc5343839a7ec2c6b547d3f5d47053673dd8759d945083f2860790a7e2f2efb5f8b0f50be4e74beb1381e
 WHIRLPOOL 
e6e875629a9733ac0109bff47e87cdc20c4f270d96279efe1c8c705149dda98a3ada370bd18ec915b9b7a88078aa3e6a6d83b4a9f8eeef2a4268bff0f39f7246

diff --git a/media-video/griffith/griffith-0.13-r2.ebuild 
b/media-video/griffith/griffith-0.13-r2.ebuild
index 582b582..c6c8530 100644
--- a/media-video/griffith/griffith-0.13-r2.ebuild
+++ b/media-video/griffith/griffith-0.13-r2.ebuild
@@ -64,6 +64,7 @@ src_install() {
emake DESTDIR="${D}" install
# This carries over from -0.13 but appears to have no effect.
python_optimize "${D}"usr/share/${PN}
+python_fix_shebang ${D}
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/giggle/, dev-vcs/giggle/files/

2016-10-03 Thread Mike Auty
commit: 547bf1f772e2900745767349468e13960d84f8d5
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Oct  3 08:49:09 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Oct  3 08:49:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547bf1f7

dev-vcs/giggle: Move to vte-2.91 (bug #595902).

Package-Manager: portage-2.3.1

 dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch | 57 ++
 dev-vcs/giggle/giggle-0.7-r2.ebuild| 47 +
 2 files changed, 104 insertions(+)

diff --git a/dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch 
b/dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch
new file mode 100644
index ..f800a9d
--- /dev/null
+++ b/dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch
@@ -0,0 +1,57 @@
+From b9e260840d03e33ac55142719f3d54129b54cc70 Mon Sep 17 00:00:00 2001
+From: Debarshi Ray <debars...@gnome.org>
+Date: Mon, 26 Jan 2015 15:38:24 +0100
+Subject: [PATCH] Port to vte-2.91 API
+
+https://bugzilla.gnome.org/show_bug.cgi?id=743537
+---
+ configure.ac   |  2 +-
+ plugins/giggle-view-terminal.c | 19 ++-
+ 2 files changed, 11 insertions(+), 10 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 6e27733..72e7bd1 100644
+--- a/configure.ac
 b/configure.ac
+@@ -106,7 +106,7 @@ AC_ARG_ENABLE([terminal],
+ AS_IF([test "x$enable_terminal" = "xyes"],
+   [
+ PKG_CHECK_MODULES([VTE],
+-  [vte-2.90 >= $VTE_REQUIRED_VERSION],
++  [vte-2.91 >= $VTE_REQUIRED_VERSION],
+   [have_vte=yes
+AC_DEFINE([HAVE_VTE], [1],
+  [Use features from vte])
+diff --git a/plugins/giggle-view-terminal.c b/plugins/giggle-view-terminal.c
+index 06a9a50..cd107f2 100644
+--- a/plugins/giggle-view-terminal.c
 b/plugins/giggle-view-terminal.c
+@@ -186,15 +186,16 @@ giggle_view_terminal_append_tab (GiggleViewTerminal 
*view,
+   real_argv[1] = NULL;
+   spawn_flags = G_SPAWN_CHILD_INHERITS_STDIN | G_SPAWN_SEARCH_PATH | 
G_SPAWN_FILE_AND_ARGV_ZERO;
+ 
+-  succes = vte_terminal_fork_command_full (VTE_TERMINAL (terminal),
+-   pty_flags,
+-   directory,
+-   real_argv,
+-   NULL,
+-   spawn_flags,
+-   NULL, NULL,
+-   NULL,
+-   );
++  succes = vte_terminal_spawn_sync (VTE_TERMINAL (terminal),
++pty_flags,
++directory,
++real_argv,
++NULL,
++spawn_flags,
++NULL, NULL,
++NULL,
++NULL,
++);
+   g_strfreev (real_argv);
+ 
+   if (succes == FALSE) {
+-- 
+2.1.0
+

diff --git a/dev-vcs/giggle/giggle-0.7-r2.ebuild 
b/dev-vcs/giggle/giggle-0.7-r2.ebuild
new file mode 100644
index ..0a0bb54
--- /dev/null
+++ b/dev-vcs/giggle/giggle-0.7-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 eutils
+
+DESCRIPTION="GTK+ Frontend for GIT"
+HOMEPAGE="https://wiki.gnome.org/Apps/giggle;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE="eds"
+
+RDEPEND="
+   >=dev-vcs/git-1.5
+   >=dev-libs/glib-2.30:2
+   >=x11-libs/gtk+-3.3.12:3
+   >=x11-libs/gtksourceview-3.0:3.0
+   >=x11-libs/gdk-pixbuf-2.22.0
+   eds? ( gnome-extra/evolution-data-server )
+   >=x11-libs/vte-0.28:2.91
+"
+DEPEND="${RDEPEND}
+   gnome-base/gnome-common
+   sys-devel/gettext
+   app-text/yelp-tools
+   virtual/pkgconfig
+   >=dev-util/intltool-0.35
+   >=sys-devel/autoconf-2.64
+   >=sys-devel/libtool-2
+"
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-0.6.2-gtksourceview-3.8.0.patch"
+   epatch "${FILESDIR}/${PN}-0.7-vte-2.91.patch"
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable eds evolution-data-server)
+}



[gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/

2016-09-08 Thread Mike Auty
commit: e2e10a02c324bff712fddc4cf42be2fc2445c050
Author: layman  localhost>
AuthorDate: Thu Sep  8 21:27:19 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Sep  8 21:27:19 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=e2e10a02

Bump pycharm-community.

 dev-util/pycharm-community/Manifest | 2 +-
 ...harm-community-2016.2.2.ebuild => pycharm-community-2016.2.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index ca92dce..6fdda52 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1 +1 @@
-DIST pycharm-community-2016.2.2.tar.gz 212722955 SHA256 
6bf50910355f680983246ab51f7a082ae6f34f799db222986c1c59003bf1dbec SHA512 
20840a8e1642ea47909bc0913a701b103843e78b29b3d0333d150d30b6ba202dc07db086795224557788b171da3265e849e01bfcb064021ad0ef78a18c67228a
 WHIRLPOOL 
ef5d3bb7a4e8069bb5eb256c84a0150773ccf87ff7a8db5ccaba58307c1ae723f17feee461e921ecc1fdc5b3682ec713880fd1a3da664308475b2cb7a2c80c88
+DIST pycharm-community-2016.2.3.tar.gz 213950652 SHA256 
8ea07f6ff9f63a56cd6c779a3b1727157e177c2c4da8c056dec60b056e03f05a SHA512 
073cfdaeb67a82d84860afd50cd429d20f8fe2bdd470bb4f609d36195991f9b435ba611655d1a91d3e8a571c17be24a97219b7666ae4e33573690875a47c3252
 WHIRLPOOL 
a13239b9570afd97e52f490ff632993d0f629c1fa1c666bb258dae5e59c5a35a2c7b32c47e7ee7b90c8724583dc973c126997883d783eba6481a625a4ea39355

diff --git a/dev-util/pycharm-community/pycharm-community-2016.2.2.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.2.3.ebuild
similarity index 100%
rename from dev-util/pycharm-community/pycharm-community-2016.2.2.ebuild
rename to dev-util/pycharm-community/pycharm-community-2016.2.3.ebuild



[gentoo-commits] dev/ikelos:master commit in: dev-util/capstone/

2016-09-03 Thread Mike Auty
commit: 4a5cef7d391bcaa04b12dba9166bd3660a873e84
Author: layman  localhost>
AuthorDate: Sat Sep  3 11:21:18 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Sep  3 11:21:18 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=4a5cef7d

Remove capstone now it's in the main tree.

 dev-util/capstone/Manifest  |  2 --
 dev-util/capstone/capstone-3.0.4.ebuild | 64 -
 2 files changed, 66 deletions(-)

diff --git a/dev-util/capstone/Manifest b/dev-util/capstone/Manifest
deleted file mode 100644
index f303fb7..000
--- a/dev-util/capstone/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST capstone-3.0.4.tar.gz 2800818 SHA256 
5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2 SHA512 
a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad03d0a8234d2eae368c8ccfec04dbf4d
 WHIRLPOOL 
24aa002e215ee2a74c06a9be40218c78258a853028c74e1cdf95a5e2ea484471cf084cc8f5cc9db1aaefc16cf80a0b37480d4af60ca9119730334cbe2a02b906
-EBUILD capstone-3.0.4.ebuild 1717 SHA256 
c6a0cdc8ccc45b1b1048d8ce0c3d02babd61ae22056b82d67e85ca5359ebc63a SHA512 
55bb1011ba9788e157beb6c168f66c0eca48d64e20a6d463811850a66e31e6c190e96b017bf527928a56ba24014e4bfd05e6e042f18d6684f24d225163f1a99e
 WHIRLPOOL 
51a4a938c5df6505e28ae1f395f6bae4eb0e7052783b93d2d82616cb76ef0d45849d2f65ec3af595560af97976fd736a9cd73950f647d4731d5a8be7e8e6fc2e

diff --git a/dev-util/capstone/capstone-3.0.4.ebuild 
b/dev-util/capstone/capstone-3.0.4.ebuild
deleted file mode 100644
index 5085a24..000
--- a/dev-util/capstone/capstone-3.0.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: blshkv$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit eutils multilib distutils-r1
-
-#MY_PV=${PV//_/-}
-DESCRIPTION="A lightweight multi-platform, multi-architecture disassembly 
framework"
-HOMEPAGE="http://www.capstone-engine.org/;
-SRC_URI="https://github.com/aquynh/capstone/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/3"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="python cython"
-
-#RDEPEND="python? ( >=dev-python/capstone-python-${PV} )"
-RDEPEND=""
-DEPEND="cython? ( >=dev-python/cython-0.22 )
-!dev-python/capstone-python"
-#TODO: add java and ocaml bindings
-
-#S=${WORKDIR}/${PN}-${MY_PV}
-
-src_prepare() {
-   if use python; then
-cd "${S}/bindings/python"
-#our hack to adjust cython setup
-   if use cython; then
-cp setup_cython.py setup.py
-#this section is from Makefile
-cp capstone/__init__.py pyx/__init__.py
-   for i in arm{,_const} arm64{,_const} mips{,_const} 
ppc{,_const} x86{,_const} sparc{,_const} systemz sysz_const xcore{,_const}; do
-   cp capstone/${i}.py pyx/${i}.pyx
-   done
-fi
-   distutils-r1_src_prepare
-   fi
-   default_src_prepare
-}
-
-src_compile() {
-   if use python; then
-   cd "${S}/bindings/python"
-   distutils-r1_src_compile
-   cd "${S}"
-   fi
-   default_src_compile
-}
-
-src_install() {
-   cd "${S}/bindings/python"
-   distutils-r1_src_install
-   cd "${S}"
-   emake DESTDIR="${ED}" LIBDIRARCH=$(get_libdir) install
-#  if use !test; then
-#  dodir /usr/share/"${PN}"/
-#  cp -R "${S}"/tests "${D}/usr/share/${PN}/" || die "Install 
failed!"
-#  fi
-   dodoc README CREDITS.TXT RELEASE_NOTES ChangeLog 
docs/BHUSA2014-capstone.pdf
-}



[gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/

2016-08-25 Thread Mike Auty
commit: b438fbef45ea1a3f6ef6344bfaa076b274b5cdb4
Author: layman  localhost>
AuthorDate: Thu Aug 25 22:42:45 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Aug 25 22:42:45 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=b438fbef

Bump pycharm-community.

 dev-util/pycharm-community/Manifest | 2 +-
 ...harm-community-2016.2.1.ebuild => pycharm-community-2016.2.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index efb184f..ca92dce 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1 +1 @@
-DIST pycharm-community-2016.2.1.tar.gz 212670595 SHA256 
76a5d58a6ecbafa48abde9823948f0614472ecbc0535c639ceb593569a1e06a7 SHA512 
46777642ca0adb6aa40828d37328846b399b44c6625065ed00a6d2d46b3c82f10f1640a4206d703be84c3429ec2d76a71dfdb38fe9ae70a8b094d518d0f3a60b
 WHIRLPOOL 
086aa3c1e05d0c0ba7fddb904a3e793dfcf00a9bd830fdd65b3bdf70b8ad9cb700fead63be7186a90b5a32a9b3584afa89a9a84c098d24dedc82daedca49ea9b
+DIST pycharm-community-2016.2.2.tar.gz 212722955 SHA256 
6bf50910355f680983246ab51f7a082ae6f34f799db222986c1c59003bf1dbec SHA512 
20840a8e1642ea47909bc0913a701b103843e78b29b3d0333d150d30b6ba202dc07db086795224557788b171da3265e849e01bfcb064021ad0ef78a18c67228a
 WHIRLPOOL 
ef5d3bb7a4e8069bb5eb256c84a0150773ccf87ff7a8db5ccaba58307c1ae723f17feee461e921ecc1fdc5b3682ec713880fd1a3da664308475b2cb7a2c80c88

diff --git a/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.2.2.ebuild
similarity index 100%
rename from dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild
rename to dev-util/pycharm-community/pycharm-community-2016.2.2.ebuild



[gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/

2016-08-16 Thread Mike Auty
commit: 443d3e6237681d88543b8170372f6e3e1161fee2
Author: layman  localhost>
AuthorDate: Tue Aug 16 23:06:02 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Aug 16 23:06:02 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=443d3e62

Update the gentoo-readme eclass.

 dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild
index ebcaeb3..648eb40 100644
--- a/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit eutils readme.gentoo
+inherit eutils readme.gentoo-r1
 
 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
 HOMEPAGE="http://www.jetbrains.com/pycharm/;
@@ -34,5 +34,5 @@ src_install() {
newicon "bin/${MY_PN}.png" ${PN}.png
make_desktop_entry ${PN} "${PN}" "${PN}"
 
-   readme.gentoo_src_install
+   readme.gentoo_create_doc
 }



[gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/

2016-08-16 Thread Mike Auty
commit: 7313e44b98a1cd16beae5b4332a4b9373aa79988
Author: layman  localhost>
AuthorDate: Tue Aug 16 22:54:55 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue Aug 16 22:55:21 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=7313e44b

Bump pycharm-community.

 dev-util/pycharm-community/Manifest | 2 +-
 ...ycharm-community-2016.2.ebuild => pycharm-community-2016.2.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 6deb004..efb184f 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1 +1 @@
-DIST pycharm-community-2016.2.tar.gz 212543040 SHA256 
334eaa740d963cf12bf2e5c2107909d16238b739c2afa017dc4587103eb60176 SHA512 
43465321241518ab1d7d2b9f1ac2fe68fbe8625c8c17d96e5242978e4272cd04c0152f3096f0ea6b368647e456ea53372cf8d983e34cb5bdb8388835448e95ba
 WHIRLPOOL 
3d99c40caa4f0a15eb39bbe5d4a3f99edb43c8b564631ace007e175c2ed10fcc6e47a2ce345bbd205a63b357d227d24f5fd7120f670d90a5b7f6120a358dfc60
+DIST pycharm-community-2016.2.1.tar.gz 212670595 SHA256 
76a5d58a6ecbafa48abde9823948f0614472ecbc0535c639ceb593569a1e06a7 SHA512 
46777642ca0adb6aa40828d37328846b399b44c6625065ed00a6d2d46b3c82f10f1640a4206d703be84c3429ec2d76a71dfdb38fe9ae70a8b094d518d0f3a60b
 WHIRLPOOL 
086aa3c1e05d0c0ba7fddb904a3e793dfcf00a9bd830fdd65b3bdf70b8ad9cb700fead63be7186a90b5a32a9b3584afa89a9a84c098d24dedc82daedca49ea9b

diff --git a/dev-util/pycharm-community/pycharm-community-2016.2.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild
similarity index 100%
rename from dev-util/pycharm-community/pycharm-community-2016.2.ebuild
rename to dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild



[gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/

2016-07-23 Thread Mike Auty
commit: 0e7e4693fb757e2a6b7e6924ed6342782301446a
Author: layman  localhost>
AuthorDate: Sat Jul 23 16:28:25 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Jul 23 16:28:25 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=0e7e4693

Version bump pycharm-community.

 dev-util/pycharm-community/Manifest | 2 +-
 ...ycharm-community-2016.1.4.ebuild => pycharm-community-2016.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 552b735..6deb004 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1 +1 @@
-DIST pycharm-community-2016.1.4.tar.gz 207346180 SHA256 
bc548a200022111e741604e76b579e71e5a75d23c2bbb9c4cb9ed88b18a3d622 SHA512 
f86726d921baec5a5f2691f7e9ee4f81d4abd3a55edc09f091593434d79a51e0058025eb52f1ca5455844d47d325e209f73d7e701d218db57bcf9502244201d6
 WHIRLPOOL 
9e51cb7f5c2e3530666831803c4bc0dfe8d36b58da0e593763028e9097f95e778098923f837a771c063fa1336cf3a58ba4ebe14cddbbec6f9c74921a1deedb9c
+DIST pycharm-community-2016.2.tar.gz 212543040 SHA256 
334eaa740d963cf12bf2e5c2107909d16238b739c2afa017dc4587103eb60176 SHA512 
43465321241518ab1d7d2b9f1ac2fe68fbe8625c8c17d96e5242978e4272cd04c0152f3096f0ea6b368647e456ea53372cf8d983e34cb5bdb8388835448e95ba
 WHIRLPOOL 
3d99c40caa4f0a15eb39bbe5d4a3f99edb43c8b564631ace007e175c2ed10fcc6e47a2ce345bbd205a63b357d227d24f5fd7120f670d90a5b7f6120a358dfc60

diff --git a/dev-util/pycharm-community/pycharm-community-2016.1.4.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.2.ebuild
similarity index 100%
rename from dev-util/pycharm-community/pycharm-community-2016.1.4.ebuild
rename to dev-util/pycharm-community/pycharm-community-2016.2.ebuild



[gentoo-commits] dev/ikelos:master commit in: dev-python/libkeepass/, dev-python/uncompyle6/, dev-python/pycdc/

2016-07-18 Thread Mike Auty
commit: c23da7b0361b559ae2f111619b9ec03912a9c89d
Author: layman  localhost>
AuthorDate: Mon Jul 18 19:21:54 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Jul 18 19:21:54 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=c23da7b0

Fix up the ebuilds with descriptions and licenses a little.

 dev-python/libkeepass/libkeepass-.ebuild  | 6 +++---
 dev-python/pycdc/pycdc-.ebuild| 6 +++---
 dev-python/uncompyle6/uncompyle6-2.7.0.ebuild | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/libkeepass/libkeepass-.ebuild 
b/dev-python/libkeepass/libkeepass-.ebuild
index c8ecd2a..ea289df 100644
--- a/dev-python/libkeepass/libkeepass-.ebuild
+++ b/dev-python/libkeepass/libkeepass-.ebuild
@@ -7,13 +7,13 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 python3_4 )
 inherit git-r3 distutils-r1
 
-DESCRIPTION=""
-HOMEPAGE=""
+DESCRIPTION="Python module to read KeePass 1.x/KeePassX (v3) and KeePass 2.x 
(v4) files"
+HOMEPAGE="https://github.com/crass/libkeepass;
 SRC_URI=""
 
 EGIT_REPO_URI="https://github.com/crass/libkeepass;
 
-LICENSE=""
+LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""

diff --git a/dev-python/pycdc/pycdc-.ebuild 
b/dev-python/pycdc/pycdc-.ebuild
index 0127215..46febd1 100644
--- a/dev-python/pycdc/pycdc-.ebuild
+++ b/dev-python/pycdc/pycdc-.ebuild
@@ -7,13 +7,13 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 python3_4 )
 inherit git-r3 cmake-utils
 
-DESCRIPTION=""
-HOMEPAGE=""
+DESCRIPTION="Python compiled-bytecode disassembler and decompiler"
+HOMEPAGE="https://github.com/zrax/pycdc;
 SRC_URI=""
 
 EGIT_REPO_URI="https://github.com/zrax/pycdc;
 
-LICENSE=""
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""

diff --git a/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild 
b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
index 03a561c..4c33bc9 100644
--- a/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI=""
 EGIT_REPO_URI="http://github.com/rocky/python-uncompyle6.git;
 EGIT_TAG="v${PN}"
 
-LICENSE=""
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""



[gentoo-commits] dev/ikelos:master commit in: dev-python/libkeepass/

2016-07-18 Thread Mike Auty
commit: bdd06d2c9333bcdcc64bf8cf2b998b40e814a867
Author: layman  localhost>
AuthorDate: Mon Jul 18 19:14:37 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Jul 18 19:14:37 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=bdd06d2c

Add in recentish python keepass library.

 dev-python/libkeepass/libkeepass-.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-python/libkeepass/libkeepass-.ebuild 
b/dev-python/libkeepass/libkeepass-.ebuild
new file mode 100644
index 000..c8ecd2a
--- /dev/null
+++ b/dev-python/libkeepass/libkeepass-.ebuild
@@ -0,0 +1,25 @@
+# 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 )
+inherit git-r3 distutils-r1
+
+DESCRIPTION=""
+HOMEPAGE=""
+SRC_URI=""
+
+EGIT_REPO_URI="https://github.com/crass/libkeepass;
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-python/lxml-3.2.1
+>=dev-python/nose-1.3.0
+   >=dev-python/pycrypto-2.6.1
+   >=dev-python/colorama-0.3.2"
+RDEPEND="${DEPEND}"



[gentoo-commits] dev/ikelos:master commit in: dev-python/pycdc/

2016-07-18 Thread Mike Auty
commit: 281b7f638de44b1987cb0bf056ec9c3ba924069a
Author: layman  localhost>
AuthorDate: Mon Jul 18 19:08:05 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Jul 18 19:08:05 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=281b7f63

Add in build for new python decompiler.

 dev-python/pycdc/pycdc-.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-python/pycdc/pycdc-.ebuild 
b/dev-python/pycdc/pycdc-.ebuild
new file mode 100644
index 000..0127215
--- /dev/null
+++ b/dev-python/pycdc/pycdc-.ebuild
@@ -0,0 +1,22 @@
+# 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 )
+inherit git-r3 cmake-utils
+
+DESCRIPTION=""
+HOMEPAGE=""
+SRC_URI=""
+
+EGIT_REPO_URI="https://github.com/zrax/pycdc;
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"



[gentoo-commits] dev/ikelos:master commit in: dev-python/uncompyle6/, dev-python/uncompyle/, dev-python/uncompyle2/

2016-07-18 Thread Mike Auty
commit: cd9d61262c40a276d7d38854e979b7b989f1a48b
Author: layman  localhost>
AuthorDate: Mon Jul 18 19:04:16 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Jul 18 19:04:16 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=cd9d6126

Add in a more recent implementation of uncompyle.

 dev-python/uncompyle/Manifest |  1 -
 dev-python/uncompyle/uncompyle-.ebuild| 24 
 dev-python/uncompyle2/Manifest|  1 -
 dev-python/uncompyle2/uncompyle2-.ebuild  | 24 
 dev-python/uncompyle6/uncompyle6-2.7.0.ebuild | 25 +
 5 files changed, 25 insertions(+), 50 deletions(-)

diff --git a/dev-python/uncompyle/Manifest b/dev-python/uncompyle/Manifest
deleted file mode 100644
index 55379ec..000
--- a/dev-python/uncompyle/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD uncompyle-.ebuild 438 SHA256 
090ca6391c3ada0e67e70973ca9b24b869f2df094b529a15a2fca7153deb032a SHA512 
54d8c3c28f4ef8eeb83d827e3b263c2b019e29ade87cc081d9d39142b30925c5c61b96349d2866b598d4fe80ff2580c850ba395c5bed8d53d5cd2d4281679b94
 WHIRLPOOL 
750a1659923abef7920cc113ebbbad8d7ed1cd9bb67afc0c9139a1b4b94a9cf0ab995e9fe558069185a52187a14cbf21672648d3e889799bb1d60b50bc8af2e4

diff --git a/dev-python/uncompyle/uncompyle-.ebuild 
b/dev-python/uncompyle/uncompyle-.ebuild
deleted file mode 100644
index 5b759a1..000
--- a/dev-python/uncompyle/uncompyle-.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit git-r3 distutils
-
-DESCRIPTION="A Python 2.7 byte-code decompiler"
-HOMEPAGE="https://github.com/gstarnberger/uncompyle;
-SRC_URI=""
-
-EGIT_REPO_URI="https://github.com/gstarnberger/uncompyle.git;
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-

diff --git a/dev-python/uncompyle2/Manifest b/dev-python/uncompyle2/Manifest
deleted file mode 100644
index e1e7d38..000
--- a/dev-python/uncompyle2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD uncompyle2-.ebuild 427 SHA256 
3340fe2acf201bb1528cd159cf7b001ba30015d79ab150b0910e9372bb4522ce SHA512 
6cc256454661b9bbec2a79a1542b8b2156225a225b55c730ab238ebe7594116b7e25fd8e185b5433bc87bc68e9c30ace0cdd212a6c01d27177b4eed5178a1303
 WHIRLPOOL 
3d8dbd7b6fdc5dd0f0788c3e45f62b3c39a613647fd12189b8775fbca8eafd38edec249507750c48c11ce667c85e27405ec1d8fd9c50fd0c100e2d97e8b3d220

diff --git a/dev-python/uncompyle2/uncompyle2-.ebuild 
b/dev-python/uncompyle2/uncompyle2-.ebuild
deleted file mode 100644
index 1f77317..000
--- a/dev-python/uncompyle2/uncompyle2-.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit git-r3 distutils
-
-DESCRIPTION="A Python 2.7 byte-code decompiler"
-HOMEPAGE="https://github.com/wibiti/uncompyle2;
-SRC_URI=""
-
-EGIT_REPO_URI="http://github.com/wibiti/uncompyle2.git;
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-

diff --git a/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild 
b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
new file mode 100644
index 000..03a561c
--- /dev/null
+++ b/dev-python/uncompyle6/uncompyle6-2.7.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_4 python3_2 python3_3 python2_7 python3_5 )
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION="A python byte-code decompiler"
+HOMEPAGE="https://github.com/rocky/python-uncompyle6;
+SRC_URI=""
+
+EGIT_REPO_URI="http://github.com/rocky/python-uncompyle6.git;
+EGIT_TAG="v${PN}"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/nose"
+RDEPEND="${DEPEND}"
+



[gentoo-commits] dev/ikelos:master commit in: app-crypt/ophcrack-tables/

2016-07-18 Thread Mike Auty
commit: 97888cb6cf4140627738d58d4fea235b383564f0
Author: layman  localhost>
AuthorDate: Mon Jul 18 19:04:53 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Jul 18 19:04:53 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=97888cb6

Update the ophcrack-tables ebuild (and the manifest for proba_vista_free.

 app-crypt/ophcrack-tables/Manifest |  2 +-
 app-crypt/ophcrack-tables/metadata.xml | 26 ++
 .../ophcrack-tables/ophcrack-tables-1.1.ebuild | 26 +++---
 3 files changed, 31 insertions(+), 23 deletions(-)

diff --git a/app-crypt/ophcrack-tables/Manifest 
b/app-crypt/ophcrack-tables/Manifest
index b1fa587..64dc0de 100644
--- a/app-crypt/ophcrack-tables/Manifest
+++ b/app-crypt/ophcrack-tables/Manifest
@@ -1,5 +1,5 @@
 DIST tables_vista_free.zip 410609902 SHA256 
d3559f3c8e79f83c057b168f1c6b0f6127cea1f73da218a8f5219ebb256caf63 SHA512 
daadc06411a528d338862294ed5e9c5162c86bb7c784e2ae572af0d441afe4bf81844432bb543a9f711dd632271ed89e14ded515d1ef1befad8c44a1a7eb14db
 WHIRLPOOL 
5f84b158876e2fde0be56af0d2a4ce7fc694d2e94abc374b85118db561de0f9fa755b09e27ee296bf40e214fa8cac05f65d9e4c7ac0d0f4c3b5c80d081697f52
-DIST tables_vista_proba_free.zip 609520450 SHA256 
7e841dd9a89ad48d961f717cad1cef36b5fd93aad649ce0aec97d106a94d3127 SHA512 
ebd444ba888f2c742b12897ae8a540a41ab3d1eb627b850280a9e566f47b4a0e756eec440d5d467a4adf9383eb150dd344b89aff3b4c24056ce3c753670fd033
 WHIRLPOOL 
1d369de34cd8401ea82b68c79764d7b13ccfa1bfe7ae2346291ccc11e651c347222ed47c1bbf6b757edde828bb4755650e8846517921ed3c7361730b6138a864
+DIST tables_vista_proba_free.zip 609520450 SHA256 
0a5e77327b0e413bd1595329e5269e326240f28a3c51252136beaa4c7a7f24cb SHA512 
e73140da439372e86f194b38cf2da1c8430dfdc43a9b3e0e5bdf8bbcbcfc9c27f61f0f52d4c6664c88cb6dcb665637d1789f60db9a4f791fb6972aac66839b8a
 WHIRLPOOL 
61de5bf33d09d58766bef127400bd166ae8d7769561a8671e598c29644e3a642edce4a8cacea98b85816d7a9b4fe070f3afe057e0f75e99c53d2a1abbcbb700a
 DIST tables_xp_free_fast.zip 701901509 SHA256 
6d72beed100f75a61d331ac3e4a9b3d1a6789017099201aa077d50f7ef33bd05 SHA512 
d2849b2a48508bea830ecf1b39893f734e8bf1bcb6f71358ad344c0f584a3a9c9795e5c0d12851e44c332aeecf00e2da0c55b31fe0491d3bbd527058e45797a3
 WHIRLPOOL 
ab491d38d0bed4c9d4e6d8fb3886f4832e59b10adc7df93a99477840b70b72c1d234c3c363a4bd667dec92acc4be6d2b549166bd457a1b143d610134122f4ceb
 DIST tables_xp_free_small.zip 370848194 SHA256 
00ab596334339555ece136a9c5852590bfaf9869961f997861b653ceec9e8212 SHA512 
50d0761a0d950d6492acb083b05c3e33dab905ab10f24a70fd8e25006ea583e871ae8d7908eabc2fed65b106f3ba994973ee881e40b147a6aa8ba297bf14ba61
 WHIRLPOOL 
600c5005c9221aeeeaf192477895bf3ae7e811dd64efb7f3bc8989e888a6aea868fd65658066fa6b6ba00a3de2b85e8213ed3b190761b06c1f3e355430293ab0
 DIST vistanum_table0.bin 259203456 SHA256 
1ead934c3dcd606eb27aefb42bf7e195b097ca090279e6542f89d448ff78893e SHA512 
5819e9222c54700aeac2b1b4186b9478910ddea5449cd383c2921c2139cc9c753ed01bbfce107d1e4ba672cd966d83a91815544240ed512c27c5eca22b2ef49a
 WHIRLPOOL 
9d5e3031d886a05724d85c84253d0d9207d4231e4a3535a867e5b4dc46a8db3830ff5fc883c5369772b14f68c21d9f06c290fa7a75ae90a5e8302daca2d181ed

diff --git a/app-crypt/ophcrack-tables/metadata.xml 
b/app-crypt/ophcrack-tables/metadata.xml
index ea0dc16..a751de4 100644
--- a/app-crypt/ophcrack-tables/metadata.xml
+++ b/app-crypt/ophcrack-tables/metadata.xml
@@ -1,13 +1,21 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  ike...@gentoo.org
-Mike Auty
-
-
-   Installs the free Vista ophcrack tables
-   Installs the fast XP ophcrack tables
-   Installs the small free XP ophcrack tables
-
+   
+   ike...@gentoo.org
+   Mike Auty
+   
+   
+   Installs the free Vista ophcrack 
tables
+   Installs the fast XP ophcrack tables
+   Installs the small free XP ophcrack 
tables
+   Installs the free probabalistic 
Vista ophcrack tables
+   Installs the XP special ophcrack 
tables
+   Installs the XP german ophcrack 
tables
+   Installs the Vista numeric ophcrack 
tables
+   Installs the Vista special ophcrack 
tables
+   
+   
+   ophcrack
+   
 

diff --git a/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild 
b/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild
index f0decf7..108d1dd 100644
--- a/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild
+++ b/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild
@@ -83,20 +83,20 @@ pkg_setup() {
installsize=0
for useflag in ${IUSE};
do
-   if use ${useflag#+}; then
+   if use ${useflag#+}; then
case ${useflag} in
-   vistaspecial)
-   installsize=$((${installsize} + 9))
-   ;;
-   xpspecial|xpgerman)
-   installsize=$((${install

[gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/files/, app-crypt/ophcrack/

2016-07-16 Thread Mike Auty
commit: d43d9a5220f0085765f4940dbd0bb25cfb3cd72d
Author: Mike Auty  gentoo  org>
AuthorDate: Sat Jul 16 18:19:52 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Jul 16 18:19:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43d9a52

app-crypt/ophcrack: Fix issue 588902 (deprecated ssl functions).

This fixes the deprecation of the des_ functions in favour of
DES_ functions in openssl (and libressl which appears to have
done the deprecation early).  The revision was not bumped since
this is an issue that exhibits at build time only.

Package-Manager: portage-2.3.0

 app-crypt/ophcrack/Manifest|  3 -
 .../ophcrack/files/ophcrack-openssl-des.patch  | 92 ++
 app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild| 35 
 app-crypt/ophcrack/ophcrack-3.3.0.ebuild   | 35 
 app-crypt/ophcrack/ophcrack-3.3.1.ebuild   | 43 --
 app-crypt/ophcrack/ophcrack-3.6.0.ebuild   |  4 +-
 6 files changed, 95 insertions(+), 117 deletions(-)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index 99faa1e..c537601 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,5 +1,2 @@
-DIST ophcrack-3.1.0.tar.bz2 238869 SHA256 
706bee5d11d246ae16cbca87436a70f0e6f6dbc7d49d14318c1c71e74f5e069d SHA512 
7292ba86f4a346644f9b35fef34693315315ef2ce105d9159bb7958527d62cb57f40f7acb7140c7103f729e2d29d6c009d6f29ec25e9d649963e071adb96e1ad
 WHIRLPOOL 
c403b84957d9d6037e7e035aaca0215e6c7749c899d35edad5740ff5d370a7fda2faf6c067eef5b793d156e965642ac64f0c8ec2a2c41f344aff9bbd1be15c16
-DIST ophcrack-3.3.0.tar.bz2 255049 SHA256 
4c46f839cc752e6e9c69196574fa1fd17ff4e1bc4c1d1c0faa4b9228a3509a92 SHA512 
91bcaf73d1dd22f6a0895c54dcaab48fe2157a9ef44110401bf507cca7bf599506e263a01f4539a81b3f4484af8a1c465d8eb90ea13c35383166b2e1822a1231
 WHIRLPOOL 
81597fa07b02d88159bd3c6e98d4d4f264066f24eae1e4b908006d544c605e32c02de8738535ff0e61d3b64a759d6d2a27981cf76fb095a6979e77d4ecd9184f
-DIST ophcrack-3.3.1.tar.bz2 255238 SHA256 
4e23bfccde7962a873cd0c44f4da626795aec17fcfb078f4329ec7145b218d18 SHA512 
e5e889cbf6493d56afe0c76e0bccd5c544665057ed7cfc46a9f636b1660351fedb704e5b76f8a3ed76c70be4ab0d8c855b0d7b58aa949b12e513e3ad08db8ad0
 WHIRLPOOL 
8b14e4e04199b3a258f7914bafea3a13a1061ebb20614ead0dbb02a14f2dc2ba6d59affacc91e5f6ff837cb5e65bf16ac94d483d083445d8a2d45200843a1f04
 DIST ophcrack-3.4.0.tar.bz2 279806 SHA256 
06cb22d95a8ded79eebb99ac19bd21b27321e85fe0f22f32407d0b925b66d3e3 SHA512 
38c3b41e76be1b2990cbf6a8ddbe776df3d7821696e42939c759d554a7a52d40555f7e1c8f11e3ab7dc20b553f43d814e271d7519a3b4bb4f84b70468c123df0
 WHIRLPOOL 
887d9f397c061b06072cd48e15b89596c81c893d0cc1fb8eb960f0561249b0085025cfd88482aba8549414d3d634685503be14b9f97b16edc248859095a3a1dc
 DIST ophcrack-3.6.0.tar.bz2 288830 SHA256 
79219baa03afd7e52bc6d365dd5a445bc73dfac2e88216e7b050ad7749191893 SHA512 
caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
 WHIRLPOOL 
5e492257aa504883892cc5bf19e123330963257874f2b1ad3ed53895161987012c6bd23f449c72de81e68ac0ebcb7adbff77883f1a0d976c0aa99654c87d342e

diff --git a/app-crypt/ophcrack/files/ophcrack-openssl-des.patch 
b/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
new file mode 100644
index 000..2515c17
--- /dev/null
+++ b/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
@@ -0,0 +1,92 @@
+--- a/src/lmtable.c2013-06-04 07:42:47 UTC
 b/src/lmtable.c
+@@ -470,8 +470,8 @@ void lmtable_mkredux(table_t *tbl, uchar
+ /*-*/
+ void lmtable_mkhash(uchar_t *pwd, uchar_t *hash) {
+   uchar_t key[8];
+-  des_key_schedule ks;
+-  des_cblock *magic = (des_cblock*)lmmagic;
++  DES_key_schedule ks;
++  DES_cblock *magic = (DES_cblock*)lmmagic;
+   
+   key[0] = pwd[0];
+   key[1] = (pwd[0] << 7) | (pwd[1] >> 1);
+@@ -482,7 +482,7 @@ void lmtable_mkhash(uchar_t *pwd, uchar_
+   key[6] = (pwd[5] << 2) | (pwd[6] >> 6);
+   key[7] = (pwd[6] << 1) ;
+ 
+-  des_set_odd_parity();
+-  des_set_key(, ks);
+-  des_ecb_encrypt(magic, (des_cblock*)hash, ks, DES_ENCRYPT);
++  DES_set_odd_parity();
++  DES_set_key(, );
++  DES_ecb_encrypt(magic, (DES_cblock*)hash, , DES_ENCRYPT);
+ }
+
+--- a/src/samdump2/samdump2.c  2015-03-30 02:26:33 UTC
 b/src/samdump2/samdump2.c
+@@ -71,7 +71,7 @@ void str_to_key(unsigned char *str,unsig
+   for (i=0;i<8;i++) {
+   key[i] = (key[i]<<1);
+   }
+-  des_set_odd_parity((des_cblock *)key);
++  DES_set_odd_parity((DES_cblock *)key);
+ }
+ 
+ /*
+@@ -209,8 +209,8 @@ unsigned char* utf16_to_utf8 (unsigned c
+   unsigned char hbootkey[0x20];
+   
+   /* Des */
+-  des_key_schedule ks1, ks2;
+-  des_cblock deskey1, deskey2;
++  DES_key_schedule ks1, ks2;
++  DES_cblock deskey1, deskey2;
+   
+   int i, j;
+   
+@@ -418,15 +418,15 @@ unsigned char* utf1

[gentoo-commits] dev/ikelos:master commit in: app-crypt/ophcrack/, app-crypt/ophcrack/files/

2016-07-16 Thread Mike Auty
commit: b4f0ed42dd27cf44135adb22015437f4091eb45f
Author: layman  localhost>
AuthorDate: Sat Jul 16 17:06:23 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Jul 16 17:06:23 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=b4f0ed42

Add in a testing openssl patch for the deprecated des functions that libressl 
dropped before openssl.

 app-crypt/ophcrack/Manifest|  3 -
 .../ophcrack/files/ophcrack-openssl-des.patch  | 92 ++
 app-crypt/ophcrack/ophcrack-3.6.0.ebuild   | 15 ++--
 3 files changed, 101 insertions(+), 9 deletions(-)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index 467d106..bb968e8 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,4 +1 @@
 DIST ophcrack-3.6.0.tar.bz2 288830 SHA256 
79219baa03afd7e52bc6d365dd5a445bc73dfac2e88216e7b050ad7749191893 SHA512 
caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
 WHIRLPOOL 
5e492257aa504883892cc5bf19e123330963257874f2b1ad3ed53895161987012c6bd23f449c72de81e68ac0ebcb7adbff77883f1a0d976c0aa99654c87d342e
-EBUILD ophcrack-3.6.0.ebuild 1004 SHA256 
d92bfb0433a1926caa00e7582367fe2aa4d530a8281e2e5a74958133179de8ff SHA512 
ee10153341acf065b0c8d497c233f6dc5c98ce839998afc577a0588d0eff122f171e6428876a7adcfbcf9bed7fd017416a3008332eb743256fb4ba6225d1cf9d
 WHIRLPOOL 
f5b8ff9b35f5a287a774a43f22cb42bc4e013db11af3d65802eb21a75fd653db1fd0e5bb76e735dcd4cbafc3ae96d0ca031fa884671907c203ba446dad83460a
-MISC ChangeLog 6233 SHA256 
dcb1789f3256c740ad39d52a54d6637411de77496e611604bc62deab14022575 SHA512 
3213a92922eb5bf541c250c5bcb7c095d562b85bac36b35f000f88cc36d87a01acd25df6d25648a0f2328561ab66a87c74e351672244aa72bc2cabd10f0f1289
 WHIRLPOOL 
df7227d1f35c200faa4ca1a036fa5d5d7264de9c4d2c80afc95d76d464b20644f2f5f5e15dfc89e8bbff1fb3a0ea2d2657668738ec1bdabf0296481aa4d3078a
-MISC metadata.xml 366 SHA256 
50219e808dbf9ea6497b19115c7b47ba66aedb2cb4bc6be009a7d4de638d4546 SHA512 
66431a5b1a288d421c7f0901c906dac678442da409e872e8ccf3d5b4089fd0d24fcb0a1ede554d6795a10c1211883e7730d10bb22aeb6a6ce3f214a9990b8937
 WHIRLPOOL 
dad7d855314df4416ee1d931e4a921f34f056876c4162e978f00ce0696d3385a4214935e22f73426fdbc0e681d0fdf43cac50a49eb1c3fd507fd3015daf893ba

diff --git a/app-crypt/ophcrack/files/ophcrack-openssl-des.patch 
b/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
new file mode 100644
index 000..2515c17
--- /dev/null
+++ b/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
@@ -0,0 +1,92 @@
+--- a/src/lmtable.c2013-06-04 07:42:47 UTC
 b/src/lmtable.c
+@@ -470,8 +470,8 @@ void lmtable_mkredux(table_t *tbl, uchar
+ /*-*/
+ void lmtable_mkhash(uchar_t *pwd, uchar_t *hash) {
+   uchar_t key[8];
+-  des_key_schedule ks;
+-  des_cblock *magic = (des_cblock*)lmmagic;
++  DES_key_schedule ks;
++  DES_cblock *magic = (DES_cblock*)lmmagic;
+   
+   key[0] = pwd[0];
+   key[1] = (pwd[0] << 7) | (pwd[1] >> 1);
+@@ -482,7 +482,7 @@ void lmtable_mkhash(uchar_t *pwd, uchar_
+   key[6] = (pwd[5] << 2) | (pwd[6] >> 6);
+   key[7] = (pwd[6] << 1) ;
+ 
+-  des_set_odd_parity();
+-  des_set_key(, ks);
+-  des_ecb_encrypt(magic, (des_cblock*)hash, ks, DES_ENCRYPT);
++  DES_set_odd_parity();
++  DES_set_key(, );
++  DES_ecb_encrypt(magic, (DES_cblock*)hash, , DES_ENCRYPT);
+ }
+
+--- a/src/samdump2/samdump2.c  2015-03-30 02:26:33 UTC
 b/src/samdump2/samdump2.c
+@@ -71,7 +71,7 @@ void str_to_key(unsigned char *str,unsig
+   for (i=0;i<8;i++) {
+   key[i] = (key[i]<<1);
+   }
+-  des_set_odd_parity((des_cblock *)key);
++  DES_set_odd_parity((DES_cblock *)key);
+ }
+ 
+ /*
+@@ -209,8 +209,8 @@ unsigned char* utf16_to_utf8 (unsigned c
+   unsigned char hbootkey[0x20];
+   
+   /* Des */
+-  des_key_schedule ks1, ks2;
+-  des_cblock deskey1, deskey2;
++  DES_key_schedule ks1, ks2;
++  DES_cblock deskey1, deskey2;
+   
+   int i, j;
+   
+@@ -418,15 +418,15 @@ unsigned char* utf16_to_utf8 (unsigned c
+   
+   /* Get the two decrpt keys. */
+   sid_to_key1(rid,(unsigned char *)deskey1);
+-  des_set_key_checked((des_cblock *)deskey1,ks1);
++  DES_set_key_checked((DES_cblock *)deskey1, );
+   sid_to_key2(rid,(unsigned char *)deskey2);
+-  des_set_key_unchecked((des_cblock *)deskey2,ks2);
++  DES_set_key_unchecked((DES_cblock *)deskey2, );
+   
+   /* Decrypt the lanman password hash as two 8 byte blocks. */
+-  des_ecb_encrypt((des_cblock *)obfkey,
+-(des_cblock *)fb, ks1, DES_DECRYPT);
+-  des_ecb_encrypt((des_cblock *)(obfkey + 8),
+-(des_cblock *)[8], ks2, DES_DECRYPT);
++  DES_ecb_encrypt((DES_cblock *)obfkey,
++(DES_cblock *)fb, , DES_DECRYPT);
++  DES_ecb_encrypt((DES_cblock *)(obfkey + 8),
++   

[gentoo-commits] dev/ikelos:master commit in: app-crypt/ophcrack-tables/

2016-07-16 Thread Mike Auty
commit: 038b03749a4b74582deafb33bfc4c33c3b95ab92
Author: layman  localhost>
AuthorDate: Sat Jul 16 17:06:57 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Jul 16 17:06:57 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=038b0374

Update ophcrack-tables based on the current ophcrack-tables ebuild.

 app-crypt/ophcrack-tables/Manifest |  3 --
 .../ophcrack-tables/ophcrack-tables-1.1.ebuild | 33 +++---
 2 files changed, 17 insertions(+), 19 deletions(-)

diff --git a/app-crypt/ophcrack-tables/Manifest 
b/app-crypt/ophcrack-tables/Manifest
index 683518f..b1fa587 100644
--- a/app-crypt/ophcrack-tables/Manifest
+++ b/app-crypt/ophcrack-tables/Manifest
@@ -50,6 +50,3 @@ DIST xpspecial_table2.start 1273719552 SHA256 
cbdd5ba32fe118a8fb2180686fc07e5388
 DIST xpspecial_table3.bin 636844860 SHA256 
43603210e6ad62c9653e3906d2c8dd56feac3dc1d13723707e7659a2325e813a SHA512 
d743c311c58ea8b69670bdb25c664e9ed1e66e9449ebb72bb2b1090a405e50b0beba1ea76d65b0bea9e1b0b572fe5a0a80ad9d046f910d32b62ffe26da42edbd
 WHIRLPOOL 
dc4429b78dc1ed28530c20c27958a57e506ef239eb677d02431509995d600993e52e5a24e5a0589ef50c6dc0ff1a26a2109175c8c719da7a3f113bc3a56a9a49
 DIST xpspecial_table3.index 92001844 SHA256 
f313900a518dea4f391557a1cdadc077b36e8cafcada46c1950a71e17a53a9e2 SHA512 
eb4dc73252eea866b9e0bc75ab19f116c13fdd652377a7d6adf2ebb30cad14a5ce8daae410b4c3638637f3419851a556b0a05feb7b4ce0f643f8281328aacec4
 WHIRLPOOL 
a70fe85116d039aa5bb3688f5625321af77b269c5102fe6fe57796e6850e293488b7679e0c28cbecfaa2c0b00385d3fb8829bfbb2e549043b12ad96eb11e0314
 DIST xpspecial_table3.start 1273689720 SHA256 
17261c4c547a6530fba334c9e3877bb06add7a748091d1aa754e747c04b42fa9 SHA512 
700acbb42dd310e74cee4d57fc2c69ae97b48f1414f9cc2c8dbfbb527d49020189406375d72dc8c2120dd440556013768d70d94a0b7c1f3adedf99306599a751
 WHIRLPOOL 
bd5b555e9cc7b5e28b711add9190e9a5a9d8aabb366880260a562623ff1fa96a2380963b26a70bd7f84fb00395a67f7225250071d5fbf96854d4688fc3ed40a3
-EBUILD ophcrack-tables-1.1.ebuild 7081 SHA256 
cb929c3aa1ff3b9472c90fc9687728415e88390f980c064573b817d7ce59aa24 SHA512 
7a72a0854010a0c63a022ac592787ca47d3775960671cf151946837f38d1a9154f8c3a767f85038214365466d82d4a6d28e86c60ee0f6a2bcd0a4f83089c647d
 WHIRLPOOL 
4e3739b611c426a685cd5a9ccb0ac5f923b3712b7ebaafb501f89808f5f5c2c31e661bd3530a6ac4eec4e4e44ccad3acb5aaef972d30a164bc3b0853a876d077
-MISC ChangeLog 849 SHA256 
1220a5a68b00871edff909b26bf412aad23d6464059947368bb39c0b34676597 SHA512 
3bf4be94ae97e638d91c172710701a343fd46ae2cafda0e7596cbb34728c62b6061d24ea58a2e8952f2d87d7613db7e8cad9bc4cad543e8c93cd6341b2c9
 WHIRLPOOL 
13ea8c170b18cfb64530fb7ad729240d8f8eaa349b9c2cff197845b3052c5c96d99a9ad82fcec76e1008d18eca6fc78f5d6cc4a3e29c324e3c3ff4ea52b845ad
-MISC metadata.xml 449 SHA256 
0829ef645ede1a8c73bb4b1c0420a2b176227b5c729b1553e75f24f112f7debd SHA512 
baafc2aefa99517ac1b667b2e601ca30fc000c3750b246b8a52f661616c4a9bdd164b5a9acfd955ba85cae90d6e24924f3a7edca67ddfb8260224b9a4779e508
 WHIRLPOOL 
7d71e1a9fb4403e99ca643d3ee35fd86f29af24f072d7f67257cbf500b609f3769a79bb24170411f52ed360eeecbb334d15173f53b442af46a3af1425442271f

diff --git a/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild 
b/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild
index e742af1..f0decf7 100644
--- a/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild
+++ b/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r1.ebuild,v
 1.2 2009/10/31 00:38:46 ikelos Exp $
+# $Id$
 
 EAPI="5"
 
@@ -65,11 +65,12 @@ SRC_URI="xpfast? ( 
mirror://sourceforge/project/ophcrack/tables/XP%20free/tables
 
mirror://sourceforge/project/ophcrack/tables/Vista%20special/table3.start -> 
vistaspecial_table3.start
 )"
 
-IUSE="xpsmall +xpfast +vistafree +vistaprobafree xpspecial xpgerman vistanum 
vistaspecial"
-
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE="xpsmall +xpfast +vistafree +vistaprobafree xpspecial xpgerman vistanum 
vistaspecial"
+
+REQUIRED_USE="|| ( xpfast xpsmall vistafree vistaprobafree xpspecial xpgerman 
vistanum vistaspecial )"
 
 DEPEND="app-arch/unzip"
 RDEPEND=""
@@ -113,22 +114,22 @@ src_unpack() {
for i in ${A};
do
if [ "${i:(-4)}" == ".zip" ]; then
-   table=${i#tables_}
-   table=${table%.zip}
-   mkdir "${S}/${table}"
-   cd "${S}/${table}"
-   unpack "${i}"
-   else
-   filename=${i##/}
-   useflag=${filename%%_*}
-   [ -d "

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2016-07-04 Thread Mike Auty
commit: 719df253cb4496c6e9735a85b9375b6b4cbe83bf
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Jul  4 18:13:11 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Jul  4 18:13:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719df253

net-analyzer/scapy: Rename the distfile destination to be more sensible.

Package-Manager: portage-2.3.0

 net-analyzer/scapy/Manifest   | 2 +-
 net-analyzer/scapy/scapy-2.3.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 16754ba..440e7bf 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,4 +1,4 @@
 DIST scapy-2.2.0.tar.gz 972996 SHA256 
c5363b224df0efbd78d7dc4d8a518e5518b2e7affc2e5f1fcecd4efa3ab815af SHA512 
da05deb5dd3bfbd0222659a98e5f01c891e948b9104965e14ca975022b180cd7699ec852357baf229c73321dbe73d9a48c2a14008b7d7a3f0e151914536f7d3a
 WHIRLPOOL 
d1d599e1cb803148e5131b4f9c2b90f80c37abf09678abbbc6a2df8d10fe8a98c8d3628e232217075d23605f8e5caee23916e13c5c80cf9a9323f44d99536fe4
 DIST scapy-2.3.0.zip 1154396 SHA256 
1e63e845ff7a86d4915122945cad2a3b5c60b6914b23713bcbdbab7b24fd47c8 SHA512 
30f8e09411fd23972e68b72ffc168d427018cc9e065534094397d1ced17db3fc66dfa6c50b0b57b1f1309eb411c1c6969b42e0130480922b2cd789c82df311ed
 WHIRLPOOL 
5229c16971fa9add90615955fe5633269d88ff0b6f889d070f9b0e80c036c4010512e071720aced465ca0fb54900f6dd26d663695d55dd4eff0f01e2a6b019d9
 DIST scapy-2.3.1.zip 1134864 SHA256 
8972c02e39a826a10c02c2bdd5025f7251dce9589c57befd9bb55c65f02e4934 SHA512 
f84c9084c56894d15629680c3a3075e1dd5318ad8b3eb2e9d21266f49ee51b7d0748abf9e7a926d7228a87b3ecafa8dc78491dc8f5ac35f8eca1cc7c5581344d
 WHIRLPOOL 
f30a668b0f41f3655c6ee735e40ce36cb7ab3c2deedcc655ff56b5ad66e2d0b78c812f9ca0515870bfedc7f333acc4a9a1354a1c156ac81ce87d7b6b26aa
-DIST v2.3.2.tar.gz 1166056 SHA256 
1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 WHIRLPOOL 
d97f6d91fe87f2e5c1dac8fc5a64d86c2076658e268e999004a95972cb03af38d75fdbe6e72003ba9abd92259e5744bcfe1963b59e6572fa2025396cdfde7a53
+DIST scapy-2.3.2.tar.gz 1166056 SHA256 
1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 WHIRLPOOL 
d97f6d91fe87f2e5c1dac8fc5a64d86c2076658e268e999004a95972cb03af38d75fdbe6e72003ba9abd92259e5744bcfe1963b59e6572fa2025396cdfde7a53

diff --git a/net-analyzer/scapy/scapy-2.3.2.ebuild 
b/net-analyzer/scapy/scapy-2.3.2.ebuild
index d2928ef..9fb01a2 100644
--- a/net-analyzer/scapy/scapy-2.3.2.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.2.ebuild
@@ -10,7 +10,7 @@ inherit eutils distutils-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
 HOMEPAGE="http://www.secdev.org/projects/scapy/;
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2016-07-04 Thread Mike Auty
commit: c943b64e9ae8a42c9d42b6e7f8c9d868e5416cae
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Jul  4 18:06:30 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon Jul  4 18:07:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c943b64e

net-analyzer/scapy: Version bump to v2.3.2.

No changelog on the main site, but it mostly appears to be minor fixes and 
additional contributions.

Package-Manager: portage-2.3.0

 net-analyzer/scapy/Manifest   |  1 +
 net-analyzer/scapy/scapy-2.3.2.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 4a74823..16754ba 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,4 @@
 DIST scapy-2.2.0.tar.gz 972996 SHA256 
c5363b224df0efbd78d7dc4d8a518e5518b2e7affc2e5f1fcecd4efa3ab815af SHA512 
da05deb5dd3bfbd0222659a98e5f01c891e948b9104965e14ca975022b180cd7699ec852357baf229c73321dbe73d9a48c2a14008b7d7a3f0e151914536f7d3a
 WHIRLPOOL 
d1d599e1cb803148e5131b4f9c2b90f80c37abf09678abbbc6a2df8d10fe8a98c8d3628e232217075d23605f8e5caee23916e13c5c80cf9a9323f44d99536fe4
 DIST scapy-2.3.0.zip 1154396 SHA256 
1e63e845ff7a86d4915122945cad2a3b5c60b6914b23713bcbdbab7b24fd47c8 SHA512 
30f8e09411fd23972e68b72ffc168d427018cc9e065534094397d1ced17db3fc66dfa6c50b0b57b1f1309eb411c1c6969b42e0130480922b2cd789c82df311ed
 WHIRLPOOL 
5229c16971fa9add90615955fe5633269d88ff0b6f889d070f9b0e80c036c4010512e071720aced465ca0fb54900f6dd26d663695d55dd4eff0f01e2a6b019d9
 DIST scapy-2.3.1.zip 1134864 SHA256 
8972c02e39a826a10c02c2bdd5025f7251dce9589c57befd9bb55c65f02e4934 SHA512 
f84c9084c56894d15629680c3a3075e1dd5318ad8b3eb2e9d21266f49ee51b7d0748abf9e7a926d7228a87b3ecafa8dc78491dc8f5ac35f8eca1cc7c5581344d
 WHIRLPOOL 
f30a668b0f41f3655c6ee735e40ce36cb7ab3c2deedcc655ff56b5ad66e2d0b78c812f9ca0515870bfedc7f333acc4a9a1354a1c156ac81ce87d7b6b26aa
+DIST v2.3.2.tar.gz 1166056 SHA256 
1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 WHIRLPOOL 
d97f6d91fe87f2e5c1dac8fc5a64d86c2076658e268e999004a95972cb03af38d75fdbe6e72003ba9abd92259e5744bcfe1963b59e6572fa2025396cdfde7a53

diff --git a/net-analyzer/scapy/scapy-2.3.2.ebuild 
b/net-analyzer/scapy/scapy-2.3.2.ebuild
new file mode 100644
index 000..d2928ef
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.3.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
+HOMEPAGE="http://www.secdev.org/projects/scapy/;
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
+
+RDEPEND="
+   net-analyzer/tcpdump
+   gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
+   pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
+   crypt? ( dev-python/pycrypto[${PYTHON_USEDEP}] )
+   graphviz? ( media-gfx/graphviz )
+   imagemagick? (
+   || (
+   media-gfx/imagemagick
+   media-gfx/graphicsmagick[imagemagick]
+   )
+   )
+   visual? ( dev-python/visual )
+   tcpreplay? ( net-analyzer/tcpreplay )
+"



[gentoo-commits] dev/ikelos:master commit in: dev-python/pypy/, dev-python/pypy/files/

2016-07-02 Thread Mike Auty
commit: aba3b64f7db0ad54d2953d4d35c1cdf4c1edaff7
Author: layman  localhost>
AuthorDate: Sat Jul  2 15:44:49 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sat Jul  2 15:44:49 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=aba3b64f

Remove old pypy ebuild.

 dev-python/pypy/ChangeLog  |  83 -
 dev-python/pypy/Manifest   |  11 -
 dev-python/pypy/files/1.7-patches.patch|  40 ---
 dev-python/pypy/files/1.7-scripts-location.patch   |  11 -
 .../pypy/files/1.8-elf-metadata-26a8d3fc57a7.patch |  10 -
 .../files/1.8-sext-instructions-02dc2f6160ee.patch |  22 --
 ...ils-fix_handling_of_executables_and_flags.patch | 391 -
 UnixCCompiler.runtime_library_dir_option.patch |  11 -
 .../pypy/files/pypy-1.8-unknown-opcodes.patch  |  15 -
 dev-python/pypy/metadata.xml   |  16 -
 dev-python/pypy/pypy-1.9.ebuild| 102 --
 11 files changed, 712 deletions(-)

diff --git a/dev-python/pypy/ChangeLog b/dev-python/pypy/ChangeLog
deleted file mode 100644
index 9eedca0..000
--- a/dev-python/pypy/ChangeLog
+++ /dev/null
@@ -1,83 +0,0 @@
-# ChangeLog for dev-python/pypy
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.17 2012/02/28 
19:24:00 floppym Exp $
-
-  28 Feb 2012; Mike Gilbert <flop...@gentoo.org> pypy-1.7-r2.ebuild,
-  pypy-1.8-r1.ebuild:
-  Apply patch from Arfrever for bug 406129. Tested by Ian Delaney.
-
-  16 Feb 2012; Dirkjan Ochtman <d...@gentoo.org> pypy-1.8-r1.ebuild:
-  Add fake xml useflag for dependencies (suggested by Arfrever).
-
-*pypy-1.8-r1 (16 Feb 2012)
-
-  16 Feb 2012; Dirkjan Ochtman <d...@gentoo.org> +pypy-1.8-r1.ebuild,
-  +files/1.8-sext-instructions-02dc2f6160ee.patch,
-  +files/1.8-elf-metadata-26a8d3fc57a7.patch:
-  Made xml mandatory, stackless is built by default, split patches.
-
-  14 Feb 2012; Mike Gilbert <flop...@gentoo.org> pypy-1.7-r2.ebuild,
-  pypy-1.8.ebuild:
-  Adjust memory requirements.
-
-  12 Feb 2012; Mike Gilbert <flop...@gentoo.org> -pypy-1.7.ebuild,
-  pypy-1.7-r2.ebuild, pypy-1.8.ebuild:
-  Rename 1.7 tarball as well. Override src_unpack to avoid having to hardcode 
S.
-  Drop old version.
-
-  12 Feb 2012; Mike Gilbert <flop...@gentoo.org> pypy-1.8.ebuild:
-  Rename source tarball.
-
-*pypy-1.8 (12 Feb 2012)
-
-  12 Feb 2012; Dirkjan Ochtman <d...@gentoo.org> +pypy-1.8.ebuild, 
metadata.xml:
-  Version bump to 1.8. Some test failures, but seems to be okay.
-
-  02 Feb 2012; Mike Gilbert <flop...@gentoo.org> pypy-1.7-r2.ebuild:
-  Add sqlite USE flag, patch by Arfrever. Make several variables local.
-
-*pypy-1.7-r2 (01 Feb 2012)
-
-  01 Feb 2012; Mike Gilbert <flop...@gentoo.org> +pypy-1.7-r2.ebuild,
-  -pypy-1.7-r1.ebuild,
-  files/pypy-1.7-distutils-fix_handling_of_executables_and_flags.patch:
-  Updated patch from Arfrever.
-
-*pypy-1.7-r1 (30 Jan 2012)
-
-  30 Jan 2012; Mike Gilbert <flop...@gentoo.org>
-  +files/pypy-1.7-distutils-fix_handling_of_executables_and_flags.patch, 
+files/
-  
pypy-1.7-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patc
-  h, +pypy-1.7-r1.ebuild:
-  Apply patches from Arfrever to resolve bug 397523.
-
-  15 Jan 2012; Markos Chandras <hwoar...@gentoo.org> pypy-1.7.ebuild:
-  Don't call use() in global scope. Patch by Arfrever.
-
-  13 Dec 2011; Nirbheek Chauhan <nirbh...@gentoo.org> pypy-1.7.ebuild,
-  metadata.xml:
-  Remove USE=stackless, which is not optional any longer. Add the ~x86 keyword.
-  Add myself as co-maintainer.
-
-  30 Nov 2011; Dirkjan Ochtman <d...@gentoo.org> pypy-1.7.ebuild:
-  Fix problems resulting from earlier failing ${S}.
-
-  30 Nov 2011; Dirkjan Ochtman <d...@gentoo.org> -files/1.5-patches.patch,
-  -pypy-1.5.ebuild:
-  Remove old version.
-
-*pypy-1.7 (30 Nov 2011)
-
-  30 Nov 2011; Dirkjan Ochtman <d...@gentoo.org> +files/1.7-patches.patch,
-  +files/1.7-scripts-location.patch, +pypy-1.7.ebuild:
-  Version bump to 1.7 (bugs fixed: 379791, 383063, 373487).
-
-  24 Jun 2011; Dirkjan Ochtman <d...@gentoo.org> pypy-1.5.ebuild:
-  Fix bug 372641, bug 372639, bug 372517.
-
-*pypy-1.5 (06 Jun 2011)
-
-  06 Jun 2011; Dirkjan Ochtman <d...@gentoo.org> +files/1.5-patches.patch,
-  +pypy-1.5.ebuild, +metadata.xml:
-  Initial version of pypy (bug 300301).
-

diff --git a/dev-python/pypy/Manifest b/dev-python/pypy/Manifest
deleted file mode 100644
index 1107b5b..000
--- a/dev-python/pypy/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
-AUX 1.7-patches.patch 1842 RMD160 ee42ff2383477353cf0230a8567b22d87a4b4d56 
SHA1 4fa9f1ac91b3b5466e21d8d58dbc9f09b1fd90dd SHA256 
1417373a73221b65dcccdee1539a7a11018384ea3f7908cacc2e07b525ebe291
-AUX 1.7-scripts-location.patch 412 RMD160 
811c3cc38370f97274f8ec5cc36f34b3e79dae56 SHA1 
c03fa9679443ed9461

[gentoo-commits] dev/ikelos:master commit in: dev-python/pythonnet/

2016-07-02 Thread Mike Auty
commit: e086f559cc44527d662c8e4ace519bdb70933be1
Author: layman  localhost>
AuthorDate: Thu Jun 16 09:11:18 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Jun 16 09:11:18 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=e086f559

Add in initial Python for .NET code.

 dev-python/pythonnet/Manifest   |  1 +
 dev-python/pythonnet/pythonnet-2.1.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/pythonnet/Manifest b/dev-python/pythonnet/Manifest
new file mode 100644
index 000..390cab0
--- /dev/null
+++ b/dev-python/pythonnet/Manifest
@@ -0,0 +1 @@
+DIST pythonnet-2.1.0.tar.gz 738139 SHA256 
6cb02d715b4d7b2696af7c88edad7b01e22080db5bcee00fba8779599696d408 SHA512 
92df62d0389ac5ef933afb573cf08209a7deb42094ffe77e73fe2479887a461ad0e4465ca5bec51333c20322dec612eb211dc941852b64363ab0c2e2be22ecdf
 WHIRLPOOL 
f8919eb297eac2a34e5e92e7a58482e49d16d6adb91339d310647d9deeb915150a4535680b69fce2e13d3f348bbd47eff7e5ecb037ca7c11c34d9b70b2cd7b89

diff --git a/dev-python/pythonnet/pythonnet-2.1.0.ebuild 
b/dev-python/pythonnet/pythonnet-2.1.0.ebuild
new file mode 100644
index 000..8399b2b
--- /dev/null
+++ b/dev-python/pythonnet/pythonnet-2.1.0.ebuild
@@ -0,0 +1,21 @@
+# 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 )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings to use .NET and mono assemblies."
+HOMEPAGE="http://pythonnet.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/mono
+sys-devel/clang[python]"
+RDEPEND="${DEPEND}"



[gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/

2016-05-30 Thread Mike Auty
commit: a18f7db7c725d554b6500c987987208195a5f15a
Author: layman  localhost>
AuthorDate: Mon May 30 14:00:14 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Mon May 30 14:00:14 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=a18f7db7

Bump pycharm-community.

 dev-util/pycharm-community/Manifest | 6 +-
 ...-community-2016.1.3.ebuild => pycharm-community-2016.1.4.ebuild} | 0
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 80dd00c..552b735 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,5 +1 @@
-AUX README.gentoo 169 SHA256 
3bcfb4f4909ec42cbaba2645b5c88d111f47b7d5e800a8aeadf3130091fd8bab SHA512 
a0254552b98b6ec8dadd91ed7df35bf990d08025d8352366f58ecabe94cdde2df64d8665447d0a2ffc1edacdeb05124c2a82722d5ad70b614d90bb0ae38544d2
 WHIRLPOOL 
f0de5cc2a1955e210655ee10d305bcfaf6a4a7b6dba46e17eece981d50bb461e9bd5bde772462a5849ebf59e54357bcfe42a5322c614bc75c1f96202654aa605
-DIST pycharm-community-2016.1.3.tar.gz 207707566 SHA256 
98c406abf20cbe18565dfe17a62ac7dba094ed15100aab566ff343eb726647cf SHA512 
09327867d231b311616d76d860e27ed0c1ac20ca86eda0be9d58666993b860f3c562fa5ce7e533f898eccf7ad2c72954681c83095310bfe01c428a64c59a475e
 WHIRLPOOL 
eb03ad07a14707d0650b9991e0494e299336bb61722b6384fa1a2721cc8b692a031ac84f4cfdbd909a45bbacc6d2e1e3d6eec0e5c202a22133f953a402b38b6d
-EBUILD pycharm-community-2016.1.3.ebuild 856 SHA256 
53dbae8ad6ef492a87df3a4c495c8c48f5af4fc9407e65b4bf2b5fb56e839371 SHA512 
4968c0808012cf109d70b1d39715e0a016fa6f4f3e622c0215b6770157341bce618d09b026914a5544c5f16531d40ae91045d343b3880d8be5ae194c756811fb
 WHIRLPOOL 
b1e847599c57455901172c880e26ed89758b7e562865bdf34af092325b83382a90b3de362dc526642e23ed3d9382c8434662ce1412c86e1a01ad2070183979c5
-MISC ChangeLog 2540 SHA256 
387a9693827fcd4684b64b48bb91b0c1cc5f5ef35f50c04b2ebd594d45774d3c SHA512 
f1222079a5611a1b30c6d779b197df4da6458c8f26d0bad996a3364fdc939c65beb91c6e723ff2b7d374718e3a72841281660e8d3c0a7c8bc1990589452912aa
 WHIRLPOOL 
35616fd61c34151f257229b02af526857132cc0c1116137bd37bdc3b0804803ad890226b119ad93d8b89f65e65ae9c8e16684faf0220d67cd3d2dc9e33174f14
-MISC metadata.xml 223 SHA256 
89097f936927d56068988263e382edb683f359b27293955708e9ade4d256220d SHA512 
c9f6a48b2aa05afdf73b8bd824c65480d76e54b659ca39928398c66f764d34faf186255d8aea034737424a962cf35151b610d078a01f8193b027c63e1e3c51b5
 WHIRLPOOL 
1ce20c98a7e177b8f510ef41f3935b0db5e04b2ecf465a683b2f2515f6a3043c33e6e9efc87f5aaaf59b2ed9be376d9d16bc8beff66b11aaa50ea899bfdc1f62
+DIST pycharm-community-2016.1.4.tar.gz 207346180 SHA256 
bc548a200022111e741604e76b579e71e5a75d23c2bbb9c4cb9ed88b18a3d622 SHA512 
f86726d921baec5a5f2691f7e9ee4f81d4abd3a55edc09f091593434d79a51e0058025eb52f1ca5455844d47d325e209f73d7e701d218db57bcf9502244201d6
 WHIRLPOOL 
9e51cb7f5c2e3530666831803c4bc0dfe8d36b58da0e593763028e9097f95e778098923f837a771c063fa1336cf3a58ba4ebe14cddbbec6f9c74921a1deedb9c

diff --git a/dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.1.4.ebuild
similarity index 100%
rename from dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild
rename to dev-util/pycharm-community/pycharm-community-2016.1.4.ebuild



[gentoo-commits] dev/ikelos:master commit in: metadata/

2016-05-24 Thread Mike Auty
commit: 866fe3c4a203eac5c97018a059fffbf90d410ef2
Author: layman  localhost>
AuthorDate: Tue May 24 19:41:02 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue May 24 19:41:02 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=866fe3c4

Convert to thin manifests (borrowed from vmware's repo).

 metadata/layout.conf | 13 +
 1 file changed, 13 insertions(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index d43e61c..760df68 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1 +1,14 @@
 masters = gentoo
+# Use new hashes
+manifest-hashes = SHA256 SHA512 WHIRLPOOL
+# Do not update changelogs
+update-changelog = false
+# Use thin manifests
+thin-manifests = true
+# Dont sign thin manifests. There is no current policy for git commit signing
+sign-manifests = false
+# sign commits using git mechanisms
+sign-commits = true
+# Make egencache generate newer (more reliable)
+# md5-dict cache format (see bug #409445).
+cache-formats = md5-dict



[gentoo-commits] dev/ikelos:master commit in: dev-python/cherrypy/files/, dev-python/cherrypy/

2016-05-24 Thread Mike Auty
commit: d588b2439526b46d9678e88e4658cec6017c2885
Author: layman  localhost>
AuthorDate: Tue May 24 19:41:49 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Tue May 24 19:41:49 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=d588b243

Bump cherrypy to 5.1.0.

 dev-python/cherrypy/ChangeLog  |  74 +
 dev-python/cherrypy/ChangeLog-2015 | 339 +
 dev-python/cherrypy/Manifest   |   6 +
 dev-python/cherrypy/cherrypy-5.1.0.ebuild  |  52 
 .../files/cherrypy-3.3.0-test_config.patch |  20 ++
 dev-python/cherrypy/metadata.xml   |  11 +
 6 files changed, 502 insertions(+)

diff --git a/dev-python/cherrypy/ChangeLog b/dev-python/cherrypy/ChangeLog
new file mode 100644
index 000..801ecd6
--- /dev/null
+++ b/dev-python/cherrypy/ChangeLog
@@ -0,0 +1,74 @@
+# ChangeLog for dev-python/cherrypy
+# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
+# (auto-generated from git log)
+
+*cherrypy-3.8.0 (09 Aug 2015)
+*cherrypy-3.7.0 (09 Aug 2015)
+*cherrypy-3.3.0 (09 Aug 2015)
+
+  09 Aug 2015; Robin H. Johnson <robb...@gentoo.org> +cherrypy-3.3.0.ebuild,
+  +cherrypy-3.7.0.ebuild, +cherrypy-3.8.0.ebuild,
+  +files/cherrypy-3.3.0-test_config.patch, +metadata.xml:
+  proj/gentoo: Initial commit
+
+  This commit represents a new era for Gentoo:
+  Storing the gentoo-x86 tree in Git, as converted from CVS.
+
+  This commit is the start of the NEW history.
+  Any historical data is intended to be grafted onto this point.
+
+  Creation process:
+  1. Take final CVS checkout snapshot
+  2. Remove ALL ChangeLog* files
+  3. Transform all Manifests to thin
+  4. Remove empty Manifests
+  5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
+  5.1. Do not touch files with -kb/-ko keyword flags.
+
+  Signed-off-by: Robin H. Johnson <robb...@gentoo.org>
+  X-Thanks: Alec Warner <anta...@gentoo.org> - did the GSoC 2006 migration
+  tests
+  X-Thanks: Robin H. Johnson <robb...@gentoo.org> - infra guy, herding this
+  project
+  X-Thanks: Nguyen Thai Ngoc Duy <pclo...@gentoo.org> - Former Gentoo
+  developer, wrote Git features for the migration
+  X-Thanks: Brian Harring <ferri...@gentoo.org> - wrote much python to improve
+  cvs2svn
+  X-Thanks: Rich Freeman <ri...@gentoo.org> - validation scripts
+  X-Thanks: Patrick Lauer <patr...@gentoo.org> - Gentoo dev, running new 2014
+  work in migration
+  X-Thanks: Michał Górny <mgo...@gentoo.org> - scripts, QA, nagging
+  X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
+  the bikeshed
+
+  24 Aug 2015; Justin Lecher <j...@gentoo.org> cherrypy-3.3.0.ebuild,
+  cherrypy-3.7.0.ebuild, cherrypy-3.8.0.ebuild:
+  Use https by default
+
+  Signed-off-by: Justin Lecher <j...@gentoo.org>
+
+  24 Aug 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
+  Use https by default
+
+  Convert all URLs for sites supporting encrypted connections from http to
+  https
+
+  Signed-off-by: Justin Lecher <j...@gentoo.org>
+
+  24 Aug 2015; Mike Gilbert <flop...@gentoo.org> metadata.xml:
+  Revert DOCTYPE SYSTEM https changes in metadata.xml
+
+  repoman does not yet accept the https version.
+  This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
+
+  Bug: https://bugs.gentoo.org/552720
+
+  24 Jan 2016; Michał Górny <mgo...@gentoo.org> metadata.xml:
+  Replace all herds with appropriate projects (GLEP 67)
+
+  Replace all uses of herd with appropriate project maintainers, or no
+  maintainers in case of herds requested to be disbanded.
+
+  24 Jan 2016; Michał Górny <mgo...@gentoo.org> metadata.xml:
+  Set appropriate maintainer types in metadata.xml (GLEP 67)
+

diff --git a/dev-python/cherrypy/ChangeLog-2015 
b/dev-python/cherrypy/ChangeLog-2015
new file mode 100644
index 000..6bcf75d
--- /dev/null
+++ b/dev-python/cherrypy/ChangeLog-2015
@@ -0,0 +1,339 @@
+# ChangeLog for dev-python/cherrypy
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.75 
2015/07/02 04:36:03 patrick Exp $
+
+*cherrypy-3.8.0 (02 Jul 2015)
+
+  02 Jul 2015; Patrick Lauer <patr...@gentoo.org> +cherrypy-3.8.0.ebuild:
+  Bump
+
+*cherrypy-3.7.0 (11 Jun 2015)
+
+  11 Jun 2015; Ian Delaney <idel...@gentoo.org> +cherrypy-3.7.0.ebuild,
+  cherrypy-3.3.0.ebuild:
+  bump
+
+  07 Jun 2015; Markus Meier <mae...@gentoo.org> cherrypy-3.3.0.ebuild:
+  arm stable, bug #540290
+
+  03 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
+  Add pypi to remote-id in metadata.xml
+
+  27 Mar 2015; Manuel Rüger <mr...@gentoo.org> -cherrypy-3.1.2.ebuild:
+  Remove old.
+
+  20 Dec 2014; Ian Delaney <idel...@gentoo.org> -cherrypy-2.3.0.ebuild,
+  -cherrypy-3.2.0.ebuild, -cherrypy-3.2.1.ebui

[gentoo-commits] dev/ikelos:master commit in: app-emulation/vmblock-fuse/files/, app-emulation/vmblock-fuse/

2016-05-22 Thread Mike Auty
commit: 1d58359c07c3389161f30fd2ca69b28dd349d1c6
Author: layman  localhost>
AuthorDate: Sun May 22 13:47:13 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun May 22 13:47:13 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=1d58359c

Remove vmblock-fuse, because it's too much work for no benefit (only seems to 
be used with drag and drop).

 app-emulation/vmblock-fuse/Manifest|  3 --
 .../vmblock-fuse/files/vmware-vmblock-fuse.conf|  1 -
 .../vmblock-fuse/files/vmware-vmblock-fuse.service | 12 --
 .../vmblock-fuse/vmblock-fuse-.ebuild  | 46 --
 4 files changed, 62 deletions(-)

diff --git a/app-emulation/vmblock-fuse/Manifest 
b/app-emulation/vmblock-fuse/Manifest
deleted file mode 100644
index f6c9280..000
--- a/app-emulation/vmblock-fuse/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX vmware-vmblock-fuse.conf 41 SHA256 
de8bed3ac529b77dd115b9b604833cf3e0e46ac2f64d3a94989b3f3294fbad84 SHA512 
89832f6d191bc1761eab2a9827043f10c0ce38137e0f044780d4393d1a17c3c5eb7c774b85fabb415d54e8847c9a379b9ff2fa54d8ef623772f694cfdcbc5dba
 WHIRLPOOL 
0a10030cacc9066bef4664134204067e5060cb7d63215818464bf6e75ab014ad0b746bc407d13739d123307071f17fa44b283a76bde757b7adcc3ff6160c9152
-AUX vmware-vmblock-fuse.service 341 SHA256 
a85871945d80827fa453d1fa5590f0d347d5eb856b9806961541363ebf0c3794 SHA512 
a9e2ee457b378ce16bf6715d6e78f78eb43203dcc1692a43bb5b316a04ed4297138d06913ca9152e05bf31d5d0992e066ea0c3420201044d46a77f9f70e9a79f
 WHIRLPOOL 
eeed1be3c984c6c2a2471c75165c0b5b0e01a3b5908b48c7c23231ea8e1a1d0bb6266025b2f9498eebdd14594184fdeccb6b6fa1fc73d1549871f4494f8c8390
-EBUILD vmblock-fuse-.ebuild 1014 SHA256 
31f3361e1f28c56c8f32939f01afa43e8bacc2ca78e78975d588c78943fa825e SHA512 
abb84f791fccdcef3800e08760ed5f312c0989295f8bc252ef873f43060115007ebf858418ac4f850d8eccd9993254c8cb5efa91d7bcc27da00a578aad3b0f2d
 WHIRLPOOL 
f86fd4c4df0f1cdb8d8f7a3af76ae0b84709fff06f13447ee07fc637e5fbdc559c2add46e701f5df3f637bf33e5d05f09d40e9171fd882dae808f7a1fe34f9d8

diff --git a/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.conf 
b/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.conf
deleted file mode 100644
index 929e75c..000
--- a/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.conf
+++ /dev/null
@@ -1 +0,0 @@
-d /var/run/vmblock-fuse 0755 root root -

diff --git a/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.service 
b/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.service
deleted file mode 100644
index b71a51c..000
--- a/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Open Virtual Machine Tools (vmware-vmblock-fuse)
-ConditionVirtualization=vmware
-
-[Service]
-Type=simple
-RuntimeDirectory=/run/vmblock-fuse
-RuntimeDirectoryMode=755
-ExecStart=/usr/bin/vmware-vmblock-fuse -d -f -o 
subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse
-
-[Install]
-WantedBy=multi-user.target

diff --git a/app-emulation/vmblock-fuse/vmblock-fuse-.ebuild 
b/app-emulation/vmblock-fuse/vmblock-fuse-.ebuild
deleted file mode 100644
index c7fa02c..000
--- a/app-emulation/vmblock-fuse/vmblock-fuse-.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit git-r3 autotools systemd
-
-EGIT_REPO_URI="https://github.com/vmware/open-vm-tools;
-EGIT_BRANCH="stable-10.0.x"
-
-DESCRIPTION="FUSE driver for Vmware's blocking/Gnome drag-and-drop support"
-HOMEPAGE="https://github.com/vmware/open-vm-tools;
-SRC_URI=""
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}/open-vm-tools/"
-
-src_prepare() {
-  eautoreconf
-}
-
-src_configure() {
-  econf --without-dnet --without-ssl --without-kernel-modules 
--disable-grabbitmqproxy --disable-vgauth --disable-deploypkg || die "Failed to 
configure"
-}
-
-src_compile() {
-  
-  cd ${S}/vmblock-fuse
-  make || die "Failed to compile"
-}
-
-src_install() {
-  cd ${S}/vmblock-fuse
-  make install DESTDIR="${ED}"
-
-  systemd_dounit "${FILESDIR}/vmware-vmblock-fuse.service"
-  systemd_newtmpfilesd "${FILESDIR}/vmware-vmblock-fuse.conf" 
vmware-vmblock-fuse.conf
-}



[gentoo-commits] dev/ikelos:master commit in: app-emulation/vmblock-fuse/files/, app-emulation/vmblock-fuse/

2016-05-22 Thread Mike Auty
commit: 4468c0d6eabd2cdccdd92d104a4146373b7beec3
Author: layman  localhost>
AuthorDate: Sun May 22 13:46:38 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun May 22 13:46:38 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=4468c0d6

Add in testing vmblock-fuse driver since the kernel module continually fails to 
build with the latest kernel.

 app-emulation/vmblock-fuse/Manifest|  3 ++
 .../vmblock-fuse/files/vmware-vmblock-fuse.conf|  1 +
 .../vmblock-fuse/files/vmware-vmblock-fuse.service | 12 ++
 .../vmblock-fuse/vmblock-fuse-.ebuild  | 46 ++
 4 files changed, 62 insertions(+)

diff --git a/app-emulation/vmblock-fuse/Manifest 
b/app-emulation/vmblock-fuse/Manifest
new file mode 100644
index 000..f6c9280
--- /dev/null
+++ b/app-emulation/vmblock-fuse/Manifest
@@ -0,0 +1,3 @@
+AUX vmware-vmblock-fuse.conf 41 SHA256 
de8bed3ac529b77dd115b9b604833cf3e0e46ac2f64d3a94989b3f3294fbad84 SHA512 
89832f6d191bc1761eab2a9827043f10c0ce38137e0f044780d4393d1a17c3c5eb7c774b85fabb415d54e8847c9a379b9ff2fa54d8ef623772f694cfdcbc5dba
 WHIRLPOOL 
0a10030cacc9066bef4664134204067e5060cb7d63215818464bf6e75ab014ad0b746bc407d13739d123307071f17fa44b283a76bde757b7adcc3ff6160c9152
+AUX vmware-vmblock-fuse.service 341 SHA256 
a85871945d80827fa453d1fa5590f0d347d5eb856b9806961541363ebf0c3794 SHA512 
a9e2ee457b378ce16bf6715d6e78f78eb43203dcc1692a43bb5b316a04ed4297138d06913ca9152e05bf31d5d0992e066ea0c3420201044d46a77f9f70e9a79f
 WHIRLPOOL 
eeed1be3c984c6c2a2471c75165c0b5b0e01a3b5908b48c7c23231ea8e1a1d0bb6266025b2f9498eebdd14594184fdeccb6b6fa1fc73d1549871f4494f8c8390
+EBUILD vmblock-fuse-.ebuild 1014 SHA256 
31f3361e1f28c56c8f32939f01afa43e8bacc2ca78e78975d588c78943fa825e SHA512 
abb84f791fccdcef3800e08760ed5f312c0989295f8bc252ef873f43060115007ebf858418ac4f850d8eccd9993254c8cb5efa91d7bcc27da00a578aad3b0f2d
 WHIRLPOOL 
f86fd4c4df0f1cdb8d8f7a3af76ae0b84709fff06f13447ee07fc637e5fbdc559c2add46e701f5df3f637bf33e5d05f09d40e9171fd882dae808f7a1fe34f9d8

diff --git a/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.conf 
b/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.conf
new file mode 100644
index 000..929e75c
--- /dev/null
+++ b/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.conf
@@ -0,0 +1 @@
+d /var/run/vmblock-fuse 0755 root root -

diff --git a/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.service 
b/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.service
new file mode 100644
index 000..b71a51c
--- /dev/null
+++ b/app-emulation/vmblock-fuse/files/vmware-vmblock-fuse.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Open Virtual Machine Tools (vmware-vmblock-fuse)
+ConditionVirtualization=vmware
+
+[Service]
+Type=simple
+RuntimeDirectory=/run/vmblock-fuse
+RuntimeDirectoryMode=755
+ExecStart=/usr/bin/vmware-vmblock-fuse -d -f -o 
subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse
+
+[Install]
+WantedBy=multi-user.target

diff --git a/app-emulation/vmblock-fuse/vmblock-fuse-.ebuild 
b/app-emulation/vmblock-fuse/vmblock-fuse-.ebuild
new file mode 100644
index 000..c7fa02c
--- /dev/null
+++ b/app-emulation/vmblock-fuse/vmblock-fuse-.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit git-r3 autotools systemd
+
+EGIT_REPO_URI="https://github.com/vmware/open-vm-tools;
+EGIT_BRANCH="stable-10.0.x"
+
+DESCRIPTION="FUSE driver for Vmware's blocking/Gnome drag-and-drop support"
+HOMEPAGE="https://github.com/vmware/open-vm-tools;
+SRC_URI=""
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}/open-vm-tools/"
+
+src_prepare() {
+  eautoreconf
+}
+
+src_configure() {
+  econf --without-dnet --without-ssl --without-kernel-modules 
--disable-grabbitmqproxy --disable-vgauth --disable-deploypkg || die "Failed to 
configure"
+}
+
+src_compile() {
+  
+  cd ${S}/vmblock-fuse
+  make || die "Failed to compile"
+}
+
+src_install() {
+  cd ${S}/vmblock-fuse
+  make install DESTDIR="${ED}"
+
+  systemd_dounit "${FILESDIR}/vmware-vmblock-fuse.service"
+  systemd_newtmpfilesd "${FILESDIR}/vmware-vmblock-fuse.conf" 
vmware-vmblock-fuse.conf
+}



[gentoo-commits] dev/ikelos:master commit in: /

2016-05-22 Thread Mike Auty
commit: 8e837e9427e699a753598cbf82bf0a2433496f1e
Author: layman  localhost>
AuthorDate: Sun May 22 13:48:24 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun May 22 13:48:24 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=8e837e94

Merge branch 'master' of ssh+git://ikelos.org/usr/local/overlays/ikelos

 dev-util/pycharm-community/Manifest   | 4 ++--
 ...rm-community-2016.1.2.ebuild => pycharm-community-2016.1.3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)



[gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/

2016-05-22 Thread Mike Auty
commit: ab2c82cc877fff0c227f6ba0bc7a61950395705e
Author: layman  localhost>
AuthorDate: Sun May 22 13:48:13 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun May 22 13:48:13 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=ab2c82cc

Bump pycharm.

 dev-util/pycharm-community/Manifest   | 4 ++--
 ...rm-community-2016.1.2.ebuild => pycharm-community-2016.1.3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 52eb8b4..80dd00c 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,5 +1,5 @@
 AUX README.gentoo 169 SHA256 
3bcfb4f4909ec42cbaba2645b5c88d111f47b7d5e800a8aeadf3130091fd8bab SHA512 
a0254552b98b6ec8dadd91ed7df35bf990d08025d8352366f58ecabe94cdde2df64d8665447d0a2ffc1edacdeb05124c2a82722d5ad70b614d90bb0ae38544d2
 WHIRLPOOL 
f0de5cc2a1955e210655ee10d305bcfaf6a4a7b6dba46e17eece981d50bb461e9bd5bde772462a5849ebf59e54357bcfe42a5322c614bc75c1f96202654aa605
-DIST pycharm-community-2016.1.2.tar.gz 207815074 SHA256 
6abc1d3b37289424334fce2901a81480161b7603394690a1b1f73b41cb93bccf SHA512 
48693d55c81f98da053ccba16e22769f03a387765cda880fc83b58606fdcb000650e82446be9e722d2545dfe00a6df51adcef0d53627a5ceccbd234838b66a08
 WHIRLPOOL 
0de9d70853d968c47f8ba4fa523422186de77389f88e52e857ae092d33ec9a7096bb37c350545a801d2a91e7b63989c9d8f77d87302bb36fd14eb9ef58b0472c
-EBUILD pycharm-community-2016.1.2.ebuild 856 SHA256 
53dbae8ad6ef492a87df3a4c495c8c48f5af4fc9407e65b4bf2b5fb56e839371 SHA512 
4968c0808012cf109d70b1d39715e0a016fa6f4f3e622c0215b6770157341bce618d09b026914a5544c5f16531d40ae91045d343b3880d8be5ae194c756811fb
 WHIRLPOOL 
b1e847599c57455901172c880e26ed89758b7e562865bdf34af092325b83382a90b3de362dc526642e23ed3d9382c8434662ce1412c86e1a01ad2070183979c5
+DIST pycharm-community-2016.1.3.tar.gz 207707566 SHA256 
98c406abf20cbe18565dfe17a62ac7dba094ed15100aab566ff343eb726647cf SHA512 
09327867d231b311616d76d860e27ed0c1ac20ca86eda0be9d58666993b860f3c562fa5ce7e533f898eccf7ad2c72954681c83095310bfe01c428a64c59a475e
 WHIRLPOOL 
eb03ad07a14707d0650b9991e0494e299336bb61722b6384fa1a2721cc8b692a031ac84f4cfdbd909a45bbacc6d2e1e3d6eec0e5c202a22133f953a402b38b6d
+EBUILD pycharm-community-2016.1.3.ebuild 856 SHA256 
53dbae8ad6ef492a87df3a4c495c8c48f5af4fc9407e65b4bf2b5fb56e839371 SHA512 
4968c0808012cf109d70b1d39715e0a016fa6f4f3e622c0215b6770157341bce618d09b026914a5544c5f16531d40ae91045d343b3880d8be5ae194c756811fb
 WHIRLPOOL 
b1e847599c57455901172c880e26ed89758b7e562865bdf34af092325b83382a90b3de362dc526642e23ed3d9382c8434662ce1412c86e1a01ad2070183979c5
 MISC ChangeLog 2540 SHA256 
387a9693827fcd4684b64b48bb91b0c1cc5f5ef35f50c04b2ebd594d45774d3c SHA512 
f1222079a5611a1b30c6d779b197df4da6458c8f26d0bad996a3364fdc939c65beb91c6e723ff2b7d374718e3a72841281660e8d3c0a7c8bc1990589452912aa
 WHIRLPOOL 
35616fd61c34151f257229b02af526857132cc0c1116137bd37bdc3b0804803ad890226b119ad93d8b89f65e65ae9c8e16684faf0220d67cd3d2dc9e33174f14
 MISC metadata.xml 223 SHA256 
89097f936927d56068988263e382edb683f359b27293955708e9ade4d256220d SHA512 
c9f6a48b2aa05afdf73b8bd824c65480d76e54b659ca39928398c66f764d34faf186255d8aea034737424a962cf35151b610d078a01f8193b027c63e1e3c51b5
 WHIRLPOOL 
1ce20c98a7e177b8f510ef41f3935b0db5e04b2ecf465a683b2f2515f6a3043c33e6e9efc87f5aaaf59b2ed9be376d9d16bc8beff66b11aaa50ea899bfdc1f62

diff --git a/dev-util/pycharm-community/pycharm-community-2016.1.2.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild
similarity index 100%
rename from dev-util/pycharm-community/pycharm-community-2016.1.2.ebuild
rename to dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild



[gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/

2016-04-10 Thread Mike Auty
commit: b67e46e5a9776b00897efca2c2f55b68cb1c92f2
Author: layman  localhost>
AuthorDate: Sun Apr 10 10:38:11 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Sun Apr 10 10:38:11 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=b67e46e5

Bump pycharm-community.

 dev-util/pycharm-community/Manifest   | 4 ++--
 ...harm-community-2016.1.ebuild => pycharm-community-2016.1.2.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 3311787..52eb8b4 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,5 +1,5 @@
 AUX README.gentoo 169 SHA256 
3bcfb4f4909ec42cbaba2645b5c88d111f47b7d5e800a8aeadf3130091fd8bab SHA512 
a0254552b98b6ec8dadd91ed7df35bf990d08025d8352366f58ecabe94cdde2df64d8665447d0a2ffc1edacdeb05124c2a82722d5ad70b614d90bb0ae38544d2
 WHIRLPOOL 
f0de5cc2a1955e210655ee10d305bcfaf6a4a7b6dba46e17eece981d50bb461e9bd5bde772462a5849ebf59e54357bcfe42a5322c614bc75c1f96202654aa605
-DIST pycharm-community-2016.1.tar.gz 204119869 SHA256 
027fa44150cfda2f417a60afab46002a8fc31c224f0f53f16042fbb75c72c606 SHA512 
07583d7cac6664407e5a381114ed5fd14e11edb8236b47f6e5c1e472732c859956b0c5d1a0cafbf14c89aae05b8887911eb22a855c331c67c2ab7eae1d09cebf
 WHIRLPOOL 
1a47f6b62e25fd936b7b6c1b79a25d9e4e84d27e30f4a905906112f21d7a44ecf4257f8f06a6a18daa109e11b3b8d2b41f8bd4c0613a4e9a0390b3a329e7f5c7
-EBUILD pycharm-community-2016.1.ebuild 856 SHA256 
a7d788d921effc4990c492f93d730272f7171e0c25deb0f3e50d53545963de15 SHA512 
6195289d00bf1c9e8e5158f786b9e96eec4fdd119c87e9499625bb2278f6b4643c2f257ecc0c1c06cd45bbdb97440bac52d67d174ad149f9b6889bbe99af
 WHIRLPOOL 
3714c2958d6ef0fd1a1559e214973e2561bff5289700597c4a7a5dc82d2b8d481c1416570a42da7e069946494c10097484bc6856c941381b4a5d22f55754ee99
+DIST pycharm-community-2016.1.2.tar.gz 207815074 SHA256 
6abc1d3b37289424334fce2901a81480161b7603394690a1b1f73b41cb93bccf SHA512 
48693d55c81f98da053ccba16e22769f03a387765cda880fc83b58606fdcb000650e82446be9e722d2545dfe00a6df51adcef0d53627a5ceccbd234838b66a08
 WHIRLPOOL 
0de9d70853d968c47f8ba4fa523422186de77389f88e52e857ae092d33ec9a7096bb37c350545a801d2a91e7b63989c9d8f77d87302bb36fd14eb9ef58b0472c
+EBUILD pycharm-community-2016.1.2.ebuild 856 SHA256 
53dbae8ad6ef492a87df3a4c495c8c48f5af4fc9407e65b4bf2b5fb56e839371 SHA512 
4968c0808012cf109d70b1d39715e0a016fa6f4f3e622c0215b6770157341bce618d09b026914a5544c5f16531d40ae91045d343b3880d8be5ae194c756811fb
 WHIRLPOOL 
b1e847599c57455901172c880e26ed89758b7e562865bdf34af092325b83382a90b3de362dc526642e23ed3d9382c8434662ce1412c86e1a01ad2070183979c5
 MISC ChangeLog 2540 SHA256 
387a9693827fcd4684b64b48bb91b0c1cc5f5ef35f50c04b2ebd594d45774d3c SHA512 
f1222079a5611a1b30c6d779b197df4da6458c8f26d0bad996a3364fdc939c65beb91c6e723ff2b7d374718e3a72841281660e8d3c0a7c8bc1990589452912aa
 WHIRLPOOL 
35616fd61c34151f257229b02af526857132cc0c1116137bd37bdc3b0804803ad890226b119ad93d8b89f65e65ae9c8e16684faf0220d67cd3d2dc9e33174f14
 MISC metadata.xml 223 SHA256 
89097f936927d56068988263e382edb683f359b27293955708e9ade4d256220d SHA512 
c9f6a48b2aa05afdf73b8bd824c65480d76e54b659ca39928398c66f764d34faf186255d8aea034737424a962cf35151b610d078a01f8193b027c63e1e3c51b5
 WHIRLPOOL 
1ce20c98a7e177b8f510ef41f3935b0db5e04b2ecf465a683b2f2515f6a3043c33e6e9efc87f5aaaf59b2ed9be376d9d16bc8beff66b11aaa50ea899bfdc1f62

diff --git a/dev-util/pycharm-community/pycharm-community-2016.1.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.1.2.ebuild
similarity index 92%
rename from dev-util/pycharm-community/pycharm-community-2016.1.ebuild
rename to dev-util/pycharm-community/pycharm-community-2016.1.2.ebuild
index 2d62315..ebcaeb3 100644
--- a/dev-util/pycharm-community/pycharm-community-2016.1.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-2016.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND=">=virtual/jre-1.6"
+RDEPEND=">=virtual/jre-1.8"
 DEPEND=""
 
 RESTRICT="mirror strip"



[gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/

2016-03-24 Thread Mike Auty
commit: 2256dd1cb29f7ed691be67403e864ae66b4f1e6e
Author: layman  localhost>
AuthorDate: Thu Mar 24 12:00:04 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Mar 24 12:00:04 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=2256dd1c

Bump pycharm-community.

 dev-util/pycharm-community/Manifest   | 4 ++--
 ...pycharm-community-5.0.4.ebuild => pycharm-community-2016.1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 014db7c..3311787 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,5 +1,5 @@
 AUX README.gentoo 169 SHA256 
3bcfb4f4909ec42cbaba2645b5c88d111f47b7d5e800a8aeadf3130091fd8bab SHA512 
a0254552b98b6ec8dadd91ed7df35bf990d08025d8352366f58ecabe94cdde2df64d8665447d0a2ffc1edacdeb05124c2a82722d5ad70b614d90bb0ae38544d2
 WHIRLPOOL 
f0de5cc2a1955e210655ee10d305bcfaf6a4a7b6dba46e17eece981d50bb461e9bd5bde772462a5849ebf59e54357bcfe42a5322c614bc75c1f96202654aa605
-DIST pycharm-community-5.0.4.tar.gz 135699433 SHA256 
edd4bdd74a05fc4bf05c0b9cc3117a320050e1360f5d8adf8de29288d1a19972 SHA512 
628ee0f057cfa06b9234d21ed887b71d41b4059e003b441dcee8662d08e71eae6bb9c6bbc587e4a4bc1eae913404c4102446e42a771e5cd63eef2a5d0110f020
 WHIRLPOOL 
5b9c0a3bbfb8511ddeb637e27da945fa04ba620444287050e3e3fc6606e55ad22201c4f3232b4db086bbbcc085d19ec5a38943db980d50f358a3fec6da77e6d5
-EBUILD pycharm-community-5.0.4.ebuild 856 SHA256 
a7d788d921effc4990c492f93d730272f7171e0c25deb0f3e50d53545963de15 SHA512 
6195289d00bf1c9e8e5158f786b9e96eec4fdd119c87e9499625bb2278f6b4643c2f257ecc0c1c06cd45bbdb97440bac52d67d174ad149f9b6889bbe99af
 WHIRLPOOL 
3714c2958d6ef0fd1a1559e214973e2561bff5289700597c4a7a5dc82d2b8d481c1416570a42da7e069946494c10097484bc6856c941381b4a5d22f55754ee99
+DIST pycharm-community-2016.1.tar.gz 204119869 SHA256 
027fa44150cfda2f417a60afab46002a8fc31c224f0f53f16042fbb75c72c606 SHA512 
07583d7cac6664407e5a381114ed5fd14e11edb8236b47f6e5c1e472732c859956b0c5d1a0cafbf14c89aae05b8887911eb22a855c331c67c2ab7eae1d09cebf
 WHIRLPOOL 
1a47f6b62e25fd936b7b6c1b79a25d9e4e84d27e30f4a905906112f21d7a44ecf4257f8f06a6a18daa109e11b3b8d2b41f8bd4c0613a4e9a0390b3a329e7f5c7
+EBUILD pycharm-community-2016.1.ebuild 856 SHA256 
a7d788d921effc4990c492f93d730272f7171e0c25deb0f3e50d53545963de15 SHA512 
6195289d00bf1c9e8e5158f786b9e96eec4fdd119c87e9499625bb2278f6b4643c2f257ecc0c1c06cd45bbdb97440bac52d67d174ad149f9b6889bbe99af
 WHIRLPOOL 
3714c2958d6ef0fd1a1559e214973e2561bff5289700597c4a7a5dc82d2b8d481c1416570a42da7e069946494c10097484bc6856c941381b4a5d22f55754ee99
 MISC ChangeLog 2540 SHA256 
387a9693827fcd4684b64b48bb91b0c1cc5f5ef35f50c04b2ebd594d45774d3c SHA512 
f1222079a5611a1b30c6d779b197df4da6458c8f26d0bad996a3364fdc939c65beb91c6e723ff2b7d374718e3a72841281660e8d3c0a7c8bc1990589452912aa
 WHIRLPOOL 
35616fd61c34151f257229b02af526857132cc0c1116137bd37bdc3b0804803ad890226b119ad93d8b89f65e65ae9c8e16684faf0220d67cd3d2dc9e33174f14
 MISC metadata.xml 223 SHA256 
89097f936927d56068988263e382edb683f359b27293955708e9ade4d256220d SHA512 
c9f6a48b2aa05afdf73b8bd824c65480d76e54b659ca39928398c66f764d34faf186255d8aea034737424a962cf35151b610d078a01f8193b027c63e1e3c51b5
 WHIRLPOOL 
1ce20c98a7e177b8f510ef41f3935b0db5e04b2ecf465a683b2f2515f6a3043c33e6e9efc87f5aaaf59b2ed9be376d9d16bc8beff66b11aaa50ea899bfdc1f62

diff --git a/dev-util/pycharm-community/pycharm-community-5.0.4.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.1.ebuild
similarity index 100%
rename from dev-util/pycharm-community/pycharm-community-5.0.4.ebuild
rename to dev-util/pycharm-community/pycharm-community-2016.1.ebuild



[gentoo-commits] dev/ikelos:master commit in: dev-python/pynfc/

2016-03-23 Thread Mike Auty
commit: daca3b69ef38ae4dbb3e0ab38b72cb3fc1f5b2e7
Author: layman  localhost>
AuthorDate: Wed Mar 23 23:09:07 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Wed Mar 23 23:09:07 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=daca3b69

Bump for cffi version of pynfc.

 dev-python/pynfc/Manifest |  7 ---
 dev-python/pynfc/pynfc--r1.ebuild | 21 +
 2 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/dev-python/pynfc/Manifest b/dev-python/pynfc/Manifest
index c9d2337..c1c62e6 100644
--- a/dev-python/pynfc/Manifest
+++ b/dev-python/pynfc/Manifest
@@ -1,3 +1,4 @@
-DIST pynfc-0.0.4.tar.bz2 14755 RMD160 4e65a4cf804c1b84cc58ee3a8b38632f8cfb1f55 
SHA1 4987609e9cb288b65d896fa63f7c097f4bb5e097 SHA256 
ca4b68c3b48f579fd3c9a90a82ab872dea8df4795922d9c2e80cd5f11c527650
-EBUILD pynfc-0.0.4.ebuild 574 RMD160 44ee038cf3152d33d06904349a41d5199483d252 
SHA1 42074d3f201696f09436b6dd04415e463511f5a7 SHA256 
f4c423c58f70f11f0807d07ce9332a091164360e256979aaed06c4889cea3bab
-EBUILD pynfc-.ebuild 639 RMD160 202308a2f6a28b20e60974d614aa352024320668 
SHA1 98a47489ce37b61a5d3eac31b5d82f3d145a1fc3 SHA256 
49a18b47cda982838dc48f9e45fd786e923a43819b3eda83824e1f390b9434ba
+DIST pynfc-0.0.4.tar.bz2 14755 SHA256 
ca4b68c3b48f579fd3c9a90a82ab872dea8df4795922d9c2e80cd5f11c527650
+EBUILD pynfc-0.0.4.ebuild 574 SHA256 
f4c423c58f70f11f0807d07ce9332a091164360e256979aaed06c4889cea3bab SHA512 
50249202887fba81505a03c6d231822eb2f4ca983c0a59fcf07e9b79379c931cb7e66c8f9ecf1f1f656b3d5419125c699b6e1e6f132617e5419418ba03a3c268
 WHIRLPOOL 
7105812bcdc428d07d5c79d0fb12f83d27fb5e694e85bd4afa4520ddd462a3e18b63b2ef33cb100a9e87b8a1aa0e89833a75f2950cd9dee5506821c26bfa6ff9
+EBUILD pynfc--r1.ebuild 470 SHA256 
ceab2c3e320fe782e873acc57b9586727f2e4d7f6c8fabf87c4425d94a306c32 SHA512 
e34a459a6ae075dfddc7966d981cb2b9ec564c555cd76ac2aab180eaf4c0efd8c58d5679a80f0829f71ccc5b978403c0e5bae740741e5a271373baef4581e600
 WHIRLPOOL 
308a525347f2ffeaf940ddc93e4ca43598e43e367ebe8c53216cbc35b3f95e28dc1a984d251335cbc2a9f4be69dec7f540b872e453c9bc058d685eba9da15f0a
+EBUILD pynfc-.ebuild 639 SHA256 
49a18b47cda982838dc48f9e45fd786e923a43819b3eda83824e1f390b9434ba SHA512 
685e4e6a3c2a7c84b164b3d14508288ec7a890beb8eddb38981609272294bd3bb258c2b2da6447f68c74f6cdb05b08c17c2e7ae392d02a2012c3cf0eeca245dd
 WHIRLPOOL 
364957ff0db9f4a4e80aab594308dc36e534e456d07d88824636d7433f0a539fece7d2f619aba61496b9d774c767f98cec31c6d04cc4228cb6920541dc587fde

diff --git a/dev-python/pynfc/pynfc--r1.ebuild 
b/dev-python/pynfc/pynfc--r1.ebuild
new file mode 100644
index 000..a1a9354
--- /dev/null
+++ b/dev-python/pynfc/pynfc--r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Python bindings for the libnfc library"
+HOMEPAGE="http://pynfc.googlecode.com/;
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/ikelos/pynfc-cffi.git;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=dev-libs/libnfc-1.7.1"
+RDEPEND="${DEPEND}"



[gentoo-commits] dev/ikelos:master commit in: dev-python/spyne/

2016-02-18 Thread Mike Auty
commit: 41d807f166ab3f17c96694610e8b79b7166933d1
Author: layman  localhost>
AuthorDate: Thu Feb 18 19:25:51 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Thu Feb 18 19:25:51 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=41d807f1

Update spyne and mask off the  ebuild.

 dev-python/spyne/Manifest| 4 +++-
 dev-python/spyne/{spyne-.ebuild => spyne-2.12.11.ebuild} | 5 ++---
 dev-python/spyne/spyne-.ebuild   | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/spyne/Manifest b/dev-python/spyne/Manifest
index b6735c5..264e044 100644
--- a/dev-python/spyne/Manifest
+++ b/dev-python/spyne/Manifest
@@ -1,3 +1,5 @@
 DIST spyne-2.11.0.tar.gz 265456 SHA256 
37b9eb8f600655607d4adf5ad9ab93e6718d1fcefe8917d3d59321188fd2328d SHA512 
fd749b1ba30b92681531d2788935c150a32703db38fe2d62e27fbe58cea3d5acf949d550539a05de44724fef0b95981ab48ef1fd749d83b90e912c9d85cc
 WHIRLPOOL 
505ad36916d1e5d9f9c7ecf39129059fe8909b3647ac632f73a21adc59f6cab9ee5204c83617512f20de0c964f0c5df7f4049ba58910cac8b98c70f16ed340f9
+DIST spyne-2.12.11.tar.gz 299262 SHA256 
1fac2c4ca5414da34d66af4dd199640f661da92833c3979706431035fa3adced SHA512 
e8298ae1100c28646a0d0efa135a46cbcc67388639a85e2a31910051bcb89b53d96776b4a1532c459a2a94a43cb0364e64a3486ace0284288d40113dc54b119e
 WHIRLPOOL 
b37a98a881c9c150a2d9269e36c127e44a5ba561dee96f2832f5308f81022b2b84f05d69ab47041e0e5b17d514703b85094a4b40acff170377ac07d4f3d2083c
 EBUILD spyne-2.11.0.ebuild 441 SHA256 
3720c6cbd2165be0cb73675ed4a8fd4cb368b65e578d973e278e3c2e43e23c86 SHA512 
504315a14254b79802cd816b4d63a81707458d4e46cd7bab9d19c3a36b51783538103dfa91168da5ac3a162bd95a74dd9295d01aeaa8958cfd22f88f2a5e3ac4
 WHIRLPOOL 
2105f1499e400f48e8a74a0c248ede3f0ce630bb9096e971a7e2f3736ddb404020d0ecf8f768fa6d9058666a8d1a231602ddba5d73989cecc4fe199c20e3f8fd
-EBUILD spyne-.ebuild 504 SHA256 
5645946f161058af8b852e786444fdeb1e7707e2a5748e15c8055863b60ee7f8 SHA512 
fd804a0cb1cbf442b44f32b18b3f657e79c02d9f89e691d9c84e85c78f0216ad2353213a4679e7f3d031aa3aff36d31f223777be9bbc9865fd31319e284fcfe7
 WHIRLPOOL 
46344bb2e548adc5a46c8e5bcc843f5e70ffc70d4c8e124c2d1ad52ad6cc40e24513ea32f70087b3223bd296c5e61e3a84abd2a2f3c4f4e487849e59e7eb58b9
+EBUILD spyne-2.12.11.ebuild 441 SHA256 
3720c6cbd2165be0cb73675ed4a8fd4cb368b65e578d973e278e3c2e43e23c86 SHA512 
504315a14254b79802cd816b4d63a81707458d4e46cd7bab9d19c3a36b51783538103dfa91168da5ac3a162bd95a74dd9295d01aeaa8958cfd22f88f2a5e3ac4
 WHIRLPOOL 
2105f1499e400f48e8a74a0c248ede3f0ce630bb9096e971a7e2f3736ddb404020d0ecf8f768fa6d9058666a8d1a231602ddba5d73989cecc4fe199c20e3f8fd
+EBUILD spyne-.ebuild 504 SHA256 
b48ebbdfef5efd3aaddc21f88b39d858093f93ec4fc1c86cd1843d2dcfe5d78f SHA512 
a5973beea94c973b956aa7c9f11909197473d918b95945cc7b93ee6726b8654530a768b7d7993f2f2c7c08e06144faa651088282c8e1ee56d28c609b7e903b3d
 WHIRLPOOL 
e40a31b9afa4c3397fd8a478136eab646a5c642a961db682990705ef28c168dbbb32bcd8b609197f8a7e92c5ba3cbf79433ee40b9678ceb0166139431874336d

diff --git a/dev-python/spyne/spyne-.ebuild 
b/dev-python/spyne/spyne-2.12.11.ebuild
similarity index 69%
copy from dev-python/spyne/spyne-.ebuild
copy to dev-python/spyne/spyne-2.12.11.ebuild
index df66acc..01ecb30 100644
--- a/dev-python/spyne/spyne-.ebuild
+++ b/dev-python/spyne/spyne-2.12.11.ebuild
@@ -6,12 +6,11 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Library for implementing RPC/SOAP in python"
 HOMEPAGE="http://spyne.io/;
-SRC_URI="" # https://pypi.python.org/packages/source/s/${PN}/${P}.tar.gz;
-EGIT_REPO_URI="https://github.com/arskom/spyne.git;
+SRC_URI="https://pypi.python.org/packages/source/s/${PN}/${P}.tar.gz;
 
 LICENSE=""
 SLOT="0"

diff --git a/dev-python/spyne/spyne-.ebuild 
b/dev-python/spyne/spyne-.ebuild
index df66acc..e3e8e1e 100644
--- a/dev-python/spyne/spyne-.ebuild
+++ b/dev-python/spyne/spyne-.ebuild
@@ -15,7 +15,7 @@ EGIT_REPO_URI="https://github.com/arskom/spyne.git;
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="-amd64 -x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] dev/ikelos:master commit in: dev-python/repoze-debug/

2016-01-29 Thread Mike Auty
commit: 465588055721f40e07f5ec68cd5f0dd990ead128
Author: layman  localhost>
AuthorDate: Fri Jan 29 15:54:15 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Fri Jan 29 15:54:15 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=46558805

Default to the non-live ebuild for repoze-debug.

 dev-python/repoze-debug/Manifest | 2 +-
 dev-python/repoze-debug/repoze-debug-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/repoze-debug/Manifest b/dev-python/repoze-debug/Manifest
index 85a4280..9fbf992 100644
--- a/dev-python/repoze-debug/Manifest
+++ b/dev-python/repoze-debug/Manifest
@@ -1,5 +1,5 @@
 DIST repoze.debug-1.0.2.tar.gz 220032 SHA256 
67a211638f7719977fda6d1442ef2f1aa14599e4da098db4fdfe23bdc98dde11 SHA512 
13ca318e941b4bc48c1227ddc86eae0bdedd34af152ed93c71aa505f13866c2efd38b82158b594c7ee00d420a66f302e9dc2297dd2f583193c28a28918b6550d
 WHIRLPOOL 
d67ae7b5da324bda8ca3ef20158d558e306042f573f3935667fa9940ff6d29f41b6362abb85b44489fa6dc0a48dfeddd41d06270b707e2e21aa004271c1229d4
 EBUILD repoze-debug-1.0.2.ebuild 722 SHA256 
6546788a0af4ca01d50b6c84c064a68e1ff8d97bd759f5ad1e065ce322722a9f SHA512 
c13e165378fdaa755d151a4c770d8142ccb09dec0e220aba7be8a2a520dca1920b2f839bfb39f18ea6680321267dc837954e5ea57863a2e4bec7674e6fc14d63
 WHIRLPOOL 
bdf70e600bcfed5ecfa8d92d9387beb188ae4d864dcebeaea7ae7f2fc8740dc1b295326ff28cbe3b5474a04eb20a4817924336c1a22866f8f232405d4036b555
-EBUILD repoze-debug-.ebuild 862 SHA256 
c5d7baa18595af50ff5358789a246a8667c18bab060d565ce04e3c04ef130dff SHA512 
e1c556d5e85e6b744eb18207da0be776a291ec11b8dde3458551c167e8c4c9f3e5fe17edae167111f3feed6da0c7874081381e1f053fb66749cbb0973956b32b
 WHIRLPOOL 
1f94c85f868802f318ebd98e8e8c14204725ec9410edd955e277dee79846bb33ae6d3576849a1d0a6d4cad9d605be5e3b81c5345ba63ea8c53de547684d6ea50
+EBUILD repoze-debug-.ebuild 864 SHA256 
d253b3ea990d402041403e32c39c2f08643c25bab24209244f39f58b3071c762 SHA512 
81deb34fa80c9ba41519847aeec7138f6e7dabfa74ae97d248dae2c089780469dbf3dbb838381b3f469c68609f24bee2bd3df612c183a85db352e0f506a27196
 WHIRLPOOL 
de0e0b9b3ff765570abbd0d6c4a343669ca64a921181d10710d150cd0d9e88b4399dc4f40d965327fe2369aa8f7333426fdb978e6a6f4efbbf3ac28459b042f1
 MISC ChangeLog 832 SHA256 
7a84b13a43ee28ce47e97dd9322619628ff693ad53c562dc01e8dcffa28892b1 SHA512 
8cd128a1d9142a408360752e771d1a867c95393bd2ea84a587cf14083d00f57986378759a335b6fc19f000af871dccf4b8144dfe34a2cd796acb938b8698533d
 WHIRLPOOL 
03668ca714b757c9117e2f084fe2efede5cfc51e54eecf5bf74ab0b14ecdd8d73535dd4e997dfea8c48d8c36e24e94cb3d8085667344e54eae1b524b954d
 MISC metadata.xml 456 SHA256 
62fff4ca239fc82c6c2a315f24176254efd7ca1e932abc79a69f7473501dfc4d SHA512 
943257b6a18e32931d2a832275941838c2a3de0760ad54831180d74117e138cb5e3a916675784670ad455f4d60025c02488c60110db1780238cc17e6aee5a916
 WHIRLPOOL 
1271e9aebc30fb93d0a673c92b17c6975ff13c90d403487f478c365701510b44be18bcfc66f896c35ad328c9f6f7227ccc70b89e850e2142b1866f786631e14b

diff --git a/dev-python/repoze-debug/repoze-debug-.ebuild 
b/dev-python/repoze-debug/repoze-debug-.ebuild
index 3bd1254..aeb3f22 100644
--- a/dev-python/repoze-debug/repoze-debug-.ebuild
+++ b/dev-python/repoze-debug/repoze-debug-.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="repoze"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="-amd64 -x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] dev/ikelos:master commit in: dev-python/repoze-debug/

2016-01-29 Thread Mike Auty
commit: f427e485fdcb98258b469b3cff3b428fd7a60359
Author: layman  localhost>
AuthorDate: Fri Jan 29 16:26:07 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Fri Jan 29 16:26:07 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=f427e485

Re-add keywords for the live ebuild, since it's necessary for python3.

 dev-python/repoze-debug/Manifest  |  2 +-
 dev-python/repoze-debug/repoze-debug-1.0.2.ebuild | 12 +---
 dev-python/repoze-debug/repoze-debug-.ebuild  |  4 ++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-python/repoze-debug/Manifest b/dev-python/repoze-debug/Manifest
index 9fbf992..85a4280 100644
--- a/dev-python/repoze-debug/Manifest
+++ b/dev-python/repoze-debug/Manifest
@@ -1,5 +1,5 @@
 DIST repoze.debug-1.0.2.tar.gz 220032 SHA256 
67a211638f7719977fda6d1442ef2f1aa14599e4da098db4fdfe23bdc98dde11 SHA512 
13ca318e941b4bc48c1227ddc86eae0bdedd34af152ed93c71aa505f13866c2efd38b82158b594c7ee00d420a66f302e9dc2297dd2f583193c28a28918b6550d
 WHIRLPOOL 
d67ae7b5da324bda8ca3ef20158d558e306042f573f3935667fa9940ff6d29f41b6362abb85b44489fa6dc0a48dfeddd41d06270b707e2e21aa004271c1229d4
 EBUILD repoze-debug-1.0.2.ebuild 722 SHA256 
6546788a0af4ca01d50b6c84c064a68e1ff8d97bd759f5ad1e065ce322722a9f SHA512 
c13e165378fdaa755d151a4c770d8142ccb09dec0e220aba7be8a2a520dca1920b2f839bfb39f18ea6680321267dc837954e5ea57863a2e4bec7674e6fc14d63
 WHIRLPOOL 
bdf70e600bcfed5ecfa8d92d9387beb188ae4d864dcebeaea7ae7f2fc8740dc1b295326ff28cbe3b5474a04eb20a4817924336c1a22866f8f232405d4036b555
-EBUILD repoze-debug-.ebuild 864 SHA256 
d253b3ea990d402041403e32c39c2f08643c25bab24209244f39f58b3071c762 SHA512 
81deb34fa80c9ba41519847aeec7138f6e7dabfa74ae97d248dae2c089780469dbf3dbb838381b3f469c68609f24bee2bd3df612c183a85db352e0f506a27196
 WHIRLPOOL 
de0e0b9b3ff765570abbd0d6c4a343669ca64a921181d10710d150cd0d9e88b4399dc4f40d965327fe2369aa8f7333426fdb978e6a6f4efbbf3ac28459b042f1
+EBUILD repoze-debug-.ebuild 862 SHA256 
c5d7baa18595af50ff5358789a246a8667c18bab060d565ce04e3c04ef130dff SHA512 
e1c556d5e85e6b744eb18207da0be776a291ec11b8dde3458551c167e8c4c9f3e5fe17edae167111f3feed6da0c7874081381e1f053fb66749cbb0973956b32b
 WHIRLPOOL 
1f94c85f868802f318ebd98e8e8c14204725ec9410edd955e277dee79846bb33ae6d3576849a1d0a6d4cad9d605be5e3b81c5345ba63ea8c53de547684d6ea50
 MISC ChangeLog 832 SHA256 
7a84b13a43ee28ce47e97dd9322619628ff693ad53c562dc01e8dcffa28892b1 SHA512 
8cd128a1d9142a408360752e771d1a867c95393bd2ea84a587cf14083d00f57986378759a335b6fc19f000af871dccf4b8144dfe34a2cd796acb938b8698533d
 WHIRLPOOL 
03668ca714b757c9117e2f084fe2efede5cfc51e54eecf5bf74ab0b14ecdd8d73535dd4e997dfea8c48d8c36e24e94cb3d8085667344e54eae1b524b954d
 MISC metadata.xml 456 SHA256 
62fff4ca239fc82c6c2a315f24176254efd7ca1e932abc79a69f7473501dfc4d SHA512 
943257b6a18e32931d2a832275941838c2a3de0760ad54831180d74117e138cb5e3a916675784670ad455f4d60025c02488c60110db1780238cc17e6aee5a916
 WHIRLPOOL 
1271e9aebc30fb93d0a673c92b17c6975ff13c90d403487f478c365701510b44be18bcfc66f896c35ad328c9f6f7227ccc70b89e850e2142b1866f786631e14b

diff --git a/dev-python/repoze-debug/repoze-debug-1.0.2.ebuild 
b/dev-python/repoze-debug/repoze-debug-1.0.2.ebuild
index dbd79b3..445b261 100644
--- a/dev-python/repoze-debug/repoze-debug-1.0.2.ebuild
+++ b/dev-python/repoze-debug/repoze-debug-1.0.2.ebuild
@@ -5,12 +5,18 @@
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit distutils-r1
+inherit distutils-r1 git-r3
 
-DESCRIPTION="repoze.who is an identification and authentication framework for 
WSGI."
+DESCRIPTION="repoze.debug is an debugging framework for WSGI."
 HOMEPAGE="http://www.repoze.org;
-SRC_URI="mirror://pypi/${PN:0:1}/repoze.debug/repoze.debug-${PV}.tar.gz"
 S="${WORKDIR}/repoze.debug-${PV}"
+if [ "${PV}" ==  ]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/repoze/repoze.debug/;
+   EGIT_CHECKOUT_DIR="${S}"
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/repoze.debug/repoze.debug-${PV}.tar.gz"
+fi
 
 LICENSE="repoze"
 SLOT="0"

diff --git a/dev-python/repoze-debug/repoze-debug-.ebuild 
b/dev-python/repoze-debug/repoze-debug-.ebuild
index aeb3f22..445b261 100644
--- a/dev-python/repoze-debug/repoze-debug-.ebuild
+++ b/dev-python/repoze-debug/repoze-debug-.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1 git-r3
 
-DESCRIPTION="repoze.who is an identification and authentication framework for 
WSGI."
+DESCRIPTION="repoze.debug is an debugging framework for WSGI."
 HOMEPAGE="http://www.repoze.org;
 S="${WORKDIR}/repoze.debug-${PV}"
 if [ "${PV}" ==  ]; then
@@ -20,7 +20,7 @@ fi
 
 LICENSE="repoze"
 SLOT="0"
-KEYWORDS="-amd64 -x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] dev/ikelos:master commit in: dev-python/repoze-who-plugins-digestauth/files/, ...

2016-01-29 Thread Mike Auty
commit: 9c5f2400ad50ed24ec9407f2f272512089688ddc
Author: layman  localhost>
AuthorDate: Fri Jan 29 15:54:34 2016 +
Commit:     Mike Auty  gentoo  org>
CommitDate: Fri Jan 29 15:54:34 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=9c5f2400

Add in repoze-who-plugins-digestauth.

 dev-python/repoze-who-plugins-digestauth/ChangeLog |  21 
 dev-python/repoze-who-plugins-digestauth/Manifest  |   5 +
 .../repoze-who-plugins-digestauth-python3.patch| 121 +
 .../repoze-who-plugins-digestauth/metadata.xml |  15 +++
 .../repoze-who-plugins-digestauth-0.1.1.ebuild |  32 ++
 5 files changed, 194 insertions(+)

diff --git a/dev-python/repoze-who-plugins-digestauth/ChangeLog 
b/dev-python/repoze-who-plugins-digestauth/ChangeLog
new file mode 100644
index 000..28b6331
--- /dev/null
+++ b/dev-python/repoze-who-plugins-digestauth/ChangeLog
@@ -0,0 +1,21 @@
+# ChangeLog for dev-python/repoze-who
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-who/ChangeLog,v 1.5 
2015/07/08 20:55:35 zlogene Exp $
+
+  08 Jul 2015; Mikle Kolyada <zlog...@gentoo.org> repoze-who-2.2.ebuild:
+  x86 stable wrt bug #554114
+
+  07 Jul 2015; Mikle Kolyada <zlog...@gentoo.org> repoze-who-2.2.ebuild:
+  amd64 stable wrt bug #554114
+
+  03 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
+  Add pypi to remote-id in metadata.xml
+
+  12 Dec 2014; Michał Górny <mgo...@gentoo.org> repoze-who-2.2.ebuild:
+  Rename net-zope/zope-interface to dev-python/zope-interface.
+
+*repoze-who-2.2 (10 Nov 2014)
+
+  10 Nov 2014; Matthew Thode <prometheanf...@gentoo.org> +metadata.xml,
+  +repoze-who-2.2.ebuild:
+  needed as a dep of a dep of openstack

diff --git a/dev-python/repoze-who-plugins-digestauth/Manifest 
b/dev-python/repoze-who-plugins-digestauth/Manifest
new file mode 100644
index 000..f589961
--- /dev/null
+++ b/dev-python/repoze-who-plugins-digestauth/Manifest
@@ -0,0 +1,5 @@
+AUX repoze-who-plugins-digestauth-python3.patch 5488 SHA256 
404489f5941a405f42adeb2a4e0db9620de069b8836545bb6353a8edd88eb728 SHA512 
5b2a736285e00c8a53f83f9771754295b7ff0525284236b600af26bb4fe974c253ffb1d6d456501fc9c7f9594ff4854fe28eeaefad6e646fc853f31eb9b1270e
 WHIRLPOOL 
395097ee6e9da53a72960ef11557fa0c0109d94b60f9d941da76f172e285bba9f4439054c281ece36e1d37126096770e42838c5322871b5356cf924b44f5184b
+DIST repoze.who.plugins.digestauth-0.1.1.tar.gz 16479 SHA256 
4594155a1d4171d3935176c49b8b87048a03199e1cde83c2bff4e72e96b20a81 SHA512 
48da3d18a6415a78c84f715f2fda45627d0b2104e0b52a6849dc1893499501941987f602d6e52bda73985293416d41f19887a0f79d5b1a64673a95dc2ca95813
 WHIRLPOOL 
c0d7fe76830837bcf52d802295c2e0bbcf1aac9a0375d0818516628c860b435fbf676c169a57a16a11d22950711a366ea4124bffa8d775d3d9470d00aa7e71b6
+EBUILD repoze-who-plugins-digestauth-0.1.1.ebuild 791 SHA256 
56eb1b34769158689e81d44fa8f3a1d0de5f10b26fe61f8971ee8fe8c83a SHA512 
245cff489d5f862fb7b70a35d5377446c9efde5d78ad89f0bb0353653e6d88c32cccfa3e2be9585568ea213acc087b53f88c399461439e380294671c99dd8696
 WHIRLPOOL 
195db1dbdcd2e725afe7bad936900043037f95e6ceb7e57fcc3455a3e84878ed343159c941537edb0186e89930cfddc9abd3a017920690f5e6f3bf16162e194d
+MISC ChangeLog 832 SHA256 
7a84b13a43ee28ce47e97dd9322619628ff693ad53c562dc01e8dcffa28892b1 SHA512 
8cd128a1d9142a408360752e771d1a867c95393bd2ea84a587cf14083d00f57986378759a335b6fc19f000af871dccf4b8144dfe34a2cd796acb938b8698533d
 WHIRLPOOL 
03668ca714b757c9117e2f084fe2efede5cfc51e54eecf5bf74ab0b14ecdd8d73535dd4e997dfea8c48d8c36e24e94cb3d8085667344e54eae1b524b954d
+MISC metadata.xml 456 SHA256 
62fff4ca239fc82c6c2a315f24176254efd7ca1e932abc79a69f7473501dfc4d SHA512 
943257b6a18e32931d2a832275941838c2a3de0760ad54831180d74117e138cb5e3a916675784670ad455f4d60025c02488c60110db1780238cc17e6aee5a916
 WHIRLPOOL 
1271e9aebc30fb93d0a673c92b17c6975ff13c90d403487f478c365701510b44be18bcfc66f896c35ad328c9f6f7227ccc70b89e850e2142b1866f786631e14b

diff --git 
a/dev-python/repoze-who-plugins-digestauth/files/repoze-who-plugins-digestauth-python3.patch
 
b/dev-python/repoze-who-plugins-digestauth/files/repoze-who-plugins-digestauth-python3.patch
new file mode 100644
index 000..225bafd
--- /dev/null
+++ 
b/dev-python/repoze-who-plugins-digestauth/files/repoze-who-plugins-digestauth-python3.patch
@@ -0,0 +1,121 @@
+diff --git a/repoze/who/plugins/digestauth/__init__.py 
b/repoze/who/plugins/digestauth/__init__.py
+index 849361c..6e3414e 100644
+--- a/repoze/who/plugins/digestauth/__init__.py
 b/repoze/who/plugins/digestauth/__init__.py
+@@ -18,7 +18,7 @@ __ver_tuple__ = (__ver_major__, __ver_minor__, 
__ver_patch__, __ver_sub__)
+ __version__ = "%d.%d.%d%s" % __ver_tuple__
+ 
+ 
+-from zope.interface import implements
++from zope.interface import implementer
+ 
+ from repoze.who.interfaces import IIdentifier, IChallenger, IAuthenticator
+ from repoze.who.util

  1   2   >