summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2019-11-02 05:06:00 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2019-11-02 05:06:00 +0000
commit0b38e81313fb2c08311e60415fd92c37655eb87e (patch)
tree3999d92f7e906f0fdb57a4ff1f382f37b974eb2d /metadata
parentMerge updates from master (diff)
downloadgentoo-0b38e81313fb2c08311e60415fd92c37655eb87e.tar.gz
gentoo-0b38e81313fb2c08311e60415fd92c37655eb87e.tar.bz2
gentoo-0b38e81313fb2c08311e60415fd92c37655eb87e.zip
2019-11-02 05:05:59 UTC
Diffstat (limited to 'metadata')
-rw-r--r--metadata/md5-cache/dev-lua/lgi-0.9.214
-rw-r--r--metadata/md5-cache/dev-python/pyxattr-0.6.1-r116
-rw-r--r--metadata/md5-cache/net-mail/autorespond-2.0.411
-rw-r--r--metadata/md5-cache/net-mail/autorespond-2.0.511
-rw-r--r--metadata/md5-cache/net-mail/checkpassword-0.90-r26
-rw-r--r--metadata/md5-cache/net-mail/checkpassword-0.90-r313
-rw-r--r--metadata/md5-cache/net-mail/checkpassword-0.90-r413
-rw-r--r--metadata/pkg_desc_index6
-rw-r--r--metadata/timestamp.chk2
9 files changed, 60 insertions, 32 deletions
diff --git a/metadata/md5-cache/dev-lua/lgi-0.9.2 b/metadata/md5-cache/dev-lua/lgi-0.9.2
new file mode 100644
index 000000000000..24431ab06af1
--- /dev/null
+++ b/metadata/md5-cache/dev-lua/lgi-0.9.2
@@ -0,0 +1,14 @@
+BDEPEND=virtual/pkgconfig
+DEFINED_PHASES=compile install prepare test
+DEPEND=>=dev-lang/lua-5.1:= dev-libs/gobject-introspection dev-libs/glib virtual/libffi:0= test? ( x11-libs/cairo[glib] x11-libs/gtk+[introspection] !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
+DESCRIPTION=Lua bindings using gobject-introspection
+EAPI=7
+HOMEPAGE=https://github.com/pavouk/lgi
+IUSE=examples test
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
+LICENSE=MIT
+RDEPEND=>=dev-lang/lua-5.1:= dev-libs/gobject-introspection dev-libs/glib virtual/libffi:0=
+SLOT=0
+SRC_URI=https://github.com/pavouk/lgi/archive/0.9.2.tar.gz -> lgi-0.9.2.tar.gz
+_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a virtualx 53625127887b62eabb9ec61d3d943462
+_md5_=f3de00358bd0d1b310b5593fc2815082
diff --git a/metadata/md5-cache/dev-python/pyxattr-0.6.1-r1 b/metadata/md5-cache/dev-python/pyxattr-0.6.1-r1
new file mode 100644
index 000000000000..6c216379786a
--- /dev/null
+++ b/metadata/md5-cache/dev-python/pyxattr-0.6.1-r1
@@ -0,0 +1,16 @@
+BDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
+DEFINED_PHASES=compile configure install prepare test
+DEPEND=sys-apps/attr dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( >=dev-python/sphinx-1.3.1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
+DESCRIPTION=Python interface to xattr
+EAPI=7
+HOMEPAGE=https://pyxattr.k1024.org/
+IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux
+LICENSE=LGPL-2.1
+RDEPEND=sys-apps/attr python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
+REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=mirror://pypi/p/pyxattr/pyxattr-0.6.1.tar.gz https://pyxattr.k1024.org/downloads/pyxattr-0.6.1.tar.gz
+_eclasses_=distutils-r1 5ef20774410ba92b3fef636ca7945d52 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 25291c381052933ddf86bcffbfaff2ed toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a
+_md5_=f3ee0f07a3bc604e5e04496f0b9544d5
diff --git a/metadata/md5-cache/net-mail/autorespond-2.0.4 b/metadata/md5-cache/net-mail/autorespond-2.0.4
index eb43bf5f8e56..fe691581805c 100644
--- a/metadata/md5-cache/net-mail/autorespond-2.0.4
+++ b/metadata/md5-cache/net-mail/autorespond-2.0.4
@@ -1,11 +1,10 @@
-DEFINED_PHASES=compile install unpack
+DEFINED_PHASES=compile install
DESCRIPTION=Autoresponder add on package for qmailadmin
-EAPI=0
-HOMEPAGE=http://inter7.com/devel/
+EAPI=7
+HOMEPAGE=http://inter7.com/software/
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86
LICENSE=GPL-2
RDEPEND=virtual/qmail
SLOT=0
-SRC_URI=mirror://sourceforge/qmailadmin/autorespond-2.0.4.tar.gz mirror://debian/pool/contrib/a/autorespond/autorespond_2.0.4-1.diff.gz
-_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf
-_md5_=30e1503c604852fe9348be44611462f9
+SRC_URI=mirror://sourceforge/qmailadmin/autorespond-2.0.4.tar.gz mirror://gentoo/autorespond_2.0.4-1.diff.gz
+_md5_=ed80aacbab54103ed3fa969be50473ed
diff --git a/metadata/md5-cache/net-mail/autorespond-2.0.5 b/metadata/md5-cache/net-mail/autorespond-2.0.5
index eb867e4e4a53..a294f78f0758 100644
--- a/metadata/md5-cache/net-mail/autorespond-2.0.5
+++ b/metadata/md5-cache/net-mail/autorespond-2.0.5
@@ -1,11 +1,10 @@
-DEFINED_PHASES=compile install postinst unpack
+DEFINED_PHASES=compile install postinst
DESCRIPTION=Autoresponder add on package for qmailadmin
-EAPI=0
-HOMEPAGE=http://inter7.com/devel/
+EAPI=7
+HOMEPAGE=http://www.inter7.com/software/
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86
LICENSE=GPL-2
RDEPEND=virtual/qmail
SLOT=0
-SRC_URI=http://inter7.com/devel/autorespond-2.0.5.tar.gz
-_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf
-_md5_=174ef10251ba85d020383835bd095748
+SRC_URI=http://qmail.ixip.net/download/autorespond-2.0.5.tar.gz
+_md5_=47a2435f21e27560f1ba6f2365a35ebb
diff --git a/metadata/md5-cache/net-mail/checkpassword-0.90-r2 b/metadata/md5-cache/net-mail/checkpassword-0.90-r2
index 01ce3b30467f..cff3a6ecd979 100644
--- a/metadata/md5-cache/net-mail/checkpassword-0.90-r2
+++ b/metadata/md5-cache/net-mail/checkpassword-0.90-r2
@@ -1,12 +1,12 @@
DEFINED_PHASES=compile install unpack
DESCRIPTION=A uniform password checking interface for root applications
EAPI=0
-HOMEPAGE=http://cr.yp.to/checkpwd.html
+HOMEPAGE=https://cr.yp.to/checkpwd.html
IUSE=static
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
LICENSE=all-rights-reserved
RESTRICT=mirror bindist
SLOT=0
-SRC_URI=http://cr.yp.to/checkpwd/checkpassword-0.90.tar.gz
+SRC_URI=https://cr.yp.to/checkpwd/checkpassword-0.90.tar.gz
_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf
-_md5_=31480e169dc957c0e1db5aeff6311c12
+_md5_=d05e582f88d173881df7d786f2f83ccb
diff --git a/metadata/md5-cache/net-mail/checkpassword-0.90-r3 b/metadata/md5-cache/net-mail/checkpassword-0.90-r3
deleted file mode 100644
index 530cead5adce..000000000000
--- a/metadata/md5-cache/net-mail/checkpassword-0.90-r3
+++ /dev/null
@@ -1,13 +0,0 @@
-DEFINED_PHASES=compile install unpack
-DEPEND=>=sys-apps/sed-4 >=sys-apps/sed-4
-DESCRIPTION=A uniform password checking interface for root applications
-EAPI=0
-HOMEPAGE=http://cr.yp.to/checkpwd.html
-IUSE=static
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
-LICENSE=all-rights-reserved
-RESTRICT=mirror bindist
-SLOT=0
-SRC_URI=http://cr.yp.to/checkpwd/checkpassword-0.90.tar.gz
-_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 fixheadtails 6b7b3d896b0b285c12a94f3105c2a06c flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 qmail a8f96aa715f96082a61d6815f5968c5b toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf
-_md5_=7ff2bfdb2aa724ce808155a8e067bbec
diff --git a/metadata/md5-cache/net-mail/checkpassword-0.90-r4 b/metadata/md5-cache/net-mail/checkpassword-0.90-r4
new file mode 100644
index 000000000000..f4828a94ac2e
--- /dev/null
+++ b/metadata/md5-cache/net-mail/checkpassword-0.90-r4
@@ -0,0 +1,13 @@
+DEFINED_PHASES=install prepare
+DEPEND=>=sys-apps/sed-4
+DESCRIPTION=A uniform password checking interface for root applications
+EAPI=7
+HOMEPAGE=https://cr.yp.to/checkpwd.html
+IUSE=static
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
+LICENSE=all-rights-reserved
+RESTRICT=mirror bindist
+SLOT=0
+SRC_URI=https://cr.yp.to/checkpwd/checkpassword-0.90.tar.gz
+_eclasses_=fixheadtails 6b7b3d896b0b285c12a94f3105c2a06c multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a
+_md5_=4178aa2ccca8d0cc66235b4bf4a51235
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 6725ac844bfc..d255fbeea804 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -5224,7 +5224,7 @@ dev-lua/busted 2.0_rc11_p0 2.0_rc12_p1: Elegant Lua unit testing
dev-lua/dkjson 2.5: David Kolf's JSON module for Lua
dev-lua/lanes 3.10.0: lightweight, native, lazy evaluating multithreading library
dev-lua/ldoc 1.4.6: A LuaDoc-compatible documentation generation system
-dev-lua/lgi 0.6.2 0.6.2-r1 0.7.2 0.9.0 0.9.0-r1: Lua bindings using gobject-introspection
+dev-lua/lgi 0.6.2 0.6.2-r1 0.7.2 0.9.0 0.9.0-r1 0.9.2: Lua bindings using gobject-introspection
dev-lua/lpeg 1.0.1 1.0.2: Parsing Expression Grammars for Lua
dev-lua/lua-cjson 2.1.0.6 2.1.0.7: A fast JSON encoding/parsing module for Lua
dev-lua/lua-openssl 0.7.3: OpenSSL binding for Lua
@@ -8781,7 +8781,7 @@ dev-python/pyvtk 0.4.74: Tools for manipulating VTK files in Python
dev-python/pywavelets 0.5.2 0.5.2-r1: Discrete Wavelet Transforms in Python
dev-python/pywinrm 0.3.0: Windows Remote Management through Python
dev-python/pyx 0.12.1-r1 0.14.1 0.14.1-r1: Python package for the generation of encapsulated PostScript figures
-dev-python/pyxattr 0.6.0-r1 0.6.1: Python interface to xattr
+dev-python/pyxattr 0.6.0-r1 0.6.1 0.6.1-r1: Python interface to xattr
dev-python/pyxdg 0.25-r1 0.26 0.26-r1: A Python module to deal with freedesktop.org specifications
dev-python/pyxenstore 0.0.2: Provides Python interfaces for Xen's XenStore
dev-python/pyyaml 3.12 3.13 5.1: YAML parser and emitter for Python
@@ -15093,7 +15093,7 @@ net-mail/archivemail 0.9.0-r1: Tool written archiving old email in mailboxes
net-mail/asmail 2.1-r1: a small mail monitor similar to xbiff
net-mail/automx 0.10.2-r1 0.10.2-r2: A mail user agent auto configuration service
net-mail/autorespond 2.0.4 2.0.5: Autoresponder add on package for qmailadmin
-net-mail/checkpassword 0.90-r2 0.90-r3: A uniform password checking interface for root applications
+net-mail/checkpassword 0.90-r2 0.90-r4: A uniform password checking interface for root applications
net-mail/checkpassword-pam 0.99 0.99-r1: checkpassword-compatible authentication program w/pam support
net-mail/cmd5checkpw 0.30-r1: A checkpassword compatible authentication program that used CRAM-MD5 authentication mode
net-mail/courier-imap 4.17.3 4.18.2 5.0.7: An IMAP daemon designed specifically for maildirs
diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk
index 04d558d88bf2..a9a989f6f77b 100644
--- a/metadata/timestamp.chk
+++ b/metadata/timestamp.chk
@@ -1 +1 @@
-Sat, 02 Nov 2019 04:46:02 +0000
+Sat, 02 Nov 2019 05:05:59 +0000