diff --git a/app-admin/chezmoi/metadata.xml b/app-admin/chezmoi/metadata.xml
index 8aef408d22..7b76d899fb 100644
--- a/app-admin/chezmoi/metadata.xml
+++ b/app-admin/chezmoi/metadata.xml
@@ -4,7 +4,7 @@
phil@demona.co
Phil DeMonaco
-
+
Dotfile management application which provides a configuration
and encryption interface ontop of traditional version control
@@ -13,6 +13,6 @@
with differing requirements.
- twpane/chezmoi
+ twpayne/chezmoi
diff --git a/app-crypt/autofirma/autofirma-1.6.5-r1.ebuild b/app-crypt/autofirma/autofirma-1.6.5-r1.ebuild
index bba0bd3d82..0a6f2d76df 100644
--- a/app-crypt/autofirma/autofirma-1.6.5-r1.ebuild
+++ b/app-crypt/autofirma/autofirma-1.6.5-r1.ebuild
@@ -6,9 +6,14 @@ EAPI=7
inherit desktop java-utils-2 rpm xdg
DESCRIPTION="Spanish government's electronic signature application for online procedures"
-HOMEPAGE="https://administracionelectronica.gob.es/ctt/clienteafirma"
+HOMEPAGE="
+ https://administracionelectronica.gob.es/ctt/clienteafirma
+ https://github.com/ctt-gob-es/clienteafirma
+"
+#TODO: use ver_split instead of hardcoded 1/6/5
SRC_URI="https://estaticos.redsara.es/comunes/autofirma/1/6/5/AutoFirma_Linux.zip -> ${P}.zip"
+#TODO: investigate and fix licenses https://github.com/ctt-gob-es/clienteafirma/blob/master/license/LICENSE.txt
LICENSE="|| ( GPL-2+ EUPL-1.1 )"
SLOT="0"
KEYWORDS="~amd64"
@@ -24,9 +29,11 @@ src_unpack() {
}
src_install() {
+ #TODO: use $(get_libdir) or mask non ~amd64 arches
java-pkg_dojar "usr/lib64/${PN}/${PN}.jar"
java-pkg_dolauncher
java-pkg_dojar "usr/lib64/${PN}/${PN}Configurador.jar"
+ #TODO: icons in /lib are suspect
doicon "usr/lib64/${PN}/${PN}.png"
make_desktop_entry "${PN} %u" AutoFirma "${PN}" "Utility" "Comment[es]=Aplicación de firma electrónica de la FNMT\nMimeType=x-scheme-handler/afirma"
}
diff --git a/app-crypt/autofirma/metadata.xml b/app-crypt/autofirma/metadata.xml
index 054691619e..dfc2ecf97b 100644
--- a/app-crypt/autofirma/metadata.xml
+++ b/app-crypt/autofirma/metadata.xml
@@ -1,11 +1,16 @@
+
+El Cliente @firma es uno de los productos de la Suite @firma de soluciones de identificación y firma electrónica. Se proporciona de a las Administraciones Públicas para que dispongan de los instrumentos necesarios para implementar la autenticación y firma electrónica avanzada de una forma rápida y efectiva.
+
+El cliente de firma es una herramienta de firma electrónica en entornos de escritorio y dispositivos móviles, que funciona en forma de Applet de Java integrado en una página Web mediante JavaScript, como aplicación de escritorio, o como aplicación móvil, dependiendo del entorno del usuario.
+
gentoo@chuso.net
Jesus Perez Rey
- ctt/clienteafirma
+ ctt-gob-es/clienteafirma
diff --git a/dev-python/geopy/metadata.xml b/dev-python/geopy/metadata.xml
index e2f9a37108..39924c6acf 100644
--- a/dev-python/geopy/metadata.xml
+++ b/dev-python/geopy/metadata.xml
@@ -14,8 +14,7 @@ geopy makes it easy for Python developers to locate the coordinates of addresses
geopy includes geocoder classes for the OpenStreetMap Nominatim, Google Geocoding API (V3), and many other geocoding services. The full list is available on the Geocoders doc section. Geocoder classes are located in geopy.geocoders.
- geopy
- geopy
geopy/geopy
+ geopy
diff --git a/dev-python/pytest-benchmark/metadata.xml b/dev-python/pytest-benchmark/metadata.xml
index 707882f3b0..bb332d1e98 100644
--- a/dev-python/pytest-benchmark/metadata.xml
+++ b/dev-python/pytest-benchmark/metadata.xml
@@ -17,7 +17,7 @@
This plugin provides a benchmark fixture. This fixture is a callable object that will benchmark any function passed to it.
- ionelm/pytest-benchmark
+ ionelmc/pytest-benchmark
pytest-benchmark
diff --git a/dev-python/webpy/metadata.xml b/dev-python/webpy/metadata.xml
index 2aac2797d3..04bd2022f8 100644
--- a/dev-python/webpy/metadata.xml
+++ b/dev-python/webpy/metadata.xml
@@ -7,7 +7,8 @@
Alessandro Barbieri
- webpy/web.py
+ webpy/webpy
+ web.py
https://webpy.org/docs
https://github.com/webpy/webpy/issues
https://raw.githubusercontent.com/webpy/webpy/master/ChangeLog.txt
diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild b/games-emulation/melonds/melonds-0.9.1.ebuild
index 50d4cad192..9e95895274 100644
--- a/games-emulation/melonds/melonds-0.9.1.ebuild
+++ b/games-emulation/melonds/melonds-0.9.1.ebuild
@@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
inherit xdg cmake
DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="http://melonds.kuribo64.net/"
+HOMEPAGE="
+ http://melonds.kuribo64.net
+ https://github.com/Arisotura/melonDS
+"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index c19093aead..b567fa8d71 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
inherit xdg cmake
DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="http://melonds.kuribo64.net/"
+HOMEPAGE="
+ http://melonds.kuribo64.net
+ https://github.com/Arisotura/melonDS
+"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index c19093aead..b567fa8d71 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
inherit xdg cmake
DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="http://melonds.kuribo64.net/"
+HOMEPAGE="
+ http://melonds.kuribo64.net
+ https://github.com/Arisotura/melonDS
+"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
diff --git a/games-emulation/melonds/metadata.xml b/games-emulation/melonds/metadata.xml
index 81bdb41b1e..877a2c2357 100644
--- a/games-emulation/melonds/metadata.xml
+++ b/games-emulation/melonds/metadata.xml
@@ -6,6 +6,6 @@
Maciej Barć
- Arisotura/melonDS
+ Arisotura/melonDS
diff --git a/net-misc/megasync/megasync-4.3.8.0.ebuild b/net-misc/megasync/megasync-4.3.8.0.ebuild
index 8d91075813..604202807b 100644
--- a/net-misc/megasync/megasync-4.3.8.0.ebuild
+++ b/net-misc/megasync/megasync-4.3.8.0.ebuild
@@ -6,7 +6,10 @@ EAPI=7
inherit autotools desktop qmake-utils xdg cmake
DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC"
-HOMEPAGE="http://mega.co.nz"
+HOMEPAGE="
+ https://mega.io
+ https://github.com/meganz/MEGAsync
+"
if [[ ${PV} == 9999 ]];then
inherit git-r3
diff --git a/net-misc/megasync/megasync-9999.ebuild b/net-misc/megasync/megasync-9999.ebuild
index 64ae5753b5..5447073f4b 100644
--- a/net-misc/megasync/megasync-9999.ebuild
+++ b/net-misc/megasync/megasync-9999.ebuild
@@ -6,7 +6,10 @@ EAPI=7
inherit autotools desktop qmake-utils xdg cmake
DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC"
-HOMEPAGE="http://mega.co.nz"
+HOMEPAGE="
+ https://mega.io
+ https://github.com/meganz/MEGAsync
+"
if [[ ${PV} == 9999 ]];then
inherit git-r3
diff --git a/net-misc/megasync/metadata.xml b/net-misc/megasync/metadata.xml
index dbb25160c0..045a9632b7 100644
--- a/net-misc/megasync/metadata.xml
+++ b/net-misc/megasync/metadata.xml
@@ -6,6 +6,9 @@
Samuel Bernardo
megasync client from mega.nz
+
+ meganz/MEGAsync
+