summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2018-09-30 13:44:20 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2018-09-30 13:44:20 +0000
commit85fcf8eddea3c34870b0a8f5bff386b072689463 (patch)
treefe89c185be12481b7d7d55f03df6c43bf60b7541
parentMerge updates from master (diff)
downloadgentoo-85fcf8eddea3c34870b0a8f5bff386b072689463.tar.gz
gentoo-85fcf8eddea3c34870b0a8f5bff386b072689463.tar.bz2
gentoo-85fcf8eddea3c34870b0a8f5bff386b072689463.zip
2018-09-30 13:44:19 UTC
-rw-r--r--metadata/md5-cache/dev-libs/botan-2.7.04
-rw-r--r--metadata/md5-cache/dev-libs/liblzw-0.2-r19
-rw-r--r--metadata/md5-cache/dev-lua/lua-openssl-0.7.313
-rw-r--r--metadata/md5-cache/sys-cluster/cluster-glue-1.0.12-r113
-rw-r--r--metadata/timestamp.chk2
-rw-r--r--profiles/use.local.desc1
6 files changed, 39 insertions, 3 deletions
diff --git a/metadata/md5-cache/dev-libs/botan-2.7.0 b/metadata/md5-cache/dev-libs/botan-2.7.0
index 052e4dc716df..9693390f523c 100644
--- a/metadata/md5-cache/dev-libs/botan-2.7.0
+++ b/metadata/md5-cache/dev-libs/botan-2.7.0
@@ -5,11 +5,11 @@ DESCRIPTION=A C++ crypto library
EAPI=7
HOMEPAGE=https://botan.randombit.net/
IUSE=bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
-KEYWORDS=amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~ppc-macos
+KEYWORDS=amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~ppc-macos
LICENSE=BSD
RDEPEND=python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) bzip2? ( >=app-arch/bzip2-1.0.5 ) zlib? ( >=sys-libs/zlib-1.2.3 ) boost? ( >=dev-libs/boost-1.48 ) lzma? ( app-arch/xz-utils ) sqlite? ( dev-db/sqlite:3 ) ssl? ( !libressl? ( dev-libs/openssl:0=[bindist=] ) libressl? ( dev-libs/libressl:0= ) )
REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) )
SLOT=2/2.7
SRC_URI=https://botan.randombit.net/releases/Botan-2.7.0.tgz
_eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs f164325a2cdb5b3ea39311d483988861
-_md5_=9f1de0e3b3ad35fbe138620e27dc7bb5
+_md5_=e7b764f6b5cf91a939e0696ef8cb0fa1
diff --git a/metadata/md5-cache/dev-libs/liblzw-0.2-r1 b/metadata/md5-cache/dev-libs/liblzw-0.2-r1
new file mode 100644
index 000000000000..f6e9fdc9d56b
--- /dev/null
+++ b/metadata/md5-cache/dev-libs/liblzw-0.2-r1
@@ -0,0 +1,9 @@
+DEFINED_PHASES=configure install
+DESCRIPTION=small C library for reading LZW compressed files (.Z)
+EAPI=7
+HOMEPAGE=https://github.com/vapier/liblzw
+KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~sh ~x86
+LICENSE=public-domain
+SLOT=0
+SRC_URI=mirror://sourceforge/freestdf/liblzw-0.2.tar.lzma
+_md5_=b601558e8ce6af2182af8518dce40556
diff --git a/metadata/md5-cache/dev-lua/lua-openssl-0.7.3 b/metadata/md5-cache/dev-lua/lua-openssl-0.7.3
new file mode 100644
index 000000000000..743d3aa3cbf6
--- /dev/null
+++ b/metadata/md5-cache/dev-lua/lua-openssl-0.7.3
@@ -0,0 +1,13 @@
+DEFINED_PHASES=compile configure install unpack
+DEPEND=luajit? ( dev-lang/luajit:2 ) !luajit? ( >=dev-lang/lua-5.1:0 ) libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0=[-bindist] ) !dev-lua/luaossl virtual/pkgconfig
+DESCRIPTION=OpenSSL binding for Lua
+EAPI=7
+HOMEPAGE=https://github.com/zhaozg/lua-openssl
+IUSE=libressl luajit
+KEYWORDS=~amd64 ~x86
+LICENSE=MIT openssl PHP-3
+RDEPEND=luajit? ( dev-lang/luajit:2 ) !luajit? ( >=dev-lang/lua-5.1:0 ) libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0=[-bindist] ) !dev-lua/luaossl
+SLOT=0
+SRC_URI=https://github.com/zhaozg/lua-openssl/archive/0.7.3.tar.gz -> lua-openssl-0.7.3.tar.gz https://github.com/zhaozg/lua-auxiliar/archive/b56f6937096acea34ddf241ec7ea08ac52414d18.tar.gz -> lua-openssl-aux-b56f6937096acea34ddf241ec7ea08ac52414d18.tar.gz https://github.com/keplerproject/lua-compat-5.3/archive/daebe77a2f498817713df37f0bb316db1d82222f.tar.gz -> lua-openssl-compat-daebe77a2f498817713df37f0bb316db1d82222f.tar.gz
+_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs f164325a2cdb5b3ea39311d483988861
+_md5_=18ad14fdc9f0c66a83bb009606b918bb
diff --git a/metadata/md5-cache/sys-cluster/cluster-glue-1.0.12-r1 b/metadata/md5-cache/sys-cluster/cluster-glue-1.0.12-r1
new file mode 100644
index 000000000000..f4a541ebf5cf
--- /dev/null
+++ b/metadata/md5-cache/sys-cluster/cluster-glue-1.0.12-r1
@@ -0,0 +1,13 @@
+DEFINED_PHASES=configure install postinst prepare setup
+DEPEND=!<sys-cluster/heartbeat-3.0 app-arch/bzip2 app-text/asciidoc app-text/docbook-xml-dtd:4.4 dev-libs/glib:2 dev-libs/libaio dev-libs/libxml2 ipmilan? ( sys-libs/openipmi ) libnet? ( net-libs/libnet:1.1 ) net-misc/curl net-misc/iputils || ( net-misc/netkit-telnetd net-misc/telnet-bsd ) doc? ( dev-libs/libxslt app-text/docbook-xsl-stylesheets ) >=app-portage/elt-patches-20170815 !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
+DESCRIPTION=Library pack for Heartbeat / Pacemaker
+EAPI=6
+HOMEPAGE=http://www.linux-ha.org/wiki/Cluster_Glue
+IUSE=doc ipmilan libnet static-libs
+KEYWORDS=~amd64 ~hppa ~x86
+LICENSE=GPL-2
+RDEPEND=!<sys-cluster/heartbeat-3.0 app-arch/bzip2 app-text/asciidoc app-text/docbook-xml-dtd:4.4 dev-libs/glib:2 dev-libs/libaio dev-libs/libxml2 ipmilan? ( sys-libs/openipmi ) libnet? ( net-libs/libnet:1.1 ) net-misc/curl net-misc/iputils || ( net-misc/netkit-telnetd net-misc/telnet-bsd )
+SLOT=0
+SRC_URI=http://hg.linux-ha.org/glue/archive/glue-1.0.12.tar.bz2
+_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 55aaa148741116aa54ad0d80e361818e libtool f143db5a74ccd9ca28c1234deffede96 ltprune 08f9e1d9ee0af8f5d9a7854efbcd8c0e multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs f164325a2cdb5b3ea39311d483988861 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf
+_md5_=5b011faa2238e806e9371d05d78ec2b7
diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk
index d90b414f73f7..741b86685ae9 100644
--- a/metadata/timestamp.chk
+++ b/metadata/timestamp.chk
@@ -1 +1 @@
-Sun, 30 Sep 2018 13:04:29 +0000
+Sun, 30 Sep 2018 13:44:19 +0000
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 4637c5c0866b..0c3a42ffcafd 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -5391,6 +5391,7 @@ sys-cluster/cinder:scheduler - Installs the initscripts for the cinder scheduler
sys-cluster/cinder:tcp - Enables tcp support for the iscsi backend
sys-cluster/cinder:tgt - Enable tgt storage backend support
sys-cluster/cinder:volume - Installs the initscripts for the cinder volume service
+sys-cluster/cluster-glue:ipmilan - Install the ipmilan plugin (requires sys-libs/openipmi)
sys-cluster/cluster-glue:libnet - Force use of net-libs/libnet
sys-cluster/corosync:infiniband - Enable Infiniband RDMA transport support
sys-cluster/drbd-utils:heartbeat - Enable Heartbeat integration