summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/librabbitmq/librabbitmq-0.9.1.ebuild')
-rw-r--r--net-libs/librabbitmq/librabbitmq-0.9.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-libs/librabbitmq/librabbitmq-0.9.1.ebuild b/net-libs/librabbitmq/librabbitmq-0.9.1.ebuild
deleted file mode 100644
index f788d4e5..00000000
--- a/net-libs/librabbitmq/librabbitmq-0.9.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-inherit base autotools
-
-EAPI=4
-
-DESCRIPTION="Library to use rabbitmq"
-HOMEPAGE="http://hg.rabbitmq.com/rabbitmq-c"
-SRC_URI="http://hg.rabbitmq.com/rabbitmq-codegen/archive/740afa9df161.tar.bz2
-http://hg.rabbitmq.com/rabbitmq-c/archive/2c0ea67d4e40.tar.bz2"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs"
-
-DEPEND="dev-python/simplejson"
-RDEPEND=""
-
-S="${WORKDIR}/rabbitmq-c-2c0ea67d4e40"
-src_unpack() {
- unpack $A
- cd ${WORKDIR}
- ln -s rabbitmq-codegen-740afa9df161 rabbitmq-codegen
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- base_src_install
- find $ED -name '*.la' -exec rm -f '{}' +
-}