[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2024-03-26 Thread Andreas Sturmlechner
commit: 26e1c4d7af97478422fb5153f7b64cfdf7eb4bf4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 26 11:15:39 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 26 19:59:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e1c4d7

net-libs/rabbitmq-c: drop 0.11.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/rabbitmq-c/Manifest |  1 -
 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 53 
 2 files changed, 54 deletions(-)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index 9bf1cf690b28..39fae857ee72 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1,2 +1 @@
-DIST rabbitmq-c-0.11.0.tar.gz 145638 BLAKE2B 
dce862d132d4bca010dbc284957f34a35d55407ea0eb4fb79369f699207c01cc7ed64c1bd58bea2d1178bd2c02176c3e93b66177fc975175b1da9ab9baaf661f
 SHA512 
0c3dbb6e2b862e9f25e3f76df798ea272bbd81de2865950b95adf1f1e5791eb20d7c9d5a76cb7d2fda54bad5f12bdf69cbfa7e9fd1afdede6f9ec729ca2287de
 DIST rabbitmq-c-0.13.0.tar.gz 126670 BLAKE2B 
dbb759bfb21cdce532bb770fecc21e18881da198f55278301143e9d4a0f070f58c00e4cadab71c6b4a0b91f198a1fd66cc405f518d52972cf68c0ef33ee2176c
 SHA512 
a93c104846b7d004c97019f81879db4daf747fd29ee6f4feaf287302c0f24d5d34d8c7bc232805ccabf105fd1aa6dfcb88218236bb6bb33cebf64ec9e3dcd77c

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
deleted file mode 100644
index ef0b261ecebb..
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="RabbitMQ C client"
-HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
-else
-   SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv 
~s390 sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0/4"
-IUSE="doc test +ssl static-libs tools"
-
-REQUIRED_USE="test? ( static-libs )"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )
-   tools? ( dev-libs/popt )"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-text/doxygen )
-   tools? ( app-text/xmlto )"
-
-DOCS=( AUTHORS README.md THANKS TODO )
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_API_DOCS=$(usex doc)
-   -DBUILD_STATIC_LIBS=$(usex static-libs)
-   -DBUILD_TESTS=$(usex test)
-   -DBUILD_TOOLS=$(usex tools)
-   -DBUILD_TOOLS_DOCS=$(usex tools)
-   -DENABLE_SSL_SUPPORT=$(usex ssl)
-   )
-   cmake_src_configure
-}
-
-src_test() {
-   pushd "${BUILD_DIR}" > /dev/null || die
-
-   # Skip "basic" test which requires running local rabbitmq-server 
instance,
-   # see https://github.com/alanxz/rabbitmq-c/issues/530
-   ctest -v -E basic || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2024-02-29 Thread Viorel Munteanu
commit: 6f81deb89cf50e0b6d247df4af3783dde65f3d1d
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Feb 29 23:50:58 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar  1 07:17:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f81deb8

net-libs/rabbitmq-c: Stabilize 0.13.0 arm, #924320

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
index 3ad7a80fa895..1835ab569700 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2024-02-29 Thread Viorel Munteanu
commit: 376c502ffa09954cecdf887d439df84438126a2c
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Mar  1 00:07:03 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar  1 07:17:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376c502f

net-libs/rabbitmq-c: Stabilize 0.13.0 ppc64, #924320

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
index 1835ab569700..117213dde1f9 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2024-02-29 Thread Viorel Munteanu
commit: 29ac54b5bb0114bef2edc79af692008a7af072ac
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Mar  1 00:17:24 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar  1 07:17:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ac54b5

net-libs/rabbitmq-c: Stabilize 0.13.0 ppc, #924320

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
index 117213dde1f9..fd8f4d0c870a 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv 
~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2024-02-29 Thread Viorel Munteanu
commit: 3d3ac4673ff790b22c177111689eea909260450f
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Feb 29 21:36:48 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar  1 07:17:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3ac467

net-libs/rabbitmq-c: Stabilize 0.13.0 arm64, #924320

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
index 72cda6d4ac7e..3ad7a80fa895 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2024-02-14 Thread Sam James
commit: a3db3e3603f47f2e46b6d30c58f4f62cd12f54ad
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Feb 14 13:34:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 14 16:44:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3db3e36

net-libs/rabbitmq-c: stable 0.13.0 for sparc, bug #924320

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
index 997481629ed8..72cda6d4ac7e 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2024-02-13 Thread Joonas Niilola
commit: 0f22e905c1bc664d0e39339dbbbf5c86fd882968
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Feb 13 07:45:02 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Feb 13 08:05:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f22e905

net-libs/rabbitmq-c: Stabilize 0.13.0 amd64, #924320

Signed-off-by: Joonas Niilola  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
index 8d819f4233ba..7ba0aee3718a 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2024-02-13 Thread Joonas Niilola
commit: 2b3996ddcb4f8865fa69d808238b6c080898c2d4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Feb 13 07:46:47 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Feb 13 08:05:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3996dd

net-libs/rabbitmq-c: Stabilize 0.13.0 x86, #924320

Signed-off-by: Joonas Niilola  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
index 7ba0aee3718a..997481629ed8 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/, net-libs/rabbitmq-c/files/

2024-01-11 Thread Joonas Niilola
commit: 2386f8510c14ce4692881c280dbf4491a5bb6528
Author: git-bruh  aleeas  
com>
AuthorDate: Sun Oct  8 13:37:13 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jan 11 13:51:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2386f851

net-libs/rabbitmq-c: add 0.13.0

Bug: https://bugs.gentoo.org/908818
Signed-off-by: Joonas Niilola  gentoo.org>

 net-libs/rabbitmq-c/Manifest   |   1 +
 ...bitmq-c-0.13.0-read-credentials-from-file.patch | 127 +
 net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild   |  55 +
 3 files changed, 183 insertions(+)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index 180421fdfa07..9bf1cf690b28 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1 +1,2 @@
 DIST rabbitmq-c-0.11.0.tar.gz 145638 BLAKE2B 
dce862d132d4bca010dbc284957f34a35d55407ea0eb4fb79369f699207c01cc7ed64c1bd58bea2d1178bd2c02176c3e93b66177fc975175b1da9ab9baaf661f
 SHA512 
0c3dbb6e2b862e9f25e3f76df798ea272bbd81de2865950b95adf1f1e5791eb20d7c9d5a76cb7d2fda54bad5f12bdf69cbfa7e9fd1afdede6f9ec729ca2287de
+DIST rabbitmq-c-0.13.0.tar.gz 126670 BLAKE2B 
dbb759bfb21cdce532bb770fecc21e18881da198f55278301143e9d4a0f070f58c00e4cadab71c6b4a0b91f198a1fd66cc405f518d52972cf68c0ef33ee2176c
 SHA512 
a93c104846b7d004c97019f81879db4daf747fd29ee6f4feaf287302c0f24d5d34d8c7bc232805ccabf105fd1aa6dfcb88218236bb6bb33cebf64ec9e3dcd77c

diff --git 
a/net-libs/rabbitmq-c/files/rabbitmq-c-0.13.0-read-credentials-from-file.patch 
b/net-libs/rabbitmq-c/files/rabbitmq-c-0.13.0-read-credentials-from-file.patch
new file mode 100644
index ..363068139adf
--- /dev/null
+++ 
b/net-libs/rabbitmq-c/files/rabbitmq-c-0.13.0-read-credentials-from-file.patch
@@ -0,0 +1,127 @@
+From 463054383fbeef889b409a7f843df5365288e2a0 Mon Sep 17 00:00:00 2001
+From: Christian Kastner 
+Date: Tue, 13 Jun 2023 14:21:52 +0200
+Subject: [PATCH] Add option to read username/password from file (#781)
+
+* Add option to read username/password from file
+---
+ tools/common.c | 66 ++
+ 1 file changed, 66 insertions(+)
+
+diff --git a/tools/common.c b/tools/common.c
+index 73b47e25..7efe557b 100644
+--- a/tools/common.c
 b/tools/common.c
+@@ -18,6 +18,11 @@
+ #include "compat.h"
+ #endif
+ 
++/* For when reading auth data from a file */
++#define MAXAUTHTOKENLEN 128
++#define USERNAMEPREFIX "username:"
++#define PASSWORDPREFIX "password:"
++
+ void die(const char *fmt, ...) {
+   va_list ap;
+   va_start(ap, fmt);
+@@ -125,6 +130,7 @@ static char *amqp_vhost;
+ static char *amqp_username;
+ static char *amqp_password;
+ static int amqp_heartbeat = 0;
++static char *amqp_authfile;
+ #ifdef WITH_SSL
+ static int amqp_ssl = 0;
+ static char *amqp_cacert = "/etc/ssl/certs/cacert.pem";
+@@ -147,6 +153,8 @@ struct poptOption connect_options[] = {
+  "the password to login with", "password"},
+ {"heartbeat", 0, POPT_ARG_INT, _heartbeat, 0,
+  "heartbeat interval, set to 0 to disable", "heartbeat"},
++{"authfile", 0, POPT_ARG_STRING, _authfile, 0,
++ "path to file containing username/password for authentication", "file"},
+ #ifdef WITH_SSL
+ {"ssl", 0, POPT_ARG_NONE, _ssl, 0, "connect over SSL/TLS", NULL},
+ {"cacert", 0, POPT_ARG_STRING, _cacert, 0,
+@@ -158,6 +166,50 @@ struct poptOption connect_options[] = {
+ #endif /* WITH_SSL */
+ {NULL, '\0', 0, NULL, 0, NULL, NULL}};
+ 
++void read_authfile(const char *path) {
++  size_t n;
++  FILE *fp = NULL;
++  char token[MAXAUTHTOKENLEN];
++
++  if ((amqp_username = malloc(MAXAUTHTOKENLEN)) == NULL ||
++  (amqp_password = malloc(MAXAUTHTOKENLEN)) == NULL) {
++die("Out of memory");
++  } else if ((fp = fopen(path, "r")) == NULL) {
++die("Could not read auth data file %s", path);
++  }
++
++  if (fgets(token, MAXAUTHTOKENLEN, fp) == NULL ||
++  strncmp(token, USERNAMEPREFIX, strlen(USERNAMEPREFIX))) {
++die("Malformed auth file (missing username)");
++  }
++  strncpy(amqp_username, [strlen(USERNAMEPREFIX)], MAXAUTHTOKENLEN);
++  /* Missing newline means token was cut off */
++  n = strlen(amqp_username);
++  if (amqp_username[n - 1] != '\n') {
++die("Username too long");
++  } else {
++amqp_username[n - 1] = '\0';
++  }
++
++  if (fgets(token, MAXAUTHTOKENLEN, fp) == NULL ||
++  strncmp(token, PASSWORDPREFIX, strlen(PASSWORDPREFIX))) {
++die("Malformed auth file (missing password)");
++  }
++  strncpy(amqp_password, [strlen(PASSWORDPREFIX)], MAXAUTHTOKENLEN);
++  /* Missing newline means token was cut off */
++  n = strlen(amqp_password);
++  if (amqp_password[n - 1] != '\n') {
++die("Password too long");
++  } else {
++amqp_password[n - 1] = '\0';
++  }
++
++  (void)fgetc(fp);
++  if (!feof(fp)) {
++die("Malformed auth file (trailing data)");
++  }
++}
++
+ static void init_connection_info(struct amqp_connection_info *ci) {
+   ci->user = NULL;
+   

[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2024-01-11 Thread Joonas Niilola
commit: 3ee9598a2267a5e82eab87029def99676c18bc3a
Author: git-bruh  aleeas  
com>
AuthorDate: Sun Oct  8 15:44:02 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jan 11 13:51:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee9598a

net-libs/rabbitmq-c: add proxy maintainer metadata

Closes: https://github.com/gentoo/gentoo/pull/33249
Signed-off-by: Joonas Niilola  gentoo.org>

 net-libs/rabbitmq-c/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/metadata.xml b/net-libs/rabbitmq-c/metadata.xml
index 0fed8249ebef..e7e3e0b1837d 100644
--- a/net-libs/rabbitmq-c/metadata.xml
+++ b/net-libs/rabbitmq-c/metadata.xml
@@ -1,7 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   pratha...@proton.me
+   Pratham K
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Builds cli tools to interact with 
brokers




[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2022-12-04 Thread WANG Xuerui
commit: 4589547e8e33167dfe5707d73af2675f4929b18b
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat Dec  3 10:13:16 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Dec  4 09:22:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4589547e

net-libs/rabbitmq-c: keyword 0.11.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
index af593238e7f0..86bdbb1b7e79 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv 
~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-11-09 Thread Sam James
commit: 498a255c636a681c9f85ae6c49be22d96f6db43c
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  9 21:33:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 21:33:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498a255c

net-libs/rabbitmq-c: Stabilize 0.11.0 ppc, #805374

Signed-off-by: Sam James  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
index 83d3ac4c227..1b6ca71021e 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-11-09 Thread Sam James
commit: abb9d64d08f524bcfb4d6e6da5532ff3e495cf02
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  9 21:33:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  9 21:33:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb9d64d

net-libs/rabbitmq-c: Stabilize 0.11.0 ppc64, #805374

Signed-off-by: Sam James  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
index 1b6ca71021e..af593238e7f 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-11-09 Thread Jakov Smolić
commit: 0e7f8893cbc26d3cd7fc7aeaf90d7f5f5c2d9881
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  9 21:23:50 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  9 21:23:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7f8893

net-libs/rabbitmq-c: Stabilize 0.11.0 x86, #805374

Signed-off-by: Jakov Smolić  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
index eb90f17d336..83d3ac4c227 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-10-27 Thread Sam James
commit: 26ba4425a39106875f22d951a4111696c3159246
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 06:57:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 06:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ba4425

net-libs/rabbitmq-c: Stabilize 0.11.0 amd64, #805374

Signed-off-by: Sam James  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
index 38032e2f76f..eb90f17d336 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-10-25 Thread Sam James
commit: 58d49a3b21d3dc0ba1b4b888f18a0aea0f802101
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 26 03:14:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 26 03:14:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d49a3b

net-libs/rabbitmq-c: Stabilize 0.11.0 arm, #805374

Signed-off-by: Sam James  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
index 9f33b3dcede..38032e2f76f 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-10-25 Thread Sam James
commit: 3fed8df20df13f8d9746d673b3f468663a993423
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Oct 24 19:58:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 25 13:11:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fed8df2

net-libs/rabbitmq-c: stable 0.11.0 for sparc, bug #805374

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
index 3ca5b2c9f6d..9f33b3dcede 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-10-25 Thread Sam James
commit: 504c9396eed068aad5f339f929787c774a10fb62
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 25 06:06:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 25 06:06:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504c9396

net-libs/rabbitmq-c: Stabilize 0.11.0 arm64, #805374

Signed-off-by: Sam James  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
index b8e7ae78e5f..3ca5b2c9f6d 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-09-12 Thread Sam James
commit: 237b7ac8716b11f799f80ba8cee1cc3f8e7eba57
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 13 00:36:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 13 00:36:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237b7ac8

net-libs/rabbitmq-c: add 0.11.0

Bug: https://bugs.gentoo.org/805374
Signed-off-by: Sam James  gentoo.org>

 net-libs/rabbitmq-c/Manifest |  1 +
 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index f78f85b7a96..6e572b6614b 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1 +1,2 @@
 DIST rabbitmq-c-0.10.0.tar.gz 145361 BLAKE2B 
99b53d5178fa407225d2060584239af83377027fb6a209002d11ed54be4b49bab70ae55c86ab971394ab745a632ece6f070f9c10a9bdd330de4778edbd8e1ea8
 SHA512 
52a1194fab2dc8698ed065d63898e32aa004a4d68080d4aaf5cb7148cc28ad967283f7a99910d7f054cbba92b487b3a67b839b6f0bd88486ef9be043c9517d4c
+DIST rabbitmq-c-0.11.0.tar.gz 145638 BLAKE2B 
dce862d132d4bca010dbc284957f34a35d55407ea0eb4fb79369f699207c01cc7ed64c1bd58bea2d1178bd2c02176c3e93b66177fc975175b1da9ab9baaf661f
 SHA512 
0c3dbb6e2b862e9f25e3f76df798ea272bbd81de2865950b95adf1f1e5791eb20d7c9d5a76cb7d2fda54bad5f12bdf69cbfa7e9fd1afdede6f9ec729ca2287de

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
new file mode 100644
index 000..b8e7ae78e5f
--- /dev/null
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="RabbitMQ C client"
+HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
+else
+   SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/4"
+IUSE="doc test +ssl static-libs tools"
+
+REQUIRED_USE="test? ( static-libs )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )
+   tools? ( dev-libs/popt )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )
+   tools? ( app-text/xmlto )"
+
+DOCS=( AUTHORS README.md THANKS TODO )
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_API_DOCS=$(usex doc)
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   -DBUILD_TESTS=$(usex test)
+   -DBUILD_TOOLS=$(usex tools)
+   -DBUILD_TOOLS_DOCS=$(usex tools)
+   -DENABLE_SSL_SUPPORT=$(usex ssl)
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+
+   # Skip "basic" test which requires running local rabbitmq-server 
instance,
+   # see https://github.com/alanxz/rabbitmq-c/issues/530
+   ctest -v -E basic || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-07-26 Thread Marek Szuba
commit: a8a55a8a68860a4705cdd962d4b2b0be377d2361
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 12:53:14 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 15:45:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a55a8a

net-libs/rabbitmq-c: keyword 0.10.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index ec26cf10aa4..b34a4fa9ac9 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-05-02 Thread Mikle Kolyada
commit: 8523ba4b8d93ca1841312fbf2ad865f787e55c24
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  2 10:50:39 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  2 10:50:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8523ba4b

net-libs/rabbitmq-c: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index a0dd2594c16..ec26cf10aa4 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -18,16 +18,13 @@ fi
 
 LICENSE="MIT"
 SLOT="0/4"
-IUSE="doc libressl test +ssl static-libs tools"
+IUSE="doc test +ssl static-libs tools"
 
 REQUIRED_USE="test? ( static-libs )"
 
 RESTRICT="!test? ( test )"
 
-RDEPEND="ssl? (
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:0= )
-   )
+RDEPEND="ssl? ( dev-libs/openssl:0= )
tools? ( dev-libs/popt )"
 DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2021-04-11 Thread Sam James
commit: f4e10dae5b9ae2966b9da4c96d9e2bdb03b30e61
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 11 23:59:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:07:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e10dae

net-libs/rabbitmq-c: fix DEPEND typo

Signed-off-by: Sam James  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index ff1a742535f..a0dd2594c16 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -29,7 +29,7 @@ RDEPEND="ssl? (
!libressl? ( dev-libs/openssl:0= )
)
tools? ( dev-libs/popt )"
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
tools? ( app-text/xmlto )"
 DOCS=( AUTHORS README.md THANKS TODO )



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-26 Thread Thomas Deutschmann
commit: d77087bbc1076b2c3aab19e4649e6c6fbacb6d9b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 26 15:14:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 26 15:14:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77087bb

net-libs/rabbitmq-c: security cleanup

Bug: https://bugs.gentoo.org/701810
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/rabbitmq-c/Manifest|  1 -
 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index 21200c4aaa2..f78f85b7a96 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1,2 +1 @@
 DIST rabbitmq-c-0.10.0.tar.gz 145361 BLAKE2B 
99b53d5178fa407225d2060584239af83377027fb6a209002d11ed54be4b49bab70ae55c86ab971394ab745a632ece6f070f9c10a9bdd330de4778edbd8e1ea8
 SHA512 
52a1194fab2dc8698ed065d63898e32aa004a4d68080d4aaf5cb7148cc28ad967283f7a99910d7f054cbba92b487b3a67b839b6f0bd88486ef9be043c9517d4c
-DIST rabbitmq-c-v0.9.0.zip 227245 BLAKE2B 
ea37e0a9734bc7a8923cab880a9e150f055bab83bb79eb793882a1d435e6e435fbf4610034235f858d0e4d20978287b9432b312c8c3eea5e588655dc2f831554
 SHA512 
0cac0e26b4caca3de22b468200a20c38c8ace1a824442faa0855d93922b0c3a649fc2067366f6694eca0be635187ca9a9cfe47643472f4abb3d67028768f49fb

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
deleted file mode 100644
index 6969404a06e..000
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake-utils
-
-DESCRIPTION="RabbitMQ C client"
-HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
-else
-   SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0/4"
-IUSE="doc libressl test +ssl static-libs tools"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="test? ( static-libs )"
-
-RDEPEND="ssl? (
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:0= )
-   )
-   tools? ( dev-libs/popt )"
-DEPEND="${DEPEND}
-   doc? ( app-doc/doxygen )
-   tools? ( app-text/xmlto )"
-DOCS=( AUTHORS README.md THANKS TODO )
-
-src_configure() {
-   mycmakeargs=(
-   -DCMAKE_SKIP_RPATH=ON
-   -DBUILD_API_DOCS=$(usex doc)
-   -DBUILD_STATIC_LIBS=$(usex static-libs)
-   -DBUILD_TESTS=$(usex test)
-   -DBUILD_TOOLS=$(usex tools)
-   -DBUILD_TOOLS_DOCS=$(usex tools)
-   -DENABLE_SSL_SUPPORT=$(usex ssl)
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   pushd "${BUILD_DIR}" > /dev/null || die
-
-   # Skip "basic" test which requires running local rabbitmq-server 
instance,
-   # see https://github.com/alanxz/rabbitmq-c/issues/530
-   ctest -v -E basic || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-24 Thread Mikle Kolyada
commit: b32fc95a89f9a1fa2d2f6888d19de8b964dc62ac
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Dec 24 14:47:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Dec 24 14:48:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32fc95a

net-libs/rabbitmq-c: arm stable wrt bug #701810

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index 91110cbd2ae..d8c82ef94e1 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-12 Thread Thomas Deutschmann
commit: 8cb1f60bd1bd58761a2006052cdaca7308d2bcdb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 12 23:43:43 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 13 00:04:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb1f60b

net-libs/rabbitmq-c: x86 stable (bug #701810)

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index d0ba691b2e7..91110cbd2ae 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 ~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-10 Thread Agostino Sarubbo
commit: 37f95377e89b4100436ec04a65dcdc13d49f373e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 10 10:54:20 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 10 10:54:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f95377

net-libs/rabbitmq-c: ppc stable wrt bug #701810

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index 5efc3b085ee..d0ba691b2e7 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~ppc ppc64 ~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 ~s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-08 Thread Sergei Trofimovich
commit: ec6b2ef241d7311ee285ca677f7d8ef62b734773
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:19:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6b2ef2

net-libs/rabbitmq-c: stable 0.10.0 for hppa, bug #701810

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index 5afe340eb85..5efc3b085ee 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~ppc ppc64 ~s390 sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~ppc ppc64 ~s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-03 Thread Agostino Sarubbo
commit: edb73b43739d7a939cf7bd620215f167cea86ac9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  3 11:58:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  3 11:58:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb73b43

net-libs/rabbitmq-c: ppc64 stable wrt bug #701810

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index b1bd63ab2c5..5afe340eb85 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~ppc ppc64 ~s390 sparc 
~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-03 Thread Agostino Sarubbo
commit: 55cdfea9cf039c8db9f109ae6d3a0be21a2a7883
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  3 11:56:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  3 11:56:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cdfea9

net-libs/rabbitmq-c: ia64 stable wrt bug #701810

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index 9171d57bf5b..b1bd63ab2c5 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc 
~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-03 Thread Agostino Sarubbo
commit: 852974dc620bfb6eae85e3e7b8902360db481bd1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  3 10:03:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  3 10:03:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852974dc

net-libs/rabbitmq-c: amd64 stable wrt bug #701810

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index afe2d193915..b4a06c9f419 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-03 Thread Agostino Sarubbo
commit: 9d0a001014cde30feb234924893ec9bec9e35db4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  3 10:07:44 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  3 10:07:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0a0010

net-libs/rabbitmq-c: sparc stable wrt bug #701810

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index b4a06c9f419..9171d57bf5b 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc 
~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-02 Thread Aaron Bauman
commit: 64ee6615551e82492b6b846835b234f834dede5e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 04:23:02 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:23:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ee6615

net-libs/rabbitmq-c: arm64 stable (bug #701810)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index 915bf6d73e2..afe2d193915 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-02 Thread Thomas Deutschmann
commit: f89f8b1bbd2e71e559ba1d9eab8d5b20b21aa4c2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec  2 22:00:43 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec  2 22:03:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89f8b1b

net-libs/rabbitmq-c: bump to v0.10.0

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/rabbitmq-c/Manifest |  1 +
 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index f5f89bb83a0..21200c4aaa2 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1 +1,2 @@
+DIST rabbitmq-c-0.10.0.tar.gz 145361 BLAKE2B 
99b53d5178fa407225d2060584239af83377027fb6a209002d11ed54be4b49bab70ae55c86ab971394ab745a632ece6f070f9c10a9bdd330de4778edbd8e1ea8
 SHA512 
52a1194fab2dc8698ed065d63898e32aa004a4d68080d4aaf5cb7148cc28ad967283f7a99910d7f054cbba92b487b3a67b839b6f0bd88486ef9be043c9517d4c
 DIST rabbitmq-c-v0.9.0.zip 227245 BLAKE2B 
ea37e0a9734bc7a8923cab880a9e150f055bab83bb79eb793882a1d435e6e435fbf4610034235f858d0e4d20978287b9432b312c8c3eea5e588655dc2f831554
 SHA512 
0cac0e26b4caca3de22b468200a20c38c8ace1a824442faa0855d93922b0c3a649fc2067366f6694eca0be635187ca9a9cfe47643472f4abb3d67028768f49fb

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
new file mode 100644
index 000..915bf6d73e2
--- /dev/null
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit cmake-utils
+
+DESCRIPTION="RabbitMQ C client"
+HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
+else
+   SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/4"
+IUSE="doc libressl test +ssl static-libs tools"
+
+REQUIRED_USE="test? ( static-libs )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="ssl? (
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:0= )
+   )
+   tools? ( dev-libs/popt )"
+DEPEND="${DEPEND}
+   doc? ( app-doc/doxygen )
+   tools? ( app-text/xmlto )"
+DOCS=( AUTHORS README.md THANKS TODO )
+
+src_configure() {
+   mycmakeargs=(
+   -DCMAKE_SKIP_RPATH=ON
+   -DBUILD_API_DOCS=$(usex doc)
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   -DBUILD_TESTS=$(usex test)
+   -DBUILD_TOOLS=$(usex tools)
+   -DBUILD_TOOLS_DOCS=$(usex tools)
+   -DENABLE_SSL_SUPPORT=$(usex ssl)
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+
+   # Skip "basic" test which requires running local rabbitmq-server 
instance,
+   # see https://github.com/alanxz/rabbitmq-c/issues/530
+   ctest -v -E basic || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-03-03 Thread Mikle Kolyada
commit: a325c35df27f8931b83b7017b5018f6bbb0b63e7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 11:13:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 11:13:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a325c35d

net-libs/rabbitmq-c: mark ~s390

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index c67c2de1b6b..38124aea5dc 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-02-23 Thread Pacho Ramos
commit: c4816ed2b639167a37483999d3b529e54ef9d6f7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Feb 23 09:35:28 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Feb 23 09:35:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4816ed2

net-libs/rabbitmq-c: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 net-libs/rabbitmq-c/Manifest|  1 -
 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index bb290b35e7c..f5f89bb83a0 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1,2 +1 @@
-DIST rabbitmq-c-v0.8.0.zip 249220 BLAKE2B 
171ae0ffc093851089f4dc11cc1e8ef25ae90cbb0cce75ffb93c04a765b7d195e5bde8bbdaa4ce0c598c7f4bb291ed204d157443ed927db373a89f8ab9e7ebc0
 SHA512 
e386979ce1bc05c02cda06e8582981e0df25f9b31ca950f8a921bd2b249020f751ba65a6f38b8f5ba0be1b3e89492b29b72c6cd1d5ed3d6f19440799d6419ba6
 DIST rabbitmq-c-v0.9.0.zip 227245 BLAKE2B 
ea37e0a9734bc7a8923cab880a9e150f055bab83bb79eb793882a1d435e6e435fbf4610034235f858d0e4d20978287b9432b312c8c3eea5e588655dc2f831554
 SHA512 
0cac0e26b4caca3de22b468200a20c38c8ace1a824442faa0855d93922b0c3a649fc2067366f6694eca0be635187ca9a9cfe47643472f4abb3d67028768f49fb

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
deleted file mode 100644
index b8a050a0a6f..000
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit cmake-utils
-
-DESCRIPTION="RabbitMQ C client"
-HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
-else
-   SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0/4"
-IUSE="doc libressl test +ssl static-libs tools"
-
-REQUIRED_USE="test? ( static-libs )"
-
-RDEPEND="ssl? (
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:0= )
-   )
-   tools? ( dev-libs/popt )"
-DEPEND="${DEPEND}
-   doc? ( app-doc/doxygen )
-   tools? ( app-text/xmlto )"
-DOCS=( AUTHORS README.md THANKS TODO )
-
-src_configure() {
-   mycmakeargs=(
-   -DCMAKE_SKIP_RPATH=ON
-   -DBUILD_API_DOCS=$(usex doc)
-   -DBUILD_STATIC_LIBS=$(usex static-libs)
-   -DBUILD_TESTS=$(usex test)
-   -DBUILD_TOOLS=$(usex tools)
-   -DBUILD_TOOLS_DOCS=$(usex tools)
-   -DENABLE_SSL_SUPPORT=$(usex ssl)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-02-22 Thread Mart Raudsepp
commit: 698605c704e4ed384630cb69546749d5544758f6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb 22 22:03:00 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb 22 22:03:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698605c7

net-libs/rabbitmq-c: arm64 stable (bug #676730)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index a41808ffce6..c67c2de1b6b 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-02-21 Thread Markus Meier
commit: 3adbc5a0f8e7474cc7b99eccecf3c6b93cd5c0da
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Feb 21 20:26:47 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Feb 21 20:26:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adbc5a0

net-libs/rabbitmq-c: arm stable, bug #676730

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index dbe1817fdea..a41808ffce6 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-02-07 Thread Mikle Kolyada
commit: fb97e01e4fe20aefc289cbd41d16d02d63ec7b6d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Feb  7 12:57:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Feb  7 12:57:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb97e01e

net-libs/rabbitmq-c: amd64 stable wrt bug #676730

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index 8d6dbd6d57a..dbe1817fdea 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-02-02 Thread Sergei Trofimovich
commit: 69b5ef55a0a0c7a78b70be323180a3aa7a38fd5f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb  2 21:14:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  2 21:14:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b5ef55

net-libs/rabbitmq-c: stable 0.9.0 for ppc64, bug #676730

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index 4c3af875f3c..8d6dbd6d57a 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 sparc x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-02-02 Thread Sergei Trofimovich
commit: 066124dd5f7304c1b223919b41a073d8ba8991b6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb  2 20:19:41 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  2 20:44:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066124dd

net-libs/rabbitmq-c: stable 0.9.0 for ppc, bug #676730

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index 4b040fc7f48..4c3af875f3c 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 sparc x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-02-02 Thread Sergei Trofimovich
commit: 1c532739c8e00d9b7f3b9dffb0e8dd946f7a3472
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb  2 19:12:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  2 19:12:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c532739

net-libs/rabbitmq-c: stable 0.9.0 for ia64, bug #676730

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index 6fd8fe7471d..4b040fc7f48 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-01-31 Thread Sergei Trofimovich
commit: 242e2262ce4334dc2b42604f0444749fbf3600c0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb  1 06:54:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb  1 07:17:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242e2262

net-libs/rabbitmq-c: stable 0.9.0 for hppa, bug #676730

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index 362e2aab615..6fd8fe7471d 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-01-31 Thread Thomas Deutschmann
commit: 473150591b9c1bcaa2364324889f8ad0fe642636
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jan 31 21:59:14 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jan 31 22:10:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47315059

net-libs/rabbitmq-c: x86 stable (bug #676730)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index ad4a454a789..362e2aab615 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-01-30 Thread Sergei Trofimovich
commit: b0ebae820d27678414db3b9085203d4c36201f26
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jan 30 06:59:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jan 30 08:03:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ebae82

net-libs/rabbitmq-c: stable 0.9.0 for sparc, bug #676730

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
index 5f1af9841fa..ad4a454a789 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.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="7"
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-12-21 Thread Sergei Trofimovich
commit: 33d19e1a60793b9f223fb4dfd49c06fd16e5b5b0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 10:11:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:16:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d19e1a

net-libs/rabbitmq-c: stable 0.8.0 for sparc, bug #670974

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 0a03a2d4ffa..b8a050a0a6f 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-12-19 Thread Thomas Deutschmann
commit: aaf111cf5f4e22caeab2e17b4c42d8ac5f4b7686
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Dec 19 14:10:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Dec 19 14:10:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf111cf

net-libs/rabbitmq-c: bump to v0.9.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/rabbitmq-c/Manifest|  1 +
 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index 37d9ea80c60..bb290b35e7c 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1 +1,2 @@
 DIST rabbitmq-c-v0.8.0.zip 249220 BLAKE2B 
171ae0ffc093851089f4dc11cc1e8ef25ae90cbb0cce75ffb93c04a765b7d195e5bde8bbdaa4ce0c598c7f4bb291ed204d157443ed927db373a89f8ab9e7ebc0
 SHA512 
e386979ce1bc05c02cda06e8582981e0df25f9b31ca950f8a921bd2b249020f751ba65a6f38b8f5ba0be1b3e89492b29b72c6cd1d5ed3d6f19440799d6419ba6
+DIST rabbitmq-c-v0.9.0.zip 227245 BLAKE2B 
ea37e0a9734bc7a8923cab880a9e150f055bab83bb79eb793882a1d435e6e435fbf4610034235f858d0e4d20978287b9432b312c8c3eea5e588655dc2f831554
 SHA512 
0cac0e26b4caca3de22b468200a20c38c8ace1a824442faa0855d93922b0c3a649fc2067366f6694eca0be635187ca9a9cfe47643472f4abb3d67028768f49fb

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
new file mode 100644
index 000..5f1af9841fa
--- /dev/null
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit cmake-utils
+
+DESCRIPTION="RabbitMQ C client"
+HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
+else
+   SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/4"
+IUSE="doc libressl test +ssl static-libs tools"
+
+REQUIRED_USE="test? ( static-libs )"
+
+RDEPEND="ssl? (
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:0= )
+   )
+   tools? ( dev-libs/popt )"
+DEPEND="${DEPEND}
+   doc? ( app-doc/doxygen )
+   tools? ( app-text/xmlto )"
+DOCS=( AUTHORS README.md THANKS TODO )
+
+src_configure() {
+   mycmakeargs=(
+   -DCMAKE_SKIP_RPATH=ON
+   -DBUILD_API_DOCS=$(usex doc)
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   -DBUILD_TESTS=$(usex test)
+   -DBUILD_TOOLS=$(usex tools)
+   -DBUILD_TOOLS_DOCS=$(usex tools)
+   -DENABLE_SSL_SUPPORT=$(usex ssl)
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+
+   # Skip "basic" test which requires running local rabbitmq-server 
instance,
+   # see https://github.com/alanxz/rabbitmq-c/issues/530
+   ctest -v -E basic || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-10-09 Thread Matt Turner
commit: 7049bbcd3159a0416e4be06415cd7c0101e52751
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct  9 14:35:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct  9 14:35:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7049bbcd

net-libs/rabbitmq-c: ppc stable, bug 646778

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index f0b4ea37a00..0a03a2d4ffa 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-10-09 Thread Matt Turner
commit: d86314462b96ade9ebde54e60cdaa16ab8ec60bb
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct  9 14:34:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct  9 14:35:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8631446

net-libs/rabbitmq-c: added ~alpha, bug 650498

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index f932c68e33f..f0b4ea37a00 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-07-29 Thread Sergei Trofimovich
commit: a5a415838dcf65c80c4dd531e9241bd53e82b0c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 29 10:22:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 29 10:22:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a41583

net-libs/rabbitmq-c: stable 0.8.0 for ppc64, bug #646778

Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 63b2d5202e8..f932c68e33f 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 arm arm64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-06-28 Thread Mart Raudsepp
commit: 509c3d7cbfac3a8511763641be0ede81592df351
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jun 28 13:28:01 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun 28 13:47:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509c3d7c

net-libs/rabbitmq-c-0.8.0: arm64 stable (bug #646778)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 512a57d61c6..63b2d5202e8 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 arm ~arm64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="amd64 arm arm64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-06-06 Thread Andreas Sturmlechner
commit: 67e151d786cc0c46fa998d4ea84125c552078a13
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  3 14:15:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  6 14:54:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e151d7

net-libs/rabbitmq-c: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/rabbitmq-c/Manifest|  1 -
 net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index c60c2937bd4..37d9ea80c60 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1,2 +1 @@
-DIST rabbitmq-c-v0.5.0.zip 234929 BLAKE2B 
4b023ff18863190b6a0f7def3dcefd38a84f73f33a0d058ffee7655042b7b065fbacbac57c7ef3be83bc105f6283978de00a7e580394c5138d8e2a5adba3071e
 SHA512 
7b30ecc4831f0145db68a1811b5cb7e4eb55a6b826efa0834a705c03f2ecba3d6d2b8187cdf1472e7da2af8dc77b67674916ec31fa6086e00a01304a097b4430
 DIST rabbitmq-c-v0.8.0.zip 249220 BLAKE2B 
171ae0ffc093851089f4dc11cc1e8ef25ae90cbb0cce75ffb93c04a765b7d195e5bde8bbdaa4ce0c598c7f4bb291ed204d157443ed927db373a89f8ab9e7ebc0
 SHA512 
e386979ce1bc05c02cda06e8582981e0df25f9b31ca950f8a921bd2b249020f751ba65a6f38b8f5ba0be1b3e89492b29b72c6cd1d5ed3d6f19440799d6419ba6

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild
deleted file mode 100644
index 38842119cb7..000
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit cmake-utils eutils multilib
-
-DESCRIPTION="RabbitMQ C client"
-HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-2
-   EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
-else
-   SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 ~arm hppa x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="tools"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-DOCS=( "AUTHORS" "README.md" "THANKS" "TODO" )
-
-src_unpack() {
-   if [[ ${PV} == ** ]]; then
-   git-2_src_unpack
-   else
-   unpack ${A}
-   fi
-}
-
-src_configure() {
-   mycmakeargs=(
-   -DCMAKE_SKIP_RPATH=ON
-   $(cmake-utils_use tools BUILD_TOOLS)
-   $(cmake-utils_use tools BUILD_TOOLS_DOCS)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-03-18 Thread Sergei Trofimovich
commit: b489b37e85739f274f3440cddc5c512101155e9f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 12:59:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 12:59:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b489b37e

net-libs/rabbitmq-c: keyworded 0.8.0 for ppc64, bug #650498

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 4244aaad45d..512a57d61c6 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 arm ~arm64 hppa ia64 ~ppc ~sparc x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-03-18 Thread Sergei Trofimovich
commit: 26220937f3278b1a54d81cb76680d930219cb9ba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 12:15:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 12:36:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26220937

net-libs/rabbitmq-c: stable 0.8.0 for ia64, bug #646778

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 492fc47d3bb..4244aaad45d 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ~ppc ~sparc x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ia64 ~ppc ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-03-17 Thread Sergei Trofimovich
commit: cba261ab8b6f528f0192e2ca89b674631280dda7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 17 13:02:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 17 13:02:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba261ab

net-libs/rabbitmq-c: keyworded 0.8.0 for ia64, bug #650498

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 351e938b9f1..492fc47d3bb 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 arm ~arm64 hppa ~ppc ~sparc x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ~ppc ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2018-03-17 Thread Sergei Trofimovich
commit: cf066da6c0d4607fff85366b554a62ee14a79900
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Mar 17 12:46:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 17 13:00:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf066da6

net-libs/rabbitmq-c: keyworded 0.8.0 for sparc, bug #650498

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 2c227016783..351e938b9f1 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.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"
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 arm ~arm64 hppa ~ppc x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ~ppc ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2017-08-05 Thread Sergei Trofimovich
commit: ce80b4d8458a4cb9bedf34806ab42afbf84a546b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug  5 19:04:19 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug  5 19:04:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce80b4d8

net-libs/rabbitmq-c: keyworded 0.8.0 for ppc, bug #564532

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index cf516e8e61f..2c227016783 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 arm ~arm64 hppa x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ~ppc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2017-06-21 Thread Alexis Ballier
commit: e02270a5b74954b943c4fdb04cf367d9f8f5d806
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 08:23:36 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 08:59:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02270a5

net-libs/rabbitmq-c: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index f4cea8e55ce..02ab0d93adf 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git"
 else
SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 arm hppa x86"
+   KEYWORDS="amd64 arm ~arm64 hppa x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2017-02-28 Thread Michael Weber
commit: dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Mar  1 07:47:16 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Mar  1 07:54:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfab7e17

net-libs/rabbitmq-c: arm stable (bug 591980).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 06c381db40c..f4cea8e55ce 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git"
 else
SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 ~arm hppa x86"
+   KEYWORDS="amd64 arm hppa x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/files/

2017-01-18 Thread David Seifert
commit: 23bb71882ca1652566ec4ac520c01692cfc19551
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Jan 17 17:40:54 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 18 09:19:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bb7188

net-libs/rabbitmq-c: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3516

 net-libs/rabbitmq-c/files/xmlto.patch | 25 -
 1 file changed, 25 deletions(-)

diff --git a/net-libs/rabbitmq-c/files/xmlto.patch 
b/net-libs/rabbitmq-c/files/xmlto.patch
deleted file mode 100644
index b1b97ed..
--- a/net-libs/rabbitmq-c/files/xmlto.patch
+++ /dev/null
@@ -1,25 +0,0 @@
 CMakeLists.txt.orig2013-01-19 02:58:22.179338944 -0700
-+++ CMakeLists.txt 2013-01-19 03:18:40.936984417 -0700
-@@ -49,6 +49,7 @@
- include(CheckFunctionExists)
- include(CheckLibraryExists)
- include(CMakePushCheckState)
-+include(FindXmlTo)
- 
- # Detect if we need to link against a socket library:
- cmake_push_check_state()
-@@ -195,7 +196,13 @@
- endif (REGENERATE_AMQP_FRAMING)
- 
- find_package(POPT)
--find_package(XmlTo)
-+
-+set ( XmlTo_FOUND false )
-+find_program ( XMLTO_EXECUTABLE NAMES xmlto
-+  DOC "path to the xmlto docbook xslt frontend" )
-+if ( XMLTO_EXECUTABLE )
-+  set ( XmlTo_FOUND true )
-+endif ( XMLTO_EXECUTABLE )
- 
- if (POPT_FOUND AND XmlTo_FOUND)
-   set(DO_DOCS ON)



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2016-12-21 Thread Thomas Deutschmann
commit: aeeedd78d988ceb2e25b05869d0fc85d135e213b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Dec 21 17:09:35 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Dec 21 17:14:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeeedd78

net-libs/rabbitmq-c: x86 stable (bug #591980)

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 830a500..17e9995 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git"
 else
SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 ~arm hppa ~x86"
+   KEYWORDS="amd64 ~arm hppa x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2016-10-01 Thread Jeroen Roovers
commit: dd0df6a8771e075a03f08293279f7c43354ff28e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct  1 13:02:05 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct  1 13:02:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0df6a8

net-libs/rabbitmq-c: Stable for HPPA (bug #591980).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index f682ee7..830a500 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git"
 else
SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="amd64 ~arm ~hppa ~x86"
+   KEYWORDS="amd64 ~arm hppa ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2016-07-07 Thread Austin English
commit: 705c8ae18e2e93f9a1667556d7764f5704c025d2
Author: Austin English  gentoo  org>
AuthorDate: Thu Jul  7 19:36:30 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jul  7 19:47:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705c8ae1

net-libs/rabbitmq-c: add maintainer-needed

Package-Manager: portage-2.2.28

 net-libs/rabbitmq-c/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/rabbitmq-c/metadata.xml b/net-libs/rabbitmq-c/metadata.xml
index 35a7e37..7c8011c 100644
--- a/net-libs/rabbitmq-c/metadata.xml
+++ b/net-libs/rabbitmq-c/metadata.xml
@@ -1,6 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   

Builds cli tools to interact with 
brokers




[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2016-05-23 Thread Brian Evans
commit: e6087c1d9868490765053cf56142c4cb52ce038b
Author: Brian Evans  gentoo  org>
AuthorDate: Mon May 23 13:31:04 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon May 23 13:31:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6087c1d

net-libs/rabbitmq-c: Version bump wrt bug 545250

Package-Manager: portage-2.3.0_rc1

 net-libs/rabbitmq-c/Manifest|  1 +
 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index e0ab5ee..df5c115 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1 +1,2 @@
 DIST rabbitmq-c-v0.5.0.zip 234929 SHA256 
91e883c5cc3c72c5cb351c598b39e2e531c891b5a3e6ad1f82ee261caa5a3e6c SHA512 
7b30ecc4831f0145db68a1811b5cb7e4eb55a6b826efa0834a705c03f2ecba3d6d2b8187cdf1472e7da2af8dc77b67674916ec31fa6086e00a01304a097b4430
 WHIRLPOOL 
acf08d02c0ddcc9f651aae2e5cef5f37f0748179cbd015d7c550405e2efb380c5d921faec49cb5eebdd442985aa73236cc9861b74925e8c3370a589dba7af602
+DIST rabbitmq-c-v0.8.0.zip 249220 SHA256 
f32d6b7c368f7883da76dd10f9035d9194c5d988bd2cbd9daf0cde2b4e92004d SHA512 
e386979ce1bc05c02cda06e8582981e0df25f9b31ca950f8a921bd2b249020f751ba65a6f38b8f5ba0be1b3e89492b29b72c6cd1d5ed3d6f19440799d6419ba6
 WHIRLPOOL 
705bb4c685c1d441776403d5c47f910de06ce4a1874bcc2e2a535bc9f9f1fdd1dede4e02e451423c4faefa492cab0a21c23d0bc1cf1adf9e43a2f6f88e65cb1c

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
new file mode 100644
index 000..82dfd21
--- /dev/null
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit cmake-utils
+
+DESCRIPTION="RabbitMQ C client"
+HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git"
+else
+   SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
+   KEYWORDS="~amd64 ~arm ~hppa ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/4"
+IUSE="doc libressl test +ssl static-libs tools"
+
+REQUIRED_USE="test? ( static-libs )"
+
+RDEPEND="ssl? (
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:0= )
+   )
+   tools? ( dev-libs/popt )"
+DEPEND="${DEPEND}
+   doc? ( app-doc/doxygen )
+   tools? ( app-text/xmlto )"
+DOCS=( AUTHORS README.md THANKS TODO )
+
+src_configure() {
+   mycmakeargs=(
+   -DCMAKE_SKIP_RPATH=ON
+   -DBUILD_API_DOCS=$(usex doc)
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   -DBUILD_TESTS=$(usex test)
+   -DBUILD_TOOLS=$(usex tools)
+   -DBUILD_TOOLS_DOCS=$(usex tools)
+   -DENABLE_SSL_SUPPORT=$(usex ssl)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2016-05-21 Thread Pacho Ramos
commit: a67c7e45e611c36c59c83c712acf6a98a74d65c6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 21 15:46:10 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 21 15:46:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67c7e45

net-libs/rabbitmq-c: drop old

Package-Manager: portage-2.3.0_rc1

 net-libs/rabbitmq-c/Manifest|  1 -
 net-libs/rabbitmq-c/rabbitmq-c-0.3.0.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index f04b9bf..e0ab5ee 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1,2 +1 @@
-DIST rabbitmq-c-v0.3.0.zip 156945 SHA256 
77554c6d83c72af5248ad0179edd6fa227545d611159f3ad18e2ade5eb07a1b6 SHA512 
8b05bb5847caae6e383de0aff0b5544cc44722da4af86b0c4670780e04de4cf8ee681ab848e44c16b082b8ea2025cec841b41703b0fe34747a81f53042f61050
 WHIRLPOOL 
3bd908f9fe454dcae6d5aa17c36a4d427cb5192a2bd31afc14b9fa1ae5b32f98b924a10dfc4958d09a7b1b98935e52039e0d0c46a5ae0f865f1903cb131c84bb
 DIST rabbitmq-c-v0.5.0.zip 234929 SHA256 
91e883c5cc3c72c5cb351c598b39e2e531c891b5a3e6ad1f82ee261caa5a3e6c SHA512 
7b30ecc4831f0145db68a1811b5cb7e4eb55a6b826efa0834a705c03f2ecba3d6d2b8187cdf1472e7da2af8dc77b67674916ec31fa6086e00a01304a097b4430
 WHIRLPOOL 
acf08d02c0ddcc9f651aae2e5cef5f37f0748179cbd015d7c550405e2efb380c5d921faec49cb5eebdd442985aa73236cc9861b74925e8c3370a589dba7af602

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.3.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.3.0.ebuild
deleted file mode 100644
index 1ccde50..000
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit cmake-utils eutils multilib
-
-DESCRIPTION="RabbitMQ C client"
-HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-2
-   EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git"
-   KEYWORDS="-*"
-else
-   SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/${PN}-v${PV}.zip;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="tools"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-DOCS=( "AUTHORS" "README.md" "THANKS" "TODO" )
-PATCHES=( "${FILESDIR}/xmlto.patch" )
-
-src_unpack() {
-   if [[ ${PV} == ** ]]; then
-   git-2_src_unpack
-   else
-   unpack ${A}
-   mv ${PN}* ${P} || die
-   fi
-}
-
-src_configure() {
-   mycmakeargs=(
-   -DCMAKE_SKIP_RPATH=ON
-   $(cmake-utils_use tools BUILD_TOOLS)
-   $(cmake-utils_use tools BUILD_TOOLS_DOCS)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2016-05-21 Thread Pacho Ramos
commit: 2d57e0abe943891136972b81e53a6ba85a3ed82d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 21 15:45:48 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 21 15:45:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d57e0ab

net-libs/rabbitmq-c: Cleanup due to #321263

Package-Manager: portage-2.3.0_rc1

 net-libs/rabbitmq-c/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-libs/rabbitmq-c/metadata.xml b/net-libs/rabbitmq-c/metadata.xml
index d819845..35a7e37 100644
--- a/net-libs/rabbitmq-c/metadata.xml
+++ b/net-libs/rabbitmq-c/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   olemar...@gentoo.org
-   Ole Markus With
-   

Builds cli tools to interact with 
brokers