diff options
author | Jason Wever <weeve@gentoo.org> | 2004-01-19 04:04:28 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-01-19 04:04:28 +0000 |
commit | 674f30c9c1b23427d4eb9177a658b50de78fb3d0 (patch) | |
tree | 416587a4558634d27d89354529a5eab70247aee5 /net-dialup/mingetty | |
parent | New version, removing older versions (diff) | |
download | historical-674f30c9c1b23427d4eb9177a658b50de78fb3d0.tar.gz historical-674f30c9c1b23427d4eb9177a658b50de78fb3d0.tar.bz2 historical-674f30c9c1b23427d4eb9177a658b50de78fb3d0.zip |
Marked stable on sparc.
Diffstat (limited to 'net-dialup/mingetty')
-rw-r--r-- | net-dialup/mingetty/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/mingetty/Manifest | 4 | ||||
-rw-r--r-- | net-dialup/mingetty/mingetty-1.00.3.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-dialup/mingetty/ChangeLog b/net-dialup/mingetty/ChangeLog index 0103e1566c97..baf383573fca 100644 --- a/net-dialup/mingetty/ChangeLog +++ b/net-dialup/mingetty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mingetty -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.10 2004/01/06 15:36:14 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/ChangeLog,v 1.11 2004/01/19 04:04:28 weeve Exp $ + + 18 Jan 2004; Jason Wever <weeve@gentoo.org> mingetty-1.00.3.ebuild: + Marked stable on sparc. 06 Jan 2004; <agriffis@gentoo.org> mingetty-1.00.3.ebuild: Stable on ia64 for bug 36061 diff --git a/net-dialup/mingetty/Manifest b/net-dialup/mingetty/Manifest index 2e4176bcbea3..90a21430b7ca 100644 --- a/net-dialup/mingetty/Manifest +++ b/net-dialup/mingetty/Manifest @@ -1,5 +1,5 @@ -MD5 812a9848b8bbbac81eb33ff3e36d888a ChangeLog 1693 +MD5 999f40ead01d77a8b9e15c936419aab3 ChangeLog 1787 +MD5 0d1322967cdd4f4c4d40d882f775f66d mingetty-1.00.3.ebuild 848 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 -MD5 62cb47baf4ecb95979b3957c620b7c20 mingetty-1.00.3.ebuild 851 MD5 5f50d456f26044f81b45f8ca250ab5c6 files/digest-mingetty-1.00.3 67 MD5 2468fd4da2ffd9439faecf5eb7630d85 files/mingetty-1.00-autologin.patch 13742 diff --git a/net-dialup/mingetty/mingetty-1.00.3.ebuild b/net-dialup/mingetty/mingetty-1.00.3.ebuild index 876109000b10..45381f27e23f 100644 --- a/net-dialup/mingetty/mingetty-1.00.3.ebuild +++ b/net-dialup/mingetty/mingetty-1.00.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.00.3.ebuild,v 1.9 2004/01/06 15:36:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.00.3.ebuild,v 1.10 2004/01/19 04:04:28 weeve Exp $ inherit rpm eutils @@ -13,7 +13,7 @@ ftp://ftp.redhat.com/pub/redhat/linux/8.0/en/os/i386/SRPMS/${MYP}.src.rpm" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc hppa amd64 alpha ~sparc ia64" +KEYWORDS="x86 ~ppc hppa amd64 alpha sparc ia64" RDEPEND="virtual/glibc" |