Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 497736 Details for
Bug 633432
=net-im/prosody-0.10.0 new version
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
test ebuild
prosody-0.10.0.ebuild (text/plain), 2.41 KB, created by
Martin Wohlert
on 2017-10-05 16:34:12 UTC
(
hide
)
Description:
test ebuild
Filename:
MIME Type:
Creator:
Martin Wohlert
Created:
2017-10-05 16:34:12 UTC
Size:
2.41 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=5 > >inherit flag-o-matic multilib systemd 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 ~arm ~x86" >IUSE="ipv6 libevent mysql postgres sqlite ssl zlib jit libressl" > >DEPEND="net-im/jabber-base > !jit? ( >=dev-lang/lua-5.1:0 ) > jit? ( dev-lang/luajit:2 ) > >=net-dns/libidn-1.1 > !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl:= )" >RDEPEND="${DEPEND} > >=dev-lua/luaexpat-1.3.0 > dev-lua/luafilesystem > ipv6? ( >=dev-lua/luasocket-3 ) > !ipv6? ( dev-lua/luasocket ) > 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_prepare() { > #epatch "${FILESDIR}/${PN}-0.9.2-cfg.lua.patch" > sed -i -e "s!MODULES = \$(DESTDIR)\$(PREFIX)/lib/!MODULES = \$(DESTDIR)\$(PREFIX)/$(get_libdir)/!"\ > -e "s!SOURCE = \$(DESTDIR)\$(PREFIX)/lib/!SOURCE = \$(DESTDIR)\$(PREFIX)/$(get_libdir)/!"\ > -e "s!INSTALLEDSOURCE = \$(PREFIX)/lib/!INSTALLEDSOURCE = \$(PREFIX)/$(get_libdir)/!"\ > -e "s!INSTALLEDMODULES = \$(PREFIX)/lib/!INSTALLEDMODULES = \$(PREFIX)/$(get_libdir)/!"\ > Makefile || die >} > >src_configure() { > # the configure script is handcrafted (and yells at unknown options) > # hence do not use 'econf' > append-cflags -D_GNU_SOURCE > luajit="" > if use jit; then > luajit="--runwith=luajit" > fi > ./configure \ > --ostype=linux $luajit \ > --prefix="${EPREFIX}/usr" \ > --libdir="${EPREFIX}/usr/lib64" \ > --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)" || die "configure failed" >} > >src_install() { > emake DESTDIR="${D}" install > systemd_dounit "${FILESDIR}/${PN}".service > systemd_newtmpfilesd "${FILESDIR}/${PN}".tmpfilesd "${PN}".conf > newinitd "${FILESDIR}/${PN}".initd-r2 ${PN} >} > >src_test() { > cd tests || die > ./run_tests.sh || die >}
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 633432
: 497736