public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/rp-l2tp/
Date: Sun,  9 Oct 2022 03:48:17 +0000 (UTC)	[thread overview]
Message-ID: <1665287148.adcc03ee7b5281d4788974d59b77a3438a0784ea.ionen@gentoo> (raw)

commit:     adcc03ee7b5281d4788974d59b77a3438a0784ea
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 03:36:28 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 03:45:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adcc03ee

net-dialup/rp-l2tp: EAPI6->8, adjust license

This is GPL-2+ but still need GPL-2 for the init script which is our
own thing and would rather be represented separately.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild b/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild
index 7d468429c0ac..4f1409b76517 100644
--- a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild
+++ b/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit toolchain-funcs
 
 DESCRIPTION="User-space implementation of L2TP for Linux and other UNIX systems"
 HOMEPAGE="https://sourceforge.net/projects/rp-l2tp/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86"
+LICENSE="GPL-2+ GPL-2"
 SLOT="0"
+KEYWORDS="amd64 ~ppc x86"
 
 PATCHES=(
 	"${FILESDIR}/${P}-gentoo.patch"
@@ -20,18 +21,20 @@ PATCHES=(
 )
 
 src_prepare() {
-	tc-export AR CC RANLIB
 	default
+
+	tc-export AR CC
 }
 
 src_install() {
 	emake RPM_INSTALL_ROOT="${D}" install
-
 	einstalldocs
+
 	newdoc l2tp.conf rp-l2tpd.conf
+
 	docinto libevent
-	dodoc libevent/Doc/*
-	docompress -x "/usr/share/doc/${PF}/libevent"
+	dodoc -r libevent/Doc/.
+	docompress -x /usr/share/doc/${PF}/libevent
 
-	newinitd "${FILESDIR}/rp-l2tpd-init" rp-l2tpd
+	newinitd "${FILESDIR}"/rp-l2tpd-init rp-l2tpd
 }


             reply	other threads:[~2022-10-09  3:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-09  3:48 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-02 12:15 [gentoo-commits] repo/gentoo:master commit in: net-dialup/rp-l2tp/ Petr Vaněk
2024-10-30 14:41 Sam James
2024-10-30 12:12 Sam James
2022-10-21 12:48 Ionen Wolkens
2022-10-11  8:56 Ionen Wolkens
2022-10-09  3:48 Ionen Wolkens
2016-04-28 22:00 Austin English

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=1665287148.adcc03ee7b5281d4788974d59b77a3438a0784ea.ionen@gentoo \
    --to=ionen@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