summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-11-22 20:57:01 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-11-22 20:57:01 +0000
commit9ffe5891e86f07db7b653785b9168473a530ffad (patch)
treef5689bd6d423baac28b33076be0fe25ab78fe32b /net-dialup/mclient
parentadded virtual/glibc dep (diff)
downloadhistorical-9ffe5891e86f07db7b653785b9168473a530ffad.tar.gz
historical-9ffe5891e86f07db7b653785b9168473a530ffad.tar.bz2
historical-9ffe5891e86f07db7b653785b9168473a530ffad.zip
initial revision
Diffstat (limited to 'net-dialup/mclient')
-rw-r--r--net-dialup/mclient/ChangeLog7
-rw-r--r--net-dialup/mclient/Manifest2
-rw-r--r--net-dialup/mclient/files/digest-mclient-2.81
-rw-r--r--net-dialup/mclient/mclient-2.8.ebuild25
-rw-r--r--net-dialup/mclient/metadata.xml5
5 files changed, 40 insertions, 0 deletions
diff --git a/net-dialup/mclient/ChangeLog b/net-dialup/mclient/ChangeLog
new file mode 100644
index 000000000000..6549fe8760ed
--- /dev/null
+++ b/net-dialup/mclient/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for net-dialup/mclient
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mclient/ChangeLog,v 1.1 2003/11/22 20:57:01 lanius Exp $
+
+ 22 Nov 2003; Heinrich Wendel <lanius@gentoo.org> :
+ initial revision, thx to Jonathan Rogers <jonner@teegra.net>
+
diff --git a/net-dialup/mclient/Manifest b/net-dialup/mclient/Manifest
new file mode 100644
index 000000000000..2f7582764517
--- /dev/null
+++ b/net-dialup/mclient/Manifest
@@ -0,0 +1,2 @@
+MD5 1e758b8466778c7e642bc3d3b31341a9 mclient-2.8.ebuild 472
+MD5 4e72b0d8ceb9d720a0b2ce5552ea1350 files/digest-mclient-2.8 66
diff --git a/net-dialup/mclient/files/digest-mclient-2.8 b/net-dialup/mclient/files/digest-mclient-2.8
new file mode 100644
index 000000000000..412ffd7c12be
--- /dev/null
+++ b/net-dialup/mclient/files/digest-mclient-2.8
@@ -0,0 +1 @@
+MD5 95dbde2b75db245b65b34ec33de695e9 cli-mclient-2.8.tar.gz 10997
diff --git a/net-dialup/mclient/mclient-2.8.ebuild b/net-dialup/mclient/mclient-2.8.ebuild
new file mode 100644
index 000000000000..a7f5a0fd7824
--- /dev/null
+++ b/net-dialup/mclient/mclient-2.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/11/22 20:57:01 lanius 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/glibc"
+
+src_compile() {
+ sed -i -e "s:-O2:${CFLAGS}:" Makefile
+ emake || die
+}
+
+src_install() {
+ exeinto /usr/bin
+ doexe mclient
+ dodoc CHANGES DISCLAIMER LICENSE
+}
diff --git a/net-dialup/mclient/metadata.xml b/net-dialup/mclient/metadata.xml
new file mode 100644
index 000000000000..1e11e7bbd01b
--- /dev/null
+++ b/net-dialup/mclient/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-dialup</herd>
+</pkgmetadata>