diff options
author | 2005-03-27 17:34:09 +0000 | |
---|---|---|
committer | 2005-03-27 17:34:09 +0000 | |
commit | 7287bdd58799f11b626727db05e5e55f2438bc79 (patch) | |
tree | 39454c3628c182a0ddc38e0cdc7e8e2ea771110f | |
parent | Added php support (diff) | |
download | gentoo-2-7287bdd58799f11b626727db05e5e55f2438bc79.tar.gz gentoo-2-7287bdd58799f11b626727db05e5e55f2438bc79.tar.bz2 gentoo-2-7287bdd58799f11b626727db05e5e55f2438bc79.zip |
Initital commit of the aiccu ebuild (close #64409).
(Portage version: 2.0.51.19)
-rw-r--r-- | net-misc/aiccu/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/aiccu/Manifest | 4 | ||||
-rw-r--r-- | net-misc/aiccu/aiccu-2005.01.31.ebuild | 43 | ||||
-rw-r--r-- | net-misc/aiccu/files/digest-aiccu-2005.01.31 | 1 | ||||
-rw-r--r-- | net-misc/aiccu/metadata.xml | 8 |
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..b32f4c1e205d --- /dev/null +++ b/net-misc/aiccu/Manifest @@ -0,0 +1,4 @@ +MD5 5ec6bd168741ae0e8f152bc762a6f91b aiccu-2005.01.31.ebuild 894 +MD5 f3f1ddd905ad2858cc2b280695597465 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> + |