summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2010-11-05 20:09:14 +0000
committerRafael Martins <rafaelmartins@gentoo.org>2010-11-05 20:09:14 +0000
commit708ac9e775f4b6681aee8efa932357880e6869dc (patch)
treedbc09255cacf9bb91b05657b8e618d746a704559 /dev-libs
parentppc64 stable wrt #343521. remove bad quoting (diff)
downloadgentoo-2-708ac9e775f4b6681aee8efa932357880e6869dc.tar.gz
gentoo-2-708ac9e775f4b6681aee8efa932357880e6869dc.tar.bz2
gentoo-2-708ac9e775f4b6681aee8efa932357880e6869dc.zip
Moving dev-libs/luaevent-prosody to dev-lua/luaevent-prosody.
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/luaevent-prosody/ChangeLog19
-rw-r--r--dev-libs/luaevent-prosody/Manifest4
-rw-r--r--dev-libs/luaevent-prosody/luaevent-prosody-0.1.1.ebuild48
-rw-r--r--dev-libs/luaevent-prosody/metadata.xml8
4 files changed, 0 insertions, 79 deletions
diff --git a/dev-libs/luaevent-prosody/ChangeLog b/dev-libs/luaevent-prosody/ChangeLog
deleted file mode 100644
index 7169a63fc7b3..000000000000
--- a/dev-libs/luaevent-prosody/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for dev-libs/luaevent-prosody
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/luaevent-prosody/ChangeLog,v 1.3 2010/08/11 10:22:11 hwoarang Exp $
-
- 11 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
- luaevent-prosody-0.1.1.ebuild:
- Respect CC,CFLAGS,LDFLAGS. Bug #331849. Thanks to Diego E. 'Flameeyes'
- Pettenò <flameeyes@gentoo.org> for reporting
-
- 13 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
- metadata.xml:
- Added missing herd tag to metadata.xml
-
-*luaevent-prosody-0.1.1 (12 Jul 2010)
-
- 12 Jul 2010; Dirkjan Ochtman <djc@gentoo.org>
- +luaevent-prosody-0.1.1.ebuild, +metadata.xml:
- Initial version (for net-im/prosody-0.7).
-
diff --git a/dev-libs/luaevent-prosody/Manifest b/dev-libs/luaevent-prosody/Manifest
deleted file mode 100644
index e864a50050dc..000000000000
--- a/dev-libs/luaevent-prosody/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST luaevent-prosody-0.1.1.tar.gz 28957 RMD160 4d7612fa33df9a7c5f7b38acb6368b334a7b0f1f SHA1 cd9f4149b324ff26764f3142001398416d909a2c SHA256 accf6a514a2735d26bb1c30b37e956e42a5fa491ce620eed131e023307a95760
-EBUILD luaevent-prosody-0.1.1.ebuild 1476 RMD160 1c541716ef300e441a978c53a32753b6292710b6 SHA1 cc20bf1bd72dc8ac021cf0afb5bc70c64d142378 SHA256 ea7d009b1430ef9f3502b08c8e7a034e066f474a2617e23622e6ede68ff25fe9
-MISC ChangeLog 739 RMD160 36bf13c34747df590cc70868429b5e0aaeab9128 SHA1 37c0ab8d5fec14186b3f630c1c9c68cf14bbf914 SHA256 39e67708638bc149c7b55b7b4e5cc13235f9b48723f2ae7036553f19ffcf76d0
-MISC metadata.xml 227 RMD160 a678a3b5783cc916b2b150bd9da8b8d54492f8ca SHA1 ba7d19940993fe78fc8f7901ac808c620b5c1006 SHA256 cf59866b69efc8418b66c84da5c00c9299b530cd7296791ffa5121bb6ed5446b
diff --git a/dev-libs/luaevent-prosody/luaevent-prosody-0.1.1.ebuild b/dev-libs/luaevent-prosody/luaevent-prosody-0.1.1.ebuild
deleted file mode 100644
index e48170d7472d..000000000000
--- a/dev-libs/luaevent-prosody/luaevent-prosody-0.1.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/luaevent-prosody/luaevent-prosody-0.1.1.ebuild,v 1.2 2010/08/11 10:22:11 hwoarang Exp $
-
-EAPI=2
-
-inherit multilib toolchain-funcs flag-o-matic eutils
-
-DESCRIPTION="libevent bindings for Lua (Prosody's fork)"
-HOMEPAGE="http://code.matthewwild.co.uk/luaevent-prosody"
-SRC_URI="http://matthewwild.co.uk/uploads/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/lua-5.1
- >=dev-libs/libevent-1.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_prepare() {
- sed -i -e "s#^INSTALL_DIR_LUA=.*#INSTALL_DIR_LUA=$(pkg-config --variable INSTALL_LMOD lua)#" "${S}/Makefile"
- sed -i -e "s#^INSTALL_DIR_BIN=.*#INSTALL_DIR_BIN=$(pkg-config --variable INSTALL_CMOD lua)#" "${S}/Makefile"
- sed -i -e "s#^LUA_INC_DIR=.*#LUA_INC_DIR=$(pkg-config --variable INSTALL_INC lua)#" "${S}/Makefile"
- sed -i -e "s#^LUA_LIB_DIR=.*#LUA_LIB_DIR=$(pkg-config --variable INSTALL_LIB lua)#" "${S}/Makefile"
- sed -i -e "s#^LUA_LIB =.*#LUA_LIB=lua#" "${S}/Makefile"
-}
-
-src_compile() {
- append-flags -fPIC -c
- emake \
- CFLAGS="${LDFLAGS} ${CFLAGS}" \
- LDFLAGS="${LDFLAGS} -shared" \
- CC="$(tc-getCC)" \
- LD="$(tc-getCC) -shared" \
- all \
- || die
-}
-
-src_install() {
- emake \
- CFLAGS="${LDFLAGS} ${CFLAGS}" \
- LDFLAGS="${LDFLAGS} -shared" \
- CC="$(tc-getCC)" \
- DESTDIR="${D}" install || die "Install failed"
-}
diff --git a/dev-libs/luaevent-prosody/metadata.xml b/dev-libs/luaevent-prosody/metadata.xml
deleted file mode 100644
index 1e2b7fc15a9f..000000000000
--- a/dev-libs/luaevent-prosody/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer>
- <email>djc@gentoo.org</email>
- </maintainer>
-</pkgmetadata>