public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/bircoph:master commit in: net-dialup/openl2tp/, net-dialup/openl2tp/files/
Date: Sun, 31 Jul 2016 07:29:37 +0000 (UTC)	[thread overview]
Message-ID: <1469949887.85d2785d46a2f30eb4ebe0fc4f29d4bfeb2b01c8.bircoph@gentoo> (raw)

commit:     85d2785d46a2f30eb4ebe0fc4f29d4bfeb2b01c8
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 07:24:47 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 07:24:47 2016 +0000
URL:        https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=85d2785d

net-dialup/openl2tp: EAPI 6 bump

- update to EAPI 6
- switch to openrc-run

 .../openl2tp/files/{openl2tpd.initd-2 => openl2tpd.initd}   |  4 ++--
 net-dialup/openl2tp/metadata.xml                            |  6 +++---
 .../{openl2tp-1.8-r5.ebuild => openl2tp-1.8-r6.ebuild}      | 13 ++++++-------
 3 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/net-dialup/openl2tp/files/openl2tpd.initd-2 b/net-dialup/openl2tp/files/openl2tpd.initd
similarity index 96%
rename from net-dialup/openl2tp/files/openl2tpd.initd-2
rename to net-dialup/openl2tp/files/openl2tpd.initd
index c584897..67489cc 100644
--- a/net-dialup/openl2tp/files/openl2tpd.initd-2
+++ b/net-dialup/openl2tp/files/openl2tpd.initd
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 userpc="yes"

diff --git a/net-dialup/openl2tp/metadata.xml b/net-dialup/openl2tp/metadata.xml
index 71b0433..6cc232d 100644
--- a/net-dialup/openl2tp/metadata.xml
+++ b/net-dialup/openl2tp/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
-  <email>bircoph@gentoo.org</email>
-  <name>Andrew Savchenko</name>
+<maintainer type="person">
+	<email>bircoph@gentoo.org</email>
+	<name>Andrew Savchenko</name>
 </maintainer>
 <use>
   <flag name='client'>Enable l2tp client</flag>

diff --git a/net-dialup/openl2tp/openl2tp-1.8-r5.ebuild b/net-dialup/openl2tp/openl2tp-1.8-r6.ebuild
similarity index 93%
rename from net-dialup/openl2tp/openl2tp-1.8-r5.ebuild
rename to net-dialup/openl2tp/openl2tp-1.8-r6.ebuild
index 3bfd672..328868d 100644
--- a/net-dialup/openl2tp/openl2tp-1.8-r5.ebuild
+++ b/net-dialup/openl2tp/openl2tp-1.8-r6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=6
 
-inherit base linux-info
+inherit linux-info
 
 DESCRIPTION="Userspace tools for kernel L2TP implementation"
 HOMEPAGE="http://www.openl2tp.org/"
@@ -12,13 +12,13 @@ SRC_URI="mirror://sourceforge/openl2tp/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+client doc +examples rpc server -stats"
 
 REQUIRED_USE="|| ( client server )"
 
 CDEPEND=">=net-dialup/ppp-2.4.5
-	sys-libs/readline
+	sys-libs/readline:=
 	"
 DEPEND="${CDEPEND}
 	sys-devel/bison
@@ -71,7 +71,6 @@ src_compile() {
 
 src_install() {
 	emake ${myconf} DESTDIR="${D}" install
-	dodoc CHANGES INSTALL README
 
 	if use examples; then
 		docinto event_socket
@@ -86,7 +85,7 @@ src_install() {
 		dodoc -r ipsec
 	fi
 
-	newinitd "${FILESDIR}"/openl2tpd.initd-2 openl2tpd
+	newinitd "${FILESDIR}"/openl2tpd.initd openl2tpd
 	# init.d script is quite different for RPC and non-RPC versions.
 	use rpc || sed -i s/userpc=\"yes\"/userpc=\"no\"/ "${D}/etc/init.d/openl2tpd" || die "sed failed"
 	newconfd "${FILESDIR}"/openl2tpd.confd openl2tpd


                 reply	other threads:[~2016-07-31  7:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1469949887.85d2785d46a2f30eb4ebe0fc4f29d4bfeb2b01c8.bircoph@gentoo \
    --to=bircoph@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox