diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-03-12 19:58:06 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-03-12 19:58:06 +0000 |
commit | ce4caccfa7fed64c0a479665454af1897dc9f559 (patch) | |
tree | 44ac6f12ef6e5f3fcbddc690c123232144b8ac62 /net-im/openfire/openfire-3.3.2.ebuild | |
parent | Bumping to version 1.6.5 (diff) | |
download | gentoo-2-ce4caccfa7fed64c0a479665454af1897dc9f559.tar.gz gentoo-2-ce4caccfa7fed64c0a479665454af1897dc9f559.tar.bz2 gentoo-2-ce4caccfa7fed64c0a479665454af1897dc9f559.zip |
Quoting fix and version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im/openfire/openfire-3.3.2.ebuild')
-rw-r--r-- | net-im/openfire/openfire-3.3.2.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net-im/openfire/openfire-3.3.2.ebuild b/net-im/openfire/openfire-3.3.2.ebuild index ac461d9a1f99..5426df4f32d4 100644 --- a/net-im/openfire/openfire-3.3.2.ebuild +++ b/net-im/openfire/openfire-3.3.2.ebuild @@ -1,23 +1,18 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/openfire/openfire-3.3.2.ebuild,v 1.2 2008/01/17 14:42:37 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/openfire/openfire-3.3.2.ebuild,v 1.3 2008/03/12 19:58:04 jokey Exp $ inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Openfire (formerly wildfire) real time collaboration (RTC) server" HOMEPAGE="http://www.igniterealtime.org/projects/openfire/" SRC_URI="http://www.igniterealtime.org/builds/openfire/${PN//-/_}_src_${PV//./_}.tar.gz" -RESTRICT="" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" - KEYWORDS="amd64 x86" IUSE="doc" -# For transports -PROVIDE="virtual/jabber-server" - RDEPEND=">=virtual/jre-1.5" DEPEND="net-im/jabber-base dev-java/ant-contrib @@ -25,6 +20,11 @@ DEPEND="net-im/jabber-base S=${WORKDIR}/${PN//-/_}_src +RESTRICT="" + +# For transports +PROVIDE="virtual/jabber-server" + pkg_setup() { if [ -f /etc/env.d/98openfire ]; then einfo "This is an upgrade" @@ -39,8 +39,8 @@ pkg_setup() { src_unpack() { unpack ${PN//-/_}_src_${PV//./_}.tar.gz - cd ${S} - epatch ${FILESDIR}/buildxml-${PV}.patch + cd "${S}" + epatch "${FILESDIR}"/buildxml.patch # TODO should replace jars in build/lib with ones packaged by us -nichoj } @@ -56,8 +56,8 @@ src_compile() { src_install() { dodir /opt/openfire - doinitd ${FILESDIR}/init.d/openfire - doconfd ${FILESDIR}/conf.d/openfire + doinitd "${FILESDIR}"/openfire-initd + doconfd "${FILESDIR}"/openfire-confd dodir /opt/openfire/conf insinto /opt/openfire/conf @@ -85,7 +85,7 @@ src_install() { #Protect ssl key on upgrade dodir /etc/env.d/ - echo 'CONFIG_PROTECT="/opt/openfire/resources/security/"' > ${D}/etc/env.d/98openfire + echo 'CONFIG_PROTECT="/opt/openfire/resources/security/"' > "${D}"/etc/env.d/98openfire } pkg_postinst() { |