diff options
author | Guy Martin <gmsoft@gentoo.org> | 2007-01-08 18:15:42 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2007-01-08 18:15:42 +0000 |
commit | cae63632b0864616f9a71776911081d59f43f28b (patch) | |
tree | a3fdcbfa359759de9ebc6a1f01f3553e89c9caa5 /net-misc/aiccu | |
parent | Added the SixXS license. (diff) | |
download | gentoo-2-cae63632b0864616f9a71776911081d59f43f28b.tar.gz gentoo-2-cae63632b0864616f9a71776911081d59f43f28b.tar.bz2 gentoo-2-cae63632b0864616f9a71776911081d59f43f28b.zip |
Bumped to new version #142831.
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'net-misc/aiccu')
-rw-r--r-- | net-misc/aiccu/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/aiccu/aiccu-2006.07.25.ebuild | 43 | ||||
-rw-r--r-- | net-misc/aiccu/files/digest-aiccu-2006.07.25 | 3 |
3 files changed, 53 insertions, 2 deletions
diff --git a/net-misc/aiccu/ChangeLog b/net-misc/aiccu/ChangeLog index 5f3a22c2f16a..9757d35dea74 100644 --- a/net-misc/aiccu/ChangeLog +++ b/net-misc/aiccu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/aiccu -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.9 2006/12/31 14:57:44 dertobi123 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.10 2007/01/08 18:15:42 gmsoft Exp $ + +*aiccu-2006.07.25 (08 Jan 2007) + + 08 Jan 2007; Guy Martin <gmsoft@gentoo.org> +aiccu-2006.07.25.ebuild: + Bumped to new version #142831. 31 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> aiccu-2005.01.31-r1.ebuild: diff --git a/net-misc/aiccu/aiccu-2006.07.25.ebuild b/net-misc/aiccu/aiccu-2006.07.25.ebuild new file mode 100644 index 000000000000..a51ee8c91e0b --- /dev/null +++ b/net-misc/aiccu/aiccu-2006.07.25.ebuild @@ -0,0 +1,43 @@ +inherit eutils + +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/${PN}_${PV}.tar.gz" + +LICENSE="SixXS" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +IUSE="" +DEPEND="net-libs/gnutls + sys-apps/iproute2" +S=${WORKDIR}/aiccu + +src_unpack () { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/init-after-ntp-client.patch +} + +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-2006.07.25 b/net-misc/aiccu/files/digest-aiccu-2006.07.25 new file mode 100644 index 000000000000..4ac9a23840d4 --- /dev/null +++ b/net-misc/aiccu/files/digest-aiccu-2006.07.25 @@ -0,0 +1,3 @@ +MD5 0df76e92eb34f4ce8aa3cfcf6896f271 aiccu_2006.07.25.tar.gz 64161 +RMD160 599d181bfccb4a1a30d315f60469078bcb269270 aiccu_2006.07.25.tar.gz 64161 +SHA256 ce735aced6d18594a726c9b027ddc80ca1ff658f6e436c530b60779f2dc5d4df aiccu_2006.07.25.tar.gz 64161 |