summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2005-03-27 17:34:09 +0000
committerGuy Martin <gmsoft@gentoo.org>2005-03-27 17:34:09 +0000
commit3da06c6a6968cc52113fbc1abd850be9a811abca (patch)
tree48bacdd06c486dd5ffd73953370f7b0b22baa3a2 /net-misc/aiccu
parentAdded php support (diff)
downloadhistorical-3da06c6a6968cc52113fbc1abd850be9a811abca.tar.gz
historical-3da06c6a6968cc52113fbc1abd850be9a811abca.tar.bz2
historical-3da06c6a6968cc52113fbc1abd850be9a811abca.zip
Initital commit of the aiccu ebuild (close #64409).
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/aiccu')
-rw-r--r--net-misc/aiccu/ChangeLog9
-rw-r--r--net-misc/aiccu/Manifest4
-rw-r--r--net-misc/aiccu/aiccu-2005.01.31.ebuild43
-rw-r--r--net-misc/aiccu/files/digest-aiccu-2005.01.311
-rw-r--r--net-misc/aiccu/metadata.xml8
5 files changed, 65 insertions, 0 deletions
diff --git a/net-misc/aiccu/ChangeLog b/net-misc/aiccu/ChangeLog
new file mode 100644
index 000000000000..f7cc6a925034
--- /dev/null
+++ b/net-misc/aiccu/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sys-boot/palo
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.1 2005/03/27 17:34:09 gmsoft Exp $
+
+*aiccu-2005.01.31 (27 Mar 2005)
+
+ 27 Mar 2005; Guy Martin <gmsoft@gentoo.org> +aiccu-2005.01.31.ebuild:
+ Initital commit of the aiccu ebuild (close #64409).
+
diff --git a/net-misc/aiccu/Manifest b/net-misc/aiccu/Manifest
new file mode 100644
index 000000000000..295db4c766bc
--- /dev/null
+++ b/net-misc/aiccu/Manifest
@@ -0,0 +1,4 @@
+MD5 fe292a253afc0d10af8b41862d14f4f0 aiccu-2005.01.31.ebuild 994
+MD5 63aeb696621edcc4a1ac1b718ef5b8b1 ChangeLog 360
+MD5 0b8679426c285c845af6e3878e007ba9 metadata.xml 242
+MD5 9660dc0f8e9a9022cdcce8b424230519 files/digest-aiccu-2005.01.31 67
diff --git a/net-misc/aiccu/aiccu-2005.01.31.ebuild b/net-misc/aiccu/aiccu-2005.01.31.ebuild
new file mode 100644
index 000000000000..5ca20c75e2a9
--- /dev/null
+++ b/net-misc/aiccu/aiccu-2005.01.31.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/aiccu-2005.01.31.ebuild,v 1.1 2005/03/27 17:34:09 gmsoft Exp $
+
+
+DESCRIPTION="AICCU Client to configure an IPv6 tunnel to SixXS."
+HOMEPAGE="http://www.sixxs.net/"
+SRC_URI="http://www.sixxs.net/archive/sixxs/aiccu/unix/aiccu_${PV}.tar.gz"
+
+LICENSE="AICCU"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+S=${WORKDIR}/aiccu
+
+
+src_compile() {
+ cd ${S}
+ export RPM_OPT_FLAGS=${CFLAGS}
+ make || die "Build Failed"
+}
+
+src_install() {
+ dosbin unix-console/aiccu
+ insopts -m 600
+ insinto /etc
+ doins doc/aiccu.conf
+ dodoc doc/{HOWTO,LICENSE,README,changelog}
+ exeinto /etc/init.d
+ newexe doc/aiccu.init.gentoo aiccu
+
+
+}
+
+pkg_postinst() {
+ einfo "The aiccu ebuild installs an init script named 'aiccu'"
+ einfo "To add support for a SixXS connection at startup, do"
+ einfo "edit your /etc/aiccu.conf and do"
+ einfo "# rc-update add aiccu default"
+
+}
+
diff --git a/net-misc/aiccu/files/digest-aiccu-2005.01.31 b/net-misc/aiccu/files/digest-aiccu-2005.01.31
new file mode 100644
index 000000000000..7e95f6ad5cb9
--- /dev/null
+++ b/net-misc/aiccu/files/digest-aiccu-2005.01.31
@@ -0,0 +1 @@
+MD5 7c3da5feab3d59fb5a99a45203e0ca56 aiccu_2005.01.31.tar.gz 45672
diff --git a/net-misc/aiccu/metadata.xml b/net-misc/aiccu/metadata.xml
new file mode 100644
index 000000000000..85115491ef88
--- /dev/null
+++ b/net-misc/aiccu/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<catmetadata>
+ <longdescription lang="en">
+ AICCU Client to configure an IPv6 tunnel to SixXS.
+ </longdescription>
+</catmetadata>
+