2021-03-28 11:50:38 UTC

This commit is contained in:
Repository mirror & CI
2021-03-28 11:50:38 +00:00
parent 6b13b6392b
commit ee85adc8c8
125 changed files with 397 additions and 371 deletions

View File

@@ -1,4 +1,5 @@
DEFINED_PHASES=compile install prepare setup
DEPEND=|| ( dev-lang/python:3.9 dev-lang/python:3.8 dev-lang/python:3.7 >=dev-python/pypy3-7.3.0:0 )
DESCRIPTION=ANother Auto NICe daemon
EAPI=7
HOMEPAGE=https://github.com/Nefelim4ag/Ananicy
@@ -8,4 +9,4 @@ LICENSE=GPL-3
SLOT=0
SRC_URI=https://github.com/Nefelim4ag/Ananicy/archive/2.2.1.tar.gz -> ananicy-2.2.1.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e python-utils-r1 543b53e4d003ebd889082f4673e52af5 python-any-r1 690a993463cd2ebcde40ccdf1bd9ba98
_md5_=0c84fd03bfccafb97f895fd7f90f7ce8
_md5_=30a67334431e6588adcb742dfbfef62c

View File

@@ -7,4 +7,4 @@ LICENSE=GPL-3
RESTRICT=bindist mirror
SLOT=0.4.1
SRC_URI=mirror://sourceforge/customrescuecd/CUSTOMRESCUECD-x86-0.4.1.iso
_md5_=295053385db55c2248a41913d59d1d1d
_md5_=24f5f6c6b447ee67c1251a9e2447aa57

View File

@@ -7,4 +7,4 @@ LICENSE=GPL-3
RESTRICT=bindist mirror
SLOT=0.12.0
SRC_URI=mirror://sourceforge/customrescuecd/CUSTOMRESCUECD-x86_64-0.12.0.iso
_md5_=5fa744248ec43f6f6ec587253baeb8aa
_md5_=82fa76afb59c372272615edd65db8246

View File

@@ -7,4 +7,4 @@ LICENSE=GPL-3
RESTRICT=bindist mirror
SLOT=0.12.1
SRC_URI=mirror://sourceforge/customrescuecd/CUSTOMRESCUECD-x86_64-0.12.1.iso
_md5_=5fa744248ec43f6f6ec587253baeb8aa
_md5_=82fa76afb59c372272615edd65db8246

View File

@@ -1,15 +1,16 @@
BDEPEND=>=dev-util/meson-0.54.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=|| ( ( dev-lang/python:3.9 dev-python/pycryptodome[python_targets_python3_9(-),-python_single_target_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/pycryptodome[python_targets_python3_8(-),-python_single_target_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/pycryptodome[python_targets_python3_7(-),-python_single_target_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A password manager for GNOME
EAPI=7
HOMEPAGE=https://gitlab.gnome.org/World/PasswordSafe
INHERIT=gnome2-utils meson xdg python-any-r1
IUSE=debug +introspection
INHERIT=gnome2-utils meson xdg python-r1
IUSE=debug +introspection python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+
RDEPEND=|| ( ( dev-lang/python:3.9 dev-python/pycryptodome[python_targets_python3_9(-),-python_single_target_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/pycryptodome[python_targets_python3_8(-),-python_single_target_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/pycryptodome[python_targets_python3_7(-),-python_single_target_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] || ( ( dev-lang/python:3.9 dev-python/pycryptodome[python_targets_python3_9(-),-python_single_target_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/pycryptodome[python_targets_python3_8(-),-python_single_target_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/pycryptodome[python_targets_python3_7(-),-python_single_target_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=https://gitlab.gnome.org/World/PasswordSafe/-/archive/4.0/PasswordSafe-4.0.tar.bz2
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 543b53e4d003ebd889082f4673e52af5 meson e43eef9331f54965a573ed380854ff47 xdg c7ba313ea1eaf266f95cc6235f7d6a07 python-any-r1 690a993463cd2ebcde40ccdf1bd9ba98
_md5_=ec16a21d4368aacbf980db7b40e2412c
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 543b53e4d003ebd889082f4673e52af5 meson e43eef9331f54965a573ed380854ff47 xdg c7ba313ea1eaf266f95cc6235f7d6a07 multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-r1 a0dcde4775c7b2f7530678fc8143340e
_md5_=bc77783b9179d3ef6d26d42330b0fd1e

View File

@@ -1,15 +1,16 @@
BDEPEND=>=dev-util/meson-0.54.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=|| ( ( dev-lang/python:3.9 dev-python/pycryptodome[python_targets_python3_9(-),-python_single_target_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/pycryptodome[python_targets_python3_8(-),-python_single_target_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/pycryptodome[python_targets_python3_7(-),-python_single_target_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A password manager for GNOME
EAPI=7
HOMEPAGE=https://gitlab.gnome.org/World/PasswordSafe
INHERIT=gnome2-utils meson xdg python-any-r1
IUSE=debug +introspection
INHERIT=gnome2-utils meson xdg python-r1
IUSE=debug +introspection python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+
RDEPEND=|| ( ( dev-lang/python:3.9 dev-python/pycryptodome[python_targets_python3_9(-),-python_single_target_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/pycryptodome[python_targets_python3_8(-),-python_single_target_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/pycryptodome[python_targets_python3_7(-),-python_single_target_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] || ( ( dev-lang/python:3.9 dev-python/pycryptodome[python_targets_python3_9(-),-python_single_target_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/pycryptodome[python_targets_python3_8(-),-python_single_target_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/pycryptodome[python_targets_python3_7(-),-python_single_target_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=https://gitlab.gnome.org/World/PasswordSafe/-/archive/4.1/PasswordSafe-4.1.tar.bz2
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 543b53e4d003ebd889082f4673e52af5 meson e43eef9331f54965a573ed380854ff47 xdg c7ba313ea1eaf266f95cc6235f7d6a07 python-any-r1 690a993463cd2ebcde40ccdf1bd9ba98
_md5_=ec16a21d4368aacbf980db7b40e2412c
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 543b53e4d003ebd889082f4673e52af5 meson e43eef9331f54965a573ed380854ff47 xdg c7ba313ea1eaf266f95cc6235f7d6a07 multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-r1 a0dcde4775c7b2f7530678fc8143340e
_md5_=bc77783b9179d3ef6d26d42330b0fd1e