public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/isatapd: isatapd-0.9.7-r2.ebuild ChangeLog isatapd-0.9.6.ebuild isatapd-0.9.7-r1.ebuild isatapd-0.9.7.ebuild
@ 2015-02-27  9:46 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2015-02-27  9:46 UTC (permalink / raw
  To: gentoo-commits

xmw         15/02/27 09:46:00

  Modified:             ChangeLog
  Added:                isatapd-0.9.7-r2.ebuild
  Removed:              isatapd-0.9.6.ebuild isatapd-0.9.7-r1.ebuild
                        isatapd-0.9.7.ebuild
  Log:
  Revbump to fix typo in service file (bug 539178, thanks Markus Kaindl for the report).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.4                  net-misc/isatapd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/isatapd/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/isatapd/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/isatapd/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/isatapd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	30 Mar 2014 10:09:14 -0000	1.3
+++ ChangeLog	27 Feb 2015 09:46:00 -0000	1.4
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/isatapd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/isatapd/ChangeLog,v 1.3 2014/03/30 10:09:14 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/isatapd/ChangeLog,v 1.4 2015/02/27 09:46:00 xmw Exp $
+
+*isatapd-0.9.7-r2 (27 Feb 2015)
+
+  27 Feb 2015; Michael Weber <xmw@gentoo.org> +files/isatapd.service-r2,
+  +isatapd-0.9.7-r2.ebuild, -files/isatapd.service, -files/isatapd.service-r1,
+  -isatapd-0.9.6.ebuild, -isatapd-0.9.7-r1.ebuild, -isatapd-0.9.7.ebuild:
+  Revbump to fix typo in service file (bug 539178, thanks Markus Kaindl for the
+  report).
 
 *isatapd-0.9.7-r1 (30 Mar 2014)
 



1.1                  net-misc/isatapd/isatapd-0.9.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/isatapd/isatapd-0.9.7-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/isatapd/isatapd-0.9.7-r2.ebuild?rev=1.1&content-type=text/plain

Index: isatapd-0.9.7-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/isatapd/isatapd-0.9.7-r2.ebuild,v 1.1 2015/02/27 09:46:00 xmw Exp $

EAPI=5
inherit linux-info systemd

DESCRIPTION="creates and maintains an ISATAP tunnel (rfc5214)"
HOMEPAGE="http://www.saschahlusiak.de/linux/isatap.htm"
SRC_URI="http://www.saschahlusiak.de/linux/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

CONFIG_CHECK="~TUN"
ERROR_TUN="CONFIG_TUN is needed for isatapd to work"

src_prepare() {
	sed -e '/^opts/s:opts:extra_started_commands:' \
		-i openrc/isatapd.init.d || die
}

src_install() {
	default

	newinitd openrc/isatapd.init.d isatapd
	newconfd openrc/isatapd.conf.d isatapd
	systemd_newunit "${FILESDIR}"/${PN}.service-r2 ${PN}.service
	systemd_install_serviced "${FILESDIR}"/${PN}.service.conf
}





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

only message in thread, other threads:[~2015-02-27  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27  9:46 [gentoo-commits] gentoo-x86 commit in net-misc/isatapd: isatapd-0.9.7-r2.ebuild ChangeLog isatapd-0.9.6.ebuild isatapd-0.9.7-r1.ebuild isatapd-0.9.7.ebuild Michael Weber (xmw)

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