diff options
-rw-r--r-- | net-misc/aiccu/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/aiccu/aiccu-2007.01.15.ebuild | 37 | ||||
-rw-r--r-- | net-misc/aiccu/files/digest-aiccu-2007.01.15 | 3 |
3 files changed, 46 insertions, 1 deletions
diff --git a/net-misc/aiccu/ChangeLog b/net-misc/aiccu/ChangeLog index bf0f08912480..1c09a71d1c1d 100644 --- a/net-misc/aiccu/ChangeLog +++ b/net-misc/aiccu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/aiccu # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.12 2007/02/22 20:50:52 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.13 2007/04/08 13:48:21 gmsoft Exp $ + +*aiccu-2007.01.15 (08 Apr 2007) + + 08 Apr 2007; Guy Martin <gmsoft@gentoo.org> +aiccu-2007.01.15.ebuild: + Version bump. See #162590. 22 Feb 2007; Guy Martin <gmsoft@gentoo.org> aiccu-2007.01.07.ebuild: Stable on hppa and x86. diff --git a/net-misc/aiccu/aiccu-2007.01.15.ebuild b/net-misc/aiccu/aiccu-2007.01.15.ebuild new file mode 100644 index 000000000000..8a51fa23a3d1 --- /dev/null +++ b/net-misc/aiccu/aiccu-2007.01.15.ebuild @@ -0,0 +1,37 @@ +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_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-2007.01.15 b/net-misc/aiccu/files/digest-aiccu-2007.01.15 new file mode 100644 index 000000000000..9e7e34fc7493 --- /dev/null +++ b/net-misc/aiccu/files/digest-aiccu-2007.01.15 @@ -0,0 +1,3 @@ +MD5 c9bcc83644ed788e22a7c3f3d4021350 aiccu_20070115.tar.gz 70056 +RMD160 9415899c98c1f7e84b9711017b82a3a0ea2ae9de aiccu_20070115.tar.gz 70056 +SHA256 2260f426c13471169ccff8cb4a3908dc5f79fda18ddb6a55363e7824e6c4c760 aiccu_20070115.tar.gz 70056 |