public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/sercd/
@ 2016-04-28 22:00 Austin English
  0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-04-28 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0489862ce5db539cc02485785b5dba6f8adbdb9c
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 21:59:22 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 21:59:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0489862c

net-dialup/sercd: remove sercd-3.0.0-r1

Package-Manager: portage-2.2.26

 net-dialup/sercd/sercd-3.0.0-r1.ebuild | 36 ----------------------------------
 1 file changed, 36 deletions(-)

diff --git a/net-dialup/sercd/sercd-3.0.0-r1.ebuild b/net-dialup/sercd/sercd-3.0.0-r1.ebuild
deleted file mode 100644
index ba2204b..0000000
--- a/net-dialup/sercd/sercd-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="RFC2217-compliant serial port redirector"
-HOMEPAGE="http://sourceforge.net/projects/sercd"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="xinetd"
-
-RDEPEND="xinetd? ( virtual/inetd )"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-	epatch_user
-}
-
-src_install () {
-	default
-
-	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-	newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-	if use xinetd ; then
-		insinto /etc/xinetd.d
-		newins "${FILESDIR}/${PN}.xinetd" "${PN}"
-	fi
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/sercd/
@ 2024-01-28 20:29 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-01-28 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     be703393d8e36c4342538ff56eaea5b37b5e5435
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 20:29:45 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 20:29:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be703393

net-dialup/sercd: revbump since EAPI bump

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-dialup/sercd/{sercd-3.0.0-r2.ebuild => sercd-3.0.0-r3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-dialup/sercd/sercd-3.0.0-r2.ebuild b/net-dialup/sercd/sercd-3.0.0-r3.ebuild
similarity index 100%
rename from net-dialup/sercd/sercd-3.0.0-r2.ebuild
rename to net-dialup/sercd/sercd-3.0.0-r3.ebuild


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/sercd/
@ 2024-01-28 20:29 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-01-28 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     957f20f11379f409e4094dfde73e373c34c0af89
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jan 25 19:39:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 20:28:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957f20f1

net-dialup/sercd: EAPI8, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35021
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-dialup/sercd/sercd-3.0.0-r2.ebuild | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/net-dialup/sercd/sercd-3.0.0-r2.ebuild b/net-dialup/sercd/sercd-3.0.0-r2.ebuild
index 434c8604631b..70de7d9ff344 100644
--- a/net-dialup/sercd/sercd-3.0.0-r2.ebuild
+++ b/net-dialup/sercd/sercd-3.0.0-r2.ebuild
@@ -1,26 +1,21 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="RFC2217-compliant serial port redirector"
-HOMEPAGE="https://sourceforge.net/projects/sercd"
+HOMEPAGE="https://sourceforge.net/projects/sercd/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
 IUSE="xinetd"
 
 RDEPEND="xinetd? ( virtual/inetd )"
 
 DOCS=( AUTHORS README )
 
-src_prepare() {
-	eapply_user
-}
-
 src_install() {
 	default
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-28 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 22:00 [gentoo-commits] repo/gentoo:master commit in: net-dialup/sercd/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2024-01-28 20:29 Arthur Zamarin
2024-01-28 20:29 Arthur Zamarin

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