From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 47A58138678 for ; Fri, 25 Jan 2013 08:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73E4721C008; Fri, 25 Jan 2013 08:52:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2A6A21C008 for ; Fri, 25 Jan 2013 08:52:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6E3433DBA1 for ; Fri, 25 Jan 2013 08:52:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2271) id 7CA082171E; Fri, 25 Jan 2013 08:52:26 +0000 (UTC) From: "Kacper Kowalik (xarthisius)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xarthisius@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openvpn: openvpn-2.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openvpn-2.3.0.ebuild ChangeLog X-VCS-Directories: net-misc/openvpn X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130125085226.7CA082171E@flycatcher.gentoo.org> Date: Fri, 25 Jan 2013 08:52:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 157d2782-8650-4a5d-9193-ca41db0c9c3b X-Archives-Hash: 9e4303e90724a64eda1b1a9ae2985710 xarthisius 13/01/25 08:52:26 Modified: openvpn-2.3.0.ebuild ChangeLog Log: Add unit and tmp file for systemd compatibility. Fixes bug 448884 (Portage version: 2.2.0_alpha150/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9) Revision Changes Path 1.3 net-misc/openvpn/openvpn-2.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/openvpn-2.3.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/openvpn-2.3.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/openvpn-2.3.0.ebuild?r1=1.2&r2=1.3 Index: openvpn-2.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openvpn-2.3.0.ebuild 24 Jan 2013 11:44:15 -0000 1.2 +++ openvpn-2.3.0.ebuild 25 Jan 2013 08:52:26 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.0.ebuild,v 1.2 2013/01/24 11:44:15 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.0.ebuild,v 1.3 2013/01/25 08:52:26 xarthisius Exp $ EAPI=4 -inherit multilib autotools flag-o-matic user +inherit multilib autotools flag-o-matic user systemd DESCRIPTION="Robust and highly flexible tunneling application compatible with many OSes" SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz" @@ -71,6 +71,9 @@ insinto /usr/share/doc/${PF}/examples doins -r sample contrib fi + + systemd_newtmpfilesd "${FILESDIR}"/${PN}.tmpfile ${PN}.conf || die + systemd_newunit "${FILESDIR}"/${PN}.service 'openvpn@.service' || die } pkg_postinst() { 1.245 net-misc/openvpn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/ChangeLog?rev=1.245&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/ChangeLog?rev=1.245&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/ChangeLog?r1=1.244&r2=1.245 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v retrieving revision 1.244 retrieving revision 1.245 diff -u -r1.244 -r1.245 --- ChangeLog 24 Jan 2013 11:44:15 -0000 1.244 +++ ChangeLog 25 Jan 2013 08:52:26 -0000 1.245 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/openvpn # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.244 2013/01/24 11:44:15 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.245 2013/01/25 08:52:26 xarthisius Exp $ + + 25 Jan 2013; Kacper Kowalik +files/openvpn.service, + +files/openvpn.tmpfile, openvpn-2.3.0.ebuild: + Add unit and tmp file for systemd compatibility. Fixes bug 448884 24 Jan 2013; Dirkjan Ochtman openvpn-2.3.0.ebuild: Emit message about split out easy-rsa.