From def0e8289f5770251551aa8ebbfb360775e94c92 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 9 Apr 2011 18:49:13 +0200 Subject: dump old prosody versions --- net-im/prosody/Manifest | 4 -- net-im/prosody/files/prosody-0.6.2-cfg.lua.patch | 17 ------ net-im/prosody/files/prosody-0.7.0-cfg.lua.patch | 39 -------------- net-im/prosody/prosody-0.7.0.ebuild | 66 ------------------------ 4 files changed, 126 deletions(-) delete mode 100644 net-im/prosody/files/prosody-0.6.2-cfg.lua.patch delete mode 100644 net-im/prosody/files/prosody-0.7.0-cfg.lua.patch delete mode 100644 net-im/prosody/prosody-0.7.0.ebuild diff --git a/net-im/prosody/Manifest b/net-im/prosody/Manifest index 544bc12..67bfb64 100644 --- a/net-im/prosody/Manifest +++ b/net-im/prosody/Manifest @@ -1,8 +1,4 @@ -AUX prosody-0.6.2-cfg.lua.patch 637 RMD160 b3bdeaffbb8318debd9e99d006451ae9fb3cb514 SHA1 355faa0dfee2616c4a30a2393f5879c70666d572 SHA256 06057f56a0858b2d4596de874b8ea3465a984fe3dbebab0d58a10359c74dd94d -AUX prosody-0.7.0-cfg.lua.patch 1517 RMD160 ea1e8459c61d93e1b196177a42f089e153c79f8e SHA1 635bdc90428249d5846eabaf7cb8bac975dee3c5 SHA256 5bc54faaf365be5a3568f201fa53f0ff094bb51bb4d8300cdca60ec8aaffb4e8 AUX prosody-0.8.0-cfg.lua.patch 1478 RMD160 afc3b4dcf038dc305d8e194d14cb3ce3e3384081 SHA1 aff62afc9ffdcc24d1319a96df59ffde3b214b4c SHA256 a09043584dbbe69812716204c83d4f901a25b5c51835b04f014386c8e8febb87 AUX prosody.initd 1062 RMD160 2e9ba3ba0e759355ec07fc16782f17b74074c6d5 SHA1 a62d975b12e0bd485c80ccfcca8d6a6e6c09fc8d SHA256 6b88ffcf2fd7a38030480073b19f99e8dc078e6008e8adf8f9e00827a37b7981 -DIST prosody-0.7.0.tar.gz 177412 RMD160 2e40b4f807b6120971c611f52d4df3264a82cbb9 SHA1 3f3a6c4f262a062a9c027cc843cd6827104fb8ba SHA256 a8b826805dd55282706c5683c2028899b3721eb0f84d3e35c0509a6c1bc32390 DIST prosody-0.8.0.tar.gz 210945 RMD160 98817b1f40c6fd9ab402b70f73dae308e5990cdc SHA1 f20baab36bd2570825a24f49e0643cb9c2a65541 SHA256 0b9e39a6b555b4c848af288f27107e99b1480d9733556a2c9b3a9f249eba602d -EBUILD prosody-0.7.0.ebuild 2082 RMD160 c143b7de9495f3bb068bc89e98aea552fa669846 SHA1 2f0de036674b644e6386923f679f690d9b831a99 SHA256 5d4efc6be5fda92dd4ead4d13a8ca801be47a7335d522114e589813a586e4bf2 EBUILD prosody-0.8.0.ebuild 2138 RMD160 ad874ce5c0e2469fe29667aac1c03c2202aca69b SHA1 80eb8af4f8648107d63038bf3df55f977b53f2f4 SHA256 5c97565137d0357b4cb14c6f9717209ee6a19b58dcfab8445bed74b1aadb5183 diff --git a/net-im/prosody/files/prosody-0.6.2-cfg.lua.patch b/net-im/prosody/files/prosody-0.6.2-cfg.lua.patch deleted file mode 100644 index 338daef..0000000 --- a/net-im/prosody/files/prosody-0.6.2-cfg.lua.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- prosody.cfg.lua.old 2010-05-27 11:10:45.000000000 +0200 -+++ prosody.cfg.lua.dist 2010-05-27 11:12:21.000000000 +0200 -@@ -16,6 +16,14 @@ - -- Settings in this section apply to the whole server and are the default settings - -- for any virtual hosts - -+prosody_user = "jabber" -+prosody_group = "jabber" -+pidfile = "/var/run/jabber/prosody.pid" -+ -+log = "/var/log/jabber/prosody.log" -+-- Requires mod_posix to be loaded -+-- log = "*syslog" -+ - -- This is a (by default, empty) list of accounts that are admins - -- for the server. Note that you must create the accounts separately - -- (see http://prosody.im/doc/creating_accounts for info) diff --git a/net-im/prosody/files/prosody-0.7.0-cfg.lua.patch b/net-im/prosody/files/prosody-0.7.0-cfg.lua.patch deleted file mode 100644 index 68423f4..0000000 --- a/net-im/prosody/files/prosody-0.7.0-cfg.lua.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- prosody.cfg.lua.old 2010-06-13 02:23:02.000000000 +0200 -+++ prosody.cfg.lua.dist 2010-06-18 10:45:40.165045845 +0200 -@@ -16,6 +16,10 @@ - -- Settings in this section apply to the whole server and are the default settings - -- for any virtual hosts - -+prosody_user = "jabber" -+prosody_group = "jabber" -+pidfile = "/var/run/jabber/prosody.pid" -+ - -- This is a (by default, empty) list of accounts that are admins - -- for the server. Note that you must create the accounts separately - -- (see http://prosody.im/doc/creating_accounts for info) -@@ -26,6 +30,14 @@ - -- For more information see: http://prosody.im/doc/libevent - --use_libevent = true; - -+-- Enable the Cyrus SASL backend for authentication against different backends, -+-- such as PAM, LDAP, SQL and more. -+-- It also allows the use of GSSAPI for single-sign-on services. -+-- For more information see: http://prosody.im/doc/cyrus_sasl -+--sasl_backend = "cyrus" -+-- Optional, defaults to "xmpp" -+--cyrus_service_name = "xmpp" -+ - -- This is the list of modules Prosody will load on startup. - -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. - -- Documentation on modules can be found at: http://prosody.im/doc/modules -@@ -90,7 +102,9 @@ - - -- Logging configuration - -- For advanced logging see http://prosody.im/doc/logging --log = "prosody.log"; -+log = "/var/log/jabber/prosody.log" -+-- Requires mod_posix to be loaded -+-- log = "*syslog" - debug = false; -- Log debug messages? - - ----------- Virtual hosts ----------- diff --git a/net-im/prosody/prosody-0.7.0.ebuild b/net-im/prosody/prosody-0.7.0.ebuild deleted file mode 100644 index e300a67..0000000 --- a/net-im/prosody/prosody-0.7.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.7.0.ebuild,v 1.2 2011/03/22 20:59:44 ulm Exp $ - -EAPI="2" - -inherit eutils multilib toolchain-funcs versionator - -MY_PV=$(replace_version_separator 3 '') -DESCRIPTION="Prosody is a flexible communications server for Jabber/XMPP written in Lua." -HOMEPAGE="http://prosody.im/" -SRC_URI="http://prosody.im/downloads/source/${PN}-${MY_PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libevent ssl +zlib" - -DEPEND="net-im/jabber-base - >=dev-lang/lua-5.1 - dev-lua/luasocket - ssl? ( dev-lua/luasec ) - dev-lua/luaexpat - dev-lua/luafilesystem - libevent? ( dev-lua/luaevent ) - >=net-dns/libidn-1.1 - >=dev-libs/openssl-0.9.8" -RDEPEND="${DEPEND} - zlib? ( dev-lua/lua-zlib )" - -S="${WORKDIR}/${PN}-${MY_PV}" - -JABBER_ETC="/etc/jabber" -JABBER_SPOOL="/var/spool/jabber" - -src_prepare() { - epatch "${FILESDIR}/${P}-cfg.lua.patch" - useq libevent && sed -i "s!--use_libevent.*!use_libevent = true!" prosody.cfg.lua.dist - sed -i "s!MODULES = \$(DESTDIR)\$(PREFIX)/lib/!MODULES = \$(DESTDIR)\$(PREFIX)/$(get_libdir)/!" Makefile - sed -i "s!SOURCE = \$(DESTDIR)\$(PREFIX)/lib/!SOURCE = \$(DESTDIR)\$(PREFIX)/$(get_libdir)/!" Makefile - sed -i "s!INSTALLEDSOURCE = \$(PREFIX)/lib/!INSTALLEDSOURCE = \$(PREFIX)/$(get_libdir)/!" Makefile - sed -i "s!INSTALLEDMODULES = \$(PREFIX)/lib/!INSTALLEDMODULES = \$(PREFIX)/$(get_libdir)/!" Makefile -} - -src_configure() { - # the configure script is handcrafted (and yells at unknown options) - # hence do not use 'econf' - ./configure --prefix="/usr" \ - --sysconfdir="${JABBER_ETC}" \ - --datadir="${JABBER_SPOOL}" \ - --with-lua-lib=/usr/$(get_libdir)/lua \ - --c-compiler="$(tc-getCC)" --linker="$(tc-getCC)" \ - --cflags="${CFLAGS} -Wall -fPIC" \ - --ldflags="${LDFLAGS} -shared" \ - --require-config || die "configure failed" -} - -src_install() { - DESTDIR="${D}" emake install || die "make failed" - newinitd "${FILESDIR}/${PN}".initd ${PN} -} - -src_test() { - cd tests - ./run_tests.sh -} -- cgit v1.2.3-54-g00ecf