diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-12 17:14:37 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-12 17:14:37 +0000 |
commit | e4a73c3cc0420c8385181346f54b8c9136c70252 (patch) | |
tree | 49bc5746f76a25b6833731c32a963a57fe2f6e15 /net-dialup/mclient | |
parent | old (diff) | |
download | historical-e4a73c3cc0420c8385181346f54b8c9136c70252.tar.gz historical-e4a73c3cc0420c8385181346f54b8c9136c70252.tar.bz2 historical-e4a73c3cc0420c8385181346f54b8c9136c70252.zip |
Remove virtual/libc dependency. Add description in metadata.xml.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-dialup/mclient')
-rw-r--r-- | net-dialup/mclient/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/mclient/Manifest | 14 | ||||
-rw-r--r-- | net-dialup/mclient/mclient-2.8.ebuild | 8 | ||||
-rw-r--r-- | net-dialup/mclient/metadata.xml | 5 |
4 files changed, 19 insertions, 16 deletions
diff --git a/net-dialup/mclient/ChangeLog b/net-dialup/mclient/ChangeLog index ac3fe77af1e9..c3bceb03f492 100644 --- a/net-dialup/mclient/ChangeLog +++ b/net-dialup/mclient/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2004/11/19 22:34:50 mrness Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mclient/ChangeLog,v 1.6 2006/03/12 17:14:37 mrness Exp $ + + 12 Mar 2006; Alin Nastac <mrness@gentoo.org> metadata.xml, + mclient-2.8.ebuild: + Remove virtual/libc dependency. Add description in metadata.xml. 20 Nov 2004; Alin Nastac <mrness@gentoo.org> mclient-2.8.ebuild: Stable on x86. diff --git a/net-dialup/mclient/Manifest b/net-dialup/mclient/Manifest index 6f8c1717a3cb..fe95caac745d 100644 --- a/net-dialup/mclient/Manifest +++ b/net-dialup/mclient/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e72dc1bad9ae16ec5603dba22814ada2 ChangeLog 549 -MD5 11cf8246fdf564a770455effeb764cda mclient-2.8.ebuild 600 -MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 +MD5 5783ef089f69d6bac9817bab59e4ab5a ChangeLog 700 MD5 4e72b0d8ceb9d720a0b2ce5552ea1350 files/digest-mclient-2.8 66 +MD5 8897b8469655d12e98c9c1f6c573c23c mclient-2.8.ebuild 592 +MD5 8b5587b663fed2aa50e9ba34df8e5d8c metadata.xml 245 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) +Version: GnuPG v1.4.2.1 (GNU/Linux) -iD8DBQFBnnUWjtv59x0+BrURAqkWAJ0Z9Fs4unNTvT5Z76CoWH7nuzinpACgjrbR -Qk8+wi+YtqY9ZQ7mkIo5A84= -=EFr2 +iD8DBQFEFFcNjG8pv1lIUX4RAhQJAJ40CGTIbxO+r4kV0An88xHw8CjBPgCg42VU +4/EbRtgXA5o2+5EKyJs8PIk= +=jNPg -----END PGP SIGNATURE----- diff --git a/net-dialup/mclient/mclient-2.8.ebuild b/net-dialup/mclient/mclient-2.8.ebuild index a1f95cb7b53f..201eb63bdcd0 100644 --- a/net-dialup/mclient/mclient-2.8.ebuild +++ b/net-dialup/mclient/mclient-2.8.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.4 2004/11/19 22:34:50 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mclient/mclient-2.8.ebuild,v 1.5 2006/03/12 17:14:37 mrness Exp $ DESCRIPTION="Simple command line Masqdialer client" HOMEPAGE="http://cpwright.com/mserver/" SRC_URI="http://cpwright.com/cli-mclient/cli-${P}.tar.gz" LICENSE="GPL-2" - SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/libc" src_compile() { sed -i -e "s:-O2:${CFLAGS}:" Makefile - emake || die + emake || die "emake failed" } src_install() { diff --git a/net-dialup/mclient/metadata.xml b/net-dialup/mclient/metadata.xml index 1e11e7bbd01b..d6ab90160dd8 100644 --- a/net-dialup/mclient/metadata.xml +++ b/net-dialup/mclient/metadata.xml @@ -1,5 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version = '1.0' encoding = 'UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>net-dialup</herd> + <herd>net-dialup</herd> + <longdescription>Simple command line MasqDialer client.</longdescription> </pkgmetadata> |