diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-11-19 22:34:50 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-11-19 22:34:50 +0000 |
commit | f0ca156edea28656d36b96a3d1a434d6cac29f39 (patch) | |
tree | 5690ccccaf6be8ef578fb7015a644ae756b93b23 /net-dialup/mclient | |
parent | Version bump; updates binfmt_elf patch (bug #70681) and adds the smbfs securi... (diff) | |
download | historical-f0ca156edea28656d36b96a3d1a434d6cac29f39.tar.gz historical-f0ca156edea28656d36b96a3d1a434d6cac29f39.tar.bz2 historical-f0ca156edea28656d36b96a3d1a434d6cac29f39.zip |
stable on x86
Diffstat (limited to 'net-dialup/mclient')
-rw-r--r-- | net-dialup/mclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/mclient/Manifest | 2 | ||||
-rw-r--r-- | net-dialup/mclient/mclient-2.8.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-dialup/mclient/ChangeLog b/net-dialup/mclient/ChangeLog index 67cdc4c049bb..ac3fe77af1e9 100644 --- a/net-dialup/mclient/ChangeLog +++ b/net-dialup/mclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mclient # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mclient/ChangeLog,v 1.4 2004/07/01 22:08:37 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mclient/ChangeLog,v 1.5 2004/11/19 22:34:50 mrness Exp $ + + 20 Nov 2004; Alin Nastac <mrness@gentoo.org> mclient-2.8.ebuild: + Stable on x86. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> mclient-2.8.ebuild: virtual/glibc -> virtual/libc diff --git a/net-dialup/mclient/Manifest b/net-dialup/mclient/Manifest index f97e8a214f13..a2bb4467993b 100644 --- a/net-dialup/mclient/Manifest +++ b/net-dialup/mclient/Manifest @@ -1,4 +1,4 @@ MD5 e53f5eb277edc94850cae1a9b9351d61 ChangeLog 468 -MD5 dead0335dba7d408b6a367858a4c6401 mclient-2.8.ebuild 605 +MD5 ef2e12e2f4e4390072494bfc650fe184 mclient-2.8.ebuild 604 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 4e72b0d8ceb9d720a0b2ce5552ea1350 files/digest-mclient-2.8 66 diff --git a/net-dialup/mclient/mclient-2.8.ebuild b/net-dialup/mclient/mclient-2.8.ebuild index 270e39d989e6..a1f95cb7b53f 100644 --- a/net-dialup/mclient/mclient-2.8.ebuild +++ b/net-dialup/mclient/mclient-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mclient/mclient-2.8.ebuild,v 1.3 2004/07/01 22:08:37 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mclient/mclient-2.8.ebuild,v 1.4 2004/11/19 22:34:50 mrness Exp $ DESCRIPTION="Simple command line Masqdialer client" HOMEPAGE="http://cpwright.com/mserver/" @@ -9,7 +9,7 @@ SRC_URI="http://cpwright.com/cli-mclient/cli-${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/libc" |