diff options
author | Guy Martin <gmsoft@gentoo.org> | 2007-01-08 21:47:09 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2007-01-08 21:47:09 +0000 |
commit | 5f0e5753e706da38454ea5e20b4a9effce4d7eb1 (patch) | |
tree | 96f320e6ad360e406cf2259226eb7facf00c6d1a /net-misc/aiccu | |
parent | Removed snd-aoa from package.mask. (diff) | |
download | gentoo-2-5f0e5753e706da38454ea5e20b4a9effce4d7eb1.tar.gz gentoo-2-5f0e5753e706da38454ea5e20b4a9effce4d7eb1.tar.bz2 gentoo-2-5f0e5753e706da38454ea5e20b4a9effce4d7eb1.zip |
Yet another version bump :)
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'net-misc/aiccu')
-rw-r--r-- | net-misc/aiccu/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/aiccu/aiccu-2007.01.07.ebuild | 43 | ||||
-rw-r--r-- | net-misc/aiccu/files/digest-aiccu-2007.01.07 | 3 |
3 files changed, 52 insertions, 1 deletions
diff --git a/net-misc/aiccu/ChangeLog b/net-misc/aiccu/ChangeLog index 9757d35dea74..c1c5061b466c 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.10 2007/01/08 18:15:42 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.11 2007/01/08 21:47:09 gmsoft Exp $ + +*aiccu-2007.01.07 (08 Jan 2007) + + 08 Jan 2007; Guy Martin <gmsoft@gentoo.org> +aiccu-2007.01.07.ebuild: + Yet another version bump :) *aiccu-2006.07.25 (08 Jan 2007) diff --git a/net-misc/aiccu/aiccu-2007.01.07.ebuild b/net-misc/aiccu/aiccu-2007.01.07.ebuild new file mode 100644 index 000000000000..81d31d771e70 --- /dev/null +++ b/net-misc/aiccu/aiccu-2007.01.07.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-2007.01.07 b/net-misc/aiccu/files/digest-aiccu-2007.01.07 new file mode 100644 index 000000000000..64767b4d3401 --- /dev/null +++ b/net-misc/aiccu/files/digest-aiccu-2007.01.07 @@ -0,0 +1,3 @@ +MD5 60c203fa33cad3db9fba2a871e3d9381 aiccu_20070107.tar.gz 68415 +RMD160 a2a35402d93a7888f42a86cdb6877baee6f98710 aiccu_20070107.tar.gz 68415 +SHA256 73b8deb2364b34497daec9fac2b85bfea3facb45f4b9f48e2575e79a3fbbc691 aiccu_20070107.tar.gz 68415 |