diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-05-10 21:45:18 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-05-10 21:45:18 +0000 |
commit | 3579187debedba82046e37ce84722e4eaddfa040 (patch) | |
tree | f974991490eee78166113e6b41cc2b950fc895cc /www-servers | |
parent | Use revision 1 of patches. (diff) | |
download | gentoo-2-3579187debedba82046e37ce84722e4eaddfa040.tar.gz gentoo-2-3579187debedba82046e37ce84722e4eaddfa040.tar.bz2 gentoo-2-3579187debedba82046e37ce84722e4eaddfa040.zip |
Use revision 1 of patches.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/resin/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/resin/resin-3.1.6.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/resin/ChangeLog b/www-servers/resin/ChangeLog index a94ff220f0cb..b7f1c9961366 100644 --- a/www-servers/resin/ChangeLog +++ b/www-servers/resin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/resin # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.70 2008/05/10 20:17:00 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.71 2008/05/10 21:45:18 nelchael Exp $ + + 10 May 2008; Krzysiek Pawlik <nelchael@gentoo.org> resin-3.1.6.ebuild: + Use revision 1 of patches. *resin-3.1.6 (10 May 2008) diff --git a/www-servers/resin/resin-3.1.6.ebuild b/www-servers/resin/resin-3.1.6.ebuild index 956eaeb03bf4..ee68b04ae74d 100644 --- a/www-servers/resin/resin-3.1.6.ebuild +++ b/www-servers/resin/resin-3.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.6.ebuild,v 1.1 2008/05/10 20:17:00 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.6.ebuild,v 1.2 2008/05/10 21:45:18 nelchael Exp $ EAPI="1" @@ -11,7 +11,7 @@ inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib autotools DESCRIPTION="A fast Servlet 2.5 and JSP 2.0 engine." HOMEPAGE="http://www.caucho.com" SRC_URI="http://www.caucho.com/download/${P}-src.zip - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" + mirror://gentoo/resin-gentoo-patches-${PV}-1.tar.bz2" LICENSE="GPL-2" SLOT="0" IUSE="admin" @@ -103,7 +103,7 @@ src_install() { make DESTDIR="${D}" install || die dodir /etc/ - mv "${D}/${RESIN_HOME}/conf" "${D}/etc/resin" + mv "${D}/${RESIN_HOME}/conf" "${D}/etc/resin" || die "mv of conf failed" dosym /etc/resin ${RESIN_HOME}/conf keepdir /var/log/resin @@ -125,7 +125,8 @@ src_install() { dosym /var/log/resin /usr/share/resin/log dodir /var/lib/resin/webapps - mv "${D}"/${RESIN_HOME}/webapps/* "${D}/var/lib/resin/webapps" + mv "${D}"/${RESIN_HOME}/webapps/* "${D}/var/lib/resin/webapps" || \ + die "mv of webapps failed" rm -rf "${D}/${RESIN_HOME}/webapps" dosym /var/lib/resin/webapps ${RESIN_HOME}/webapps |