* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2016-01-17 21:07 Lars Wendler
0 siblings, 0 replies; 13+ messages in thread
From: Lars Wendler @ 2016-01-17 21:07 UTC (permalink / raw
To: gentoo-commits
commit: fa2ca993f5a37fdb868c54254c48ac89c71a343c
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 21:03:00 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 21:06:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2ca993
net-dialup/mingetty: Converted ebuild to EAPI-5. Took over maintenance.
Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-dialup/mingetty/metadata.xml | 5 ++++-
net-dialup/mingetty/mingetty-1.08.ebuild | 12 ++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/net-dialup/mingetty/metadata.xml b/net-dialup/mingetty/metadata.xml
index 2bf5f6e..7cd707c 100644
--- a/net-dialup/mingetty/metadata.xml
+++ b/net-dialup/mingetty/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>net-dialup</herd>
+ <maintainer>
+ <email>polynomial-c@gentoo.org</email>
+ <name>Lars Wendler</name>
+ </maintainer>
<longdescription>The mingetty program is a lightweight, minimalist getty program for
use only on virtual consoles. Mingetty is not suitable for serial
lines (you should use the mgetty program in that case).</longdescription>
diff --git a/net-dialup/mingetty/mingetty-1.08.ebuild b/net-dialup/mingetty/mingetty-1.08.ebuild
index 7e382a4..b12c705 100644
--- a/net-dialup/mingetty/mingetty-1.08.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
+
inherit toolchain-funcs eutils
DESCRIPTION="A compact getty program for virtual consoles only"
@@ -13,17 +15,15 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE="unicode"
-src_unpack() {
- unpack ${A}
-
+src_prepare() {
use unicode && epatch "${FILESDIR}"/${P}-utf8.patch
}
src_compile() {
- emake CFLAGS="${CFLAGS} -Wall -W -pipe -D_GNU_SOURCE" CC="$(tc-getCC)" || die "compile failed"
+ emake CFLAGS="${CFLAGS} -Wall -W -pipe -D_GNU_SOURCE" CC="$(tc-getCC)"
}
src_install () {
dodir /sbin /usr/share/man/man8
- emake DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" install
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2016-01-22 8:28 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-01-22 8:28 UTC (permalink / raw
To: gentoo-commits
commit: ad3e6138e87bc2d5bd526ea2daed8b6b1d0031c6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 08:23:58 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 08:23:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3e6138
net-dialup/mingetty: add base-system as a maintainer
Package-Manager: portage-2.2.27
net-dialup/mingetty/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-dialup/mingetty/metadata.xml b/net-dialup/mingetty/metadata.xml
index 7cd707c..3141de5 100644
--- a/net-dialup/mingetty/metadata.xml
+++ b/net-dialup/mingetty/metadata.xml
@@ -5,6 +5,7 @@
<email>polynomial-c@gentoo.org</email>
<name>Lars Wendler</name>
</maintainer>
+ <herd>base-system</herd>
<longdescription>The mingetty program is a lightweight, minimalist getty program for
use only on virtual consoles. Mingetty is not suitable for serial
lines (you should use the mgetty program in that case).</longdescription>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2016-03-22 14:32 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-03-22 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 609781e1cf2a9d97928af917e274a6cc742e7d69
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 14:32:17 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 14:32:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609781e1
net-dialup/mingetty: amd64 stable wrt bug #339338
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-dialup/mingetty/mingetty-1.08-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index 171a299..63267c1 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="unicode"
PATCHES=(
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2016-03-26 9:25 Jeroen Roovers
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers @ 2016-03-26 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 93956f7e2011109ea12d98bf5f168bcfe991f319
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 09:24:43 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 09:24:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93956f7e
net-dialup/mingetty: Stable for HPPA PPC64 (bug #339338).
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
net-dialup/mingetty/mingetty-1.08-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index 63267c1..3504400 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86"
IUSE="unicode"
PATCHES=(
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2016-03-27 10:16 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-03-27 10:16 UTC (permalink / raw
To: gentoo-commits
commit: 74c8bee8c3e3859181012a2496416bdcc6c812df
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 10:15:21 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 10:15:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c8bee8
net-dialup/mingetty: ppc stable wrt bug #339338
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-dialup/mingetty/mingetty-1.08-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index 3504400..f21ede3 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
IUSE="unicode"
PATCHES=(
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2016-03-30 18:27 Markus Meier
0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier @ 2016-03-30 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 991a4bcb049ba398d8b24552d976eb9335ccffdc
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 18:27:21 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 18:27:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991a4bcb
net-dialup/mingetty: arm stable, bug #339338
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"
net-dialup/mingetty/mingetty-1.08-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index f21ede3..e07dd75 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
IUSE="unicode"
PATCHES=(
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2016-04-11 10:39 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-04-11 10:39 UTC (permalink / raw
To: gentoo-commits
commit: dd9d20b1040c89e5c664731512b980e3aa184ae1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 10:38:44 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 10:38:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9d20b1
net-dialup/mingetty: x86 stable wrt bug #339338
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-dialup/mingetty/mingetty-1.08-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index e07dd75..abb39f3 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
IUSE="unicode"
PATCHES=(
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2016-05-20 11:28 Tobias Klausmann
0 siblings, 0 replies; 13+ messages in thread
From: Tobias Klausmann @ 2016-05-20 11:28 UTC (permalink / raw
To: gentoo-commits
commit: b09fcb34a1084694dabb67ab8a1de84d49e57bd2
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 11:27:26 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Fri May 20 11:27:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09fcb34
net-dialup/mingetty-1.08-r1: add alpha keyword
Gentoo-Bug: 339338
Package-Manager: portage-2.3.0_rc1
net-dialup/mingetty/mingetty-1.08-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index abb39f3..f9a9265 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
IUSE="unicode"
PATCHES=(
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2016-07-09 13:07 Aaron Bauman
0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2016-07-09 13:07 UTC (permalink / raw
To: gentoo-commits
commit: 92acc2e7a22c8aa53f7d650ea54fb79d69ff7c07
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 13:05:28 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 13:05:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92acc2e7
net-dialup/mingetty: cleanup vulnerable versions wrt bug #339338
net-dialup/mingetty/mingetty-1.08.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/net-dialup/mingetty/mingetty-1.08.ebuild b/net-dialup/mingetty/mingetty-1.08.ebuild
deleted file mode 100644
index b12c705..0000000
--- a/net-dialup/mingetty/mingetty-1.08.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="A compact getty program for virtual consoles only"
-HOMEPAGE="http://sourceforge.net/projects/mingetty"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="unicode"
-
-src_prepare() {
- use unicode && epatch "${FILESDIR}"/${P}-utf8.patch
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -Wall -W -pipe -D_GNU_SOURCE" CC="$(tc-getCC)"
-}
-
-src_install () {
- dodir /sbin /usr/share/man/man8
- emake DESTDIR="${D}" install
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2021-04-16 10:25 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-04-16 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 8d5bbc55765f579ad8237e25431a0c5133db2a65
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 10:12:57 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 10:12:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5bbc55
net-dialup/mingetty: eutils--
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-dialup/mingetty/mingetty-1.08-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index 05ccf45f094..a981600d9c1 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
DESCRIPTION="A compact getty program for virtual consoles only"
HOMEPAGE="https://sourceforge.net/projects/mingetty"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2021-07-25 4:14 Georgy Yakovlev
0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2021-07-25 4:14 UTC (permalink / raw
To: gentoo-commits
commit: 216331e8d69fcc414f080c48fc5e06a6ab5d276c
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 04:13:23 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 04:13:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216331e8
net-dialup/mingetty: keyword 1.08-r1 for arm64
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
net-dialup/mingetty/mingetty-1.08-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index a981600d9c1..bb710867326 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
IUSE="unicode"
PATCHES=(
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2022-05-26 5:30 WANG Xuerui
0 siblings, 0 replies; 13+ messages in thread
From: WANG Xuerui @ 2022-05-26 5:30 UTC (permalink / raw
To: gentoo-commits
commit: b4d75fce06bd13e845702e797a1fbccfec91b0e0
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 05:27:42 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 26 05:27:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d75fce
net-dialup/mingetty: keyword 1.08-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
net-dialup/mingetty/mingetty-1.08-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index f40bee3f12e1..593677e9238a 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~s390 sparc x86"
IUSE="unicode"
PATCHES=(
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/
@ 2022-12-24 12:55 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-12-24 12:55 UTC (permalink / raw
To: gentoo-commits
commit: a60eabdb6e7802b7cc0be8ff88a06e9724cd9756
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 12:45:23 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 12:45:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60eabdb
net-dialup/mingetty: EAPI 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../mingetty/{mingetty-1.08-r1.ebuild => mingetty-1.08-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild b/net-dialup/mingetty/mingetty-1.08-r3.ebuild
similarity index 99%
rename from net-dialup/mingetty/mingetty-1.08-r1.ebuild
rename to net-dialup/mingetty/mingetty-1.08-r3.ebuild
index 593677e9238a..74f1b8f75842 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2022-12-24 12:55 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 14:32 [gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2022-12-24 12:55 Sam James
2022-05-26 5:30 WANG Xuerui
2021-07-25 4:14 Georgy Yakovlev
2021-04-16 10:25 David Seifert
2016-07-09 13:07 Aaron Bauman
2016-05-20 11:28 Tobias Klausmann
2016-04-11 10:39 Agostino Sarubbo
2016-03-30 18:27 Markus Meier
2016-03-27 10:16 Agostino Sarubbo
2016-03-26 9:25 Jeroen Roovers
2016-01-22 8:28 Michael Palimaka
2016-01-17 21:07 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox