Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354192 Details for
Bug 470702
=net-im/prosody-0.9.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
prosody-0.9.0_rc3.ebuild
prosody-0.9.0_rc3.ebuild (text/plain), 1.59 KB, created by
Emery Hemingway
on 2013-07-25 16:17:24 UTC
(
hide
)
Description:
prosody-0.9.0_rc3.ebuild
Filename:
MIME Type:
Creator:
Emery Hemingway
Created:
2013-07-25 16:17:24 UTC
Size:
1.59 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > >inherit flag-o-matic multilib versionator > >MY_PV=$(replace_version_separator 3 '') >MY_P="${PN}-${MY_PV}" >DESCRIPTION="Prosody is a flexible communications server for Jabber/XMPP written in Lua." >HOMEPAGE="http://prosody.im/" >SRC_URI="http://prosody.im/tmp/${MY_PV}/${MY_P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64" >IUSE="libevent mysql postgres sqlite ssl zlib" > >DEPEND="net-im/jabber-base > >=dev-lang/lua-5.1 > >=net-dns/libidn-1.1 > >=dev-libs/openssl-0.9.8" >RDEPEND="${DEPEND} > dev-lua/luaexpat > dev-lua/luafilesystem > >=dev-lua/luasocket-3 > libevent? ( >=dev-lua/luaevent-0.4.3 ) > mysql? ( dev-lua/luadbi[mysql] ) > postgres? ( dev-lua/luadbi[postgres] ) > sqlite? ( dev-lua/luadbi[sqlite] ) > ssl? ( dev-lua/luasec ) > zlib? ( dev-lua/lua-zlib )" > >S="${WORKDIR}/${MY_P}" > >JABBER_ETC="/etc/jabber" >JABBER_SPOOL="/var/spool/jabber" > >src_configure() { > # the configure script is handcrafted (and yells at unknown options) > # hence do not use 'econf' > append-cflags -D_GNU_SOURCE > ./configure \ > --ostype=linux \ > --prefix="/usr" \ > --sysconfdir="${JABBER_ETC}" \ > --datadir="${JABBER_SPOOL}" \ > --with-lua-include=/usr/include \ > --with-lua-lib=/usr/$(get_libdir)/lua \ > --cflags="${CFLAGS} -Wall -fPIC" \ > --ldflags="${LDFLAGS} -shared" \ > --c-compiler="$(tc-getCC)" \ > --linker="$(tc-getCC)" \ > --require-config || die "configure failed" >} > >src_install() { > emake DESTDIR="${D}" install > newinitd "${FILESDIR}/${PN}".initd ${PN} >} > >src_test() { > cd tests > ./run_tests.sh >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 470702
: 354192