public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Sat, 21 May 2016 15:47:04 +0000 (UTC)	[thread overview]
Message-ID: <1463845570.a67c7e45e611c36c59c83c712acf6a98a74d65c6.pacho@gentoo> (raw)

commit:     a67c7e45e611c36c59c83c712acf6a98a74d65c6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 15:46:10 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 15:46:10 2016 +0000
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..0000000
--- 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} == *9999* ]]; 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} == *9999* ]]; 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
-}


             reply	other threads:[~2016-05-21 15:47 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-21 15:47 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-21 15:47 [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/ Pacho Ramos
2016-05-23 13:31 Brian Evans
2016-07-07 19:48 Austin English
2016-10-01 13:04 Jeroen Roovers
2016-12-21 17:14 Thomas Deutschmann
2017-03-01  7:55 Michael Weber
2017-06-21  8:59 Alexis Ballier
2017-08-05 19:04 Sergei Trofimovich
2018-03-17 13:00 Sergei Trofimovich
2018-03-17 13:02 Sergei Trofimovich
2018-03-18 12:36 Sergei Trofimovich
2018-03-18 13:03 Sergei Trofimovich
2018-06-06 14:55 Andreas Sturmlechner
2018-06-28 13:48 Mart Raudsepp
2018-07-29 10:35 Sergei Trofimovich
2018-10-09 14:38 Matt Turner
2018-10-09 14:38 Matt Turner
2018-12-19 14:10 Thomas Deutschmann
2018-12-21 20:16 Sergei Trofimovich
2019-01-30  8:13 Sergei Trofimovich
2019-01-31 22:15 Thomas Deutschmann
2019-02-01  7:17 Sergei Trofimovich
2019-02-02 19:18 Sergei Trofimovich
2019-02-02 20:44 Sergei Trofimovich
2019-02-02 21:17 Sergei Trofimovich
2019-02-07 12:57 Mikle Kolyada
2019-02-21 20:28 Markus Meier
2019-02-22 22:03 Mart Raudsepp
2019-02-23  9:43 Pacho Ramos
2019-03-03 11:13 Mikle Kolyada
2019-12-02 22:03 Thomas Deutschmann
2019-12-03  4:23 Aaron Bauman
2019-12-03 10:03 Agostino Sarubbo
2019-12-03 10:07 Agostino Sarubbo
2019-12-03 11:56 Agostino Sarubbo
2019-12-03 11:58 Agostino Sarubbo
2019-12-08 10:58 Sergei Trofimovich
2019-12-10 10:54 Agostino Sarubbo
2019-12-13  0:07 Thomas Deutschmann
2019-12-24 14:48 Mikle Kolyada
2019-12-26 15:15 Thomas Deutschmann
2021-04-12  1:09 Sam James
2021-05-02 10:56 Mikle Kolyada
2021-07-26 15:45 Marek Szuba
2021-09-13  0:36 Sam James
2021-10-25  6:06 Sam James
2021-10-25 13:11 Sam James
2021-10-26  3:14 Sam James
2021-10-27  6:59 Sam James
2021-11-09 21:24 Jakov Smolić
2021-11-09 21:33 Sam James
2021-11-09 21:33 Sam James
2022-12-04  9:23 WANG Xuerui
2024-01-11 14:06 Joonas Niilola
2024-02-13  8:05 Joonas Niilola
2024-02-13  8:05 Joonas Niilola
2024-02-14 16:48 Sam James
2024-03-01  7:28 Viorel Munteanu
2024-03-01  7:28 Viorel Munteanu
2024-03-01  7:28 Viorel Munteanu
2024-03-01  7:28 Viorel Munteanu
2024-03-26 20:00 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1463845570.a67c7e45e611c36c59c83c712acf6a98a74d65c6.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox