Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/quassel: quassel-9999.ebuild
Date: Sat, 03 Jul 2010 10:31:03
Message-Id: 20100703103055.177682CE15@corvid.gentoo.org
1 reavertm 10/07/03 10:30:54
2
3 Modified: quassel-9999.ebuild
4 Log:
5 Fix init.d file (-R for recursive chown), quote some variables, specify which files to move migration.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.40 net-irc/quassel/quassel-9999.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/quassel-9999.ebuild?rev=1.40&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/quassel-9999.ebuild?rev=1.40&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/quassel-9999.ebuild?r1=1.39&r2=1.40
14
15 Index: quassel-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v
18 retrieving revision 1.39
19 retrieving revision 1.40
20 diff -u -r1.39 -r1.40
21 --- quassel-9999.ebuild 3 Jul 2010 08:26:39 -0000 1.39
22 +++ quassel-9999.ebuild 3 Jul 2010 10:30:54 -0000 1.40
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.39 2010/07/03 08:26:39 reavertm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.40 2010/07/03 10:30:54 reavertm Exp $
28
29 EAPI="2"
30
31 @@ -139,6 +139,6 @@
32 ewarn "/home/\${QUASSEL_USER}/.config/quassel-irc.org/"
33 ewarn "to: ${QUASSEL_DIR}."
34 echo
35 - ewarn "For migration. Stop the core, move the files to new location and then start server again."
36 + ewarn "For migration, stop the core, move quasselcore files (pretty much everything apart from quasselclient.conf and settings.qss) into new location and then start server again."
37 fi
38 }