public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/resin: resin-3.1.9.ebuild ChangeLog resin-3.2.1-r3.ebuild
@ 2010-04-06 20:11 Krzysztof Pawlik (nelchael)
  0 siblings, 0 replies; only message in thread
From: Krzysztof Pawlik (nelchael) @ 2010-04-06 20:11 UTC (permalink / raw
  To: gentoo-commits

nelchael    10/04/06 20:11:29

  Modified:             resin-3.1.9.ebuild ChangeLog resin-3.2.1-r3.ebuild
  Log:
  Add symlink for hosts for easy virtual host management also for Resin 3.1.9 and 3.2.1.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  www-servers/resin/resin-3.1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.9.ebuild?r1=1.1&r2=1.2

Index: resin-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- resin-3.1.9.ebuild	12 Dec 2009 13:16:58 -0000	1.1
+++ resin-3.1.9.ebuild	6 Apr 2010 20:11:29 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.9.ebuild,v 1.1 2009/12/12 13:16:58 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.9.ebuild,v 1.2 2010/04/06 20:11:29 nelchael Exp $
 
 EAPI="1"
 
@@ -124,10 +124,12 @@
 	dosym /var/log/resin /usr/share/resin/log
 
 	dodir /var/lib/resin/webapps
+	keepdir /var/lib/resin/hosts
 	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
+	dosym /var/lib/resin/hosts ${RESIN_HOME}/hosts
 
 	dosym /etc/resin/resin.conf /etc/resin/resin.xml
 



1.94                 www-servers/resin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	2 Apr 2010 15:46:21 -0000	1.93
+++ ChangeLog	6 Apr 2010 20:11:29 -0000	1.94
@@ -1,6 +1,11 @@
 # ChangeLog for www-servers/resin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.93 2010/04/02 15:46:21 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.94 2010/04/06 20:11:29 nelchael Exp $
+
+  06 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org> resin-3.1.9.ebuild,
+  resin-3.2.1-r3.ebuild:
+  Add symlink for hosts for easy virtual host management also for Resin
+  3.1.9 and 3.2.1.
 
   02 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org> resin-4.0.5.ebuild:
   Add symlink for hosts for easy virtual host management.



1.4                  www-servers/resin/resin-3.2.1-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.2.1-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.2.1-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.2.1-r3.ebuild?r1=1.3&r2=1.4

Index: resin-3.2.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.2.1-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- resin-3.2.1-r3.ebuild	2 Aug 2009 14:12:11 -0000	1.3
+++ resin-3.2.1-r3.ebuild	6 Apr 2010 20:11:29 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.2.1-r3.ebuild,v 1.3 2009/08/02 14:12:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.2.1-r3.ebuild,v 1.4 2010/04/06 20:11:29 nelchael Exp $
 
 EAPI="2"
 
@@ -124,10 +124,12 @@
 	dosym /var/log/resin /usr/share/resin/log
 
 	dodir /var/lib/resin/webapps
+	keepdir /var/lib/resin/hosts
 	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
+	dosym /var/lib/resin/hosts ${RESIN_HOME}/hosts
 
 	use admin && {
 		cp -a "${S}/doc/admin" "${D}/var/lib/resin/webapps/" || die "cp failed"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-06 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 20:11 [gentoo-commits] gentoo-x86 commit in www-servers/resin: resin-3.1.9.ebuild ChangeLog resin-3.2.1-r3.ebuild Krzysztof Pawlik (nelchael)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox