From d0e448525a7383aca53ba1037c3f52a5cd6e9ea5 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 6 Mar 2007 21:51:06 +0000 Subject: avoid wiping configuration on update (Portage version: 2.1.2-r14) --- net-irc/anope/ChangeLog | 5 ++++- net-irc/anope/anope-1.7.18.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'net-irc/anope') diff --git a/net-irc/anope/ChangeLog b/net-irc/anope/ChangeLog index 3515fea040c0..488268af8801 100644 --- a/net-irc/anope/ChangeLog +++ b/net-irc/anope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/anope # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.4 2007/02/20 15:40:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.5 2007/03/06 21:51:06 lu_zero Exp $ + + 06 Mar 2007; Luca Barbato anope-1.7.18.ebuild: + do not wipe configuration *anope-1.7.18 (20 Feb 2007) diff --git a/net-irc/anope/anope-1.7.18.ebuild b/net-irc/anope/anope-1.7.18.ebuild index a4e688c0672d..86ce07c628f7 100644 --- a/net-irc/anope/anope-1.7.18.ebuild +++ b/net-irc/anope/anope-1.7.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.7.18.ebuild,v 1.1 2007/02/20 15:40:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.7.18.ebuild,v 1.2 2007/03/06 21:51:06 lu_zero Exp $ inherit eutils @@ -73,8 +73,8 @@ src_install() { exeinto ${INSTALL_DIR} doexe src/services - insinto ${INSTALL_DIR}/data - newins data/example.conf services.conf +#### insinto ${INSTALL_DIR}/data +#### newins data/example.conf services.conf exeinto /etc/init.d newexe ${FILESDIR}/anope.initd anope -- cgit v1.2.3-65-gdbad