[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2020-11-01 Thread Rafael Martins
commit: 8e8948f78e49a485fa00c5bbbf1f969b78d0683c
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Nov  1 22:04:31 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Nov  1 22:05:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8948f7

app-text/blogc: removed outdated blockers

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/blogc-0.20.0.ebuild | 6 +-
 app-text/blogc/blogc-.ebuild   | 8 ++--
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/app-text/blogc/blogc-0.20.0.ebuild 
b/app-text/blogc/blogc-0.20.0.ebuild
index 8deec5d2e31..19396606704 100644
--- a/app-text/blogc/blogc-0.20.0.ebuild
+++ b/app-text/blogc/blogc-0.20.0.ebuild
@@ -24,11 +24,7 @@ SLOT="0"
 IUSE="git httpd make test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="
-   git? (
-   dev-vcs/git )
-   !dev-vcs/blogc-git-receiver
-   !www-servers/blogc-runserver"
+RDEPEND="git? ( dev-vcs/git )"
 
 DEPEND="${DEPEND}
virtual/pkgconfig

diff --git a/app-text/blogc/blogc-.ebuild b/app-text/blogc/blogc-.ebuild
index e436f3de74d..19396606704 100644
--- a/app-text/blogc/blogc-.ebuild
+++ b/app-text/blogc/blogc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,11 +24,7 @@ SLOT="0"
 IUSE="git httpd make test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="
-   git? (
-   dev-vcs/git )
-   !dev-vcs/blogc-git-receiver
-   !www-servers/blogc-runserver"
+RDEPEND="git? ( dev-vcs/git )"
 
 DEPEND="${DEPEND}
virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: dev-lang/luajit/

2020-10-24 Thread Rafael Martins
commit: acab4934262b53a964307071942098b7caab8528
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Oct 24 11:48:07 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Oct 24 11:48:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acab4934

dev-lang/luajit: add ~arm64 keyword

2.1.0_beta3 is the first version including arm64 support.

Bug: https://bugs.gentoo.org/747904
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rafael Martins  gentoo.org>

 dev-lang/luajit/luajit-2.1.0_beta3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/luajit/luajit-2.1.0_beta3-r1.ebuild 
b/dev-lang/luajit/luajit-2.1.0_beta3-r1.ebuild
index a959393a5d7..104a81af7aa 100644
--- a/dev-lang/luajit/luajit-2.1.0_beta3-r1.ebuild
+++ b/dev-lang/luajit/luajit-2.1.0_beta3-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://luajit.org/download/${MY_P}.tar.gz;
 LICENSE="MIT"
 # this should probably be pkgmoved to 2.0 for sake of consistency.
 SLOT="2"
-KEYWORDS=""
+KEYWORDS="~arm64"
 IUSE="lua52compat static-libs"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/nodemcu-uploader/

2020-10-05 Thread Rafael Martins
commit: a79b68cfa75dd10b367727576cba1c4de5fbee3f
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Oct  5 21:40:31 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Oct  5 21:42:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79b68cf

dev-embedded/nodemcu-uploader: fix setuptools dependency

Closes: https://bugs.gentoo.org/746773
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Rafael Martins  gentoo.org>

 .../{nodemcu-uploader-0.4.3.ebuild => nodemcu-uploader-0.4.3-r1.ebuild}  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild 
b/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3-r1.ebuild
similarity index 95%
rename from dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild
rename to dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3-r1.ebuild
index 56589cef8f5..ff8b9a4f528 100644
--- a/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild
+++ b/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3-r1.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python{3_6,3_7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2020-09-15 Thread Rafael Martins
commit: ee5040894171efb58fc45e2649a94ff92df49dad
Author: Rafael Martins  gentoo  org>
AuthorDate: Tue Sep 15 21:18:00 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Sep 15 21:18:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee504089

app-text/blogc: version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.19.0.ebuild => blogc-0.20.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index f4944304d71..0089acec57c 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.19.0.tar.xz 341284 BLAKE2B 
1ea0e7f7fe0e4243f54faa15276ac00d29b88f03568d31d08b9522a118072a54e3251c0ae84660fc21bac11d650dd23286b15343d1782fd4d56a397dcb5cc7a6
 SHA512 
02e1826642a248aa9c5347481a4d89a0ee2ef08cb0985d58aa712c5a8b998ec6033120092d1cb370d86f425d3986fc993a831c195001c73311460f85ad2d0ef8
+DIST blogc-0.20.0.tar.xz 347924 BLAKE2B 
faabb51237ff4ba3b431b84394cb8ca6f90f9ed8c1ffbcc841773dc707b9a51694d7a5f3dbe5c573bdd7a16971004551b8ae2c0347273d8c246ae329bd82
 SHA512 
3738eb23341deb755dbfb0d2e98a73fe53f0e38b929606ebb0a3210d0564a626375d5c20ebff220e63be1f61299492da9061db5366d9d53a28f7ff18cff678a5

diff --git a/app-text/blogc/blogc-0.19.0.ebuild 
b/app-text/blogc/blogc-0.20.0.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.19.0.ebuild
rename to app-text/blogc/blogc-0.20.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/fossil/

2020-07-26 Thread Rafael Martins
commit: a4b83278335c05731b96be3f374894b0332171cf
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Jul 26 17:44:35 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Jul 26 17:44:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b83278

dev-vcs/fossil: cleanup vulnerable versions

Bug: https://bugs.gentoo.org/727664
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins  gentoo.org>

 dev-vcs/fossil/Manifest  |  4 --
 dev-vcs/fossil/fossil-2.10-r1.ebuild | 72 
 dev-vcs/fossil/fossil-2.10.ebuild| 57 
 dev-vcs/fossil/fossil-2.11.ebuild| 72 
 dev-vcs/fossil/fossil-2.8.ebuild | 57 
 dev-vcs/fossil/fossil-2.9.ebuild | 57 
 6 files changed, 319 deletions(-)

diff --git a/dev-vcs/fossil/Manifest b/dev-vcs/fossil/Manifest
index 4ab40a1963c..47d1d2cb162 100644
--- a/dev-vcs/fossil/Manifest
+++ b/dev-vcs/fossil/Manifest
@@ -1,5 +1 @@
-DIST fossil-src-2.10.tar.gz 5634327 BLAKE2B 
1a02ef0d32b06dd09760d6a62450ad7bc15de97b5263d50ec776dbf0e2fff6b6fba4ec944eecffdaf31737f4a45e30aa898a728590a0c6e2ae171937a349e92b
 SHA512 
aad54e3eaa2d647257c5c723fca4e55981aac0432d3d0b4deaa9651c7db7d27cb9f26f7ff40c31c452cb8dd54b0f0663c632183dc11982bc9cc24adf78b952e5
 DIST fossil-src-2.11.1.tar.gz 5850806 BLAKE2B 
640807055100888d6bfea13539efb02190f07db5edcec58025952e464d50d4bd13992e5e8f5e515b01f52eaa3409d7a536bd4b48aecb5fdcf6214e47dc4963ed
 SHA512 
055306c0d5c2f9b536ace6385ed79b5ced56d77dfc8e08b38f51075e97dfebfffca10aa7e17d2b22b9945c71b12eb131d49f3651e2890820dc9cb04719cd0265
-DIST fossil-src-2.11.tar.gz 5850256 BLAKE2B 
af825ca9b79360149d53001b2952259bbad50fe05e77e84e54d58b11a66e612fd8c5f7bb3a8c36dd6f1b267ede3a1ed4c6b8229d10c6f25ff4de858842e100ce
 SHA512 
0489b5b8595a0c50c8a7d787ff2d4a30980dce83b33052f7bf8f4630320fe8a0276bc73a00f3ced2962a474df1fddb2dd2e0d70f8854e1fc83e3746ea63b6ba1
-DIST fossil-src-2.8.tar.gz 5359975 BLAKE2B 
6b63eadc8cd563d646698edc9972a52ec1feb868cb362449c232c99dcb81fea2fa227d631ebf8b695417c571933784dfffd5ecbec2a5027ac9901578a054c559
 SHA512 
5c6a8dc1545c43b3c95fbbec343db023e27a9db58f282a881bb7e488e3e26a0f7913a41f505dedf618b884507e48956780bd0e12482e184345d68edd1e79ff8e
-DIST fossil-src-2.9.tar.gz 5440118 BLAKE2B 
2817e3c88073a26ef384d45271511eaacf5394a67ba6041ba0b37f321303abcba28655daf7963b8e51a8bc9bfeee681cea1f318f5ba66e93a5317b98771ad059
 SHA512 
c3786d4ae5517c88917819448863e9e1e37704a7073a1c87c042660313b77ce3a63f32e35e6a56af1c681e7b8a5acc652b4447d0387b8a8a5b3b5aa04dd9a9b5

diff --git a/dev-vcs/fossil/fossil-2.10-r1.ebuild 
b/dev-vcs/fossil/fossil-2.10-r1.ebuild
deleted file mode 100644
index ca988001b44..000
--- a/dev-vcs/fossil/fossil-2.10-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Simple, high-reliability, source control management, and more"
-HOMEPAGE="https://www.fossil-scm.org/;
-SRC_URI="https://fossil-scm.org/home/uv/fossil-src-${PV}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="debug fusefs json -legacy-mv-rm -miniz system-sqlite +ssl static
- tcl tcl-stubs tcl-private-stubs th1-docs th1-hooks"
-
-REQUIRED_USE="ssl? ( !miniz )"
-
-RDEPEND="
-   sys-libs/zlib
-   || (
-   sys-libs/readline:0
-   dev-libs/libedit
-   )
-   system-sqlite? ( >=dev-db/sqlite-3.28.0:3 )
-   ssl? ( dev-libs/openssl:0 )
-   tcl? ( dev-lang/tcl:0= )
-"
-
-# Either tcl or jimtcl need to be present to build Fossil (Bug #675778)
-DEPEND="${RDEPEND}
-   !tcl? (
-   || (
-   dev-lang/tcl:*
-   dev-lang/jimtcl:*
-   )
-   )
-"
-
-# Tests can't be run from the build directory
-RESTRICT="test"
-
-# fossil-2.10-check-lib64-for-tcl.patch: Bug 690828
-PATCHES=( "${FILESDIR}"/fossil-2.10-check-lib64-for-tcl.patch )
-
-src_configure() {
-   # this is not an autotools situation so don't make it seem like one
-   # --with-tcl: works
-   # --without-tcl: dies
-   local myconf="--with-openssl=$(usex ssl auto none)"
-   use debug && myconf+=' --fossil-debug'
-   use json  && myconf+=' --json'
-   use system-sqlite && myconf+=' --disable-internal-sqlite'
-   use static&& myconf+=' --static'
-   use tcl   && myconf+=' --with-tcl=1'
-   use fusefs|| myconf+=' --disable-fusefs'
-
-   local u useflags
-   useflags=( legacy-mv-rm miniz tcl-stubs tcl-private-stubs
-  th1-docs th1-hooks )
-  

[gentoo-commits] repo/gentoo:master commit in: dev-lang/luajit/

2020-07-25 Thread Rafael Martins
commit: a1d37420e54b9cbe771e1ad21a11ea1dd06a6be3
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Jul 25 15:14:30 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Jul 25 15:14:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d37420

dev-lang/luajit: remove vulnerable ebuilds

Bug: https://bugs.gentoo.org/733466
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins  gentoo.org>

 dev-lang/luajit/luajit-2.0.5-r1.ebuild| 64 ---
 dev-lang/luajit/luajit-2.1.0_beta3.ebuild | 53 -
 2 files changed, 117 deletions(-)

diff --git a/dev-lang/luajit/luajit-2.0.5-r1.ebuild 
b/dev-lang/luajit/luajit-2.0.5-r1.ebuild
deleted file mode 100644
index 0e4dc83ff92..000
--- a/dev-lang/luajit/luajit-2.0.5-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit pax-utils toolchain-funcs versionator
-
-MY_PV="$(get_version_component_range 1-3)"
-MY_P="LuaJIT-${MY_PV}"
-if [[ -n $(get_version_component_range 4) ]]; then
-   HOTFIX="v${PV}"
-   HOTFIX="${HOTFIX/_p/_hotfix}.patch"
-fi
-
-DESCRIPTION="Just-In-Time Compiler for the Lua programming language"
-HOMEPAGE="http://luajit.org/;
-SRC_URI="http://luajit.org/download/${MY_P}.tar.gz
-   ${HOTFIX:+http://luajit.org/download/${HOTFIX}};
-
-LICENSE="MIT"
-# this should probably be pkgmoved to 2.0 for sake of consistency.
-SLOT="2"
-KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE="lua52compat static-libs"
-
-PATCHES=( "${FILESDIR}/${PN}-2-ldconfig.patch" )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   if [[ -n ${HOTFIX} ]]; then
-   eapply "${DISTDIR}/${HOTFIX}"
-   fi
-   default
-}
-
-_emake() {
-   emake \
-   Q= \
-   PREFIX="${EPREFIX}/usr" \
-   MULTILIB="$(get_libdir)" \
-   DESTDIR="${D}" \
-   HOST_CC="$(tc-getBUILD_CC)" \
-   STATIC_CC="$(tc-getCC)" \
-   DYNAMIC_CC="$(tc-getCC) -fPIC" \
-   TARGET_LD="$(tc-getCC)" \
-   TARGET_AR="$(tc-getAR) rcus" \
-   BUILDMODE="$(usex static-libs mixed dynamic)" \
-   TARGET_STRIP="true" \
-   INSTALL_LIB="${ED%/}/usr/$(get_libdir)" \
-   "$@"
-}
-
-src_compile() {
-   _emake XCFLAGS="$(usex lua52compat "-DLUAJIT_ENABLE_LUA52COMPAT" "")"
-}
-
-src_install() {
-   _emake install
-
-   pax-mark m "${ED}usr/bin/luajit-${MY_PV}"
-
-   HTML_DOCS="doc/." einstalldocs
-}

diff --git a/dev-lang/luajit/luajit-2.1.0_beta3.ebuild 
b/dev-lang/luajit/luajit-2.1.0_beta3.ebuild
deleted file mode 100644
index b38bb2b260d..000
--- a/dev-lang/luajit/luajit-2.1.0_beta3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit pax-utils toolchain-funcs versionator
-
-MY_PV="$(get_version_component_range 1-4)"
-MY_PV="${MY_PV/_beta/-beta}"
-MY_P="LuaJIT-${MY_PV}"
-
-DESCRIPTION="Just-In-Time Compiler for the Lua programming language"
-HOMEPAGE="http://luajit.org/;
-SRC_URI="http://luajit.org/download/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-# this should probably be pkgmoved to 2.0 for sake of consistency.
-SLOT="2"
-KEYWORDS=""
-IUSE="lua52compat static-libs"
-
-PATCHES=( "${FILESDIR}/${PN}-2-ldconfig.patch" )
-
-S="${WORKDIR}/${MY_P}"
-
-_emake() {
-   emake \
-   Q= \
-   PREFIX="${EPREFIX}/usr" \
-   MULTILIB="$(get_libdir)" \
-   DESTDIR="${D}" \
-   HOST_CC="$(tc-getBUILD_CC)" \
-   STATIC_CC="$(tc-getCC)" \
-   DYNAMIC_CC="$(tc-getCC) -fPIC" \
-   TARGET_LD="$(tc-getCC)" \
-   TARGET_AR="$(tc-getAR) rcus" \
-   BUILDMODE="$(usex static-libs mixed dynamic)" \
-   TARGET_STRIP="true" \
-   INSTALL_LIB="${ED%/}/usr/$(get_libdir)" \
-   "$@"
-}
-
-src_compile() {
-   _emake XCFLAGS="$(usex lua52compat "-DLUAJIT_ENABLE_LUA52COMPAT" "")"
-}
-
-src_install() {
-   _emake install
-
-   pax-mark m "${ED}usr/bin/luajit-${MY_PV}"
-
-   HTML_DOCS="doc/." einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/luajit/files/, dev-lang/luajit/

2020-07-22 Thread Rafael Martins
commit: a2a054ce465da2fd25ff354c875024011b9fd2c9
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed Jul 22 19:38:50 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed Jul 22 19:40:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a054ce

dev-lang/luajit: apply fix for CVE-2020-15890

Bug: https://bugs.gentoo.org/733466
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins  gentoo.org>

 dev-lang/luajit/files/CVE-2020-15890.patch   | 22 +
 dev-lang/luajit/luajit-2.0.5-r2.ebuild   | 67 
 dev-lang/luajit/luajit-2.1.0_beta3-r1.ebuild | 56 +++
 3 files changed, 145 insertions(+)

diff --git a/dev-lang/luajit/files/CVE-2020-15890.patch 
b/dev-lang/luajit/files/CVE-2020-15890.patch
new file mode 100644
index 000..751726571a0
--- /dev/null
+++ b/dev-lang/luajit/files/CVE-2020-15890.patch
@@ -0,0 +1,22 @@
+From 53f82e6e2e858a0a62fd1a2ff47e9866693382e6 Mon Sep 17 00:00:00 2001
+From: Mike Pall 
+Date: Sun, 12 Jul 2020 14:30:34 +0200
+Subject: [PATCH] Fix frame traversal for __gc handler frames.
+
+Reported by Changochen.
+---
+ src/lj_err.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/lj_err.c b/src/lj_err.c
+index caa7487f2..e3e0c2eb7 100644
+--- a/src/lj_err.c
 b/src/lj_err.c
+@@ -529,6 +529,7 @@ static ptrdiff_t finderrfunc(lua_State *L)
+   if (cframe_canyield(cf)) return 0;
+   if (cframe_errfunc(cf) >= 0)
+   return cframe_errfunc(cf);
++  cf = cframe_prev(cf);
+   frame = frame_prevd(frame);
+   break;
+ case FRAME_PCALL:

diff --git a/dev-lang/luajit/luajit-2.0.5-r2.ebuild 
b/dev-lang/luajit/luajit-2.0.5-r2.ebuild
new file mode 100644
index 000..b36b964f23c
--- /dev/null
+++ b/dev-lang/luajit/luajit-2.0.5-r2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pax-utils toolchain-funcs versionator
+
+MY_PV="$(get_version_component_range 1-3)"
+MY_P="LuaJIT-${MY_PV}"
+if [[ -n $(get_version_component_range 4) ]]; then
+   HOTFIX="v${PV}"
+   HOTFIX="${HOTFIX/_p/_hotfix}.patch"
+fi
+
+DESCRIPTION="Just-In-Time Compiler for the Lua programming language"
+HOMEPAGE="http://luajit.org/;
+SRC_URI="http://luajit.org/download/${MY_P}.tar.gz
+   ${HOTFIX:+http://luajit.org/download/${HOTFIX}};
+
+LICENSE="MIT"
+# this should probably be pkgmoved to 2.0 for sake of consistency.
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="lua52compat static-libs"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2-ldconfig.patch"
+   "${FILESDIR}/CVE-2020-15890.patch"
+)
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   if [[ -n ${HOTFIX} ]]; then
+   eapply "${DISTDIR}/${HOTFIX}"
+   fi
+   default
+}
+
+_emake() {
+   emake \
+   Q= \
+   PREFIX="${EPREFIX}/usr" \
+   MULTILIB="$(get_libdir)" \
+   DESTDIR="${D}" \
+   HOST_CC="$(tc-getBUILD_CC)" \
+   STATIC_CC="$(tc-getCC)" \
+   DYNAMIC_CC="$(tc-getCC) -fPIC" \
+   TARGET_LD="$(tc-getCC)" \
+   TARGET_AR="$(tc-getAR) rcus" \
+   BUILDMODE="$(usex static-libs mixed dynamic)" \
+   TARGET_STRIP="true" \
+   INSTALL_LIB="${ED%/}/usr/$(get_libdir)" \
+   "$@"
+}
+
+src_compile() {
+   _emake XCFLAGS="$(usex lua52compat "-DLUAJIT_ENABLE_LUA52COMPAT" "")"
+}
+
+src_install() {
+   _emake install
+
+   pax-mark m "${ED}usr/bin/luajit-${MY_PV}"
+
+   HTML_DOCS="doc/." einstalldocs
+}

diff --git a/dev-lang/luajit/luajit-2.1.0_beta3-r1.ebuild 
b/dev-lang/luajit/luajit-2.1.0_beta3-r1.ebuild
new file mode 100644
index 000..a959393a5d7
--- /dev/null
+++ b/dev-lang/luajit/luajit-2.1.0_beta3-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pax-utils toolchain-funcs versionator
+
+MY_PV="$(get_version_component_range 1-4)"
+MY_PV="${MY_PV/_beta/-beta}"
+MY_P="LuaJIT-${MY_PV}"
+
+DESCRIPTION="Just-In-Time Compiler for the Lua programming language"
+HOMEPAGE="http://luajit.org/;
+SRC_URI="http://luajit.org/download/${MY_P}.tar.gz;
+
+LICENSE="MIT"
+# this should probably be pkgmoved to 2.0 for sake of consistency.
+SLOT="2"
+KEYWORDS=""
+IUSE="lua52compat static-libs"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2-ldconfig.patch

[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2020-05-31 Thread Rafael Martins
commit: 6fd41144322350bf4dc56e199f3d0e9311815e66
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun May 31 19:27:59 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun May 31 19:29:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd41144

app-text/blogc: version bump

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

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.18.0.ebuild => blogc-0.19.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index e69649f4911..f4944304d71 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.18.0.tar.xz 339920 BLAKE2B 
03dce446c60c5337e85dedda8516a8417b770f294e019794ba6e3216b93f79896c851d690a37c3e24f218c8f9080f8271256647909b7dfaceaafb8a7d62d52d8
 SHA512 
db015d00b96af19b9f8cdb3023d073bdce45d41f731beafc0eba7219abb6bf31e435a08644145e56e2d783939542245dfcb6c20bbd27f27348de84ba4ca9e41a
+DIST blogc-0.19.0.tar.xz 341284 BLAKE2B 
1ea0e7f7fe0e4243f54faa15276ac00d29b88f03568d31d08b9522a118072a54e3251c0ae84660fc21bac11d650dd23286b15343d1782fd4d56a397dcb5cc7a6
 SHA512 
02e1826642a248aa9c5347481a4d89a0ee2ef08cb0985d58aa712c5a8b998ec6033120092d1cb370d86f425d3986fc993a831c195001c73311460f85ad2d0ef8

diff --git a/app-text/blogc/blogc-0.18.0.ebuild 
b/app-text/blogc/blogc-0.19.0.ebuild
similarity index 96%
rename from app-text/blogc/blogc-0.18.0.ebuild
rename to app-text/blogc/blogc-0.19.0.ebuild
index e436f3de74d..8deec5d2e31 100644
--- a/app-text/blogc/blogc-0.18.0.ebuild
+++ b/app-text/blogc/blogc-0.19.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2020-05-19 Thread Rafael Martins
commit: ebcc14f89601af5a0ebfd534bdc920dcc13bf7e8
Author: Rafael Martins  gentoo  org>
AuthorDate: Tue May 19 17:05:11 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue May 19 17:06:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcc14f8

dev-util/cram: Add Python 3.8 support

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

 dev-util/cram/cram-0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cram/cram-0.7.ebuild b/dev-util/cram/cram-0.7.ebuild
index 870cfc50f50..0221959f3ab 100644
--- a/dev-util/cram/cram-0.7.ebuild
+++ b/dev-util/cram/cram-0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: acct-group/simplevirt/

2020-05-06 Thread Rafael Martins
commit: 9c002c448d4ebb5cea56a2e03f5aae6a27055a73
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed May  6 20:36:40 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed May  6 20:42:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c002c44

acct-group/simplevirt: initial import

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

 acct-group/simplevirt/metadata.xml| 8 
 acct-group/simplevirt/simplevirt-0.ebuild | 8 
 2 files changed, 16 insertions(+)

diff --git a/acct-group/simplevirt/metadata.xml 
b/acct-group/simplevirt/metadata.xml
new file mode 100644
index 000..50a821d8b2d
--- /dev/null
+++ b/acct-group/simplevirt/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   rafaelmart...@gentoo.org
+   Rafael G. Martins
+   
+

diff --git a/acct-group/simplevirt/simplevirt-0.ebuild 
b/acct-group/simplevirt/simplevirt-0.ebuild
new file mode 100644
index 000..6d4d4ffbc13
--- /dev/null
+++ b/acct-group/simplevirt/simplevirt-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=404



[gentoo-commits] repo/gentoo:master commit in: app-emulation/simplevirt/

2020-05-06 Thread Rafael Martins
commit: afc5a8a1615c69a60ede2576eb28c9972bf34e8a
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed May  6 20:41:29 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed May  6 20:42:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc5a8a1

app-emulation/simplevirt: use acct-group, remove longdescription

Closes: https://bugs.gentoo.org/694812
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins  gentoo.org>

 app-emulation/simplevirt/metadata.xml |  3 ---
 0_p20181012.ebuild => simplevirt-0.0_p20181012-r1.ebuild} | 11 +++
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/app-emulation/simplevirt/metadata.xml 
b/app-emulation/simplevirt/metadata.xml
index 25e89f9e595..e45e3daf442 100644
--- a/app-emulation/simplevirt/metadata.xml
+++ b/app-emulation/simplevirt/metadata.xml
@@ -5,9 +5,6 @@
rafaelmart...@gentoo.org
Rafael G. Martins

-   
-   Simple virtual machine manager for Linux (QEMU/KVM)
-   


raf...@rafaelmartins.eng.br

diff --git a/app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild 
b/app-emulation/simplevirt/simplevirt-0.0_p20181012-r1.ebuild
similarity index 93%
rename from app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild
rename to app-emulation/simplevirt/simplevirt-0.0_p20181012-r1.ebuild
index 8f7c69b4bdd..45f5a524d28 100644
--- a/app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild
+++ b/app-emulation/simplevirt/simplevirt-0.0_p20181012-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ EGO_VENDOR=(
"gopkg.in/yaml.v2 v2.2.1 github.com/go-yaml/yaml"
 )
 
-inherit linux-info golang-vcs-snapshot user
+inherit linux-info golang-vcs-snapshot
 
 EGO_PN="github.com/rafaelmartins/simplevirt"
 GIT_COMMIT="78d29d8fa11ce72af5f897430af7bb7d2947a32f"
@@ -30,6 +30,7 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
+   acct-group/simplevirt
virtual/logger
app-emulation/qemu"
 
@@ -37,12 +38,6 @@ CONFIG_CHECK="~TUN ~BRIDGE"
 ERROR_TUN="CONFIG_TUN: Universal TUN/TAP driver required to setup bridge 
networking"
 ERROR_BRIDGE="CONFIG_BRIDGE: 802.1d Ethernet Bridging required to setup bridge 
networking"
 
-pkg_setup() {
-   enewgroup simplevirt
-
-   linux-info_pkg_setup
-}
-
 src_compile() {
pushd src/${EGO_PN} > /dev/null || die
GOPATH="${S}" go install -v -ldflags "-X 
${EGO_PN}.Version=${GIT_VERSION}" ./cmd/... || die



[gentoo-commits] data/api:master commit in: files/

2020-05-06 Thread Rafael Martins
commit: 071ab746adf0b137febf109c92ce052c373b311e
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Wed May  6 20:33:00 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed May  6 20:34:32 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=071ab746

uid-gid.txt: add gid for app-emulation/simplevirt

Signed-off-by: Rafael Martins  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index a3d9b3c..ea082c7 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -240,6 +240,7 @@ octoprint   368 368 acct
 openvpn394 394 acct
 slurm  400 400 acct
 monitorix  401 401 acct
+simplevirt -   404 acct
 guest  405 -   historical  Removed from baselayout 
in 
[r889](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=286=889=2545)
 utmp   -   406 acct
 utmp   -   406 baselayout



[gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/

2020-05-06 Thread Rafael Martins
commit: a33eaca145234c68b9a46ef2887b051aefd6b177
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed May  6 20:15:44 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed May  6 20:16:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33eaca1

www-apps/blohg: Add python3_{7,8}

Closes: https://bugs.gentoo.org/718538
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rafael Martins  gentoo.org>

 www-apps/blohg/blohg-0.13-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/blohg/blohg-0.13-r4.ebuild 
b/www-apps/blohg/blohg-0.13-r4.ebuild
index 6a4abc9a54f..fcd783f4f39 100644
--- a/www-apps/blohg/blohg-0.13-r4.ebuild
+++ b/www-apps/blohg/blohg-0.13-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 GIT_ECLASS=""
 if [[ ${PV} = ** ]]; then



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

2020-03-27 Thread Rafael Martins
commit: 8a63eb3fd2701beeec9ff17c535406f7e9a4ed54
Author: Rafael Martins  gentoo  org>
AuthorDate: Fri Mar 27 23:19:52 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Fri Mar 27 23:19:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a63eb3f

package.mask: Last rite net-dns/dnsimple-dyndns

Bug: https://bugs.gentoo.org/712960
Signed-off-by: Rafael Martins  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 084fa4c6548..a5dbdc38958 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Rafael G. Martins  (2020-03-27)
+# Python 2 only. Uses old version of DNSimple API.
+# Removal in 30 days.  Bug #712960
+net-dns/dnsimple-dyndns
+
 # Michał Górny  (2020-03-27)
 # Unmaintained.  Not tested for py3.7.  Last bumped in 2015.
 # Bad quality ebuild.



[gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/files/, www-apps/blohg/

2020-03-10 Thread Rafael Martins
commit: 995c8c25b4f3d9cd488e744b9b6b99d019facb13
Author: Rafael Martins  gentoo  org>
AuthorDate: Tue Mar 10 22:16:32 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Mar 10 22:16:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995c8c25

www-apps/blohg: port to python 3 (bug #702226)

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 www-apps/blohg/Manifest|  1 +
 .../{blohg-0.13-r3.ebuild => blohg-0.13-r4.ebuild} | 48 ++
 www-apps/blohg/blohg-.ebuild   | 46 ++---
 www-apps/blohg/files/use-recent-libgit2.patch  | 17 
 4 files changed, 43 insertions(+), 69 deletions(-)

diff --git a/www-apps/blohg/Manifest b/www-apps/blohg/Manifest
index fa6fb11b357..8d8bcd4e9d7 100644
--- a/www-apps/blohg/Manifest
+++ b/www-apps/blohg/Manifest
@@ -1 +1,2 @@
 DIST blohg-0.13.tar.gz 75003 BLAKE2B 
6b9760ffa99ca85a40e35c81341e395fdfc00256f5e80091c6883e54f050d4cf3f345c4752b635b1297d15e0055c182e00e74165451d695bb396c869c285646f
 SHA512 
de8643e85e3f72827408d726bbe2f8674dcc6dcf1efdc47d33a934892071f8365cb54e63a6adb803361c7fd04032b2ac4e786c442676e8a8132b6d3221696865
+DIST blohg-patches-0.13-r4.tar.xz 14960 BLAKE2B 
31458f412395000a05b359db25e8af648c54e554a3b3216f6c62355fd7203fc19c4452defe7692d0382653563f7b0565395af4ceb2177cc8e6de1d7e1a3c7b41
 SHA512 
3f709880bdd1826b74982866931f5002fdda451a205b6c278a9869979314413f37c8bf6400e3064a463f2fd34810e22d0d4cd5dfc89786f9e276dd9bd9fe5ec2

diff --git a/www-apps/blohg/blohg-0.13-r3.ebuild 
b/www-apps/blohg/blohg-0.13-r4.ebuild
similarity index 56%
rename from www-apps/blohg/blohg-0.13-r3.ebuild
rename to www-apps/blohg/blohg-0.13-r4.ebuild
index f30c7c0ad0b..6a4abc9a54f 100644
--- a/www-apps/blohg/blohg-0.13-r3.ebuild
+++ b/www-apps/blohg/blohg-0.13-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_6 )
 
 GIT_ECLASS=""
 if [[ ${PV} = ** ]]; then
@@ -16,7 +16,8 @@ inherit distutils-r1 ${GIT_ECLASS}
 DESCRIPTION="A Mercurial (or Git) based blogging engine"
 HOMEPAGE="https://github.com/rafaelmartins/blohg;
 
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   
https://dev.gentoo.org/~rafaelmartins/distfiles/${PN}-patches-${PVR}.tar.xz;
 KEYWORDS="~amd64 ~x86"
 if [[ ${PV} = ** ]]; then
SRC_URI=""
@@ -32,27 +33,28 @@ REQUIRED_USE="|| ( git mercurial )
test? ( git mercurial )"
 
 RDEPEND="
-   >=dev-python/click-2.0
-   >=dev-python/docutils-0.11
-   >=dev-python/flask-0.10.1
-   >=dev-python/flask-babel-0.7
-   >=dev-python/frozen-flask-0.7
-   >=dev-python/jinja-2.5.2
-   dev-python/pyyaml
-   dev-python/setuptools
-   dev-python/pygments
-   git? ( >=dev-python/pygit2-0.21.3 )
-   mercurial? ( >=dev-vcs/mercurial-1.6 )"
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/feedgenerator[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-babel[${PYTHON_USEDEP}]
+   dev-python/frozen-flask[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   git? ( dev-python/pygit2[${PYTHON_USEDEP}] )
+   mercurial? ( >=dev-vcs/mercurial-5.2[${PYTHON_USEDEP}] )"
 
 DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx )
-   test? ( dev-python/mock )"
+   doc? ( dev-python/sphinx )"
 
 python_prepare_all() {
+   if [[ ${PV} != ** ]]; then
+   eapply "${WORKDIR}/${PN}-patches-${PVR}"
+   fi
+
if ! use git; then
rm -rf blohg/vcs_backends/git || die 'rm failed'
-   else
-   local PATCHES=( "${FILESDIR}/use-recent-libgit2.patch" )
fi
 
if ! use mercurial; then
@@ -74,11 +76,3 @@ python_install_all() {
 python_test() {
esetup.py test
 }
-
-pkg_postinst() {
-   local ver="${PV}"
-   [[ ${PV} = ** ]] && ver="latest"
-
-   elog "You may want to check the upgrade notes:"
-   elog "http://docs.blohg.org/en/${ver}/upgrade/;
-}

diff --git a/www-apps/blohg/blohg-.ebuild b/www-apps/blohg/blohg-.ebuild
index 03b42c18276..6a4abc9a54f 100644
--- a/www-apps/blohg/blohg-.ebuild
+++ b/www-apps/blohg/blohg-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHO

[gentoo-commits] repo/gentoo:master commit in: app-portage/g-octave/

2020-02-28 Thread Rafael Martins
commit: 56c8d7965e529ce03f1bc59f2b7e8fde3705e9e0
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Feb 29 00:35:53 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Feb 29 00:36:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c8d796

app-portage/g-octave: fix ObsoleteUri warning from ci/pkgcheck

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 app-portage/g-octave/g-octave-0.4.1-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/g-octave/g-octave-0.4.1-r7.ebuild 
b/app-portage/g-octave/g-octave-0.4.1-r7.ebuild
index 12d1e45780d..6597908c611 100644
--- a/app-portage/g-octave/g-octave-0.4.1-r7.ebuild
+++ b/app-portage/g-octave/g-octave-0.4.1-r7.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="A tool that generates and installs ebuilds for 
Octave-Forge"
 HOMEPAGE="https://github.com/rafaelmartins/g-octave;
 
 SRC_URI="https://github.com/downloads/rafaelmartins/${PN}/${P}.tar.gz
-   https://github.com/rafaelmartins/${PN}-db/tarball/${DB_COMMIT} ->
+   https://github.com/rafaelmartins/${PN}-db/archive/${DB_COMMIT}.tar.gz ->
${PN}-db-${DB_COMMIT:0:7}.tar.gz

https://dev.gentoo.org/~rafaelmartins/distfiles/${PN}-patches-${PVR}.tar.xz;
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/g-octave/, app-portage/g-octave/files/

2020-02-28 Thread Rafael Martins
commit: f670386bd4a330a24ea5da640fbaf52a13389e36
Author: Rafael Martins  gentoo  org>
AuthorDate: Fri Feb 28 23:04:36 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Fri Feb 28 23:36:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f670386b

app-portage/g-octave: python3 support and more from git (bug #706214)

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 app-portage/g-octave/Manifest  |  1 +
 .../files/g-octave-0.4.1-add_cave_support.patch| 88 --
 .../files/g-octave-0.4.1-fix-Makefile.patch| 12 ---
 .../g-octave-0.4.1-fix-sourceforge-svn-root.patch  | 36 -
 ...ve-0.4.1-r6.ebuild => g-octave-0.4.1-r7.ebuild} | 20 ++---
 5 files changed, 11 insertions(+), 146 deletions(-)

diff --git a/app-portage/g-octave/Manifest b/app-portage/g-octave/Manifest
index df89e8b399c..f50b4166cf1 100644
--- a/app-portage/g-octave/Manifest
+++ b/app-portage/g-octave/Manifest
@@ -1,2 +1,3 @@
 DIST g-octave-0.4.1.tar.gz 52285 BLAKE2B 
d1e39931471c527c5542683c976487c56bca2a4666a437e110fa41b504287c0dd87aad94bf98298544c374c6d3faa0722fb3fab43228c56425be19b450ae0dd4
 SHA512 
424b95e626981aa5685795ffb3df1a1d608e5293adba074cc67f7dcf08d4a0c94a0174005f97a8da1ba1ae4233299e6a530af96ba3b9fd0d8b224915e947efb3
 DIST g-octave-db-bdf02cb.tar.gz 39836 BLAKE2B 
fadc374e69bbf785f9e9ecae02eeba6f1c048d11503e5d97db2b4cc65c820ec829615be72ce823ef44ecb0e59e1b68dd40f7310d19d0b7706a2ff47ab95c0851
 SHA512 
5eae00e18b6d4633ed0feda3a2eea6b36da049c133bcd49e54481443ff435bfcab0f303ab9f0e8c3f48fad707625ee13b4564c510d89fa196e737c7599ea5fa6
+DIST g-octave-patches-0.4.1-r7.tar.xz 8800 BLAKE2B 
514b154d7cbb816f15d88a2efe0d0b8503a5a09dedfcc79ab61fdb2fca8be193752ffb477ad7ea7be167e341a91e8d83c5b70fa20ed9d55da6f668acc8743e6c
 SHA512 
cb03afd16bb7f2f0ddf2c4f11bdde2748b8ee0124642cfed4697e19adda30b141b3217afa55e996acf3e295d06af0636ba235a631039e65ca7920eef3243e267

diff --git a/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch 
b/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch
deleted file mode 100644
index 27468c1bba5..000
--- a/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch
+++ /dev/null
@@ -1,88 +0,0 @@
 g-octave-0.4.1/g_octave/package_manager.py 2010-10-23 23:37:26.0 
+0200
-+++ g-octave-0.4.1/g_octave/package_manager.py 2011-05-25 12:52:10.510019006 
+0200
-@@ -15,6 +15,7 @@
- 'Portage',
- 'Pkgcore',
- 'Paludis',
-+'Cave',
- ]
- 
- import grp
-@@ -243,3 +244,56 @@
- packages.append(line.strip())
- return packages
- 
-+class Cave(Base):
-+
-+_client = '/usr/bin/cave'
-+_group = 'paludisbuild'
-+
-+post_uninstall = [
-+'You may want to remove the dependencies too, using:',
-+'# cave purge',
-+]
-+
-+def __init__(self, ask=False, verbose=False, pretend=False, 
oneshot=False, nocolor=False):
-+self._fullcommand = [self._client]
-+self._cmd = ['-z']
-+oneshot and self._cmd.append('-1')
-+not pretend and self._cmd.append('-x')
-+#if verbose:
-+#self._fullcommand += [
-+#'--show-descriptions', 'all',
-+#'--show-option-descriptions', 'all',
-+#]
-+#cave doesn't support '--ask'
-+#cave doesn't support '--no-color'
-+
-+def run_command(self, command):
-+return subprocess.call(self._fullcommand + command + self._cmd)
-+
-+def install_package(self, pkgatom, catpkg):
-+return self.run_command(['resolve'] + [pkgatom])
-+
-+def uninstall_package(self, pkgatom, catpkg):
-+return self.run_command(['uninstall'] + [pkgatom])
-+
-+def update_package(self, pkgatom=None, catpkg=None):
-+cmd = ['-1','-K','s','-k','s']
-+if pkgatom is None:
-+pkgatom = self.installed_packages()
-+else:
-+pkgatom = [pkgatom]
-+self.do_ebuilds(pkgatom)
-+return self.run_command(['resolve'] + cmd + pkgatom)
-+
-+def installed_packages(self):
-+packages = []
-+p = subprocess.Popen([
-+'cave',
-+'print-ids',
-+'--matching', 'g-octave/*::installed',
-+'--format', '%c/%p\n',
-+], stdout=subprocess.PIPE)
-+if p.wait() == os.EX_OK:
-+for line in p.stdout:
-+packages.append(line.strip())
-+return packages
 g-octave-0.4.1/scripts/g-octave2011-05-25 12:00:25.740019020 +0200
-+++ g-octave-0.4.1/scripts/g-octave2011-05-25 12:00:39.434019008 +0200
-@@ -217,7 +217,7 @@
- return os.EX_DATAERR
- return os.EX_OK
- 
--from g_octave.package_manager import Portage, Pkgcore, Paludis
-+from g_octave.package_manager import Portage, Pkgcore, Paludis, Cave
- 
- if conf_prefetch.package_manager == 'portage':
- lo

[gentoo-commits] repo/gentoo:master commit in: app-portage/distpatch/files/, app-portage/distpatch/

2020-02-26 Thread Rafael Martins
commit: 9dca59fef3c9605b7a3a419bdd53d8be11fc947c
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed Feb 26 17:36:22 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed Feb 26 17:37:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dca59fe

app-portage/distpatch: python3 support. drop python2. bug #694576

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 ...h-0.1.2-r1.ebuild => distpatch-0.1.2-r2.ebuild} |  13 +-
 .../files/distpatch-python3-support.patch  | 420 +
 2 files changed, 427 insertions(+), 6 deletions(-)

diff --git a/app-portage/distpatch/distpatch-0.1.2-r1.ebuild 
b/app-portage/distpatch/distpatch-0.1.2-r2.ebuild
similarity index 73%
rename from app-portage/distpatch/distpatch-0.1.2-r1.ebuild
rename to app-portage/distpatch/distpatch-0.1.2-r2.ebuild
index f54a6163105..1a7f003bbd1 100644
--- a/app-portage/distpatch/distpatch-0.1.2-r1.ebuild
+++ b/app-portage/distpatch/distpatch-0.1.2-r2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
 
@@ -16,10 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-CDEPEND="
+PATCHES=( "${FILESDIR}/${PN}-python3-support.patch" )
+
+DEPEND="
>=sys-apps/portage-2.1.8.3[${PYTHON_USEDEP}]
dev-python/snakeoil[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
>=dev-util/diffball-1.0.1"

diff --git a/app-portage/distpatch/files/distpatch-python3-support.patch 
b/app-portage/distpatch/files/distpatch-python3-support.patch
new file mode 100644
index 000..eec335633d7
--- /dev/null
+++ b/app-portage/distpatch/files/distpatch-python3-support.patch
@@ -0,0 +1,420 @@
+From 0274956acf4479b7346ac441fe09f2e56d575c47 Mon Sep 17 00:00:00 2001
+From: "Rafael G. Martins" 
+Date: Wed, 26 Feb 2020 18:22:06 +0100
+Subject: [PATCH] python3 support
+
+---
+ distdiffer   | 46 ++--
+ distpatch/chksums.py | 12 ++--
+ distpatch/deltadb.py |  4 ++--
+ distpatch/diff.py| 12 ++--
+ distpatch/package.py |  6 +++---
+ distpatch/patch.py   |  4 ++--
+ distpatch/stats.py   |  6 +++---
+ distpatcher  | 32 +++---
+ distpatchq   | 28 +--
+ 9 files changed, 75 insertions(+), 75 deletions(-)
+
+diff --git a/distdiffer b/distdiffer
+index a2b933d..6975b5c 100755
+--- a/distdiffer
 b/distdiffer
+@@ -73,39 +73,39 @@ def main():
+ return
+ 
+ if args.verbose:
+-print '>>> Starting distdiffer ...\n'
++print('>>> Starting distdiffer ...\n')
+ 
+ for package in packages:
+ if args.verbose:
+-print '>>> Package: %s' % package
++print('>>> Package: %s' % package)
+ pkg = Package(db)
+ try:
+ pkg.diff(package)
+-except Exception, err:
+-print >> sys.stderr, str(err)
++except Exception as err:
++print(str(err), file=sys.stderr)
+ if args.verbose:
+-print '>>> Versions:'
++print('>>> Versions:')
+ for cpv in pkg.ebuilds:
+-print '%s' % cpv
+-print '>>> Deltas:'
++print('%s' % cpv)
++print('>>> Deltas:')
+ if len(pkg.diffs) == 0:
+-print 'None\n'
++print('None\n')
+ else:
+ for diff in pkg.diffs:
+-print '%s -> %s' % (diff.src.fname,
+-diff.dest.fname)
++print('%s -> %s' % (diff.src.fname,
++diff.dest.fname))
+ if len(pkg.diffs) == 0:
+ continue
+ if args.verbose:
+-print '>>> Fetching distfiles:'
++print('>>> Fetching distfiles:')
+ try:
+ pkg.fetch_distfiles()
+-except Exception, err:
+-print >> sys.stderr, str(err)
+-print
++except Exception as err:
++print(str(err), file=sys.stderr)
++print()
+ continue
+ if args.verbose:
+-print '>>> Generating deltas:'
++print('>>> Generating deltas:')
+ for diff in pkg.diffs:
+ if args.verbose:
+   

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/fossil/

2020-02-02 Thread Rafael Martins
commit: cf6bf2055bab2bb8d3299c39a4fd4a13cb032520
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Feb  2 14:18:35 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Feb  2 14:19:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6bf205

dev-vcs/fossil: version bump (bug #707902)

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 dev-vcs/fossil/Manifest   |  1 +
 dev-vcs/fossil/fossil-2.10.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-vcs/fossil/Manifest b/dev-vcs/fossil/Manifest
index 586ebda95e0..824827d52c1 100644
--- a/dev-vcs/fossil/Manifest
+++ b/dev-vcs/fossil/Manifest
@@ -1,2 +1,3 @@
+DIST fossil-src-2.10.tar.gz 5634327 BLAKE2B 
1a02ef0d32b06dd09760d6a62450ad7bc15de97b5263d50ec776dbf0e2fff6b6fba4ec944eecffdaf31737f4a45e30aa898a728590a0c6e2ae171937a349e92b
 SHA512 
aad54e3eaa2d647257c5c723fca4e55981aac0432d3d0b4deaa9651c7db7d27cb9f26f7ff40c31c452cb8dd54b0f0663c632183dc11982bc9cc24adf78b952e5
 DIST fossil-src-2.8.tar.gz 5359975 BLAKE2B 
6b63eadc8cd563d646698edc9972a52ec1feb868cb362449c232c99dcb81fea2fa227d631ebf8b695417c571933784dfffd5ecbec2a5027ac9901578a054c559
 SHA512 
5c6a8dc1545c43b3c95fbbec343db023e27a9db58f282a881bb7e488e3e26a0f7913a41f505dedf618b884507e48956780bd0e12482e184345d68edd1e79ff8e
 DIST fossil-src-2.9.tar.gz 5440118 BLAKE2B 
2817e3c88073a26ef384d45271511eaacf5394a67ba6041ba0b37f321303abcba28655daf7963b8e51a8bc9bfeee681cea1f318f5ba66e93a5317b98771ad059
 SHA512 
c3786d4ae5517c88917819448863e9e1e37704a7073a1c87c042660313b77ce3a63f32e35e6a56af1c681e7b8a5acc652b4447d0387b8a8a5b3b5aa04dd9a9b5

diff --git a/dev-vcs/fossil/fossil-2.10.ebuild 
b/dev-vcs/fossil/fossil-2.10.ebuild
new file mode 100644
index 000..af7391ebfac
--- /dev/null
+++ b/dev-vcs/fossil/fossil-2.10.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Simple, high-reliability, source control management, and more"
+HOMEPAGE="http://www.fossil-scm.org/;
+SRC_URI="http://www.fossil-scm.org/index.html/uv/fossil-src-${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="debug fusefs json -legacy-mv-rm -miniz system-sqlite +ssl static
+   tcl tcl-stubs tcl-private-stubs th1-docs th1-hooks"
+
+REQUIRED_USE="ssl? ( !miniz )"
+
+DEPEND="
+   sys-libs/zlib
+   || ( sys-libs/readline:0 dev-libs/libedit )
+   system-sqlite? ( >=dev-db/sqlite-3.28.0:3 )
+   ssl? ( dev-libs/openssl:0 )
+   tcl? ( dev-lang/tcl:0= )
+"
+RDEPEND="${DEPEND}"
+
+# Tests can't be run from the build directory
+RESTRICT="test"
+
+src_configure() {
+   # this is not an autotools situation so don't make it seem like one
+   # --with-tcl: works
+   # --without-tcl: dies
+   local myconf="--with-openssl=$(usex ssl auto none)"
+   use debug && myconf+=' --fossil-debug'
+   use json  && myconf+=' --json'
+   use system-sqlite && myconf+=' --disable-internal-sqlite'
+   use static&& myconf+=' --static'
+   use tcl   && myconf+=' --with-tcl=1'
+   use fusefs|| myconf+=' --disable-fusefs'
+
+   local u useflags
+   useflags=( legacy-mv-rm miniz tcl-stubs tcl-private-stubs
+  th1-docs th1-hooks )
+   for u in ${useflags[@]} ; do
+   use ${u} &&  myconf+=" --with-${u}"
+   done
+
+   tc-export CC
+   ./configure ${myconf} || die
+}
+
+src_install() {
+   dobin fossil
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/luajit/files/, dev-lang/luajit/

2020-02-01 Thread Rafael Martins
commit: 5f5a0bb3c9c316e21701d998d39eeec2fe3ac683
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Feb  1 21:52:07 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Feb  1 21:55:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5a0bb3

dev-lang/luajit: fix build for musl systems. bug #707588

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 dev-lang/luajit/files/luajit-2-ldconfig.patch | 31 +++
 dev-lang/luajit/luajit-2.0.5-r1.ebuild|  4 +++-
 dev-lang/luajit/luajit-2.1.0_beta3.ebuild |  4 +++-
 3 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/dev-lang/luajit/files/luajit-2-ldconfig.patch 
b/dev-lang/luajit/files/luajit-2-ldconfig.patch
new file mode 100644
index 000..add449a6038
--- /dev/null
+++ b/dev-lang/luajit/files/luajit-2-ldconfig.patch
@@ -0,0 +1,31 @@
+From 18c9cf7d3788a8f7408df45df92fc4ae3bcc0d80 Mon Sep 17 00:00:00 2001
+From: Mike Pall 
+Date: Sat, 25 Jan 2020 17:37:12 +0100
+Subject: [PATCH] Fix POSIX install with missing or incompatible ldconfig.
+
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 07bc70faf..bff53f286 100644
+--- a/Makefile
 b/Makefile
+@@ -74,7 +74,7 @@ SYMLINK= ln -sf
+ INSTALL_X= install -m 0755
+ INSTALL_F= install -m 0644
+ UNINSTALL= $(RM)
+-LDCONFIG= ldconfig -n
++LDCONFIG= ldconfig -n 2>/dev/null
+ SED_PC= sed -e "s|^prefix=.*|prefix=$(PREFIX)|" \
+ -e "s|^multilib=.*|multilib=$(MULTILIB)|"
+ 
+@@ -118,7 +118,7 @@ install: $(INSTALL_DEP)
+   $(RM) $(INSTALL_TSYM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2)
+   cd src && test -f $(FILE_SO) && \
+ $(INSTALL_X) $(FILE_SO) $(INSTALL_DYN) && \
+-$(LDCONFIG) $(INSTALL_LIB) && \
++( $(LDCONFIG) $(INSTALL_LIB) || : ) && \
+ $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \
+ $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || :
+   cd etc && $(INSTALL_F) $(FILE_MAN) $(INSTALL_MAN)

diff --git a/dev-lang/luajit/luajit-2.0.5-r1.ebuild 
b/dev-lang/luajit/luajit-2.0.5-r1.ebuild
index a90f9c43d19..6b07deee37a 100644
--- a/dev-lang/luajit/luajit-2.0.5-r1.ebuild
+++ b/dev-lang/luajit/luajit-2.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,6 +23,8 @@ SLOT="2"
 KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
 IUSE="lua52compat static-libs"
 
+PATCHES=( "${FILESDIR}/${PN}-2-ldconfig.patch" )
+
 S="${WORKDIR}/${MY_P}"
 
 src_prepare(){

diff --git a/dev-lang/luajit/luajit-2.1.0_beta3.ebuild 
b/dev-lang/luajit/luajit-2.1.0_beta3.ebuild
index 6497ae142c3..9406beb98c8 100644
--- a/dev-lang/luajit/luajit-2.1.0_beta3.ebuild
+++ b/dev-lang/luajit/luajit-2.1.0_beta3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,8 @@ SLOT="2"
 KEYWORDS=""
 IUSE="lua52compat static-libs"
 
+PATCHES=( "${FILESDIR}/${PN}-2-ldconfig.patch" )
+
 S="${WORKDIR}/${MY_P}"
 
 _emake() {



[gentoo-commits] repo/gentoo:master commit in: dev-lang/luajit/

2020-02-01 Thread Rafael Martins
commit: 8acf06d12419528eef541ff388eb501d998d0493
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Feb  1 21:45:23 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Feb  1 21:46:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acf06d1

dev-lang/luajit: drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 dev-lang/luajit/Manifest   |  3 --
 dev-lang/luajit/luajit-2.0.2.ebuild| 66 --
 dev-lang/luajit/luajit-2.0.3-r1.ebuild | 61 ---
 dev-lang/luajit/luajit-2.0.3.ebuild| 66 --
 dev-lang/luajit/luajit-2.0.4.ebuild| 61 ---
 dev-lang/luajit/luajit-2.0.5.ebuild| 61 ---
 6 files changed, 318 deletions(-)

diff --git a/dev-lang/luajit/Manifest b/dev-lang/luajit/Manifest
index 064a580503e..4941ba698e3 100644
--- a/dev-lang/luajit/Manifest
+++ b/dev-lang/luajit/Manifest
@@ -1,5 +1,2 @@
-DIST LuaJIT-2.0.2.tar.gz 843031 BLAKE2B 
7dbf36c1d41106bb55b4588920a79b4c68139e009cb157d0f4ca8f0c72d8f7def1edd4517237234c5833acdbda0ec3dc25edb18bc55298b139463dbb6e58476a
 SHA512 
c1afea13ec61a59f37d1f61fc50bcac47208d9d4f0a80689b74e901ad2b34294b6c89a0b4eef54b43f3d2db411660da61b191b0bbfba4ba2f97743a9ee4484e3
-DIST LuaJIT-2.0.3.tar.gz 844927 BLAKE2B 
a6ed54ef562b7af594367cbc0ed6e20295bb64781ceb6b46df81d10d7abd9fdaf902344ab7a6dfdffa6fc38b05e70648ae53c9cffdfb2a866989eba4b02fe9df
 SHA512 
7b3e3de22ac3602299b5918b60801e45a3278e547a15c16fdae7359538d4ada27ba664935d5f97c7409f330c2f8efeaae9ea03415f5e9d5a9d81e022cd5d36e0
-DIST LuaJIT-2.0.4.tar.gz 847615 BLAKE2B 
b410d06734056283655e70a53b4f1160553cc74a9d6a80d4a919f7f38589888fff339eda661ec623258a5f186f4eb2d2c9b5809b6f7e55f9e058058426e2fe74
 SHA512 
a72957bd85d8f457269e78bf08c19b28c5707df5d19920d61918f8a6913f55913ce13037fb9a6463c04cefde0c6644739f390e09d656e4bbc2c236927aa3f8f9
 DIST LuaJIT-2.0.5.tar.gz 849845 BLAKE2B 
961c8622e19b0e66a76a875cb46ad149cb2559b5af41f360dc41dd0d6bb924583e6477dd1329f67c2ac6ea4b8dc42c5e2f4d63ea49400aba4d9e7c7e85e4b085
 SHA512 
2636675602b4a060b0571c05220db2061dd2f38568e35b2be346a0f5e3128d87057d11d3d0d7567d8cc4e0817b5e4cf2c52a17a48065520962b157816465a9fe
 DIST LuaJIT-2.1.0-beta3.tar.gz 1025180 BLAKE2B 
ac3d12e25bd9946ba41aed6672c66884e7256e6be99d7ee8d1260d697453c966b24d60387f278f47233bad44cda61085c9059e6f62c0bc7cfdaaefde282346c5
 SHA512 
c44e967a0f671ed32b55aee810bc8b3b63737a2d7363b8984ae1949b24f98dbb3f9be7c1e10239fdeb96a3e3c836f606342cbd61838cf9bcadb077443eb5bc12

diff --git a/dev-lang/luajit/luajit-2.0.2.ebuild 
b/dev-lang/luajit/luajit-2.0.2.ebuild
deleted file mode 100644
index 1fbe283b77f..000
--- a/dev-lang/luajit/luajit-2.0.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib pax-utils versionator toolchain-funcs
-
-MY_PV="$(get_version_component_range 1-3)"
-MY_P="LuaJIT-${MY_PV}"
-if [[ $(get_version_component_range 4) != "" ]]; then
-   HOTFIX="v${PV}"
-   HOTFIX="${HOTFIX/_p/_hotfix}.patch"
-fi
-
-DESCRIPTION="Just-In-Time Compiler for the Lua programming language"
-HOMEPAGE="http://luajit.org/;
-SRC_URI="http://luajit.org/download/${MY_P}.tar.gz
-   ${HOTFIX:+http://luajit.org/download/${HOTFIX}};
-
-LICENSE="MIT"
-# this should probably be pkgmoved to 2.0 for sake of consistency.
-SLOT="2"
-KEYWORDS="amd64 arm ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="lua52compat"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare(){
-   if [[ -n ${HOTFIX} ]]; then
-   epatch "${DISTDIR}/${HOTFIX}"
-   fi
-   sed -i "s,PREFIX= /usr/local,PREFIX= ${EPREFIX}/usr," Makefile || die 
'sed failed.'
-   sed -i "s,/lib,/$(get_libdir)," etc/${PN}.pc || die 'sed2 failed.'
-}
-
-src_compile() {
-   emake \
-   Q= \
-   PREFIX="${EPREFIX}/usr" \
-   DESTDIR="${D}" \
-   HOST_CC="$(tc-getBUILD_CC)" \
-   STATIC_CC="$(tc-getCC)" \
-   DYNAMIC_CC="$(tc-getCC) -fPIC" \
-   TARGET_LD="$(tc-getCC)" \
-   TARGET_AR="$(tc-getAR) rcus" \
-   TARGET_STRIP="true" \
-   INSTALL_LIB="${ED%/}/usr/$(get_libdir)" \
-   XCFLAGS="$(usex lua52compat "-DLUAJIT_ENABLE_LUA52COMPAT" "")"
-}
-
-src_install(){
-   emake install \
-   DESTDIR="${D}" \
-   HOST_CC="$(tc-getBUILD_CC)" \
-   STATIC_CC="$(tc-getCC)" \
-   DYNAMIC_CC="$(tc-getCC) -fPIC" \
-   TA

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/github-pages-publish/

2020-01-16 Thread Rafael Martins
commit: ae32e7790a48e5d8b9eb06972da4d61459975356
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan 16 18:54:48 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan 16 18:55:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae32e779

dev-vcs/github-pages-publish: version bump

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 dev-vcs/github-pages-publish/Manifest  |  2 +-
 ...-publish-0.1.2.ebuild => github-pages-publish-0.1.3.ebuild} | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/github-pages-publish/Manifest 
b/dev-vcs/github-pages-publish/Manifest
index 15f48e80dff..1d0157df759 100644
--- a/dev-vcs/github-pages-publish/Manifest
+++ b/dev-vcs/github-pages-publish/Manifest
@@ -1 +1 @@
-DIST github-pages-publish-0.1.2.tar.gz 3295 BLAKE2B 
6c891dde4fe450bb8708a5428fb1b205e111ebf876a7c8348e69dc89b95c43472a0ecc70ed75de7a3d137a8beead8ca00b12206dc8508371aa34c57ce53d6133
 SHA512 
3011a070c0798bc3f2853c32c6d97e20eb4711a23b4e2c2b188b4158d46d1434d89f8400bebed0806b9781cd8e13800f3e10d9e99ff2fc4e02059329fbee2658
+DIST github-pages-publish-0.1.3.tar.gz 3568 BLAKE2B 
d19d9d218d584f92a70016b6522b1e27edecf7de8dcc1fb4ca790980ec2a4ffd4f401f11ac7cd2483e5e723f9ae088678dc3aa346eb66de536a5c10435ff1953
 SHA512 
a501a6fbdf10038a35b5df8add58a79813d6cc2b26b2bfed2a2db7d02740c587a60402459c2fcdeeec66c72f1d5df532023490219daba14ce60782a2018b93d6

diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild 
b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
similarity index 80%
rename from dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
rename to dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
index 13890ea8da5..d24e31d07ff 100644
--- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
+++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 GIT_ECLASS=
 if [[ ${PV} = ** ]]; then
@@ -28,6 +29,5 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-DEPEND="dev-python/setuptools
-   >=dev-python/pygit2-0.20.0"
+DEPEND=">=dev-python/pygit2-0.20.0"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-sound/marrie/

2020-01-15 Thread Rafael Martins
commit: f72505a69bdc84031f5561b8eff79847fbece12f
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed Jan 15 20:25:25 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed Jan 15 20:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72505a6

media-sound/marrie: version bump. update live ebuild

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Rafael Martins  gentoo.org>

 media-sound/marrie/Manifest|  2 +-
 .../{marrie-0.3.2-r1.ebuild => marrie-0.4.ebuild}  | 32 ++
 media-sound/marrie/marrie-.ebuild  | 32 ++
 3 files changed, 17 insertions(+), 49 deletions(-)

diff --git a/media-sound/marrie/Manifest b/media-sound/marrie/Manifest
index 9d9d360f2f3..fce580437bd 100644
--- a/media-sound/marrie/Manifest
+++ b/media-sound/marrie/Manifest
@@ -1 +1 @@
-DIST marrie-0.3.2.tar.gz 7626 BLAKE2B 
5adb814f50b850621c19e4be1b60e4dd8f94d44c4ecadc3df6650b49fb16a3f31569a8d17ea7e6359d726a15ec4063ffa22d7815e8a17e3f5340348ade172aef
 SHA512 
da6688e18124f2c95e2dd9846a2578fd2e6312f7e145424f50761eaabdd3c234424921f289b595e8842a9f5e3863a9ef106331c19cec42de9731d12f9584958a
+DIST marrie-0.4.tar.gz 7775 BLAKE2B 
7b68fbdfe35c7e72fe111b44bbabf4e60eb9f6211867184d1f3f7bc7b1c067f99223eea2dd3c7809f041d0a7b5ac80be360d3c14808605f3145b8d39a0a9c7fd
 SHA512 
9ed8677729e7575519f130c1866923e7223dabf07c9c24b9e3f6a70cd5e1e56da2a5d1a34011b73d65c8d8fa4c962f65709883b9444d078d6439769d4afb644b

diff --git a/media-sound/marrie/marrie-0.3.2-r1.ebuild 
b/media-sound/marrie/marrie-0.4.ebuild
similarity index 56%
rename from media-sound/marrie/marrie-0.3.2-r1.ebuild
rename to media-sound/marrie/marrie-0.4.ebuild
index c44c712b03f..128c50ca86f 100644
--- a/media-sound/marrie/marrie-0.3.2-r1.ebuild
+++ b/media-sound/marrie/marrie-0.4.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7} )
 
 GIT_ECLASS=""
 if [[ ${PV} = ** ]]; then
@@ -25,32 +26,15 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="doc"
-
-RDEPEND="
-   dev-python/setuptools
-   >=dev-python/feedparser-5.1.3"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/docutils )"
-
-src_compile() {
-   distutils-r1_src_compile
-   if use doc; then
-   rst2html.py README.rst marrie.html || die "rst2html.py failed"
-   fi
-}
+IUSE=""
 
-src_install() {
-   distutils-r1_src_install
-   if use doc; then
-   dohtml marrie.html
-   fi
-}
+RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
 
 pkg_postinst() {
distutils-r1_pkg_postinst
elog
elog "You'll need a media player and a file downloader."
-   elog "Recommended packages: net-misc/wget and media-video/mplayer"
+   elog "Recommended packages: net-misc/wget and media-video/mpv"
elog
 }

diff --git a/media-sound/marrie/marrie-.ebuild 
b/media-sound/marrie/marrie-.ebuild
index c44c712b03f..128c50ca86f 100644
--- a/media-sound/marrie/marrie-.ebuild
+++ b/media-sound/marrie/marrie-.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7} )
 
 GIT_ECLASS=""
 if [[ ${PV} = ** ]]; then
@@ -25,32 +26,15 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="doc"
-
-RDEPEND="
-   dev-python/setuptools
-   >=dev-python/feedparser-5.1.3"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/docutils )"
-
-src_compile() {
-   distutils-r1_src_compile
-   if use doc; then
-   rst2html.py README.rst marrie.html || die "rst2html.py failed"
-   fi
-}
+IUSE=""
 
-src_install() {
-   distutils-r1_src_install
-   if use doc; then
-   dohtml marrie.html
-   fi
-}
+RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
 
 pkg_postinst() {
distutils-r1_pkg_postinst
elog
elog "You'll need a media player and a file downloader."
-   elog "Recommended packages: net-misc/wget and media-video/mplayer"
+   elog "Recommended packages: net-misc/wget and media-video/mpv"
elog
 }



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaexpat/

2020-01-09 Thread Rafael Martins
commit: 52521c7e5830aef678aebe0456c14fbdca300bad
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:57:21 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:57:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52521c7e

dev-lua/luaexpat: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-lua/luaexpat/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lua/luaexpat/metadata.xml b/dev-lua/luaexpat/metadata.xml
index 379d1734e2d..1b2becffa26 100644
--- a/dev-lua/luaexpat/metadata.xml
+++ b/dev-lua/luaexpat/metadata.xml
@@ -1,7 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-  
+  
 



[gentoo-commits] repo/gentoo:master commit in: net-im/prosody/

2020-01-09 Thread Rafael Martins
commit: 4d8d2c76a977a185561ae48f12d01686837ae0b7
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:32:22 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8d2c76

net-im/prosody: remove myself from maintainers

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 net-im/prosody/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-im/prosody/metadata.xml b/net-im/prosody/metadata.xml
index fa12c884dda..81c99ed9f72 100644
--- a/net-im/prosody/metadata.xml
+++ b/net-im/prosody/metadata.xml
@@ -1,9 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-  
   
 klaus...@gentoo.org
   



[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-init-scripts/

2020-01-09 Thread Rafael Martins
commit: 1430ac21cc13e19fac05c041a1510a8ae91a280e
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:20:47 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:40:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1430ac21

app-emulation/qemu-init-scripts: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 app-emulation/qemu-init-scripts/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-emulation/qemu-init-scripts/metadata.xml 
b/app-emulation/qemu-init-scripts/metadata.xml
index 00bc0c58b6a..7a38bb90096 100644
--- a/app-emulation/qemu-init-scripts/metadata.xml
+++ b/app-emulation/qemu-init-scripts/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   rafaelmart...@gentoo.org
-       Rafael Martins
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/usb_modeswitch/

2020-01-09 Thread Rafael Martins
commit: 9c109f9fffee1b2bf311ca9cbf3bb014938c1a95
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:33:04 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c109f9f

sys-apps/usb_modeswitch: remove myself from maintainers

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 sys-apps/usb_modeswitch/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-apps/usb_modeswitch/metadata.xml 
b/sys-apps/usb_modeswitch/metadata.xml
index 8cf6d89f163..1b2d98603b7 100644
--- a/sys-apps/usb_modeswitch/metadata.xml
+++ b/sys-apps/usb_modeswitch/metadata.xml
@@ -4,11 +4,7 @@
   
 Use dev-lang/jimtcl instead of 
dev-lang/tcl for smaller memory footprint
   
-  
-rafaelmart...@gentoo.org
-Rafael G. Martins
-  
-
+  
 freedesktop-b...@gentoo.org
 Gentoo Freedesktop Project
   



[gentoo-commits] repo/gentoo:master commit in: www-apps/trac-accountmanager/

2020-01-09 Thread Rafael Martins
commit: 353343fefea0fca9e7ed801062aaa573ef3e3d54
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:33:53 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353343fe

www-apps/trac-accountmanager: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 www-apps/trac-accountmanager/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-apps/trac-accountmanager/metadata.xml 
b/www-apps/trac-accountmanager/metadata.xml
index 78b3261059a..265d9a787dd 100644
--- a/www-apps/trac-accountmanager/metadata.xml
+++ b/www-apps/trac-accountmanager/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-Rafael G. Martins
-  
+  
   
 The AccountManagerPlugin offers several features for managing user 
accounts:
 



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaevent/

2020-01-09 Thread Rafael Martins
commit: edbe1296c5a435a6f451a9f9383ec6217a21f4f6
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:26:56 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:40:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbe1296

dev-lua/luaevent: remove myself from maintainers

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-lua/luaevent/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-lua/luaevent/metadata.xml b/dev-lua/luaevent/metadata.xml
index 1bedf880cb6..32ed283086a 100644
--- a/dev-lua/luaevent/metadata.xml
+++ b/dev-lua/luaevent/metadata.xml
@@ -4,9 +4,6 @@
   
 bluen...@gentoo.org
   
-  
-rafaelmart...@gentoo.org
-  
   
 harningt/luaevent
   



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luadoc/

2020-01-09 Thread Rafael Martins
commit: 79fe2a0186ceeb9da33259d15071bfbda52fceaa
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:25:18 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:40:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fe2a01

dev-lua/luadoc: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-lua/luadoc/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lua/luadoc/metadata.xml b/dev-lua/luadoc/metadata.xml
index fe12f6f53b3..8f9a6deeebb 100644
--- a/dev-lua/luadoc/metadata.xml
+++ b/dev-lua/luadoc/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-  
+  
   
 LuaDoc is a documentation generator tool for Lua source code.
 It parses the declarations and documentation comments in a set of Lua



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial-server/

2020-01-09 Thread Rafael Martins
commit: 0817f8619289b76babd5efe75fd465da5fb315b3
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:31:40 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0817f861

dev-vcs/mercurial-server: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-vcs/mercurial-server/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-vcs/mercurial-server/metadata.xml 
b/dev-vcs/mercurial-server/metadata.xml
index 16b6109563d..a59ea4d751d 100644
--- a/dev-vcs/mercurial-server/metadata.xml
+++ b/dev-vcs/mercurial-server/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   rafaelmart...@gentoo.org
-   Rafael G. Martins
-   
+   

mercurial-server gives your developers remote read/write access 
to
centralized Mercurial repositories using SSH public key 
authentication; it



[gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/

2020-01-09 Thread Rafael Martins
commit: 9c94f9670a0a8be3e0f379ce46a594a4727db75c
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:35:00 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c94f967

www-apps/trac-tags: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 www-apps/trac-tags/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-apps/trac-tags/metadata.xml b/www-apps/trac-tags/metadata.xml
index c194f2fc320..1b2becffa26 100644
--- a/www-apps/trac-tags/metadata.xml
+++ b/www-apps/trac-tags/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-Rafael G. Martins
-  
+  
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/trac-mercurial/

2020-01-09 Thread Rafael Martins
commit: 5b0177ca058908b1300894660de4ad7aa52e50bb
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:34:24 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0177ca

www-apps/trac-mercurial: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 www-apps/trac-mercurial/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-apps/trac-mercurial/metadata.xml 
b/www-apps/trac-mercurial/metadata.xml
index c194f2fc320..1b2becffa26 100644
--- a/www-apps/trac-mercurial/metadata.xml
+++ b/www-apps/trac-mercurial/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-Rafael G. Martins
-  
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/

2020-01-09 Thread Rafael Martins
commit: d3569907013150779b8e996c14755a782caddd9e
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:24:00 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:40:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3569907

app-text/txt2tags: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 app-text/txt2tags/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-text/txt2tags/metadata.xml b/app-text/txt2tags/metadata.xml
index f96fe67ab4d..dbfe7dbaf13 100644
--- a/app-text/txt2tags/metadata.xml
+++ b/app-text/txt2tags/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   rafaelmart...@gentoo.org
-   Rafael G. Martins
-   
+   

txt2tags




[gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/

2020-01-09 Thread Rafael Martins
commit: b19d6ffeaa7d818fb2c4b2242db166a54570986c
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:29:12 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19d6ffe

dev-lua/luasec: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-lua/luasec/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lua/luasec/metadata.xml b/dev-lua/luasec/metadata.xml
index 7d74356af05..46794a8d4e3 100644
--- a/dev-lua/luasec/metadata.xml
+++ b/dev-lua/luasec/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-  
+  
   
 brunoos/luasec
   



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luafilesystem/

2020-01-09 Thread Rafael Martins
commit: a23565c54e421e6b85f6fa024b5220e7efe7b4dd
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:27:32 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23565c5

dev-lua/luafilesystem: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-lua/luafilesystem/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lua/luafilesystem/metadata.xml 
b/dev-lua/luafilesystem/metadata.xml
index 59f1123dc93..dc620825e44 100644
--- a/dev-lua/luafilesystem/metadata.xml
+++ b/dev-lua/luafilesystem/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   rafaelmart...@gentoo.org
-   
+   

LuaFileSystem is a Lua library developed to complement the set 
of functions
related to file systems offered by the standard Lua 
distribution.



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/

2020-01-09 Thread Rafael Martins
commit: 451103dbca44589b9183a5377883f0587a0dba27
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:28:26 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451103db

dev-lua/luarocks: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-lua/luarocks/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lua/luarocks/metadata.xml b/dev-lua/luarocks/metadata.xml
index b813073127f..eb1224dd6d9 100644
--- a/dev-lua/luarocks/metadata.xml
+++ b/dev-lua/luarocks/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-  
+  
   
 Uses net-misc/curl for fetching lua
   packages instead of net-misc/wget.



[gentoo-commits] repo/gentoo:master commit in: dev-lua/toluapp/

2020-01-09 Thread Rafael Martins
commit: 3fc8be42fe219bfa7c8de25a80b95d5b41cec7e3
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:30:07 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc8be42

dev-lua/toluapp: drop to maintainer-needed

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-lua/toluapp/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lua/toluapp/metadata.xml b/dev-lua/toluapp/metadata.xml
index 379d1734e2d..1b2becffa26 100644
--- a/dev-lua/toluapp/metadata.xml
+++ b/dev-lua/toluapp/metadata.xml
@@ -1,7 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-rafaelmart...@gentoo.org
-  
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-tex/abntex/

2020-01-09 Thread Rafael Martins
commit: 56390f936262e49e5c37819f23ed9aed42daf97d
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:30:58 2020 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56390f93

dev-tex/abntex: remove myself from maintainers

Signed-off-by: Rafael Martins  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16

 dev-tex/abntex/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-tex/abntex/metadata.xml b/dev-tex/abntex/metadata.xml
index 3814f6224df..300eaf28bad 100644
--- a/dev-tex/abntex/metadata.xml
+++ b/dev-tex/abntex/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   rafaelmart...@gentoo.org
-   Rafael G. Martins
-   

t...@gentoo.org
Gentoo TeX Project



[gentoo-commits] repo/gentoo:master commit in: www-apps/cgisysinfo/

2019-09-22 Thread Rafael Martins
commit: 036dec76dd8974493b8128b2b48e3c9614bc251c
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Sep 23 01:04:49 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Sep 23 01:10:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036dec76

www-apps/cgisysinfo: removed - logic. bump to eapi 7

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild | 21 +++--
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild 
b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
index 0dc2dac982c..15aea025958 100644
--- a/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
+++ b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
@@ -1,22 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="7"
 
 inherit autotools
 
-if [[ ${PV} = ** ]]; then
-   WANT_AUTOMAKE="1.10"
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/rafaelmartins/${PN};
-   KEYWORDS=""
-   DOCS=( "README.md" "AUTHORS" "NEWS" )
-else
-   SRC_URI="https://github.com/rafaelmartins/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   DOCS=( "README" "AUTHORS" "NEWS" )
-fi
-
+SRC_URI="https://github.com/rafaelmartins/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 DESCRIPTION="A small cgi utility to show basic system information"
 HOMEPAGE="https://github.com/rafaelmartins/cgisysinfo;
 
@@ -24,10 +13,14 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="fastcgi"
 
+KEYWORDS="~amd64 ~x86"
+DOCS=( "README" "AUTHORS" "NEWS" )
+
 DEPEND="fastcgi? ( dev-libs/fcgi )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+   default
eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/simplevirt/files/

2019-09-18 Thread Rafael Martins
commit: 71947fc0abaf0a80c68520b8be6cbd3a59771c92
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed Sep 18 19:03:52 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed Sep 18 19:05:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71947fc0

app-emulation/simplevirt: removed exec bit from initscript

bug #694812

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-emulation/simplevirt/files/simplevirtd.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/simplevirt/files/simplevirtd.initd 
b/app-emulation/simplevirt/files/simplevirtd.initd
old mode 100755
new mode 100644
index f7ba444d6d9..d8dfadbcb69
--- a/app-emulation/simplevirt/files/simplevirtd.initd
+++ b/app-emulation/simplevirt/files/simplevirtd.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 name="simplevirtd"



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2019-09-10 Thread Rafael Martins
commit: 96bbe123830aa29e945be757b45c03fe5e0081f5
Author: Rafael Martins  gentoo  org>
AuthorDate: Tue Sep 10 20:57:00 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Sep 10 20:57:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96bbe123

app-text/blogc: version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.17.0.ebuild => blogc-0.18.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index fc5fc403c01..e69649f4911 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.17.0.tar.xz 338212 BLAKE2B 
19c5119b5d877a70ccfd6b4c8fca0c31141efd4c47c1d457d53d3bfefc1573553c69288e628dbcfffb23420461b8f0f08955b40f949d5b7390c5160faae94db1
 SHA512 
10522ecb218a7f09fd57e4d67e1c6ac2a17dfaf04f322c56ef77c939fcff22f6ae619e6a7e659ef14d069955d87b790701758e48ebc373d2175883b8908ef857
+DIST blogc-0.18.0.tar.xz 339920 BLAKE2B 
03dce446c60c5337e85dedda8516a8417b770f294e019794ba6e3216b93f79896c851d690a37c3e24f218c8f9080f8271256647909b7dfaceaafb8a7d62d52d8
 SHA512 
db015d00b96af19b9f8cdb3023d073bdce45d41f731beafc0eba7219abb6bf31e435a08644145e56e2d783939542245dfcb6c20bbd27f27348de84ba4ca9e41a

diff --git a/app-text/blogc/blogc-0.17.0.ebuild 
b/app-text/blogc/blogc-0.18.0.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.17.0.ebuild
rename to app-text/blogc/blogc-0.18.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-emulation/simplevirt/

2019-08-25 Thread Rafael Martins
commit: 7defa54f786663819670e7c7de8bc070e7134df2
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Aug 25 23:43:40 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Aug 25 23:43:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7defa54f

app-emulation/simplevirt: snapshot bump

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-emulation/simplevirt/Manifest   | 2 +-
 ...plevirt-0.0_p20181011.ebuild => simplevirt-0.0_p20181012.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/simplevirt/Manifest 
b/app-emulation/simplevirt/Manifest
index a9c90fbe9d0..4c0da842155 100644
--- a/app-emulation/simplevirt/Manifest
+++ b/app-emulation/simplevirt/Manifest
@@ -3,4 +3,4 @@ DIST github.com-go-yaml-yaml-v2.2.1.tar.gz 70217 BLAKE2B 
4ba34bd9432699ec60348d1
 DIST github.com-inconshreveable-mousetrap-v1.0.0.tar.gz 2290 BLAKE2B 
bd46103e50dd916bad41aafbf8c1945d835222c131a88f4d3fba35feb4b11ae83c900280c9dafc6f0ef92f71b6a3ba02996dcb31d67eb49314b29d23fda2c8b8
 SHA512 
6f68bd6b7b1c7aa6651fe83b5230b6c8398b85561b01ca6a36ee638e186c325cc70444818de7a569db240159ba5840ed24f212e0defdf9f9890803a7641285d9
 DIST github.com-spf13-cobra-v0.0.3.tar.gz 101526 BLAKE2B 
8613eccdd5bbd31429b7aa8260ee9367e34a5cc78075b394b09db91a97445ed1dadfb53a86105b55cb6ea3b4c2f9d50553e9198d64dfb6033dd1db2805984a2c
 SHA512 
c38db9432a168f913b41a1e1b11d84bedfade82ff70791be9d343a6cc86b8a05b18bae344d67ebd8bae4c98662db7ac664a9dc86fa9b9ad4aa5c96cbf0178efb
 DIST github.com-spf13-pflag-v1.0.2.tar.gz 44042 BLAKE2B 
157fa6c2b1efa594abebd76ff03121050187974d62475b1aa66af325a2198ea64105655597703c37f25e22c4a07864d9fc31a6a29ba9233fdeefcceef400d5e5
 SHA512 
fd3cefd683329316eda4ec660193a970e38435515c16805190235e2c969c8d65a6f602fdc7c2f7cf3d9740c5a321ee5be5e8034bd6cd7c05c12722cf64d1e8ae
-DIST simplevirt-0.0_p20181011.tar.gz 14667 BLAKE2B 
02a7ecdf9ec9983a83c31fb728fbf61ffcb2ca71683ebf24d159815314b064e465da303b5c8712b18aff3ecd1da0c5170c4aa4be365855e233497f62c44ed888
 SHA512 
b290cbff14a3679600ca2cadcfd17184ea789c0f1556a6f1de64679ef9983eb7988ac7ebadd0de729286d8a86dbdaab3a9f7b7bbc300780c3a28aa9920610288
+DIST simplevirt-0.0_p20181012.tar.gz 14652 BLAKE2B 
a6a648ed159d0648f27174c6598c9ae85e41530b218ef0360962884d1f61cfd16d2534ef4d2a01eb87138d0390fc7fe25e070c602f296344b8285c9dd2804287
 SHA512 
64c0edfc22ed0347c7335b942b06b6b9fd8c3f2ea7d374bf14b96b98b23248d15b6f38d7d1d809c8cd60b605f1809dfca8ff5c249e2df183c8b1636c26440ca8

diff --git a/app-emulation/simplevirt/simplevirt-0.0_p20181011.ebuild 
b/app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild
similarity index 94%
rename from app-emulation/simplevirt/simplevirt-0.0_p20181011.ebuild
rename to app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild
index 0dceee42cb5..b888608e83f 100644
--- a/app-emulation/simplevirt/simplevirt-0.0_p20181011.ebuild
+++ b/app-emulation/simplevirt/simplevirt-0.0_p20181012.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,8 +14,8 @@ EGO_VENDOR=(
 inherit linux-info golang-vcs-snapshot user
 
 EGO_PN="github.com/rafaelmartins/simplevirt"
-GIT_COMMIT="2427500bce5bf9b365dc601790704694cd6c772e"
-GIT_VERSION="0.0.24-2427"
+GIT_COMMIT="78d29d8fa11ce72af5f897430af7bb7d2947a32f"
+GIT_VERSION="0.0.26-78d2"
 ARCHIVE_URI="https://${EGO_PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
 
 DESCRIPTION="Simple virtual machine manager for Linux (QEMU/KVM)"



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/nodemcu-uploader/

2019-05-18 Thread Rafael Martins
commit: e1e437bdb6f2238d54227bf48bb437c1c3b4c854
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun May 19 01:20:00 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun May 19 01:20:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e437bd

dev-embedded/nodemcu-uploader: new package

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 dev-embedded/nodemcu-uploader/Manifest |  1 +
 dev-embedded/nodemcu-uploader/metadata.xml | 15 +++
 .../nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild | 29 ++
 3 files changed, 45 insertions(+)

diff --git a/dev-embedded/nodemcu-uploader/Manifest 
b/dev-embedded/nodemcu-uploader/Manifest
new file mode 100644
index 000..259ab525dfa
--- /dev/null
+++ b/dev-embedded/nodemcu-uploader/Manifest
@@ -0,0 +1 @@
+DIST nodemcu-uploader-0.4.3.tar.gz 10034 BLAKE2B 
2912d2d4130700fdd0a5145d7aa2b4d9f5742b85a9d0675da8a25a8e02812247928345661c69eadba00c41d33faad8def70ac7c3960794ca418875b942bb255f
 SHA512 
bed8291cceea0f37b914fb45a409a6c259b32c325b09b71338382b29870591ce2003c235a2c231d8ffc0a3600d51a5f89acad1fa5a6fd01fe96fdcaaa55266a0

diff --git a/dev-embedded/nodemcu-uploader/metadata.xml 
b/dev-embedded/nodemcu-uploader/metadata.xml
new file mode 100644
index 000..2c9f7d99676
--- /dev/null
+++ b/dev-embedded/nodemcu-uploader/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   rafaelmart...@gentoo.org
+   Rafael G. Martins
+   
+   
+   A simple tool for uploading files to the filesystem of an 
ESP8266
+   running NodeMCU as well as some other useful commands.
+   
+   
+   nodemcu-uploader
+   
+

diff --git a/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild 
b/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild
new file mode 100644
index 000..d9b5adfc1a0
--- /dev/null
+++ b/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild
@@ -0,0 +1,29 @@
+# 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,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple tool for uploading files to the filesystem of an ESP8266 
running NodeMCU"
+HOMEPAGE="https://github.com/kmpm/nodemcu-uploader;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/wrapt-1.10.10[${PYTHON_USEDEP}]
+   >=dev-python/pyserial-2.7[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RESTRICT="test"  # tests are not uploaded to pypi
+
+python_test() {
+   esetup.py test || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2019-05-03 Thread Rafael Martins
commit: 3b5f657d3a6e924a9e2b00bb547c755009cab0c2
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu May  2 20:46:23 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Fri May  3 17:14:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5f657d

app-text/blogc: version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.16.1.ebuild => blogc-0.17.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 4f3cd131fb8..fc5fc403c01 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.16.1.tar.xz 336720 BLAKE2B 
1b828ba6ba161ad74b0a880f5e84c43b8c5437e5ac6c745862b695bac0cbbdf6a313b9bacf97acedb5cff5650c71b0344f1a120090836c69441aa7feaa6c9cfa
 SHA512 
bd408a4f9b9b10b7be324e03d70125aafff3bf59750820a8c947dc15323131a199372ffe00421f4ce949b22c65168088c0ed8ba0d55ba8dcab5f871a0dbd243b
+DIST blogc-0.17.0.tar.xz 338212 BLAKE2B 
19c5119b5d877a70ccfd6b4c8fca0c31141efd4c47c1d457d53d3bfefc1573553c69288e628dbcfffb23420461b8f0f08955b40f949d5b7390c5160faae94db1
 SHA512 
10522ecb218a7f09fd57e4d67e1c6ac2a17dfaf04f322c56ef77c939fcff22f6ae619e6a7e659ef14d069955d87b790701758e48ebc373d2175883b8908ef857

diff --git a/app-text/blogc/blogc-0.16.1.ebuild 
b/app-text/blogc/blogc-0.17.0.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.16.1.ebuild
rename to app-text/blogc/blogc-0.17.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2019-04-21 Thread Rafael Martins
commit: afdfdd2cb6d9efe421d83eee39d2023ae16465dc
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Apr 21 19:08:46 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Apr 21 19:08:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdfdd2c

app-text/blogc: version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.16.0.ebuild => blogc-0.16.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index defb3bee4a9..4f3cd131fb8 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.16.0.tar.xz 336748 BLAKE2B 
74de0bf35842abb84349a4026f25504df8da244ca9b8e5a5ccbf461dee95b06d0fe628245e8f5fc31a95ea988e8a144e757c910a75961b56f3d56bc0e0ac6b17
 SHA512 
e3338387dfa31bbffd46ab40097d2eae958e9afd161b60bf5e8476574637d4bedca58ca3c522c6e3498c8a2176187eb0487a88acba8f5188f16805b14453ff8e
+DIST blogc-0.16.1.tar.xz 336720 BLAKE2B 
1b828ba6ba161ad74b0a880f5e84c43b8c5437e5ac6c745862b695bac0cbbdf6a313b9bacf97acedb5cff5650c71b0344f1a120090836c69441aa7feaa6c9cfa
 SHA512 
bd408a4f9b9b10b7be324e03d70125aafff3bf59750820a8c947dc15323131a199372ffe00421f4ce949b22c65168088c0ed8ba0d55ba8dcab5f871a0dbd243b

diff --git a/app-text/blogc/blogc-0.16.0.ebuild 
b/app-text/blogc/blogc-0.16.1.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.16.0.ebuild
rename to app-text/blogc/blogc-0.16.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2019-04-13 Thread Rafael Martins
commit: fdae8b11852065252ec9b818694c4d401b956e3c
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Apr 13 21:53:23 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Apr 13 21:53:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdae8b11

app-text/blogc: version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.15.1.ebuild => blogc-0.16.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index d525ecbd1ad..defb3bee4a9 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.15.1.tar.xz 335708 BLAKE2B 
b8249c619a2d594895e02855cdae24e715393d4ff60d6eda4ed53c629c567e545ea78fca545a99e4bfa0f54545d8694f1ed40c001b7d1701963cf7a692351b21
 SHA512 
d22c67db483176d4cf873f0a4d2fd10a1413cee976e12fd49b3e35aa5edf80888dd7470e3523a08c45cf7fe700f578d9a0acc65863fd56776f91b30a13919573
+DIST blogc-0.16.0.tar.xz 336748 BLAKE2B 
74de0bf35842abb84349a4026f25504df8da244ca9b8e5a5ccbf461dee95b06d0fe628245e8f5fc31a95ea988e8a144e757c910a75961b56f3d56bc0e0ac6b17
 SHA512 
e3338387dfa31bbffd46ab40097d2eae958e9afd161b60bf5e8476574637d4bedca58ca3c522c6e3498c8a2176187eb0487a88acba8f5188f16805b14453ff8e

diff --git a/app-text/blogc/blogc-0.15.1.ebuild 
b/app-text/blogc/blogc-0.16.0.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.15.1.ebuild
rename to app-text/blogc/blogc-0.16.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-lang/luajit/

2019-03-22 Thread Rafael Martins
commit: 1c878da150ecb5a67aafa7ecda9bd69db2079939
Author: Rafael Martins  gentoo  org>
AuthorDate: Fri Mar 22 19:42:02 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Fri Mar 22 19:42:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c878da1

dev-lang/luajit: added 2.1.0 beta, without keywords (bug #678404)

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 dev-lang/luajit/Manifest  |  1 +
 dev-lang/luajit/luajit-2.1.0_beta3.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-lang/luajit/Manifest b/dev-lang/luajit/Manifest
index b7dd96473d0..064a580503e 100644
--- a/dev-lang/luajit/Manifest
+++ b/dev-lang/luajit/Manifest
@@ -2,3 +2,4 @@ DIST LuaJIT-2.0.2.tar.gz 843031 BLAKE2B 
7dbf36c1d41106bb55b4588920a79b4c68139e00
 DIST LuaJIT-2.0.3.tar.gz 844927 BLAKE2B 
a6ed54ef562b7af594367cbc0ed6e20295bb64781ceb6b46df81d10d7abd9fdaf902344ab7a6dfdffa6fc38b05e70648ae53c9cffdfb2a866989eba4b02fe9df
 SHA512 
7b3e3de22ac3602299b5918b60801e45a3278e547a15c16fdae7359538d4ada27ba664935d5f97c7409f330c2f8efeaae9ea03415f5e9d5a9d81e022cd5d36e0
 DIST LuaJIT-2.0.4.tar.gz 847615 BLAKE2B 
b410d06734056283655e70a53b4f1160553cc74a9d6a80d4a919f7f38589888fff339eda661ec623258a5f186f4eb2d2c9b5809b6f7e55f9e058058426e2fe74
 SHA512 
a72957bd85d8f457269e78bf08c19b28c5707df5d19920d61918f8a6913f55913ce13037fb9a6463c04cefde0c6644739f390e09d656e4bbc2c236927aa3f8f9
 DIST LuaJIT-2.0.5.tar.gz 849845 BLAKE2B 
961c8622e19b0e66a76a875cb46ad149cb2559b5af41f360dc41dd0d6bb924583e6477dd1329f67c2ac6ea4b8dc42c5e2f4d63ea49400aba4d9e7c7e85e4b085
 SHA512 
2636675602b4a060b0571c05220db2061dd2f38568e35b2be346a0f5e3128d87057d11d3d0d7567d8cc4e0817b5e4cf2c52a17a48065520962b157816465a9fe
+DIST LuaJIT-2.1.0-beta3.tar.gz 1025180 BLAKE2B 
ac3d12e25bd9946ba41aed6672c66884e7256e6be99d7ee8d1260d697453c966b24d60387f278f47233bad44cda61085c9059e6f62c0bc7cfdaaefde282346c5
 SHA512 
c44e967a0f671ed32b55aee810bc8b3b63737a2d7363b8984ae1949b24f98dbb3f9be7c1e10239fdeb96a3e3c836f606342cbd61838cf9bcadb077443eb5bc12

diff --git a/dev-lang/luajit/luajit-2.1.0_beta3.ebuild 
b/dev-lang/luajit/luajit-2.1.0_beta3.ebuild
new file mode 100644
index 000..6497ae142c3
--- /dev/null
+++ b/dev-lang/luajit/luajit-2.1.0_beta3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pax-utils toolchain-funcs versionator
+
+MY_PV="$(get_version_component_range 1-4)"
+MY_PV="${MY_PV/_beta/-beta}"
+MY_P="LuaJIT-${MY_PV}"
+
+DESCRIPTION="Just-In-Time Compiler for the Lua programming language"
+HOMEPAGE="http://luajit.org/;
+SRC_URI="http://luajit.org/download/${MY_P}.tar.gz;
+
+LICENSE="MIT"
+# this should probably be pkgmoved to 2.0 for sake of consistency.
+SLOT="2"
+KEYWORDS=""
+IUSE="lua52compat static-libs"
+
+S="${WORKDIR}/${MY_P}"
+
+_emake() {
+   emake \
+   Q= \
+   PREFIX="${EPREFIX}/usr" \
+   MULTILIB="$(get_libdir)" \
+   DESTDIR="${D}" \
+   HOST_CC="$(tc-getBUILD_CC)" \
+   STATIC_CC="$(tc-getCC)" \
+   DYNAMIC_CC="$(tc-getCC) -fPIC" \
+   TARGET_LD="$(tc-getCC)" \
+   TARGET_AR="$(tc-getAR) rcus" \
+   BUILDMODE="$(usex static-libs mixed dynamic)" \
+   TARGET_STRIP="true" \
+   INSTALL_LIB="${ED%/}/usr/$(get_libdir)" \
+   "$@"
+}
+
+src_compile() {
+   _emake XCFLAGS="$(usex lua52compat "-DLUAJIT_ENABLE_LUA52COMPAT" "")"
+}
+
+src_install(){
+   _emake install
+
+   pax-mark m "${ED}usr/bin/luajit-${MY_PV}"
+
+   HTML_DOCS="doc/." einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/

2019-03-18 Thread Rafael Martins
commit: dcf489ca98a5b9f0510a3df3ea0c017234d19da0
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Mar 18 21:37:22 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Mar 18 21:38:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf489ca

dev-lang/lua: drop maintainership

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 dev-lang/lua/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-lang/lua/metadata.xml b/dev-lang/lua/metadata.xml
index 06a68a0e049..0594eb429d6 100644
--- a/dev-lang/lua/metadata.xml
+++ b/dev-lang/lua/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   rafaelmart...@gentoo.org
-   Rafael G. Martins
-
 
willi...@gentoo.org
William Hubbs



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2019-02-26 Thread Rafael Martins
commit: 2e982f67427231c7577e586019144bda02dbfaab
Author: Rafael Martins  gentoo  org>
AuthorDate: Tue Feb 26 21:34:40 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Feb 26 21:35:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e982f67

app-text/blogc: version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.15.0.ebuild => blogc-0.15.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 09181d026bd..d525ecbd1ad 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.15.0.tar.xz 335996 BLAKE2B 
c7fff528180c2124ea5c26ddd413f252d00570bcfe35645b8cdc8c7b3e289b52b38bd895e2ae5c2cab88d2a8143fa637118d75c719d69f685cef4c182bd9d6e3
 SHA512 
57a685938ef644b22b9271a0462260acb8ab8f9e9ff842415069011bb480923b8a4871742640eecc0babc7c65eefec3cab9051170dc6c3e69899e77d366a01c6
+DIST blogc-0.15.1.tar.xz 335708 BLAKE2B 
b8249c619a2d594895e02855cdae24e715393d4ff60d6eda4ed53c629c567e545ea78fca545a99e4bfa0f54545d8694f1ed40c001b7d1701963cf7a692351b21
 SHA512 
d22c67db483176d4cf873f0a4d2fd10a1413cee976e12fd49b3e35aa5edf80888dd7470e3523a08c45cf7fe700f578d9a0acc65863fd56776f91b30a13919573

diff --git a/app-text/blogc/blogc-0.15.0.ebuild 
b/app-text/blogc/blogc-0.15.1.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.15.0.ebuild
rename to app-text/blogc/blogc-0.15.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2019-02-11 Thread Rafael Martins
commit: 79ac6d981397ccea44c87ff1bb4e3f8d423c881c
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Feb 11 21:46:42 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Feb 11 21:47:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ac6d98

app-text/blogc: version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.14.1.ebuild => blogc-0.15.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 6c8274e2153..09181d026bd 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.14.1.tar.xz 330540 BLAKE2B 
e8b2f793a1c7f95fde59d7929245cdace95d31f484d62252d00c4fa535c9d4b9d83c6d1828e9197f0fab74473e5a549802ca26aefe2dd441bad03b4f3466c1b4
 SHA512 
2d393684e8ddb38d720f029c7fe7884a577dc844f8e774a21afedd7519b9aa32a84d2b0e40c7bc565feba5a8e13f83c61692f0d04f20fea44e96f3f66d613a5a
+DIST blogc-0.15.0.tar.xz 335996 BLAKE2B 
c7fff528180c2124ea5c26ddd413f252d00570bcfe35645b8cdc8c7b3e289b52b38bd895e2ae5c2cab88d2a8143fa637118d75c719d69f685cef4c182bd9d6e3
 SHA512 
57a685938ef644b22b9271a0462260acb8ab8f9e9ff842415069011bb480923b8a4871742640eecc0babc7c65eefec3cab9051170dc6c3e69899e77d366a01c6

diff --git a/app-text/blogc/blogc-0.14.1.ebuild 
b/app-text/blogc/blogc-0.15.0.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.14.1.ebuild
rename to app-text/blogc/blogc-0.15.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2019-01-15 Thread Rafael Martins
commit: a3402c9250878574926b4b89f8751cc621d22214
Author: Rafael Martins  gentoo  org>
AuthorDate: Tue Jan 15 22:52:38 2019 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Jan 15 22:52:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3402c92

app-text/blogc: version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.14.0.ebuild => blogc-0.14.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 7cd57cb925a..6c8274e2153 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.14.0.tar.xz 321752 BLAKE2B 
b25358c415684a305971945d87d9c21d9da3009ac35756ce501748e1de3824a82d0d855f15c0a5b5423bac775da5361470b32fb51e86b2cb33b28017cad976ff
 SHA512 
e9239a754b80b93ac98241f7ed6c0a962bb6bc2fb02dcc7eafbf5075f81655dc93c7bf0c41eb0c06fb158d60c8a42bf6ede6c7a58761707f2811a0a96d516a25
+DIST blogc-0.14.1.tar.xz 330540 BLAKE2B 
e8b2f793a1c7f95fde59d7929245cdace95d31f484d62252d00c4fa535c9d4b9d83c6d1828e9197f0fab74473e5a549802ca26aefe2dd441bad03b4f3466c1b4
 SHA512 
2d393684e8ddb38d720f029c7fe7884a577dc844f8e774a21afedd7519b9aa32a84d2b0e40c7bc565feba5a8e13f83c61692f0d04f20fea44e96f3f66d613a5a

diff --git a/app-text/blogc/blogc-0.14.0.ebuild 
b/app-text/blogc/blogc-0.14.1.ebuild
similarity index 96%
rename from app-text/blogc/blogc-0.14.0.ebuild
rename to app-text/blogc/blogc-0.14.1.ebuild
index 29595c41810..d5c7c49e8ea 100644
--- a/app-text/blogc/blogc-0.14.0.ebuild
+++ b/app-text/blogc/blogc-0.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: app-emulation/simplevirt/

2018-10-11 Thread Rafael Martins
commit: d8102dc3ad1f52ac662a098e0921fcc02ad0b8ef
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Oct 11 22:24:15 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Oct 11 22:24:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8102dc3

app-emulation/simplevirt: snapshot bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-emulation/simplevirt/Manifest | 2 +-
 ...implevirt-0.0_p20181009.ebuild => simplevirt-0.0_p20181011.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/simplevirt/Manifest 
b/app-emulation/simplevirt/Manifest
index 298cde2b7a5..a9c90fbe9d0 100644
--- a/app-emulation/simplevirt/Manifest
+++ b/app-emulation/simplevirt/Manifest
@@ -3,4 +3,4 @@ DIST github.com-go-yaml-yaml-v2.2.1.tar.gz 70217 BLAKE2B 
4ba34bd9432699ec60348d1
 DIST github.com-inconshreveable-mousetrap-v1.0.0.tar.gz 2290 BLAKE2B 
bd46103e50dd916bad41aafbf8c1945d835222c131a88f4d3fba35feb4b11ae83c900280c9dafc6f0ef92f71b6a3ba02996dcb31d67eb49314b29d23fda2c8b8
 SHA512 
6f68bd6b7b1c7aa6651fe83b5230b6c8398b85561b01ca6a36ee638e186c325cc70444818de7a569db240159ba5840ed24f212e0defdf9f9890803a7641285d9
 DIST github.com-spf13-cobra-v0.0.3.tar.gz 101526 BLAKE2B 
8613eccdd5bbd31429b7aa8260ee9367e34a5cc78075b394b09db91a97445ed1dadfb53a86105b55cb6ea3b4c2f9d50553e9198d64dfb6033dd1db2805984a2c
 SHA512 
c38db9432a168f913b41a1e1b11d84bedfade82ff70791be9d343a6cc86b8a05b18bae344d67ebd8bae4c98662db7ac664a9dc86fa9b9ad4aa5c96cbf0178efb
 DIST github.com-spf13-pflag-v1.0.2.tar.gz 44042 BLAKE2B 
157fa6c2b1efa594abebd76ff03121050187974d62475b1aa66af325a2198ea64105655597703c37f25e22c4a07864d9fc31a6a29ba9233fdeefcceef400d5e5
 SHA512 
fd3cefd683329316eda4ec660193a970e38435515c16805190235e2c969c8d65a6f602fdc7c2f7cf3d9740c5a321ee5be5e8034bd6cd7c05c12722cf64d1e8ae
-DIST simplevirt-0.0_p20181009.tar.gz 14487 BLAKE2B 
ef18680c208f71686502048d611509773e5722c563b2adaa1f0020f4c36aae65550b045efdfe22f7a3fbe7600483850d3590a5be839acfdc5065e51174913a6a
 SHA512 
7cc4de465c8a399eeb8726c112492dff56696f5ca23dd0cd28c7d6da81727dfb2c2281731ff04c42ef27a5a836599dd1f36ce84eaba96d2700955e52b75193f9
+DIST simplevirt-0.0_p20181011.tar.gz 14667 BLAKE2B 
02a7ecdf9ec9983a83c31fb728fbf61ffcb2ca71683ebf24d159815314b064e465da303b5c8712b18aff3ecd1da0c5170c4aa4be365855e233497f62c44ed888
 SHA512 
b290cbff14a3679600ca2cadcfd17184ea789c0f1556a6f1de64679ef9983eb7988ac7ebadd0de729286d8a86dbdaab3a9f7b7bbc300780c3a28aa9920610288

diff --git a/app-emulation/simplevirt/simplevirt-0.0_p20181009.ebuild 
b/app-emulation/simplevirt/simplevirt-0.0_p20181011.ebuild
similarity index 96%
rename from app-emulation/simplevirt/simplevirt-0.0_p20181009.ebuild
rename to app-emulation/simplevirt/simplevirt-0.0_p20181011.ebuild
index 22eccbb29d1..0dceee42cb5 100644
--- a/app-emulation/simplevirt/simplevirt-0.0_p20181009.ebuild
+++ b/app-emulation/simplevirt/simplevirt-0.0_p20181011.ebuild
@@ -14,8 +14,8 @@ EGO_VENDOR=(
 inherit linux-info golang-vcs-snapshot user
 
 EGO_PN="github.com/rafaelmartins/simplevirt"
-GIT_COMMIT="a1569d8a63fbed7ad200039d3b45fcad41f23f36"
-GIT_VERSION="0.0.20-a156"
+GIT_COMMIT="2427500bce5bf9b365dc601790704694cd6c772e"
+GIT_VERSION="0.0.24-2427"
 ARCHIVE_URI="https://${EGO_PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
 
 DESCRIPTION="Simple virtual machine manager for Linux (QEMU/KVM)"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/simplevirt/

2018-10-09 Thread Rafael Martins
commit: 5c7a52d7ce2ac3d5eb4ffdfbdc9ed250ccecf2d2
Author: Rafael Martins  gentoo  org>
AuthorDate: Tue Oct  9 19:48:31 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Oct  9 19:49:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7a52d7

app-emulation/simplevirt: snapshot bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-emulation/simplevirt/Manifest | 2 +-
 ...implevirt-0.0_p20181008.ebuild => simplevirt-0.0_p20181009.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/simplevirt/Manifest 
b/app-emulation/simplevirt/Manifest
index 53327df1b39..298cde2b7a5 100644
--- a/app-emulation/simplevirt/Manifest
+++ b/app-emulation/simplevirt/Manifest
@@ -3,4 +3,4 @@ DIST github.com-go-yaml-yaml-v2.2.1.tar.gz 70217 BLAKE2B 
4ba34bd9432699ec60348d1
 DIST github.com-inconshreveable-mousetrap-v1.0.0.tar.gz 2290 BLAKE2B 
bd46103e50dd916bad41aafbf8c1945d835222c131a88f4d3fba35feb4b11ae83c900280c9dafc6f0ef92f71b6a3ba02996dcb31d67eb49314b29d23fda2c8b8
 SHA512 
6f68bd6b7b1c7aa6651fe83b5230b6c8398b85561b01ca6a36ee638e186c325cc70444818de7a569db240159ba5840ed24f212e0defdf9f9890803a7641285d9
 DIST github.com-spf13-cobra-v0.0.3.tar.gz 101526 BLAKE2B 
8613eccdd5bbd31429b7aa8260ee9367e34a5cc78075b394b09db91a97445ed1dadfb53a86105b55cb6ea3b4c2f9d50553e9198d64dfb6033dd1db2805984a2c
 SHA512 
c38db9432a168f913b41a1e1b11d84bedfade82ff70791be9d343a6cc86b8a05b18bae344d67ebd8bae4c98662db7ac664a9dc86fa9b9ad4aa5c96cbf0178efb
 DIST github.com-spf13-pflag-v1.0.2.tar.gz 44042 BLAKE2B 
157fa6c2b1efa594abebd76ff03121050187974d62475b1aa66af325a2198ea64105655597703c37f25e22c4a07864d9fc31a6a29ba9233fdeefcceef400d5e5
 SHA512 
fd3cefd683329316eda4ec660193a970e38435515c16805190235e2c969c8d65a6f602fdc7c2f7cf3d9740c5a321ee5be5e8034bd6cd7c05c12722cf64d1e8ae
-DIST simplevirt-0.0_p20181008.tar.gz 14418 BLAKE2B 
f7c2274b57c874a26b04bfe0008ab5234a1841e0ca64104725048bbda6dc97086954958779a28e6457da9172f998e7a14298c84dcf5b1e43adf71909fa5c9f48
 SHA512 
003a30d204c02ea196ef23deddd924c2ccad92b861aece35d88be99416664f8b38c4da6e578f56b111a3b5d192032acbf30383cc659160755e8eeeb8b358b8d4
+DIST simplevirt-0.0_p20181009.tar.gz 14487 BLAKE2B 
ef18680c208f71686502048d611509773e5722c563b2adaa1f0020f4c36aae65550b045efdfe22f7a3fbe7600483850d3590a5be839acfdc5065e51174913a6a
 SHA512 
7cc4de465c8a399eeb8726c112492dff56696f5ca23dd0cd28c7d6da81727dfb2c2281731ff04c42ef27a5a836599dd1f36ce84eaba96d2700955e52b75193f9

diff --git a/app-emulation/simplevirt/simplevirt-0.0_p20181008.ebuild 
b/app-emulation/simplevirt/simplevirt-0.0_p20181009.ebuild
similarity index 96%
rename from app-emulation/simplevirt/simplevirt-0.0_p20181008.ebuild
rename to app-emulation/simplevirt/simplevirt-0.0_p20181009.ebuild
index 9310b3a9623..22eccbb29d1 100644
--- a/app-emulation/simplevirt/simplevirt-0.0_p20181008.ebuild
+++ b/app-emulation/simplevirt/simplevirt-0.0_p20181009.ebuild
@@ -14,8 +14,8 @@ EGO_VENDOR=(
 inherit linux-info golang-vcs-snapshot user
 
 EGO_PN="github.com/rafaelmartins/simplevirt"
-GIT_COMMIT="49d0d512f044a20adcabc1b3a0a56a69e5f1f9c7"
-GIT_VERSION="0.0.19-49d0"
+GIT_COMMIT="a1569d8a63fbed7ad200039d3b45fcad41f23f36"
+GIT_VERSION="0.0.20-a156"
 ARCHIVE_URI="https://${EGO_PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
 
 DESCRIPTION="Simple virtual machine manager for Linux (QEMU/KVM)"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/simplevirt/files/, app-emulation/simplevirt/

2018-10-08 Thread Rafael Martins
commit: de774cb735fbaf3e1cb20a48a721a48dcabd58a1
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Oct  8 20:32:19 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Oct  8 20:32:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de774cb7

app-emulation/simplevirt: initial snapshot import

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-emulation/simplevirt/Manifest  |  6 ++
 app-emulation/simplevirt/files/simplevirtd.confd   |  4 ++
 app-emulation/simplevirt/files/simplevirtd.initd   | 15 
 app-emulation/simplevirt/metadata.xml  | 18 +
 .../simplevirt/simplevirt-0.0_p20181008.ebuild | 81 ++
 5 files changed, 124 insertions(+)

diff --git a/app-emulation/simplevirt/Manifest 
b/app-emulation/simplevirt/Manifest
new file mode 100644
index 000..53327df1b39
--- /dev/null
+++ b/app-emulation/simplevirt/Manifest
@@ -0,0 +1,6 @@
+DIST github.com-go-check-check-20d25e2804050c1cd24a7eea1e7a6447dd0e74ec.tar.gz 
30367 BLAKE2B 
c18a0f1aff1bde8e6fc533ea627377ca4de4830d84289355f68163855ec97ac47f537b3b2627568c31714ac3a7672ebf86d60452269c75c80c2cd7565d7c97a0
 SHA512 
94342de3aad4db1c4442062f4cf4e57c723a43bbcb0069a8bed3b719e3864eef7500a24c9c99c755114708d6822e9b23f296b6d0b2b46f32cc6ffc65944d1729
+DIST github.com-go-yaml-yaml-v2.2.1.tar.gz 70217 BLAKE2B 
4ba34bd9432699ec60348d13d8b95498abf751a922f782bf177695e6854faf907c1728d1dc13ad1cb63215fe3a86366cd99068247d15c726ba77bd0cf434b9c6
 SHA512 
d49267ee361196b0a1e1b9ad6f6cfa903627ccf7925fc3acc8d1bd214b64d362a9dcee10ba524fb8887226235c5baa2c8812a9f62adc7e6719d4ed84baa4ce4b
+DIST github.com-inconshreveable-mousetrap-v1.0.0.tar.gz 2290 BLAKE2B 
bd46103e50dd916bad41aafbf8c1945d835222c131a88f4d3fba35feb4b11ae83c900280c9dafc6f0ef92f71b6a3ba02996dcb31d67eb49314b29d23fda2c8b8
 SHA512 
6f68bd6b7b1c7aa6651fe83b5230b6c8398b85561b01ca6a36ee638e186c325cc70444818de7a569db240159ba5840ed24f212e0defdf9f9890803a7641285d9
+DIST github.com-spf13-cobra-v0.0.3.tar.gz 101526 BLAKE2B 
8613eccdd5bbd31429b7aa8260ee9367e34a5cc78075b394b09db91a97445ed1dadfb53a86105b55cb6ea3b4c2f9d50553e9198d64dfb6033dd1db2805984a2c
 SHA512 
c38db9432a168f913b41a1e1b11d84bedfade82ff70791be9d343a6cc86b8a05b18bae344d67ebd8bae4c98662db7ac664a9dc86fa9b9ad4aa5c96cbf0178efb
+DIST github.com-spf13-pflag-v1.0.2.tar.gz 44042 BLAKE2B 
157fa6c2b1efa594abebd76ff03121050187974d62475b1aa66af325a2198ea64105655597703c37f25e22c4a07864d9fc31a6a29ba9233fdeefcceef400d5e5
 SHA512 
fd3cefd683329316eda4ec660193a970e38435515c16805190235e2c969c8d65a6f602fdc7c2f7cf3d9740c5a321ee5be5e8034bd6cd7c05c12722cf64d1e8ae
+DIST simplevirt-0.0_p20181008.tar.gz 14418 BLAKE2B 
f7c2274b57c874a26b04bfe0008ab5234a1841e0ca64104725048bbda6dc97086954958779a28e6457da9172f998e7a14298c84dcf5b1e43adf71909fa5c9f48
 SHA512 
003a30d204c02ea196ef23deddd924c2ccad92b861aece35d88be99416664f8b38c4da6e578f56b111a3b5d192032acbf30383cc659160755e8eeeb8b358b8d4

diff --git a/app-emulation/simplevirt/files/simplevirtd.confd 
b/app-emulation/simplevirt/files/simplevirtd.confd
new file mode 100644
index 000..9f679f6221a
--- /dev/null
+++ b/app-emulation/simplevirt/files/simplevirtd.confd
@@ -0,0 +1,4 @@
+# /etc/conf.d/simplevirtd: config file for simplevirtd
+
+# See `simplevirtd --help`
+SIMPLEVIRTD_OPTS=""

diff --git a/app-emulation/simplevirt/files/simplevirtd.initd 
b/app-emulation/simplevirt/files/simplevirtd.initd
new file mode 100755
index 000..f7ba444d6d9
--- /dev/null
+++ b/app-emulation/simplevirt/files/simplevirtd.initd
@@ -0,0 +1,15 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="simplevirtd"
+pidfile="/run/simplevirtd.pid"
+retry="SIGTERM/7200"
+command="/usr/sbin/simplevirtd"
+command_background="1"
+command_args="--syslog ${SIMPLEVIRTD_ARGS}"
+
+depend() {
+   need net
+   use dns logger
+}

diff --git a/app-emulation/simplevirt/metadata.xml 
b/app-emulation/simplevirt/metadata.xml
new file mode 100644
index 000..25e89f9e595
--- /dev/null
+++ b/app-emulation/simplevirt/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   rafaelmart...@gentoo.org
+   Rafael G. Martins
+   
+   
+   Simple virtual machine manager for Linux (QEMU/KVM)
+   
+   
+   
+   raf...@rafaelmartins.eng.br
+   Rafael G. Martins
+   
+   rafaelmartins/simplevirt
+   
+

diff --git a/app-emulation/simplevirt/simplevirt-0.0_p20181008.ebuild 
b/app-emulation/simplevirt/simplevirt-0.0_p20181008.ebuild
new file mode 100644
index 000..9310b3a9623
--- /dev/null
+++ b/app-emulation/simplevirt/simplevirt-0.0_p20181008.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2018 

[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-07-26 Thread Rafael Martins
commit: 0419d576167bb36ef40b74eb1f7bba8bba1e
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Thu Jul 26 22:59:02 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jul 26 22:59:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0419d576

app-text/blogc: version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/blogc/Manifest  | 2 +-
 app-text/blogc/{blogc-0.13.10.ebuild => blogc-0.14.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 084c79d5353..7cd57cb925a 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.10.tar.xz 319300 BLAKE2B 
884ab9f4a0a35d5aa6ac93274c495c87f57264d3fb7f3a2ea8bdaf42c6f8fa09d8821bee50a7d7afabdc8a4eccc757a61c94a06315dc54aa760d059327d2cdc5
 SHA512 
97dc05f559c267607ee6110e9eb558df36c1741b19798225d3fe04fdca16be5397e89bf1971993c2e2b5a33ffcc898becdfa85e28bbbf2b265bb2c4ca7adec5b
+DIST blogc-0.14.0.tar.xz 321752 BLAKE2B 
b25358c415684a305971945d87d9c21d9da3009ac35756ce501748e1de3824a82d0d855f15c0a5b5423bac775da5361470b32fb51e86b2cb33b28017cad976ff
 SHA512 
e9239a754b80b93ac98241f7ed6c0a962bb6bc2fb02dcc7eafbf5075f81655dc93c7bf0c41eb0c06fb158d60c8a42bf6ede6c7a58761707f2811a0a96d516a25

diff --git a/app-text/blogc/blogc-0.13.10.ebuild 
b/app-text/blogc/blogc-0.14.0.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.10.ebuild
rename to app-text/blogc/blogc-0.14.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-07-22 Thread Rafael Martins
commit: ebfbff660a67cc620aa3505f8c94bf39d0cf89a3
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sun Jul 22 23:43:51 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Jul 22 23:43:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfbff66

app-text/blogc: version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/blogc/Manifest  | 2 +-
 app-text/blogc/{blogc-0.13.9.ebuild => blogc-0.13.10.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index ac6475cb16b..084c79d5353 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.9.tar.xz 319084 BLAKE2B 
2e23e85d657e2905a94f71cebae31868a241783d44dc4da76c3bda02cf7c96c0516a834399e0b5bb66716c959acc32dac9d1374388a4e597a03dff9e8e11fef3
 SHA512 
9160884fd0a4088abacb9f4f3168c80a5a8b01d81a13606f3abf8c0f54b2bf0459f1c3833ab953a072eb87b8b8d8fc31467036999e85e2448fecbc36f97bb1db
+DIST blogc-0.13.10.tar.xz 319300 BLAKE2B 
884ab9f4a0a35d5aa6ac93274c495c87f57264d3fb7f3a2ea8bdaf42c6f8fa09d8821bee50a7d7afabdc8a4eccc757a61c94a06315dc54aa760d059327d2cdc5
 SHA512 
97dc05f559c267607ee6110e9eb558df36c1741b19798225d3fe04fdca16be5397e89bf1971993c2e2b5a33ffcc898becdfa85e28bbbf2b265bb2c4ca7adec5b

diff --git a/app-text/blogc/blogc-0.13.9.ebuild 
b/app-text/blogc/blogc-0.13.10.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.9.ebuild
rename to app-text/blogc/blogc-0.13.10.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-06-12 Thread Rafael Martins
commit: d6cf0753426207ca105ab5547afbba8b2263f723
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Tue Jun 12 22:31:05 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Jun 12 22:31:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6cf0753

app-text/blogc: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.8.ebuild => blogc-0.13.9.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 2c772d4c63e..ac6475cb16b 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.8.tar.xz 319016 BLAKE2B 
60806c50a31b0595d3282cbb4de7451d19d7d1ba3cfb6bd81b299f69b494363c72d00ab02e65dde58006abb22cb9994c6c3daa7170ad84b019bb699b5a822f20
 SHA512 
3eb2ba937fc2449631917c3ed20382cc1988e0a6c117350980943327111ede5bb87f276ab308179f0ca61a7dabd123706473e16edab2a42373965de5a0684a61
+DIST blogc-0.13.9.tar.xz 319084 BLAKE2B 
2e23e85d657e2905a94f71cebae31868a241783d44dc4da76c3bda02cf7c96c0516a834399e0b5bb66716c959acc32dac9d1374388a4e597a03dff9e8e11fef3
 SHA512 
9160884fd0a4088abacb9f4f3168c80a5a8b01d81a13606f3abf8c0f54b2bf0459f1c3833ab953a072eb87b8b8d8fc31467036999e85e2448fecbc36f97bb1db

diff --git a/app-text/blogc/blogc-0.13.8.ebuild 
b/app-text/blogc/blogc-0.13.9.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.8.ebuild
rename to app-text/blogc/blogc-0.13.9.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-06-10 Thread Rafael Martins
commit: 2e7f34cc47c32153370f4337ee21dcc9f9d67194
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sun Jun 10 18:00:55 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Jun 10 18:00:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7f34cc

app-text/blogc: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.7.ebuild => blogc-0.13.8.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index f70c1aec811..2c772d4c63e 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.7.tar.xz 319032 BLAKE2B 
687c7967a910ff5d569204161ed8c8824dd00b209a932d998448446e0d7838e03582eb1ce00e1f70bf5bb784059721e338ddf67c5b5823f393011149239bc6ab
 SHA512 
ec77d06677a9c39fc14a888aaf0472faf23d1444f224e306e65993fa22af6cd15b4cf6f542df944a1061a80338aba9a9ab17f98d78398d1bf8cd0ed144dcb279
+DIST blogc-0.13.8.tar.xz 319016 BLAKE2B 
60806c50a31b0595d3282cbb4de7451d19d7d1ba3cfb6bd81b299f69b494363c72d00ab02e65dde58006abb22cb9994c6c3daa7170ad84b019bb699b5a822f20
 SHA512 
3eb2ba937fc2449631917c3ed20382cc1988e0a6c117350980943327111ede5bb87f276ab308179f0ca61a7dabd123706473e16edab2a42373965de5a0684a61

diff --git a/app-text/blogc/blogc-0.13.7.ebuild 
b/app-text/blogc/blogc-0.13.8.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.7.ebuild
rename to app-text/blogc/blogc-0.13.8.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-06-10 Thread Rafael Martins
commit: fcd9c8a8a799508984e2194c5892946ff834ed27
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sun Jun 10 12:54:49 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Jun 10 12:54:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd9c8a8

app-text/blogc: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.6.ebuild => blogc-0.13.7.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index aaf18cc74a7..f70c1aec811 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.6.tar.xz 317680 BLAKE2B 
12020484ae1260efe8ee66e814a3c8a701fbe093a4abbef5c65ffd0fdd208677e311cbc6ef58aaae521697ffb03c04ce579f596d85879239213cef455ff8bc39
 SHA512 
101b1f4bb6bf4247d8ece8d263bfb58176ffcf1a85d919360464d24a9bdca0e66fd47a6acd9bfcddb343552fa34b2ef0c059e5045adaec5b6dc6918e2ebf6e39
+DIST blogc-0.13.7.tar.xz 319032 BLAKE2B 
687c7967a910ff5d569204161ed8c8824dd00b209a932d998448446e0d7838e03582eb1ce00e1f70bf5bb784059721e338ddf67c5b5823f393011149239bc6ab
 SHA512 
ec77d06677a9c39fc14a888aaf0472faf23d1444f224e306e65993fa22af6cd15b4cf6f542df944a1061a80338aba9a9ab17f98d78398d1bf8cd0ed144dcb279

diff --git a/app-text/blogc/blogc-0.13.6.ebuild 
b/app-text/blogc/blogc-0.13.7.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.6.ebuild
rename to app-text/blogc/blogc-0.13.7.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/

2018-05-14 Thread Rafael Martins
commit: 1388b133852e3ba06bf9e70e06d1c899f1cf3839
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Mon May 14 22:46:51 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon May 14 22:46:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1388b133

www-servers/gunicorn: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-servers/gunicorn/Manifest   | 2 +-
 www-servers/gunicorn/{gunicorn-19.7.1.ebuild => gunicorn-19.8.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/gunicorn/Manifest b/www-servers/gunicorn/Manifest
index 99327531e52..0e8db833318 100644
--- a/www-servers/gunicorn/Manifest
+++ b/www-servers/gunicorn/Manifest
@@ -2,4 +2,4 @@ DIST gunicorn-19.1.1.tar.gz 385155 BLAKE2B 
683bff89e9f7037b22748c968f842cbd6328f
 DIST gunicorn-19.3.0.tar.gz 395381 BLAKE2B 
cbdf0e4a8c5f107b3dbee9ac30b141142bd10e5a4d9046de3c2fe3af965e6b5f091ff29bdfd9f4a1da75ea409e6f9a3b9627f6069d5529dc9db4d6ad1e3f9860
 SHA512 
8c4e0bb1bf0b35aaf9160b9b7d87890a991451fbc86186454203f3483767858944704c1ec22dd52480ce1e4693e84b62b1428dd3b67b2ae925e0475dc08fcb50
 DIST gunicorn-19.4.5.tar.gz 399066 BLAKE2B 
046dd95170b3d6c6071c955462af5777ee0fbaa48d80c4a16b78fb1c9abd49bef98f7428e7f861b404a2791683074ae37a22a7e73d5b7f183fa6ac77d139123e
 SHA512 
a255178a4ce7966af5883fc6c104e7c472c87ce91861caf976b52cfb0ccd90b34109130334afa6c1f6dd251a4b33b052b1f9a4f598c5cd1e7f26e332b92e9154
 DIST gunicorn-19.6.0.tar.gz 404497 BLAKE2B 
8edc6907daf9cced83ab4213146d468789a23b4428a562f9f5cc7d2aa8f7c57137ca9f163609b6a8955537dfc5a93910a7cef183fa6457c5017cbb3941f4e0c8
 SHA512 
50b69ae18acc6f60be6fc5c6f4a867d8415d32009a1f959155b58502d52403a057612e97d6c9b69ec068ee5af7b9b045952a636a5edf4713a1249492611be479
-DIST gunicorn-19.7.1.tar.gz 402658 BLAKE2B 
8fd96ae3cc8c78beae8f3f84f960d75dc1a17134050fa7735cf0f01bd2a560bca733450d98c69e7c77b9679b3502df8e71dfe29d4127bd0f5086b7961b35e756
 SHA512 
ee01276028ad65c72076f09d95b6801a720700ec55d9b0bf929e0a6c0db546178a21c34f584ef1780f329218b2cfa3dc1e0c2d81bd4f7fcb0b328fbdfb0b9f0e
+DIST gunicorn-19.8.1.tar.gz 415541 BLAKE2B 
f0eefc4ff24052320b4dfaac3fc2523487f8dbb63365a9a3c52bc411b4d8f6150f348c709cae94dc4acb45e7fda534cf462d0339abc0325230d3560f76ce3241
 SHA512 
7f7fcbcde20b70d3a2faad595e08a028530348895f784eddcb35f24b3d5a7955edfc5b68aac4630243798fa37d41b7e869ec0d454dc80700c2630ba2cc39afc0

diff --git a/www-servers/gunicorn/gunicorn-19.7.1.ebuild 
b/www-servers/gunicorn/gunicorn-19.8.1.ebuild
similarity index 100%
rename from www-servers/gunicorn/gunicorn-19.7.1.ebuild
rename to www-servers/gunicorn/gunicorn-19.8.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-05-14 Thread Rafael Martins
commit: 56549b118f6391dbd32bc3f66257a2dd8a03cf67
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Mon May 14 21:07:03 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon May 14 21:07:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56549b11

app-text/blogc: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.5.ebuild => blogc-0.13.6.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 1a8b06dc527..aaf18cc74a7 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.5.tar.xz 317548 BLAKE2B 
aaaefc814785fa12e52489a0255612f8b69579554cd0858da3f79099cf23508c8f2041634faab94f39db554e8e9d3d49cec7f61adcf32faaa0197a2fdc33ece3
 SHA512 
26682a7bff063aa51a550d31fff10a283bec0ae30279b6d48609832f89918e4d316b923c561f5bbc07e8d2f12a83b6f36468537c5c7449b261f541293dda22c9
+DIST blogc-0.13.6.tar.xz 317680 BLAKE2B 
12020484ae1260efe8ee66e814a3c8a701fbe093a4abbef5c65ffd0fdd208677e311cbc6ef58aaae521697ffb03c04ce579f596d85879239213cef455ff8bc39
 SHA512 
101b1f4bb6bf4247d8ece8d263bfb58176ffcf1a85d919360464d24a9bdca0e66fd47a6acd9bfcddb343552fa34b2ef0c059e5045adaec5b6dc6918e2ebf6e39

diff --git a/app-text/blogc/blogc-0.13.5.ebuild 
b/app-text/blogc/blogc-0.13.6.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.5.ebuild
rename to app-text/blogc/blogc-0.13.6.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-05-13 Thread Rafael Martins
commit: 8aba58b7899a099562b4fe8e3b4cfaa16bf5e391
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Mon May 14 00:04:01 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon May 14 00:04:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aba58b7

app-text/blogc: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.4.ebuild => blogc-0.13.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index a7bd342b80e..1a8b06dc527 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.4.tar.xz 316512 BLAKE2B 
63621540561278805fb9656ece5478b38f9ab7c1ce998bf841037e761a0a67d8ed76807930ca0def29f3d77bc2ef7e154ed79194a794bc07cef5c2a8683efa8b
 SHA512 
e5382f8e9b7304a27dd58419000eee0102b17c0d264d1f0614f46e2531efbb14d01fd336759d07e2e83ce84dbe233a4d7b095f28bd85a963139483fd5d900a32
+DIST blogc-0.13.5.tar.xz 317548 BLAKE2B 
aaaefc814785fa12e52489a0255612f8b69579554cd0858da3f79099cf23508c8f2041634faab94f39db554e8e9d3d49cec7f61adcf32faaa0197a2fdc33ece3
 SHA512 
26682a7bff063aa51a550d31fff10a283bec0ae30279b6d48609832f89918e4d316b923c561f5bbc07e8d2f12a83b6f36468537c5c7449b261f541293dda22c9

diff --git a/app-text/blogc/blogc-0.13.4.ebuild 
b/app-text/blogc/blogc-0.13.5.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.4.ebuild
rename to app-text/blogc/blogc-0.13.5.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-apps/cgisysinfo/

2018-05-07 Thread Rafael Martins
commit: a50edaca90a69c294fa9cbee14861d646e5a0095
Author: Wim Muskee  gmail  com>
AuthorDate: Fri Jan 26 06:03:06 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon May  7 18:01:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50edaca

www-apps/cgisysinfo: update SRC_URI, HOMEPAGE, REPO_URI

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

Apparently, the Github 0.4.1 version requires an eautoreconf.
The Github compiled bin has the same md5sum as the one from the tree.

 www-apps/cgisysinfo/Manifest|  2 +-
 www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild | 16 +---
 www-apps/cgisysinfo/metadata.xml|  3 +++
 3 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/www-apps/cgisysinfo/Manifest b/www-apps/cgisysinfo/Manifest
index 26067868433..26e3e3ab7dd 100644
--- a/www-apps/cgisysinfo/Manifest
+++ b/www-apps/cgisysinfo/Manifest
@@ -1 +1 @@
-DIST cgisysinfo-0.4.1.tar.bz2 262016 BLAKE2B 
f5595474591e55fb38b51a9235ad1d18b08e11694e79bcfb15234aed4e267f4c7f83202117c38df34d4e6045725f6d4ce8c2745a6e31b50c86a0b2db311b2a87
 SHA512 
fd14339ea346f70c9b5632ae861ba006b70c5ff5849ebbd3b32bcedaf0a5865d411d6d0f251362baea515f0d64639d544779c3569574a710ed4967c9fa770909
+DIST cgisysinfo-0.4.1.tar.gz 17662 BLAKE2B 
63997c790d7d42d0a91f53f667a75b53b1954c1bf13f97f99918bcd926c6dcb4a7e75b1658490aab2d0d1ac666f163c910d903b26675994755c82d84bc52fa0f
 SHA512 
a966c96345454424258b623038b555767d71e1e4258f92114081d93e8ce490b26e4c2b88f6ad527f0b55d267d008da3b13774b7e2499ad6b96e035ba3be2e912

diff --git a/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild 
b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
index 392f1647e1c..0dc2dac982c 100644
--- a/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
+++ b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
@@ -3,18 +3,22 @@
 
 EAPI="5"
 
+inherit autotools
+
 if [[ ${PV} = ** ]]; then
WANT_AUTOMAKE="1.10"
-   inherit autotools mercurial
-   EHG_REPO_URI="http://hg.rafaelmartins.eng.br/cgisysinfo/;
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rafaelmartins/${PN};
KEYWORDS=""
+   DOCS=( "README.md" "AUTHORS" "NEWS" )
 else
-   SRC_URI="http://distfiles.rafaelmartins.eng.br/${PN}/${P}.tar.bz2;
+   SRC_URI="https://github.com/rafaelmartins/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
+   DOCS=( "README" "AUTHORS" "NEWS" )
 fi
 
 DESCRIPTION="A small cgi utility to show basic system information"
-HOMEPAGE="http://projects.rafaelmartins.eng.br/cgisysinfo;
+HOMEPAGE="https://github.com/rafaelmartins/cgisysinfo;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -23,10 +27,8 @@ IUSE="fastcgi"
 DEPEND="fastcgi? ( dev-libs/fcgi )"
 RDEPEND="${DEPEND}"
 
-DOCS="README AUTHORS NEWS"
-
 src_prepare() {
-   [[ ${PV} = ** ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {

diff --git a/www-apps/cgisysinfo/metadata.xml b/www-apps/cgisysinfo/metadata.xml
index 94d26d8201c..44c61e61b12 100644
--- a/www-apps/cgisysinfo/metadata.xml
+++ b/www-apps/cgisysinfo/metadata.xml
@@ -13,4 +13,7 @@
tested with nginx + fcgiwrap. It should works with any 
CGI-capable web
server.

+   
+   rafaelmartins/cgisysinfo
+   
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/

2018-04-20 Thread Rafael Martins
commit: c12e6b78971234b48f0daecb3be3fc3d98e5f83f
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Fri Apr 20 15:45:02 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Fri Apr 20 15:45:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12e6b78

www-servers/gunicorn: version bump (bug #653590)

also removed examples use flag, banned on EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 www-servers/gunicorn/Manifest   |  1 +
 www-servers/gunicorn/gunicorn-19.7.1.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/www-servers/gunicorn/Manifest b/www-servers/gunicorn/Manifest
index e4ea77d20cf..99327531e52 100644
--- a/www-servers/gunicorn/Manifest
+++ b/www-servers/gunicorn/Manifest
@@ -2,3 +2,4 @@ DIST gunicorn-19.1.1.tar.gz 385155 BLAKE2B 
683bff89e9f7037b22748c968f842cbd6328f
 DIST gunicorn-19.3.0.tar.gz 395381 BLAKE2B 
cbdf0e4a8c5f107b3dbee9ac30b141142bd10e5a4d9046de3c2fe3af965e6b5f091ff29bdfd9f4a1da75ea409e6f9a3b9627f6069d5529dc9db4d6ad1e3f9860
 SHA512 
8c4e0bb1bf0b35aaf9160b9b7d87890a991451fbc86186454203f3483767858944704c1ec22dd52480ce1e4693e84b62b1428dd3b67b2ae925e0475dc08fcb50
 DIST gunicorn-19.4.5.tar.gz 399066 BLAKE2B 
046dd95170b3d6c6071c955462af5777ee0fbaa48d80c4a16b78fb1c9abd49bef98f7428e7f861b404a2791683074ae37a22a7e73d5b7f183fa6ac77d139123e
 SHA512 
a255178a4ce7966af5883fc6c104e7c472c87ce91861caf976b52cfb0ccd90b34109130334afa6c1f6dd251a4b33b052b1f9a4f598c5cd1e7f26e332b92e9154
 DIST gunicorn-19.6.0.tar.gz 404497 BLAKE2B 
8edc6907daf9cced83ab4213146d468789a23b4428a562f9f5cc7d2aa8f7c57137ca9f163609b6a8955537dfc5a93910a7cef183fa6457c5017cbb3941f4e0c8
 SHA512 
50b69ae18acc6f60be6fc5c6f4a867d8415d32009a1f959155b58502d52403a057612e97d6c9b69ec068ee5af7b9b045952a636a5edf4713a1249492611be479
+DIST gunicorn-19.7.1.tar.gz 402658 BLAKE2B 
8fd96ae3cc8c78beae8f3f84f960d75dc1a17134050fa7735cf0f01bd2a560bca733450d98c69e7c77b9679b3502df8e71dfe29d4127bd0f5086b7961b35e756
 SHA512 
ee01276028ad65c72076f09d95b6801a720700ec55d9b0bf929e0a6c0db546178a21c34f584ef1780f329218b2cfa3dc1e0c2d81bd4f7fcb0b328fbdfb0b9f0e

diff --git a/www-servers/gunicorn/gunicorn-19.7.1.ebuild 
b/www-servers/gunicorn/gunicorn-19.7.1.ebuild
new file mode 100644
index 000..8aef7da541f
--- /dev/null
+++ b/www-servers/gunicorn/gunicorn-19.7.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A WSGI HTTP Server for UNIX"
+HOMEPAGE="http://gunicorn.org https://pypi.org/project/gunicorn 
https://github.com/benoitc/gunicorn;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT PSF-2 doc? ( BSD )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   )"
+
+DOCS="README.rst"
+
+python_prepare_all() {
+   sed -ie "s/..\/bin/\/usr\/bin\//" docs/Makefile || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   py.test -v || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-03-20 Thread Rafael Martins
commit: 0e5991297c8a718bd2c3381b6177133d751a444a
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Tue Mar 20 22:42:41 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Mar 20 22:43:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e599129

app-text/blogc: version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.3.ebuild => blogc-0.13.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 58524c10c61..a7bd342b80e 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.3.tar.xz 315936 BLAKE2B 
e23ac0f1ca026afb47997d42adeaae8adc67f71b09984675d584af9f6e673ad4f894220fa3105297ccea6c3ae90d5853459c061793504fd635683af326a8b018
 SHA512 
eaf9c6fae0e224207a7c552747fe6e205bbd4ee8d2d8d158352234609b0d31dc1d40997f7ba98f4311a15ec4f3968e7bde4bce7c78d4e82d8b27b5fd34b5c40b
+DIST blogc-0.13.4.tar.xz 316512 BLAKE2B 
63621540561278805fb9656ece5478b38f9ab7c1ce998bf841037e761a0a67d8ed76807930ca0def29f3d77bc2ef7e154ed79194a794bc07cef5c2a8683efa8b
 SHA512 
e5382f8e9b7304a27dd58419000eee0102b17c0d264d1f0614f46e2531efbb14d01fd336759d07e2e83ce84dbe233a4d7b095f28bd85a963139483fd5d900a32

diff --git a/app-text/blogc/blogc-0.13.3.ebuild 
b/app-text/blogc/blogc-0.13.4.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.3.ebuild
rename to app-text/blogc/blogc-0.13.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-lang/luajit/

2018-03-13 Thread Rafael Martins
commit: fbe3d6c02f87e083483e3f5a84ee99a5a315fec7
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Wed Mar 14 02:07:23 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed Mar 14 02:07:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe3d6c0

dev-lang/luajit: version bump. bug #645526

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lang/luajit/Manifest|  1 +
 dev-lang/luajit/luajit-2.0.5.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/dev-lang/luajit/Manifest b/dev-lang/luajit/Manifest
index 13b68cbb82a..f52d5b141d5 100644
--- a/dev-lang/luajit/Manifest
+++ b/dev-lang/luajit/Manifest
@@ -2,3 +2,4 @@ DIST LuaJIT-1.1.6.tar.gz 364447 BLAKE2B 
6c9f0c8269770268a123052d63fc72ad5e44f72d
 DIST LuaJIT-2.0.2.tar.gz 843031 BLAKE2B 
7dbf36c1d41106bb55b4588920a79b4c68139e009cb157d0f4ca8f0c72d8f7def1edd4517237234c5833acdbda0ec3dc25edb18bc55298b139463dbb6e58476a
 SHA512 
c1afea13ec61a59f37d1f61fc50bcac47208d9d4f0a80689b74e901ad2b34294b6c89a0b4eef54b43f3d2db411660da61b191b0bbfba4ba2f97743a9ee4484e3
 DIST LuaJIT-2.0.3.tar.gz 844927 BLAKE2B 
a6ed54ef562b7af594367cbc0ed6e20295bb64781ceb6b46df81d10d7abd9fdaf902344ab7a6dfdffa6fc38b05e70648ae53c9cffdfb2a866989eba4b02fe9df
 SHA512 
7b3e3de22ac3602299b5918b60801e45a3278e547a15c16fdae7359538d4ada27ba664935d5f97c7409f330c2f8efeaae9ea03415f5e9d5a9d81e022cd5d36e0
 DIST LuaJIT-2.0.4.tar.gz 847615 BLAKE2B 
b410d06734056283655e70a53b4f1160553cc74a9d6a80d4a919f7f38589888fff339eda661ec623258a5f186f4eb2d2c9b5809b6f7e55f9e058058426e2fe74
 SHA512 
a72957bd85d8f457269e78bf08c19b28c5707df5d19920d61918f8a6913f55913ce13037fb9a6463c04cefde0c6644739f390e09d656e4bbc2c236927aa3f8f9
+DIST LuaJIT-2.0.5.tar.gz 849845 BLAKE2B 
961c8622e19b0e66a76a875cb46ad149cb2559b5af41f360dc41dd0d6bb924583e6477dd1329f67c2ac6ea4b8dc42c5e2f4d63ea49400aba4d9e7c7e85e4b085
 SHA512 
2636675602b4a060b0571c05220db2061dd2f38568e35b2be346a0f5e3128d87057d11d3d0d7567d8cc4e0817b5e4cf2c52a17a48065520962b157816465a9fe

diff --git a/dev-lang/luajit/luajit-2.0.5.ebuild 
b/dev-lang/luajit/luajit-2.0.5.ebuild
new file mode 100644
index 000..7f2cffc
--- /dev/null
+++ b/dev-lang/luajit/luajit-2.0.5.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib pax-utils versionator toolchain-funcs
+
+MY_PV="$(get_version_component_range 1-3)"
+MY_P="LuaJIT-${MY_PV}"
+if [[ -n $(get_version_component_range 4) ]]; then
+   HOTFIX="v${PV}"
+   HOTFIX="${HOTFIX/_p/_hotfix}.patch"
+fi
+
+DESCRIPTION="Just-In-Time Compiler for the Lua programming language"
+HOMEPAGE="http://luajit.org/;
+SRC_URI="http://luajit.org/download/${MY_P}.tar.gz
+   ${HOTFIX:+http://luajit.org/download/${HOTFIX}};
+
+LICENSE="MIT"
+# this should probably be pkgmoved to 2.0 for sake of consistency.
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="lua52compat"
+
+S="${WORKDIR}/${MY_P}"
+
+HTML_DOCS=( doc/. )
+
+src_prepare(){
+   if [[ -n ${HOTFIX} ]]; then
+   epatch "${DISTDIR}/${HOTFIX}"
+   fi
+   default
+}
+
+_emake() {
+   emake \
+   Q= \
+   PREFIX="${EPREFIX}/usr" \
+   MULTILIB="$(get_libdir)" \
+   DESTDIR="${D}" \
+   HOST_CC="$(tc-getBUILD_CC)" \
+   STATIC_CC="$(tc-getCC)" \
+   DYNAMIC_CC="$(tc-getCC) -fPIC" \
+   TARGET_LD="$(tc-getCC)" \
+   TARGET_AR="$(tc-getAR) rcus" \
+   TARGET_STRIP="true" \
+   INSTALL_LIB="${ED%/}/usr/$(get_libdir)" \
+   "$@"
+}
+
+src_compile() {
+   _emake XCFLAGS="$(usex lua52compat "-DLUAJIT_ENABLE_LUA52COMPAT" "")"
+}
+
+src_install(){
+   _emake install
+
+   pax-mark m "${ED}usr/bin/luajit-${MY_PV}"
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-03-13 Thread Rafael Martins
commit: 53a4aacd5ab0fb808eba4bfcf19595b8eacffe5c
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Wed Mar 14 01:38:00 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Wed Mar 14 01:38:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a4aacd

app-text/blogc: version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.2.ebuild => blogc-0.13.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index f563c96aa6c..58524c10c61 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.2.tar.xz 315832 BLAKE2B 
f5a8392318a96bc4356b6df4386cbd2b1037fe5e6ed2a6f4bebbf02221a0775601dd39dc06995e3846e224d3597dd8b7537bc6309f46b63abe1bab37dbc80f8d
 SHA512 
1c5a987e6ac7b1460082f2f50cadee645113134f925e331dd2c8b40f0284cbca855db969aaf624cfff503b8040094168c743f4c0d7832bea6f7a9b0b5d044cee
+DIST blogc-0.13.3.tar.xz 315936 BLAKE2B 
e23ac0f1ca026afb47997d42adeaae8adc67f71b09984675d584af9f6e673ad4f894220fa3105297ccea6c3ae90d5853459c061793504fd635683af326a8b018
 SHA512 
eaf9c6fae0e224207a7c552747fe6e205bbd4ee8d2d8d158352234609b0d31dc1d40997f7ba98f4311a15ec4f3968e7bde4bce7c78d4e82d8b27b5fd34b5c40b

diff --git a/app-text/blogc/blogc-0.13.2.ebuild 
b/app-text/blogc/blogc-0.13.3.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.2.ebuild
rename to app-text/blogc/blogc-0.13.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-03-11 Thread Rafael Martins
commit: 31da6fd86a4643288876c599768f1abcdf5b3966
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Mon Mar 12 00:22:56 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Mar 12 00:22:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31da6fd8

app-text/blogc: version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.1.ebuild => blogc-0.13.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index bed6d317dea..f563c96aa6c 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.1.tar.xz 315300 BLAKE2B 
e764854004bc51c2636fd7459018241835908473838e6fd242e09dbbf4e631c66a68af4c566eb6cd096302079323c74e124093989c9d3ed0ea909f7316c4913c
 SHA512 
3fcb7440707a671c3d077cad0bbd3f2b2a09faacc2abaede6ee18f6a7d5d9e315922ae1f281cb5a1742073401882ecce0983be24f70373a4741016a3b8042dbc
+DIST blogc-0.13.2.tar.xz 315832 BLAKE2B 
f5a8392318a96bc4356b6df4386cbd2b1037fe5e6ed2a6f4bebbf02221a0775601dd39dc06995e3846e224d3597dd8b7537bc6309f46b63abe1bab37dbc80f8d
 SHA512 
1c5a987e6ac7b1460082f2f50cadee645113134f925e331dd2c8b40f0284cbca855db969aaf624cfff503b8040094168c743f4c0d7832bea6f7a9b0b5d044cee

diff --git a/app-text/blogc/blogc-0.13.1.ebuild 
b/app-text/blogc/blogc-0.13.2.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.1.ebuild
rename to app-text/blogc/blogc-0.13.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2018-02-22 Thread Rafael Martins
commit: 4b8418c06fb9c69d87cae2e4bba0c6b7ffe39800
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Thu Feb 22 21:00:37 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Feb 22 21:00:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8418c0

app-text/blogc: version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.0.ebuild => blogc-0.13.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 18308fb0c69..bed6d317dea 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.0.tar.xz 314448 BLAKE2B 
b328d5e669af1f55ea745823c81bd1ada8af672c483e95b46f76306161e5b562329cb4dc64590a33809f83e94e47cd1564b8b38fddb62d46b36f76c838e0c3f1
 SHA512 
bd18099503ff5c14218a4c8a56f0993c2df7d24a30f0e9e5db7fe324726c123335016ba4a19bff5daff3df3bdcb1d8cb032e3f328e5049141ea5fef534352aa9
+DIST blogc-0.13.1.tar.xz 315300 BLAKE2B 
e764854004bc51c2636fd7459018241835908473838e6fd242e09dbbf4e631c66a68af4c566eb6cd096302079323c74e124093989c9d3ed0ea909f7316c4913c
 SHA512 
3fcb7440707a671c3d077cad0bbd3f2b2a09faacc2abaede6ee18f6a7d5d9e315922ae1f281cb5a1742073401882ecce0983be24f70373a4741016a3b8042dbc

diff --git a/app-text/blogc/blogc-0.13.0.ebuild 
b/app-text/blogc/blogc-0.13.1.ebuild
similarity index 96%
rename from app-text/blogc/blogc-0.13.0.ebuild
rename to app-text/blogc/blogc-0.13.1.ebuild
index eab99becb99..29595c41810 100644
--- a/app-text/blogc/blogc-0.13.0.ebuild
+++ b/app-text/blogc/blogc-0.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/

2018-01-16 Thread Rafael Martins
commit: 410c02ed606ae2189a6696a63b1ea6e6af61df2f
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Tue Jan 16 20:25:29 2018 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Jan 16 20:25:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410c02ed

www-apps/blohg: removed docutils version lock (bug #643234)

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 www-apps/blohg/{blohg-0.13-r2.ebuild => blohg-0.13-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild 
b/www-apps/blohg/blohg-0.13-r3.ebuild
similarity index 96%
rename from www-apps/blohg/blohg-0.13-r2.ebuild
rename to www-apps/blohg/blohg-0.13-r3.ebuild
index f28eb4067fe..f9a9daaf2eb 100644
--- a/www-apps/blohg/blohg-0.13-r2.ebuild
+++ b/www-apps/blohg/blohg-0.13-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,7 +32,7 @@ REQUIRED_USE="|| ( git mercurial )
 
 RDEPEND="
>=dev-python/click-2.0
-   =dev-python/docutils-0.11*
+   >=dev-python/docutils-0.11
>=dev-python/flask-0.10.1
>=dev-python/flask-babel-0.7
>=dev-python/frozen-flask-0.7



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2017-11-18 Thread Rafael Martins
commit: 12b520885b7d554650f0b6f6a2abee45e52eec6d
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sun Nov 19 01:25:12 2017 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Nov 19 01:25:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b52088

app-text/blogc: Version bump

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.12.0.ebuild => blogc-0.13.0.ebuild} | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 07ca3150ed1..7506b789a5d 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.12.0.tar.xz 290484 SHA256 
85453c0184396f217ac95ae8ba70f0693b16f57321f82a09b7ff46d3a1d257ac SHA512 
959610d6be23bbb011a881712deaa8100120a1a76c4cf4722716a915d55af7ca93ed416d3a39cb8fbad64e0693b64fbfe3055b1a7d012a003c05122a199a65b9
 WHIRLPOOL 
8ec096d2fbe537b29265dc92eea8b913e83396a6dc1629e9a86434e0e963ee4804183625c1a51b9730f7822175af77a0ad5297614518b86c25d22c9b54ef4300
+DIST blogc-0.13.0.tar.xz 314448 SHA256 
e942648e6bd76b1fa51d3d9f4d5bffbc4fa2a6ce08d27e6f6fd09f4ce24a34af SHA512 
bd18099503ff5c14218a4c8a56f0993c2df7d24a30f0e9e5db7fe324726c123335016ba4a19bff5daff3df3bdcb1d8cb032e3f328e5049141ea5fef534352aa9
 WHIRLPOOL 
b5735b92bb40040b58989fc9bd9579197edab8d6339a6757ecde6971bf93c2f4d3153ef8f458cb3425e73e262b9e18acffb86584cebc1cb17b3a5fe03eafe81b

diff --git a/app-text/blogc/blogc-0.12.0.ebuild 
b/app-text/blogc/blogc-0.13.0.ebuild
similarity index 92%
rename from app-text/blogc/blogc-0.12.0.ebuild
rename to app-text/blogc/blogc-0.13.0.ebuild
index 8dfe5bbee96..eab99becb99 100644
--- a/app-text/blogc/blogc-0.12.0.ebuild
+++ b/app-text/blogc/blogc-0.13.0.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="git httpd test"
+IUSE="git httpd make test"
 
 RDEPEND="
git? (
@@ -51,7 +51,9 @@ src_configure() {
econf \
$(use_enable test tests) \
$(use_enable git git-receiver) \
+   $(use_enable make make) \
$(use_enable httpd runserver) \
+   --disable-make-embedded \
--disable-valgrind \
${myconf}
 }



[gentoo-commits] data/api:master commit in: files/overlays/

2017-05-06 Thread Rafael Martins
commit: b8467223a1f7c0109528ad26379e288a3e793b4e
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sat May  6 23:22:24 2017 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat May  6 23:22:24 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=b8467223

repositories: Add flightsim overlay

 files/overlays/repositories.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 9f8bdd9..3b666e5 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1677,6 +1677,19 @@ FIN
 git://github.com/wimmuskee/flavour.git
   
   
+flightsim
+Overlay with packages for flight simulation, mainly 
related to X-Plane
+https://github.com/rafaelmartins/flightsim-overlay
+
+  rafaelmart...@gentoo.org
+  Rafael G. Martins
+
+https://github.com/rafaelmartins/flightsim-overlay.git
+git://github.com/rafaelmartins/flightsim-overlay.git
+g...@github.com:rafaelmartins/flightsim-overlay.git
+
https://github.com/rafaelmartins/flightsim-overlay/commits/master.atom
+  
+  
 floppym
 floppym's personal overlay
 http://bitbucket.org/floppym/floppym-overlay



[gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/

2017-01-22 Thread Rafael Martins
commit: fe7d52f325f78a08e74d66883bf29624e9181c8e
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Jan 23 03:38:52 2017 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Jan 23 03:39:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7d52f3

dev-lang/lua: cleanup wrt bug #520480

Package-Manager: portage-2.2.28

 dev-lang/lua/Manifest|   1 -
 dev-lang/lua/lua-5.1.4-r8.ebuild | 124 
 dev-lang/lua/lua-5.1.5-r1.ebuild | 119 ---
 dev-lang/lua/lua-5.1.5-r2.ebuild | 124 
 dev-lang/lua/lua-5.1.5-r3.ebuild | 133 ---
 dev-lang/lua/lua-5.1.5.ebuild| 119 ---
 6 files changed, 620 deletions(-)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index 52b6621..e73f574 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -1,4 +1,3 @@
-DIST lua-5.1.4.tar.gz 216679 SHA256 
b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a SHA512 
bc542fe8535826ac1e49b03a8f238cf049724b02c14718f8162cfeaf735a5e6c58412ff18dbe7a38e4cc4433f3d1e702554e9b24b5f021634b4280880980f40f
 WHIRLPOOL 
2d8fdf77e31314eed68d8ace368a62a608a58114bea5c8797a2e2d327ca870dd4450ede494733d49c97bb447c97adf08610027df3206999a35fb49cde77448fd
 DIST lua-5.1.5.tar.gz 221213 SHA256 
2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 SHA512 
0142fefcbd13afcd9b201403592aa60620011cc8e8559d4d2db2f92739d18186860989f48caa45830ff4f99bfc7483287fd3ff3a16d4dec928e2767ce4d542a9
 WHIRLPOOL 
9dac93b73b9ad1ef6c69e0aa11fb53d5efe89274b65c55a1ac30bab23e8a255851b0e44306db54212b1d481e658cecd38e5ff22a25e1fa974858b7b03fb45b75
 DIST lua-5.2.3.tar.gz 251195 SHA256 
13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d SHA512 
264bb7c8db2f190ef0ca38584ec81999ab588f54e03119c5214c40bb8925b0eb407fac483a03e40cc8a220f6748ddff7d3a7392da3803418276b0d263b866449
 WHIRLPOOL 
d278a1e38416bcf7f82eb3e7fd5fb423e60ccb69e9d57a937070516ff8be2d19a98bbfdaf37ec6fd6fb3ef2d625900977ca0cb47e46cb0ede5ebd5d37a9454ef
 DIST lua-5.3.3.tar.gz 294290 SHA256 
5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2 SHA512 
7b8122ed48ea2a9faa47d1b69b4a5b1523bb7be67e78f252bb4339bf75e957a88c5405156e22b4b63ccf607a5407bf017a4cee1ce12b1aa5262047655960a3cc
 WHIRLPOOL 
e9d58093327e3c67e167dad9952796f1f2f0dbfa4f165c0ec5a8808a6a73d3b25e564797a2804d408bdaeb7229e7684f907491137d4521119ba918ce87c781bc

diff --git a/dev-lang/lua/lua-5.1.4-r8.ebuild b/dev-lang/lua/lua-5.1.4-r8.ebuild
deleted file mode 100644
index 3a4bbf1..
--- a/dev-lang/lua/lua-5.1.4-r8.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils multilib portability toolchain-funcs versionator
-
-DESCRIPTION="A powerful light-weight programming language designed for 
extending applications"
-HOMEPAGE="http://www.lua.org/;
-SRC_URI="http://www.lua.org/ftp/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~ppc-aix ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="+deprecated emacs readline static"
-
-RDEPEND="readline? ( sys-libs/readline )"
-DEPEND="${RDEPEND}
-   sys-devel/libtool"
-PDEPEND="emacs? ( app-emacs/lua-mode )"
-
-src_prepare() {
-   local PATCH_PV=$(get_version_component_range 1-2)
-
-   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make-r1.patch
-   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-module_paths.patch
-
-   # use glibtool on Darwin (versus Apple libtool)
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   sed -i -e '/LIBTOOL = /s:libtool:glibtool:' \
-   Makefile src/Makefile || die
-   fi
-
-   EPATCH_SOURCE="${FILESDIR}/${PV}" EPATCH_SUFFIX="upstream.patch" epatch
-
-   # correct lua versioning
-   sed -i -e 's/\(LIB_VERSION = \)6:1:1/\16:4:1/' src/Makefile
-
-   sed -i -e 's:\(/README\)\("\):\1.gz\2:g' doc/readme.html
-
-   if ! use deprecated ; then
-   epatch "${FILESDIR}"/${P}-deprecated.patch
-   epatch "${FILESDIR}"/${P}-test.patch
-   fi
-
-   if ! use readline ; then
-   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-readline.patch
-   fi
-
-   # Using dynamic linked lua is not recommended for performance
-   # reasons. http://article.gmane.org/gmane.comp.lang.lua.general/18519
-   # Mainly, this is of concern if your arch is poor with GPRs, like x86
-   # Note that this only affects the interpreter binary (named lua), not 
the lua
-   #

[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-12-27 Thread Rafael Martins
commit: 3eecc317e5707f4aa8dcd14aad8f36f0c46c638a
Author: Rafael Martins  gentoo  org>
AuthorDate: Tue Dec 27 16:00:33 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Dec 27 16:00:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eecc317

app-text/blogc: added support to blogc-make on live ebuild

Package-Manager: portage-2.2.28

 app-text/blogc/blogc-.ebuild | 4 +++-
 app-text/blogc/metadata.xml  | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-text/blogc/blogc-.ebuild b/app-text/blogc/blogc-.ebuild
index 39b3f47..4633ada 100644
--- a/app-text/blogc/blogc-.ebuild
+++ b/app-text/blogc/blogc-.ebuild
@@ -24,7 +24,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="git httpd test"
+IUSE="git httpd make test"
 
 RDEPEND="
git? (
@@ -54,7 +54,9 @@ src_configure() {
econf \
$(use_enable test tests) \
$(use_enable git git-receiver) \
+   $(use_enable make make) \
$(use_enable httpd runserver) \
+   --disable-make-embedded \
--disable-valgrind \
${myconf}
 }

diff --git a/app-text/blogc/metadata.xml b/app-text/blogc/metadata.xml
index e5a1537..6a92145 100644
--- a/app-text/blogc/metadata.xml
+++ b/app-text/blogc/metadata.xml
@@ -18,6 +18,7 @@


Build blogc-git-receiver tool
+   Build blogc-make tool
Build blogc-runserver tool

 



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

2016-12-04 Thread Rafael Martins
commit: 6ba38144eb50467a86a8ffc3ec6b8d5390ee02ea
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Dec  4 21:42:33 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Dec  4 21:42:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba38144

profiles: mask dev-lang/lua-5.3.3

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 40cbe0a..167e249 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -902,11 +902,14 @@ dev-ruby/weakling
 # Masked slotted lua for testing
 # William Hubbs <willi...@gentoo.org> (07 Aug 2016)
 # Taking this mask since Mabi is retired
+# Rafael Martins <rafaelmart...@gentoo.org> (04 Dec 2016)
+# Adding Lua 5.3 to mask
 app-eselect/eselect-lua
 =dev-lang/lua-5.1.5-r2
 =dev-lang/lua-5.1.5-r100
 =dev-lang/lua-5.2.3
 =dev-lang/lua-5.2.3-r1
+=dev-lang/lua-5.3.3
 
 # Sergey Popov <pinkb...@gentoo.org> (20 Mar 2014)
 # Security mask of vulnerable versions, wrt bug #424167



[gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/, dev-lang/lua/files/

2016-12-04 Thread Rafael Martins
commit: 6b23d8c4a53e99b1605447eb7e9a561f860d1eed
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Dec  4 21:44:44 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Dec  4 21:44:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b23d8c4

dev-lang/lua: added 5.3.3, masked for testing (bug #541042)

Package-Manager: portage-2.2.28

 dev-lang/lua/Manifest|   1 +
 dev-lang/lua/files/lua-5.3-make-r1.patch |  91 
 dev-lang/lua/lua-5.3.3.ebuild| 137 +++
 3 files changed, 229 insertions(+)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index 3404943..52b6621 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -1,3 +1,4 @@
 DIST lua-5.1.4.tar.gz 216679 SHA256 
b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a SHA512 
bc542fe8535826ac1e49b03a8f238cf049724b02c14718f8162cfeaf735a5e6c58412ff18dbe7a38e4cc4433f3d1e702554e9b24b5f021634b4280880980f40f
 WHIRLPOOL 
2d8fdf77e31314eed68d8ace368a62a608a58114bea5c8797a2e2d327ca870dd4450ede494733d49c97bb447c97adf08610027df3206999a35fb49cde77448fd
 DIST lua-5.1.5.tar.gz 221213 SHA256 
2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 SHA512 
0142fefcbd13afcd9b201403592aa60620011cc8e8559d4d2db2f92739d18186860989f48caa45830ff4f99bfc7483287fd3ff3a16d4dec928e2767ce4d542a9
 WHIRLPOOL 
9dac93b73b9ad1ef6c69e0aa11fb53d5efe89274b65c55a1ac30bab23e8a255851b0e44306db54212b1d481e658cecd38e5ff22a25e1fa974858b7b03fb45b75
 DIST lua-5.2.3.tar.gz 251195 SHA256 
13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d SHA512 
264bb7c8db2f190ef0ca38584ec81999ab588f54e03119c5214c40bb8925b0eb407fac483a03e40cc8a220f6748ddff7d3a7392da3803418276b0d263b866449
 WHIRLPOOL 
d278a1e38416bcf7f82eb3e7fd5fb423e60ccb69e9d57a937070516ff8be2d19a98bbfdaf37ec6fd6fb3ef2d625900977ca0cb47e46cb0ede5ebd5d37a9454ef
+DIST lua-5.3.3.tar.gz 294290 SHA256 
5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2 SHA512 
7b8122ed48ea2a9faa47d1b69b4a5b1523bb7be67e78f252bb4339bf75e957a88c5405156e22b4b63ccf607a5407bf017a4cee1ce12b1aa5262047655960a3cc
 WHIRLPOOL 
e9d58093327e3c67e167dad9952796f1f2f0dbfa4f165c0ec5a8808a6a73d3b25e564797a2804d408bdaeb7229e7684f907491137d4521119ba918ce87c781bc

diff --git a/dev-lang/lua/files/lua-5.3-make-r1.patch 
b/dev-lang/lua/files/lua-5.3-make-r1.patch
new file mode 100644
index ..b9e9051
--- /dev/null
+++ b/dev-lang/lua/files/lua-5.3-make-r1.patch
@@ -0,0 +1,91 @@
+diff -uNr lua-5.3.3.orig/Makefile lua-5.3.3/Makefile
+--- lua-5.3.3.orig/Makefile2016-12-04 22:29:54.839135901 +0100
 lua-5.3.3/Makefile 2016-12-04 22:31:14.235851109 +0100
+@@ -12,7 +12,7 @@
+ # LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h.
+ INSTALL_TOP= /usr/local
+ INSTALL_BIN= $(INSTALL_TOP)/bin
+-INSTALL_INC= $(INSTALL_TOP)/include
++INSTALL_INC= $(INSTALL_TOP)/include/lua$V
+ INSTALL_LIB= $(INSTALL_TOP)/lib
+ INSTALL_MAN= $(INSTALL_TOP)/man/man1
+ INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V
+@@ -112,3 +112,18 @@
+ .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
+ 
+ # (end of Makefile)
++
++# Use libtool for binary installs, etc.
++
++export V
++export LIBTOOL = $(EROOT)usr/bin/libtool --quiet --tag=CC
++# See libtool manual about how to set this
++
++gentoo_clean:
++  cd src; $(MAKE) $@
++
++gentoo_install:
++  mkdir -p $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB)
++  cd src; $(LIBTOOL) --mode=install $(INSTALL_EXEC) lua$V luac$V 
$(INSTALL_BIN)
++  cd src; $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
++  cd src; $(LIBTOOL) --mode=install $(INSTALL_DATA) liblua$V.la 
$(INSTALL_LIB)
+diff -uNr lua-5.3.3.orig/src/Makefile lua-5.3.3/src/Makefile
+--- lua-5.3.3.orig/src/Makefile2016-12-04 22:29:54.840135910 +0100
 lua-5.3.3/src/Makefile 2016-12-04 22:34:55.980848068 +0100
+@@ -36,10 +36,10 @@
+   lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o
+ BASE_O= $(CORE_O) $(LIB_O) $(MYOBJS)
+ 
+-LUA_T=lua
++LUA_T= lua$V
+ LUA_O=lua.o
+ 
+-LUAC_T=   luac
++LUAC_T=   luac$V
+ LUAC_O=   luac.o
+ 
+ ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O)
+@@ -59,10 +59,10 @@
+   $(AR) $@ $(BASE_O)
+   $(RANLIB) $@
+ 
+-$(LUA_T): $(LUA_O) $(LUA_A)
++origin$(LUA_T): $(LUA_O) $(LUA_A)
+   $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
+ 
+-$(LUAC_T): $(LUAC_O) $(LUA_A)
++origin$(LUAC_T): $(LUAC_O) $(LUA_A)
+   $(CC) -o $@ $(LDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)
+ 
+ clean:
+@@ -195,3 +195,30 @@
+  lobject.h ltm.h lzio.h
+ 
+ # (end of Makefile)
++
++export LIBTOOL = $(EROOT)usr/bin/libtool --quiet --tag=CC
++export LIB_VERSION = 6:1:1
++
++# The following rules use libtool for compiling and linking in order to
++# provide shared library support.
++
++LIB_NAME = liblua$V.la
++LIB_OBJS = $(CORE_O:.o=.lo) $(LIB_O:.o=.lo)
++
++%.lo %.o: %.c
++  $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLA

[gentoo-commits] repo/gentoo:master commit in: app-portage/distpatch/

2016-12-03 Thread Rafael Martins
commit: b5889b9c376598ce4c47e2c3ad81f7b006e5168c
Author: Wim Muskee  gmail  com>
AuthorDate: Sat Dec  3 07:20:34 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Dec  3 19:22:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5889b9c

app-portage/distpatch: update HOMEPAGE, #587168

 app-portage/distpatch/distpatch-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/distpatch/distpatch-0.1.2.ebuild 
b/app-portage/distpatch/distpatch-0.1.2.ebuild
index bb3bc33..e0d4480 100644
--- a/app-portage/distpatch/distpatch-0.1.2.ebuild
+++ b/app-portage/distpatch/distpatch-0.1.2.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Distfile Patching Support for Gentoo Linux (tools)"
-HOMEPAGE="https://www.gentoo.org/proj/en/infrastructure/distpatch/;
+HOMEPAGE="https://github.com/rafaelmartins/distpatch;
 
SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/, dev-lang/lua/files/

2016-11-28 Thread Rafael Martins
commit: 856bde253c4184b33adc1f0267e80464d564763b
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Nov 28 19:13:03 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Nov 28 19:13:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856bde25

dev-lang/lua: fix for bug #520480

Package-Manager: portage-2.2.28

 .../lua/files/lua-5.1.5-fix_vararg_calls.patch |  12 ++
 dev-lang/lua/lua-5.1.5-r4.ebuild   | 135 +
 2 files changed, 147 insertions(+)

diff --git a/dev-lang/lua/files/lua-5.1.5-fix_vararg_calls.patch 
b/dev-lang/lua/files/lua-5.1.5-fix_vararg_calls.patch
new file mode 100644
index ..cec8182
--- /dev/null
+++ b/dev-lang/lua/files/lua-5.1.5-fix_vararg_calls.patch
@@ -0,0 +1,12 @@
+diff -uNr lua-5.1.5.orig/src/ldo.c lua-5.1.5/src/ldo.c
+--- lua-5.1.5.orig/src/ldo.c2016-11-28 20:04:13.177047928 +0100
 lua-5.1.5/src/ldo.c 2016-11-28 20:07:15.170432525 +0100
+@@ -274,7 +274,7 @@
+ CallInfo *ci;
+ StkId st, base;
+ Proto *p = cl->p;
+-luaD_checkstack(L, p->maxstacksize);
++luaD_checkstack(L, p->maxstacksize + p->numparams);
+ func = restorestack(L, funcr);
+ if (!p->is_vararg) {  /* no varargs? */
+   base = func + 1;

diff --git a/dev-lang/lua/lua-5.1.5-r4.ebuild b/dev-lang/lua/lua-5.1.5-r4.ebuild
new file mode 100644
index ..62189ff
--- /dev/null
+++ b/dev-lang/lua/lua-5.1.5-r4.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib multilib-minimal portability toolchain-funcs 
versionator
+
+DESCRIPTION="A powerful light-weight programming language designed for 
extending applications"
+HOMEPAGE="http://www.lua.org/;
+SRC_URI="http://www.lua.org/ftp/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-aix ~x64-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+deprecated emacs readline static"
+
+RDEPEND="readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool"
+PDEPEND="emacs? ( app-emacs/lua-mode )"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/luaconf.h
+)
+
+src_prepare() {
+   local PATCH_PV=$(get_version_component_range 1-2)
+
+   epatch "${FILESDIR}/${P}-fix_vararg_calls.patch"
+
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make-r1.patch
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-module_paths.patch
+
+   # use glibtool on Darwin (versus Apple libtool)
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed -i -e '/LIBTOOL = /s:libtool:glibtool:' \
+   Makefile src/Makefile || die
+   fi
+
+   #EPATCH_SOURCE="${FILESDIR}/${PV}" EPATCH_SUFFIX="upstream.patch" epatch
+
+   # correct lua versioning
+   sed -i -e 's/\(LIB_VERSION = \)6:1:1/\16:5:1/' src/Makefile || die
+
+   sed -i -e 's:\(/README\)\("\):\1.gz\2:g' doc/readme.html || die
+
+   if ! use deprecated ; then
+   # patches from 5.1.4 still apply
+   epatch "${FILESDIR}"/${PN}-5.1.4-deprecated.patch
+   epatch "${FILESDIR}"/${PN}-5.1.4-test.patch
+   fi
+
+   if ! use readline ; then
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-readline.patch
+   fi
+
+   # Using dynamic linked lua is not recommended for performance
+   # reasons. http://article.gmane.org/gmane.comp.lang.lua.general/18519
+   # Mainly, this is of concern if your arch is poor with GPRs, like x86
+   # Note that this only affects the interpreter binary (named lua), not 
the lua
+   # compiler (built statically) nor the lua libraries (both shared and 
static
+   # are installed)
+   if use static ; then
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make_static-r1.patch
+   fi
+
+   # custom Makefiles
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   # We want packages to find our things...
+   sed -i \
+   -e 's:/usr/local:'${EPREFIX}'/usr:' \
+   -e "s:\([/\"]\)\<lib\>:\1$(get_libdir):g" \
+   etc/lua.pc src/luaconf.h || die
+}
+
+multilib_src_compile() {
+   tc-export CC
+   myflags=
+   # what to link to liblua
+   liblibs="-lm"
+   liblibs="${liblibs} $(dlopen_lib)"
+
+   # what to link to the executables
+   mylibs=
+   if use readline; then
+   mylibs="-lreadline"
+   fi
+
+ 

[gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/

2016-11-06 Thread Rafael Martins
commit: 63eae40cbf27596efc7d1b8b096279d8468bd335
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Nov  6 23:12:10 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Nov  6 23:12:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63eae40c

www-apps/blohg: update libgit2 dependency for live ebuild

Package-Manager: portage-2.2.28

 www-apps/blohg/blohg-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/blohg/blohg-.ebuild b/www-apps/blohg/blohg-.ebuild
index b47db97..a535a65 100644
--- a/www-apps/blohg/blohg-.ebuild
+++ b/www-apps/blohg/blohg-.ebuild
@@ -42,7 +42,7 @@ RDEPEND="
dev-python/pyyaml
dev-python/setuptools
dev-python/pygments
-   git? ( =dev-python/pygit2-0.21* )
+   git? ( >=dev-python/pygit2-0.21.3 )
mercurial? ( >=dev-vcs/mercurial-1.6 )"
 
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/files/, www-apps/blohg/

2016-11-06 Thread Rafael Martins
commit: 930998b2fdfce771b37de4e86ba799f09e9eaceb
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Nov  6 23:06:24 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Nov  6 23:06:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930998b2

www-apps/blohg: update libgit2 dependency

Package-Manager: portage-2.2.28

 .../{blohg-0.13-r1.ebuild => blohg-0.13-r2.ebuild}  |  6 --
 www-apps/blohg/files/use-recent-libgit2.patch   | 17 +
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/www-apps/blohg/blohg-0.13-r1.ebuild 
b/www-apps/blohg/blohg-0.13-r2.ebuild
similarity index 93%
rename from www-apps/blohg/blohg-0.13-r1.ebuild
rename to www-apps/blohg/blohg-0.13-r2.ebuild
index 40f58f7..f4245e6 100644
--- a/www-apps/blohg/blohg-0.13-r1.ebuild
+++ b/www-apps/blohg/blohg-0.13-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -42,7 +42,7 @@ RDEPEND="
dev-python/pyyaml
dev-python/setuptools
dev-python/pygments
-   git? ( =dev-python/pygit2-0.20* )
+   git? ( >=dev-python/pygit2-0.21.3 )
mercurial? ( >=dev-vcs/mercurial-1.6 )"
 
 DEPEND="${RDEPEND}
@@ -52,6 +52,8 @@ DEPEND="${RDEPEND}
 python_prepare_all() {
if ! use git; then
rm -rf blohg/vcs_backends/git || die 'rm failed'
+   else
+   local PATCHES=( "${FILESDIR}/use-recent-libgit2.patch" )
fi
 
if ! use mercurial; then

diff --git a/www-apps/blohg/files/use-recent-libgit2.patch 
b/www-apps/blohg/files/use-recent-libgit2.patch
new file mode 100644
index ..decd01b
--- /dev/null
+++ b/www-apps/blohg/files/use-recent-libgit2.patch
@@ -0,0 +1,17 @@
+diff --git a/blohg/vcs_backends/git/filectx.py 
b/blohg/vcs_backends/git/filectx.py
+index 84f7aa3..5e20762 100644
+--- a/blohg/vcs_backends/git/filectx.py
 b/blohg/vcs_backends/git/filectx.py
+@@ -73,7 +73,11 @@ def _last_changeset(self):
+   GIT_SORT_TIME):
+ diff = self._repo.diff(head, commit)
+ for patch in diff:
+-if patch.new_file_path == self._path:
++try:
++new_file_path = patch.delta.new_file.path
++except AttributeError:
++new_file_path = patch.new_file_path
++if new_file_path == self._path:
+ return head
+ head = commit
+ 



[gentoo-commits] repo/gentoo:master commit in: app-portage/g-octave/files/, app-portage/g-octave/

2016-11-06 Thread Rafael Martins
commit: a766a6c843d1585533beb5f1096b6c165b35
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Nov  6 22:44:38 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Nov  6 22:44:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a766a6c8

app-portage/g-octave: apply patches using PATCHES variable

Package-Manager: portage-2.2.28

 .../g-octave/files/g-octave-0.4.1-add_cave_support.patch   |  8 
 .../g-octave/files/g-octave-0.4.1-fix-Makefile.patch   |  4 ++--
 app-portage/g-octave/g-octave-0.4.1-r5.ebuild  | 14 --
 3 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch 
b/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch
index 1ef90c9..27468c1 100644
--- a/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch
+++ b/app-portage/g-octave/files/g-octave-0.4.1-add_cave_support.patch
@@ -1,5 +1,5 @@
 ./g-octave-0.4.1/g_octave/package_manager.py   2010-10-23 
23:37:26.0 +0200
-+++ ./g-octave-0.4.1/g_octave/package_manager.py   2011-05-25 
12:52:10.510019006 +0200
+--- g-octave-0.4.1/g_octave/package_manager.py 2010-10-23 23:37:26.0 
+0200
 g-octave-0.4.1/g_octave/package_manager.py 2011-05-25 12:52:10.510019006 
+0200
 @@ -15,6 +15,7 @@
  'Portage',
  'Pkgcore',
@@ -65,8 +65,8 @@
 +for line in p.stdout:
 +packages.append(line.strip())
 +return packages
 ./g-octave-0.4.1/scripts/g-octave  2011-05-25 12:00:25.740019020 +0200
-+++ ./g-octave-0.4.1/scripts/g-octave  2011-05-25 12:00:39.434019008 +0200
+--- g-octave-0.4.1/scripts/g-octave2011-05-25 12:00:25.740019020 +0200
 g-octave-0.4.1/scripts/g-octave2011-05-25 12:00:39.434019008 +0200
 @@ -217,7 +217,7 @@
  return os.EX_DATAERR
  return os.EX_OK

diff --git a/app-portage/g-octave/files/g-octave-0.4.1-fix-Makefile.patch 
b/app-portage/g-octave/files/g-octave-0.4.1-fix-Makefile.patch
index 53d3d5e..af56b4f 100644
--- a/app-portage/g-octave/files/g-octave-0.4.1-fix-Makefile.patch
+++ b/app-portage/g-octave/files/g-octave-0.4.1-fix-Makefile.patch
@@ -1,5 +1,5 @@
 share/g-octave.eclass  2013-05-30 19:01:07.980521612 +0200
-+++ share/g-octave.eclass.new  2013-05-30 19:03:38.933514388 +0200
+--- g-octave-0.4.1/share/g-octave.eclass   2013-05-30 19:01:07.980521612 
+0200
 g-octave-0.4.1/share/g-octave.eclass.new   2013-05-30 19:03:38.933514388 
+0200
 @@ -48,6 +48,9 @@
for filename in Makefile configure; do
cp "${DISTDIR}/g-octave_${filename}" "${S}/${filename}"

diff --git a/app-portage/g-octave/g-octave-0.4.1-r5.ebuild 
b/app-portage/g-octave/g-octave-0.4.1-r5.ebuild
index 0267b69..7a5cd89 100644
--- a/app-portage/g-octave/g-octave-0.4.1-r5.ebuild
+++ b/app-portage/g-octave/g-octave-0.4.1-r5.ebuild
@@ -27,9 +27,11 @@ DEPEND="doc? ( >=dev-python/sphinx-1.0 )"
 RDEPEND="sys-apps/portage"
 
 python_prepare_all() {
-   epatch "${FILESDIR}/${P}-add_cave_support.patch"
-   epatch "${FILESDIR}/${P}-fix-sourceforge-svn-root.patch"
-   epatch "${FILESDIR}/${P}-fix-Makefile.patch"
+   local PATCHES=(
+   "${FILESDIR}/${P}-add_cave_support.patch"
+   "${FILESDIR}/${P}-fix-sourceforge-svn-root.patch"
+   "${FILESDIR}/${P}-fix-Makefile.patch"
+   )
sed -i -e 's/^has_fetch.*$/has_fetch = False/' scripts/g-octave \
|| die 'failed to patch the g-octave main script'
distutils-r1_python_prepare_all
@@ -70,10 +72,10 @@ pkg_postinst() {
 
 pkg_config() {
local db="$(g-octave --config db)"
-   mkdir -p "${db}"
+   mkdir -p "${db}" || die 'mkdir failed.'
einfo "Extracting g-octave database files to: ${db}"
tar -xzf "${DISTDIR}/${PN}-db-${DB_COMMIT:0:7}.tar.gz" -C "${db}" || 
die 'tar failed.'
-   rm -rf "${db}"/{patches,octave-forge,info.json,manifest.json,timestamp}
+   rm -rf "${db}"/{patches,octave-forge,info.json,manifest.json,timestamp} 
|| die 'rm db files failed.'
mv -f "${db}/${DB_DIR}"/* "${db}" || die 'mv failed.'
-   rm -rf "${db}/${DB_DIR}"
+   rm -rf "${db}/${DB_DIR}" || die 'rm db dir failed.'
 }



[gentoo-commits] repo/gentoo:master commit in: app-portage/g-octave/

2016-11-06 Thread Rafael Martins
commit: 2c073e985e6039515bd114aaaca0e60c04d4ef03
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Nov  6 22:29:47 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Nov  6 22:29:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c073e98

app-portage/g-octave: ported to distutils-r1

Package-Manager: portage-2.2.28

 ...ve-0.4.1-r4.ebuild => g-octave-0.4.1-r5.ebuild} | 36 +-
 1 file changed, 14 insertions(+), 22 deletions(-)

diff --git a/app-portage/g-octave/g-octave-0.4.1-r4.ebuild 
b/app-portage/g-octave/g-octave-0.4.1-r5.ebuild
similarity index 77%
rename from app-portage/g-octave/g-octave-0.4.1-r4.ebuild
rename to app-portage/g-octave/g-octave-0.4.1-r5.ebuild
index a38b04a..0267b69 100644
--- a/app-portage/g-octave/g-octave-0.4.1-r4.ebuild
+++ b/app-portage/g-octave/g-octave-0.4.1-r5.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 *-jython"
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
 
 DB_COMMIT="bdf02cbf0a8d017c6c1bddeffd6f03d5d90695ed"
 DB_DIR="rafaelmartins-${PN}-db-${DB_COMMIT:0:7}"
 
-inherit distutils eutils
+inherit distutils-r1 eutils
 
 DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge"
 HOMEPAGE="https://github.com/rafaelmartins/g-octave;
@@ -26,44 +26,36 @@ IUSE="doc test"
 DEPEND="doc? ( >=dev-python/sphinx-1.0 )"
 RDEPEND="sys-apps/portage"
 
-PYTHON_MODNAME="g_octave"
-
-src_prepare() {
-   distutils_src_prepare
+python_prepare_all() {
epatch "${FILESDIR}/${P}-add_cave_support.patch"
epatch "${FILESDIR}/${P}-fix-sourceforge-svn-root.patch"
epatch "${FILESDIR}/${P}-fix-Makefile.patch"
sed -i -e 's/^has_fetch.*$/has_fetch = False/' scripts/g-octave \
|| die 'failed to patch the g-octave main script'
+   distutils-r1_python_prepare_all
 }
 
-src_compile() {
-   distutils_src_compile
+python_compile_all() {
if use doc; then
emake -C docs html || die 'failed to compile the documentation.'
fi
 }
 
-src_install() {
-   distutils_src_install
-   dohtml ${PN}.html || die 'dohtml failed.'
+python_install_all() {
+   local HTML_DOCS=( ${PN}.html )
doman ${PN}.1 || die 'doman failed.'
if use doc; then
mv docs/_build/{html,sphinx} || die 'mv failed.'
-   dohtml -r docs/_build/sphinx || die 'dohtml failed.'
+   HTML_DOCS+=( docs/_build/sphinx )
fi
+   distutils-r1_python_install_all
 }
 
-src_test() {
-   testing() {
-   PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" \
-   scripts/run_tests.py || die 'test failed.'
-   }
-   python_execute_function testing
+python_test() {
+   "${EPYTHON}" scripts/run_tests.py || die 'test failed.'
 }
 
 pkg_postinst() {
-   distutils_pkg_postinst
elog
elog 'To be able to use g-octave with the shipped package database, 
please'
elog 'edit your configuration file, clean your db directory and run:'



[gentoo-commits] repo/gentoo:master commit in: app-portage/distpatch/

2016-11-06 Thread Rafael Martins
commit: ad3e4995c84af6432be00414f90e0653a70d8b9c
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Nov  6 22:13:50 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Nov  6 22:14:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3e4995

app-portage/distpatch: version bump. ported to distutils-r1

Package-Manager: portage-2.2.28

 app-portage/distpatch/Manifest   |  2 +-
 .../{distpatch-0.1.1.ebuild => distpatch-0.1.2.ebuild}   | 12 +---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/app-portage/distpatch/Manifest b/app-portage/distpatch/Manifest
index 80225f0..9232af3 100644
--- a/app-portage/distpatch/Manifest
+++ b/app-portage/distpatch/Manifest
@@ -1 +1 @@
-DIST distpatch-0.1.1.tar.gz 19768 SHA256 
1a455b14ebef9a6654f08b5280617dcd291e882ff42cd2f28d12b53579594522 SHA512 
232a011a7acea42e163a127f640594dd6702aa6c162034be24804c04fc458eab43948c7c5028ee8c49b564ec589564fb80e83ffb9d97c142e3f1c138a25e2739
 WHIRLPOOL 
d6947424d1002b371201a24df6c277afdd81d4282bb91f88eff41777f0cf0a7e7f6ce6b53f688dc27f43bbf9fde8354af705351a119b2af71b8ff4a367e320da
+DIST distpatch-0.1.2.tar.gz 19998 SHA256 
97452cf226d390c0d4634d4b985040228cc7e22551322ea949ef6c72eb6771a2 SHA512 
f4dd08fd69a5b2030e0b912c1153994bcc03f40af65fff185231a220c110d0e7b5a4acf402d116e9dbfef86b13d17036ca563d0fefd89bc62809e1ecc9acf1ed
 WHIRLPOOL 
4577cc6361212b52c4ff7a25a4d50b4b8bccbccb0d2081a61a3dbcfcb7bf0d4b09d8bfddcbc1c8607e30a4dca7d74336386a01d483697acbd7268bd7e454225d

diff --git a/app-portage/distpatch/distpatch-0.1.1.ebuild 
b/app-portage/distpatch/distpatch-0.1.2.ebuild
similarity index 67%
rename from app-portage/distpatch/distpatch-0.1.1.ebuild
rename to app-portage/distpatch/distpatch-0.1.2.ebuild
index b6ae885..bb3bc33 100644
--- a/app-portage/distpatch/distpatch-0.1.1.ebuild
+++ b/app-portage/distpatch/distpatch-0.1.2.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=3
+EAPI=6
 
-PYTHON_DEPEND='*:2.6'
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
+PYTHON_COMPAT=( python2_7 )
 
-inherit distutils
+inherit distutils-r1
 
 DESCRIPTION="Distfile Patching Support for Gentoo Linux (tools)"
 HOMEPAGE="https://www.gentoo.org/proj/en/infrastructure/distpatch/;
-SRC_URI="mirror://github/rafaelmartins/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/

2016-11-06 Thread Rafael Martins
commit: c4ecb3a9ab59464a8a80a00b432d4a4778210aa6
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Nov  6 15:17:40 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Nov  6 15:18:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ecb3a9

dev-lua/luasec: version bump (bug #595628)

Package-Manager: portage-2.2.28

 dev-lua/luasec/Manifest  |  1 +
 dev-lua/luasec/luasec-0.6.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-lua/luasec/Manifest b/dev-lua/luasec/Manifest
index 76a9fc9..50d27e0 100644
--- a/dev-lua/luasec/Manifest
+++ b/dev-lua/luasec/Manifest
@@ -2,3 +2,4 @@ DIST luasec-0.4.1.tar.gz 28646 SHA256 
9a9ea9f23044d41be29aea3de1bd795118a29e7311
 DIST luasec-0.4.1_p20130620.tar.gz 45297 SHA256 
8bb3e8c5c3a4980f027b7ab41d5a08a2d44834e4230bcb6a2638ba4a7a3dc53f SHA512 
914ae2adf7ce48c78d972ae5cbe2b52cbd42083cbe98063c36bd52af52b3bdec4cb389b8599928b2703436fc8eaf70de3212def0adaf936c7bbedf650f9c8c4e
 WHIRLPOOL 
7a7c8e43ae846a8351c39a1dbfaab091a9d12c197538413137c0de807da6d20b894155fd9ec1f4bdefd7090a7b7cdb7ef195165870a6b5addd1ad66ad7208d11
 DIST luasec-0.5.1.tar.gz 46820 SHA256 
6d5c5f8e0521f3194668d9a839774e079e2fd5c45b15538dc7b8cacc56719406 SHA512 
c7c92c79d0ec3e12b69f88d810a19397eaf570957d1f13b9695ee435cb6f0f9c31f5bc20a7252aac93d18eed98a5d3fc8a181cd85845a704e469055f215609a8
 WHIRLPOOL 
69bc39c8f91a0b4be9fbe9a6531e110cabb25b2f09a1588510a5e993d1f6da7f93154647b8265ee028f4dbc45f65febf0066c3bbb62a59fd3be2761fe5c70798
 DIST luasec-0.5.tar.gz 46738 SHA256 
6480598f7492ac479b6b608b5fb1488226bfa6ef675e29f6b24dbe9099083523 SHA512 
fcf88f2566952c4d12be95531991180a1f3bd60f7dda41997f93c80ccc8d9dfd44b00e3330a07e451489dc9cd0640f7841101c10867e270608187df78549fe2f
 WHIRLPOOL 
46d87a3ee3a6cf1413696c1dee0ea77913e6ffce94789e36f28ca5b2ec737cd1d2c81852c5b96958dcf53c22eee20d24102fb3ceea923692dbfb848b2fc52215
+DIST luasec-0.6.tar.gz 51071 SHA256 
cef3a35c18beb8a54d9c8ce6260a4cabbd9a386de8711320d084daffad0aed5d SHA512 
f7004a329153d0126a3ea27b4986e9d83fb8f2de9c5c2f0c96427c50cc42e1252c69fd8cc69e2e8d423745d2dbfdb5a781b609938f7f502c7aedeb99fd0778cd
 WHIRLPOOL 
4dc5a58adb1a1e38d1301bdd6f9fbb7e551d3b1f2e729d6e9c892ab75188628862369565d1f6699a405c6dc1e19fe448d029a8ca29b857318a3cd44f2da077d1

diff --git a/dev-lua/luasec/luasec-0.6.ebuild b/dev-lua/luasec/luasec-0.6.ebuild
new file mode 100644
index ..3a1f339
--- /dev/null
+++ b/dev-lua/luasec/luasec-0.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib toolchain-funcs eutils
+
+DESCRIPTION="Lua binding for OpenSSL library to provide TLS/SSL communication"
+HOMEPAGE="https://github.com/brunoos/luasec 
http://www.inf.puc-rio.br/~brunoos/luasec/;
+SRC_URI="https://github.com/brunoos/luasec/archive/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="libressl"
+
+RDEPEND="
+   >=dev-lang/lua-5.1:0[deprecated]
+   dev-lua/luasocket
+   !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl:= )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${P}
+
+src_prepare() {
+   sed -i -e "s/-O2//" src/Makefile || die
+   lua src/options.lua -g /usr/include/openssl/ssl.h > src/options.h || die
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getCC)" \
+   linux
+}
+
+src_install() {
+   emake \
+   LUAPATH="${D}/$(pkg-config --variable INSTALL_LMOD lua)" \
+   LUACPATH="${D}/$(pkg-config --variable INSTALL_CMOD lua)" \
+   install
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-10-30 Thread Rafael Martins
commit: d4a30cb71f6ecb47daa626914c3111d0fa5a78cf
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Oct 30 21:59:14 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Oct 30 21:59:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a30cb7

app-text/blogc: version bump

Package-Manager: portage-2.2.28

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.11.1.ebuild => blogc-0.12.0.ebuild} | 9 ++---
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 6f8400d..07ca315 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.11.1.tar.xz 271188 SHA256 
352a4a25be5b893ce8a570ba3d08f626ed69db62888f4189ea63e84e1fea959c SHA512 
3adc2c5a9b6acb8e598bf776f7f2cff80247eae70236009abda390d3b3a0bc2854bba15b6ec78403af4289c41bfeaab94990510a262f109ccae5a43caa1d37bc
 WHIRLPOOL 
8f59e05666df959063e02f1e87f6cb975b7eb755763924d46c54723258379a64d9940b9fca91d9266836fe959c8d85329e49fa0e5ccc90d96f429cf2ed2579e6
+DIST blogc-0.12.0.tar.xz 290484 SHA256 
85453c0184396f217ac95ae8ba70f0693b16f57321f82a09b7ff46d3a1d257ac SHA512 
959610d6be23bbb011a881712deaa8100120a1a76c4cf4722716a915d55af7ca93ed416d3a39cb8fbad64e0693b64fbfe3055b1a7d012a003c05122a199a65b9
 WHIRLPOOL 
8ec096d2fbe537b29265dc92eea8b913e83396a6dc1629e9a86434e0e963ee4804183625c1a51b9730f7822175af77a0ad5297614518b86c25d22c9b54ef4300

diff --git a/app-text/blogc/blogc-0.11.1.ebuild 
b/app-text/blogc/blogc-0.12.0.ebuild
similarity index 92%
rename from app-text/blogc/blogc-0.11.1.ebuild
rename to app-text/blogc/blogc-0.12.0.ebuild
index 538dbb3..39b3f47 100644
--- a/app-text/blogc/blogc-0.11.1.ebuild
+++ b/app-text/blogc/blogc-0.12.0.ebuild
@@ -26,21 +26,16 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="git httpd test"
 
-CDEPEND="
-   httpd? (
-   dev-libs/libevent
-   sys-apps/file )"
-
-RDEPEND="${CDEPEND}
+RDEPEND="
git? (
dev-vcs/git )
!dev-vcs/blogc-git-receiver
!www-servers/blogc-runserver"
 
 DEPEND="${DEPEND}
-   ${CDEPEND}
virtual/pkgconfig
test? (
+   git? ( dev-vcs/git )
dev-util/cmocka )"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-10-16 Thread Rafael Martins
commit: 4813d92acc9c92ed2347171ffbe43f0445fe5233
Author: Rafael Martins  gentoo  org>
AuthorDate: Sun Oct 16 11:28:13 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Oct 16 11:28:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4813d92a

app-text/blogc: add git as test DEPEND for live ebuild

Package-Manager: portage-2.2.28

 app-text/blogc/blogc-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/blogc/blogc-.ebuild b/app-text/blogc/blogc-.ebuild
index e911c17..39b3f47 100644
--- a/app-text/blogc/blogc-.ebuild
+++ b/app-text/blogc/blogc-.ebuild
@@ -35,6 +35,7 @@ RDEPEND="
 DEPEND="${DEPEND}
virtual/pkgconfig
test? (
+   git? ( dev-vcs/git )
dev-util/cmocka )"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-09-26 Thread Rafael Martins
commit: d68d141dd5a045f8fd8465dcd91e4da155802d01
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Sep 26 17:53:33 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Sep 26 17:53:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68d141d

app-text/blogc: fixed live ebuild dependencies

Package-Manager: portage-2.2.28

 app-text/blogc/blogc-.ebuild | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/app-text/blogc/blogc-.ebuild b/app-text/blogc/blogc-.ebuild
index 538dbb3..e911c17 100644
--- a/app-text/blogc/blogc-.ebuild
+++ b/app-text/blogc/blogc-.ebuild
@@ -26,19 +26,13 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="git httpd test"
 
-CDEPEND="
-   httpd? (
-   dev-libs/libevent
-   sys-apps/file )"
-
-RDEPEND="${CDEPEND}
+RDEPEND="
git? (
dev-vcs/git )
!dev-vcs/blogc-git-receiver
!www-servers/blogc-runserver"
 
 DEPEND="${DEPEND}
-   ${CDEPEND}
virtual/pkgconfig
test? (
dev-util/cmocka )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-ethtool/, dev-python/python-ethtool/files/

2016-08-06 Thread Rafael Martins
commit: 6009c41728f7afe3072ebfe70b0fac4e43d22a96
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Aug  6 20:55:09 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Aug  6 20:55:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6009c417

Initial import

Package-Manager: portage-2.2.26

 dev-python/python-ethtool/Manifest |  1 +
 ...ool-0.11_include-net-if.h-for-IFF_-macros.patch | 24 +++
 dev-python/python-ethtool/metadata.xml | 13 ++
 .../python-ethtool/python-ethtool-0.11.ebuild  | 28 ++
 4 files changed, 66 insertions(+)

diff --git a/dev-python/python-ethtool/Manifest 
b/dev-python/python-ethtool/Manifest
new file mode 100644
index 000..0da9e9a
--- /dev/null
+++ b/dev-python/python-ethtool/Manifest
@@ -0,0 +1 @@
+DIST python-ethtool-0.11.tar.bz2 34487 SHA256 
686756e4b2b239319e8513025debcc0d97103815b0879f94d8234cbbca6ada24 SHA512 
b260e608e1024c48eedb72327b704b01fb42396219ca3d942fe42f22d3e8018fc74bfeffd96e37abd4efd2ce49a73915e0e2af5841a537a02e247d4ba5548f20
 WHIRLPOOL 
1bb2dc8718fd418f81aa20960712f5c2bd131a1128c291df5e955fef83ea71035f429b0fb9e9d213488b0129631978e7fd48f41b199195c59efa30b91484005a

diff --git 
a/dev-python/python-ethtool/files/python-ethtool-0.11_include-net-if.h-for-IFF_-macros.patch
 
b/dev-python/python-ethtool/files/python-ethtool-0.11_include-net-if.h-for-IFF_-macros.patch
new file mode 100644
index 000..f5cb929
--- /dev/null
+++ 
b/dev-python/python-ethtool/files/python-ethtool-0.11_include-net-if.h-for-IFF_-macros.patch
@@ -0,0 +1,24 @@
+From a43f582918d3295b7cdef9e056bf5b1c4eb2ef80 Mon Sep 17 00:00:00 2001
+From: Yaakov Selkowitz <yselk...@redhat.com>
+Date: Mon, 22 Jun 2015 05:18:44 -0500
+Subject: [PATCH] Include net/if.h for IFF_* macros
+
+---
+ python-ethtool/ethtool.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/python-ethtool/ethtool.c b/python-ethtool/ethtool.c
+index 0f9cdbb..5415ec6 100644
+--- a/python-ethtool/ethtool.c
 b/python-ethtool/ethtool.c
+@@ -27,6 +27,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "etherinfo_struct.h"
+ #include "etherinfo_obj.h"
+-- 
+2.1.0
+

diff --git a/dev-python/python-ethtool/metadata.xml 
b/dev-python/python-ethtool/metadata.xml
new file mode 100644
index 000..112c4c0
--- /dev/null
+++ b/dev-python/python-ethtool/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   Python bindings for the ethtool kernel interface, that allows 
querying and
+   changing of Ethernet card settings, such as speed, port, 
auto-negotiation, and
+   PCI locations.
+   
+

diff --git a/dev-python/python-ethtool/python-ethtool-0.11.ebuild 
b/dev-python/python-ethtool/python-ethtool-0.11.ebuild
new file mode 100644
index 000..810f7fb
--- /dev/null
+++ b/dev-python/python-ethtool/python-ethtool-0.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+# TODO: install scripts and their man pages
+
+inherit eutils distutils-r1
+
+DESCRIPTION="Ethernet settings python bindings"
+HOMEPAGE="https://fedorahosted.org/python-ethtool/;
+SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64"
+IUSE=""
+
+DEPEND="dev-libs/libnl:3"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${P}_include-net-if.h-for-IFF_-macros.patch"
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-07-17 Thread Rafael Martins
commit: d9b5192fe1eed01aad77cd34abaaf67c8ea7dd89
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Jul 18 01:08:51 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon Jul 18 01:08:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b5192f

app-text/blogc: version bump

Package-Manager: portage-2.2.26

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.11.0.ebuild => blogc-0.11.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 2476a0b..6f8400d 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.11.0.tar.xz 270824 SHA256 
70de792af28b44b06657c853893c31c63dcdbb3d18e33ee430d021b9141c4070 SHA512 
92d66601e6b1bc1ae11a0739daad7655c0580992f279047a47070f25f9dbd97e534d29a6b6feff9a04a410c5b39ec9eefb010c9deb9a236f0ae361b02f412a1a
 WHIRLPOOL 
bbf4343b64312d47f654b4bf6ff5819dbf329ff8eb9361a605007aaf208a4f215b9632f799252eea46cb1c504fbbd68c0052042f6f217e09a2cc2fd333acf1e7
+DIST blogc-0.11.1.tar.xz 271188 SHA256 
352a4a25be5b893ce8a570ba3d08f626ed69db62888f4189ea63e84e1fea959c SHA512 
3adc2c5a9b6acb8e598bf776f7f2cff80247eae70236009abda390d3b3a0bc2854bba15b6ec78403af4289c41bfeaab94990510a262f109ccae5a43caa1d37bc
 WHIRLPOOL 
8f59e05666df959063e02f1e87f6cb975b7eb755763924d46c54723258379a64d9940b9fca91d9266836fe959c8d85329e49fa0e5ccc90d96f429cf2ed2579e6

diff --git a/app-text/blogc/blogc-0.11.0.ebuild 
b/app-text/blogc/blogc-0.11.1.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.11.0.ebuild
rename to app-text/blogc/blogc-0.11.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-07-04 Thread Rafael Martins
commit: b73ca870036bf1e6e67fc6ef255d5f227ffa581a
Author: Rafael Martins  gentoo  org>
AuthorDate: Tue Jul  5 02:05:39 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Tue Jul  5 02:05:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73ca870

app-text/blogc: version bump

Package-Manager: portage-2.2.26

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.10.2.ebuild => blogc-0.11.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 012b89b..2476a0b 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.10.2.tar.xz 268232 SHA256 
3c3b7659206ebe0c7a4fd9360cf362e7ae2284c4fb7ea8e8aaa889faf4fffd95 SHA512 
12a9e0f4236f14a93a0a8adb98d07a0d48ba66da867baeaa185dfece3a6881b892d2f87d8158d1b1f9cf965cecb234c501e44788674e12a822baf3792a414298
 WHIRLPOOL 
2355283d85c77d89fb2a68e76a5b395d8d4fd5e75620b2ca5262ab77e70e7985b0ed4751adedc29d6a9121a358c3341f56a2ebe2ad413105d519740923f1f35b
+DIST blogc-0.11.0.tar.xz 270824 SHA256 
70de792af28b44b06657c853893c31c63dcdbb3d18e33ee430d021b9141c4070 SHA512 
92d66601e6b1bc1ae11a0739daad7655c0580992f279047a47070f25f9dbd97e534d29a6b6feff9a04a410c5b39ec9eefb010c9deb9a236f0ae361b02f412a1a
 WHIRLPOOL 
bbf4343b64312d47f654b4bf6ff5819dbf329ff8eb9361a605007aaf208a4f215b9632f799252eea46cb1c504fbbd68c0052042f6f217e09a2cc2fd333acf1e7

diff --git a/app-text/blogc/blogc-0.10.2.ebuild 
b/app-text/blogc/blogc-0.11.0.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.10.2.ebuild
rename to app-text/blogc/blogc-0.11.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-06-29 Thread Rafael Martins
commit: a6608cf57f47f8e6b5ebb95536ba06f211e952c1
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jun 30 00:23:16 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Jun 30 00:23:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6608cf5

app-text/blogc: version bump

Package-Manager: portage-2.2.26

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.10.1.ebuild => blogc-0.10.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index d5c2ef2..012b89b 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.10.1.tar.xz 266968 SHA256 
c4645607a02ed665ae9b3b07a15a4f54f8312818a3089aa422a5128a7e08b147 SHA512 
fa4bec7e1b5395806b59da360b7eda735b6d702c878e27e54eeff57cbabf1a2d86f409cec8d620a80bb673de5c4dda694704e21e118a31dbb82aba25d43cfd58
 WHIRLPOOL 
cf6e73482fa25ccd77d48be2980e9d05e1338eb2c47667f9bc5e39a7591cb7ca04a8878d34086be3dbb3e0d69afd24faec6d742b52a5e2c44e9b226a89315047
+DIST blogc-0.10.2.tar.xz 268232 SHA256 
3c3b7659206ebe0c7a4fd9360cf362e7ae2284c4fb7ea8e8aaa889faf4fffd95 SHA512 
12a9e0f4236f14a93a0a8adb98d07a0d48ba66da867baeaa185dfece3a6881b892d2f87d8158d1b1f9cf965cecb234c501e44788674e12a822baf3792a414298
 WHIRLPOOL 
2355283d85c77d89fb2a68e76a5b395d8d4fd5e75620b2ca5262ab77e70e7985b0ed4751adedc29d6a9121a358c3341f56a2ebe2ad413105d519740923f1f35b

diff --git a/app-text/blogc/blogc-0.10.1.ebuild 
b/app-text/blogc/blogc-0.10.2.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.10.1.ebuild
rename to app-text/blogc/blogc-0.10.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-vcs/blogc-git-receiver/, www-servers/blogc-runserver/

2016-06-19 Thread Rafael Martins
commit: 2c6a8aa092cfa8ce37e63c9d9564764f33d3dc73
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sun Jun 19 15:53:14 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Jun 19 15:53:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6a8aa0

dev-vcs/blogc-git-receiver: www-servers/blogc-runserver: removal

Packages were replaced by USE=git and USE=httpd in app-text/blogc.

 dev-vcs/blogc-git-receiver/Manifest|  1 -
 .../blogc-git-receiver-0.4.0.ebuild| 41 -
 .../blogc-git-receiver-.ebuild | 41 -
 dev-vcs/blogc-git-receiver/metadata.xml| 18 --
 profiles/package.mask  |  6 
 www-servers/blogc-runserver/Manifest   |  1 -
 .../blogc-runserver/blogc-runserver-0.1.1.ebuild   | 42 --
 .../blogc-runserver/blogc-runserver-.ebuild| 42 --
 www-servers/blogc-runserver/metadata.xml   | 18 --
 9 files changed, 210 deletions(-)

diff --git a/dev-vcs/blogc-git-receiver/Manifest 
b/dev-vcs/blogc-git-receiver/Manifest
deleted file mode 100644
index ae7a030..000
--- a/dev-vcs/blogc-git-receiver/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST blogc-git-receiver-0.4.0.tar.xz 240764 SHA256 
14d3b60e2568c0995cc1cc4cb656a45aa63a44841f1246b441bb1011c5269d93 SHA512 
d1c7cb660d570c66ae25046dfc1ea68ff0f9a76432b0063e7f3a955d5d8564fdb2443791191f94534f94a797e8f46e421554f009ca43ba5fd8f377eabecd57ea
 WHIRLPOOL 
61f92b5280162e270c660e127a104a09a9e136b707333f605783308274978f28542b27a38c009b36d0411bedbf612a4ba8decef0eabc5550b69845fa121bdae4

diff --git a/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.4.0.ebuild 
b/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.4.0.ebuild
deleted file mode 100644
index 145f1c1..000
--- a/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.4.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="git://github.com/blogc/blogc-git-receiver.git
-   https://github.com/blogc/blogc-git-receiver.git;
-   inherit git-r3 autotools
-fi
-
-DESCRIPTION="A simple login shell/git hook to deploy blogc websites"
-HOMEPAGE="https://github.com/blogc/blogc-git-receiver;
-
-SRC_URI="https://github.com/blogc/${PN}/releases/download/v${PV}/${P}.tar.xz;
-KEYWORDS="~amd64 ~x86"
-if [[ ${PV} = ** ]]; then
-   SRC_URI=""
-   KEYWORDS=""
-   DEPEND="=dev-libs/squareball-"
-else
-   DEPEND=">=dev-libs/squareball-0.2.0"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-
-src_prepare() {
-   [[ ${PV} = ** ]] && AT_NO_RECURSIVE=1 eautoreconf
-   default
-}
-
-src_configure() {
-   econf \
-   --with-squareball=system
-}

diff --git a/dev-vcs/blogc-git-receiver/blogc-git-receiver-.ebuild 
b/dev-vcs/blogc-git-receiver/blogc-git-receiver-.ebuild
deleted file mode 100644
index 145f1c1..000
--- a/dev-vcs/blogc-git-receiver/blogc-git-receiver-.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="git://github.com/blogc/blogc-git-receiver.git
-   https://github.com/blogc/blogc-git-receiver.git;
-   inherit git-r3 autotools
-fi
-
-DESCRIPTION="A simple login shell/git hook to deploy blogc websites"
-HOMEPAGE="https://github.com/blogc/blogc-git-receiver;
-
-SRC_URI="https://github.com/blogc/${PN}/releases/download/v${PV}/${P}.tar.xz;
-KEYWORDS="~amd64 ~x86"
-if [[ ${PV} = ** ]]; then
-   SRC_URI=""
-   KEYWORDS=""
-   DEPEND="=dev-libs/squareball-"
-else
-   DEPEND=">=dev-libs/squareball-0.2.0"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-
-src_prepare() {
-   [[ ${PV} = ** ]] && AT_NO_RECURSIVE=1 eautoreconf
-   default
-}
-
-src_configure() {
-   econf \
-   --with-squareball=system
-}

diff --git a/dev-vcs/blogc-git-receiver/metadata.xml 
b/dev-vcs/blogc-git-receiver/metadata.xml
deleted file mode 100644
index 3761186..000
--- a/dev-vcs/blogc-git-receiver/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   rafaelmart...@gentoo.org
-   Rafael G. Martins
-   
-   
-   A simple login shell/git hook to deploy blogc websites.
-   
-   
-   
- 

[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-06-19 Thread Rafael Martins
commit: fecd0522cd0f9d23f64daa59ee72418f3b70b19a
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sun Jun 19 15:46:48 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sun Jun 19 15:46:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fecd0522

app-text/blogc: version bump

Package-Manager: portage-2.2.26

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.10.0.ebuild => blogc-0.10.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index b56d2e4..d5c2ef2 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.10.0.tar.xz 266800 SHA256 
6d76d7b3054bc126e3e80ecc9248d8f7fa30d633544c1ce2d5839b413da13008 SHA512 
1f1b9b3c6898e7b5251901ba297b101fc9d65820776f6e48af3bf54cb73faaee5d377f1b3ba0464328d73c1c479abd63ff6f61b17f3357fe7c24c508feaa9158
 WHIRLPOOL 
5e093c024a755f750dbcc0b15eb665858941d79a7c4e62a9f16d06d15a6475dd83338d0e49fc8cffaabe070ebbd37fab8df16411d74e16d234e493cf01fd79ec
+DIST blogc-0.10.1.tar.xz 266968 SHA256 
c4645607a02ed665ae9b3b07a15a4f54f8312818a3089aa422a5128a7e08b147 SHA512 
fa4bec7e1b5395806b59da360b7eda735b6d702c878e27e54eeff57cbabf1a2d86f409cec8d620a80bb673de5c4dda694704e21e118a31dbb82aba25d43cfd58
 WHIRLPOOL 
cf6e73482fa25ccd77d48be2980e9d05e1338eb2c47667f9bc5e39a7591cb7ca04a8878d34086be3dbb3e0d69afd24faec6d742b52a5e2c44e9b226a89315047

diff --git a/app-text/blogc/blogc-0.10.0.ebuild 
b/app-text/blogc/blogc-0.10.1.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.10.0.ebuild
rename to app-text/blogc/blogc-0.10.1.ebuild



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

2016-06-18 Thread Rafael Martins
commit: c19ecc1ad14dcf7c9f67193bc54b5ac0d4e5e3ee
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sat Jun 18 13:03:33 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Jun 18 13:03:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19ecc1a

dev-util/cram: Initial commit.

Package-Manager: portage-2.2.26

 dev-util/cram/Manifest|  1 +
 dev-util/cram/cram-0.7.ebuild | 21 +
 dev-util/cram/metadata.xml| 17 +
 3 files changed, 39 insertions(+)

diff --git a/dev-util/cram/Manifest b/dev-util/cram/Manifest
new file mode 100644
index 000..cef7f42
--- /dev/null
+++ b/dev-util/cram/Manifest
@@ -0,0 +1 @@
+DIST cram-0.7.tar.gz 33527 SHA256 
7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f SHA512 
9fa57e504abac8fd15bf5ff4a74405cb7acd10fd4c797adee87052a4f1c4e975bbc0f4219afd9485358b2c2939b48b3ffe538ae2abc6eea71e0ba8b458d50103
 WHIRLPOOL 
dccc6fe696423c4a9b7839b84da4e629e361fa8d867a6bd48611224cbf2b04493702d1e4efeaf705c03a6255fbcd57bbdf649e1b8e038b82ad75abd5bb5cc3a9

diff --git a/dev-util/cram/cram-0.7.ebuild b/dev-util/cram/cram-0.7.ebuild
new file mode 100644
index 000..2869587
--- /dev/null
+++ b/dev-util/cram/cram-0.7.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=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Functional testing framework for command line applications"
+HOMEPAGE="https://bitheap.org/cram/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/dev-util/cram/metadata.xml b/dev-util/cram/metadata.xml
new file mode 100644
index 000..3240415
--- /dev/null
+++ b/dev-util/cram/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   rafaelmart...@gentoo.org
+   Rafael G. Martins
+   
+   
+   Cram is a functional testing framework for command line 
applications.
+   Cram tests look like snippets of interactive shell sessions. 
Cram
+   runs each command and compares the command output in the test 
with
+   the command's actual output.
+   
+   
+   cram
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-05-30 Thread Rafael Martins
commit: 117fd0116676b512dfd26613eab573c4361ced06
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon May 30 20:22:16 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Mon May 30 20:22:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117fd011

app-text/blogc: version bump

Package-Manager: portage-2.2.26

 app-text/blogc/Manifest| 2 +-
 app-text/blogc/{blogc-0.9.0.ebuild => blogc-0.10.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index b0c57ee..b56d2e4 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.9.0.tar.xz 265340 SHA256 
e5d21deb3793e5863c32c87bd51522cde7749b144a486ab37c5be007d3b3e968 SHA512 
3068f8b666b87d168a0cf893d4c913461bb403588fef0cd4d53d006c3c0e880592c71d5e4f6d622c930b05b67b1ad77b53af18cba5c183fc3357d97b8af27f39
 WHIRLPOOL 
1932625f1330391a5e403bd65183c02106b446743c5fa61a7e552c35c511f18a9dff548c932e401c6c62e6bed2f78ce48efe5cf7a38bb7e679b9fc9ceb68c3cd
+DIST blogc-0.10.0.tar.xz 266800 SHA256 
6d76d7b3054bc126e3e80ecc9248d8f7fa30d633544c1ce2d5839b413da13008 SHA512 
1f1b9b3c6898e7b5251901ba297b101fc9d65820776f6e48af3bf54cb73faaee5d377f1b3ba0464328d73c1c479abd63ff6f61b17f3357fe7c24c508feaa9158
 WHIRLPOOL 
5e093c024a755f750dbcc0b15eb665858941d79a7c4e62a9f16d06d15a6475dd83338d0e49fc8cffaabe070ebbd37fab8df16411d74e16d234e493cf01fd79ec

diff --git a/app-text/blogc/blogc-0.9.0.ebuild 
b/app-text/blogc/blogc-0.10.0.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.9.0.ebuild
rename to app-text/blogc/blogc-0.10.0.ebuild



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

2016-04-30 Thread Rafael Martins
commit: 01a08908db0497841642070aefe7429ba7022825
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sat Apr 30 14:35:27 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Apr 30 14:35:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a08908

profiles: fix typo

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e3c4db9..750ff23 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -34,7 +34,7 @@
 # Packages merged upstream with app-text/blogc. Please install
 # app-text/blogc with USE=git and USE=httpd instead. Removal in 30 days.
 dev-vcs/blogc-git-receiver
-www-server/blogc-runserver
+www-servers/blogc-runserver
 
 # James Le Cuirot <ch...@gentoo.org> (27 Apr 2016)
 # Very very dead upstream and probably doesn't work any more like



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-04-29 Thread Rafael Martins
commit: 5a92d76ca34b4da290828a39ef7997ec0cb2e25e
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Apr 30 02:04:08 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Apr 30 02:04:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a92d76c

app-text/blogc: version bump.

Package-Manager: portage-2.2.26

 app-text/blogc/Manifest|  2 +-
 .../{blogc-0.8.1.ebuild => blogc-0.9.0.ebuild} | 28 ++
 2 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 9f7cc02..b0c57ee 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.8.1.tar.xz 270704 SHA256 
06b9367ff6992a0aac447d74b1df13c35f58f7ac06ee331260462ce3a402864f SHA512 
2a8f00401a3f119532dfadde5bf62f455ea229fab75ca5219493aec7cc502a29e62226e88a663441f317b065053284dd78303bd8c423aff5d46cff20c3a2c6d7
 WHIRLPOOL 
f68aa583780d7b4a1b7dc97c9bf617792780322fc766bfa2bc45f74965e1f98a7d7161bd2175b0d68c2564e3914e24513db603b7dd0f0e99979cb816cd4a0ac8
+DIST blogc-0.9.0.tar.xz 265340 SHA256 
e5d21deb3793e5863c32c87bd51522cde7749b144a486ab37c5be007d3b3e968 SHA512 
3068f8b666b87d168a0cf893d4c913461bb403588fef0cd4d53d006c3c0e880592c71d5e4f6d622c930b05b67b1ad77b53af18cba5c183fc3357d97b8af27f39
 WHIRLPOOL 
1932625f1330391a5e403bd65183c02106b446743c5fa61a7e552c35c511f18a9dff548c932e401c6c62e6bed2f78ce48efe5cf7a38bb7e679b9fc9ceb68c3cd

diff --git a/app-text/blogc/blogc-0.8.1.ebuild 
b/app-text/blogc/blogc-0.9.0.ebuild
similarity index 68%
rename from app-text/blogc/blogc-0.8.1.ebuild
rename to app-text/blogc/blogc-0.9.0.ebuild
index 4a8d832..538dbb3 100644
--- a/app-text/blogc/blogc-0.8.1.ebuild
+++ b/app-text/blogc/blogc-0.9.0.ebuild
@@ -12,32 +12,39 @@ if [[ ${PV} = ** ]]; then
 fi
 
 DESCRIPTION="A blog compiler"
-HOMEPAGE="http://blogc.org/;
+HOMEPAGE="https://blogc.rgm.io/;
 
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
 KEYWORDS="~amd64 ~x86"
 if [[ ${PV} = ** ]]; then
SRC_URI=""
KEYWORDS=""
-   RDEPEND="=dev-libs/squareball-"
-   DEPEND="${RDEPEND}
-   app-text/ronn"
-else
-   RDEPEND=">=dev-libs/squareball-0.2.0"
-   DEPEND="${RDEPEND}"
+   DEPEND="app-text/ronn"
 fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="test"
+IUSE="git httpd test"
+
+CDEPEND="
+   httpd? (
+   dev-libs/libevent
+   sys-apps/file )"
+
+RDEPEND="${CDEPEND}
+   git? (
+   dev-vcs/git )
+   !dev-vcs/blogc-git-receiver
+   !www-servers/blogc-runserver"
 
 DEPEND="${DEPEND}
+   ${CDEPEND}
virtual/pkgconfig
test? (
dev-util/cmocka )"
 
 src_prepare() {
-   [[ ${PV} = ** ]] && AT_NO_RECURSIVE=1 eautoreconf
+   [[ ${PV} = ** ]] && eautoreconf
eapply_user
default
 }
@@ -51,7 +58,8 @@ src_configure() {
fi
econf \
$(use_enable test tests) \
+   $(use_enable git git-receiver) \
+   $(use_enable httpd runserver) \
--disable-valgrind \
-   --with-squareball=system \
${myconf}
 }



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

2016-04-29 Thread Rafael Martins
commit: ac86225a47c9d981068a97e7ddf31b80e3b5de89
Author: Rafael Martins  gentoo  org>
AuthorDate: Sat Apr 30 02:03:25 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Sat Apr 30 02:03:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac86225a

profiles: mask blogc helper tools

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2187847..c10dc6a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Rafael G. Martins <rafaelmart...@gentoo.org> (30 Apr 2016)
+# Packages merged upstream with app-text/blogc. Please install
+# app-text/blogc with USE=git and USE=httpd instead. Removal in 30 days.
+dev-vcs/blogc-git-receiver
+www-server/blogc-runserver
+
 # James Le Cuirot <ch...@gentoo.org> (27 Apr 2016)
 # Very very dead upstream and probably doesn't work any more like
 # similar clients. Removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: app-text/blogc/

2016-04-27 Thread Rafael Martins
commit: a5caca7b74915438a3ad3ddeb137be9dcdeccd85
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Apr 28 02:07:46 2016 +
Commit:     Rafael Martins  gentoo  org>
CommitDate: Thu Apr 28 02:07:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5caca7b

app-text/blogc: added blockers to live ebuild, to avoid conflicts

Package-Manager: portage-2.2.26

 app-text/blogc/blogc-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-text/blogc/blogc-.ebuild b/app-text/blogc/blogc-.ebuild
index 6c8b9ca..538dbb3 100644
--- a/app-text/blogc/blogc-.ebuild
+++ b/app-text/blogc/blogc-.ebuild
@@ -33,7 +33,9 @@ CDEPEND="
 
 RDEPEND="${CDEPEND}
git? (
-   dev-vcs/git )"
+   dev-vcs/git )
+   !dev-vcs/blogc-git-receiver
+   !www-servers/blogc-runserver"
 
 DEPEND="${DEPEND}
${CDEPEND}



  1   2   >