summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-12 17:14:37 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-12 17:14:37 +0000
commit5c5f2956a1cc42c34154866c847f36cc462c3925 (patch)
tree0b02234b0cf12cb9dc7a34103a3799a54fc0bf4a /net-dialup/mclient
parentold (diff)
downloadgentoo-2-5c5f2956a1cc42c34154866c847f36cc462c3925.tar.gz
gentoo-2-5c5f2956a1cc42c34154866c847f36cc462c3925.tar.bz2
gentoo-2-5c5f2956a1cc42c34154866c847f36cc462c3925.zip
Remove virtual/libc dependency. Add description in metadata.xml.
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/mclient')
-rw-r--r--net-dialup/mclient/ChangeLog8
-rw-r--r--net-dialup/mclient/mclient-2.8.ebuild8
-rw-r--r--net-dialup/mclient/metadata.xml5
3 files changed, 12 insertions, 9 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/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>