diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-10-19 15:58:57 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-10-19 15:58:57 +0000 |
commit | b508607032780f7aa405f7b8a95eb9847fafcac8 (patch) | |
tree | 21cfc8ccc8405fe3b4abff4f0f94469d391093f5 /net-misc/tinc | |
parent | Remove Matt Whitlock from metadata (diff) | |
download | gentoo-2-b508607032780f7aa405f7b8a95eb9847fafcac8.tar.gz gentoo-2-b508607032780f7aa405f7b8a95eb9847fafcac8.tar.bz2 gentoo-2-b508607032780f7aa405f7b8a95eb9847fafcac8.zip |
Version bump
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc/tinc')
-rw-r--r-- | net-misc/tinc/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/tinc/tinc-1.0.22.ebuild | 45 | ||||
-rw-r--r-- | net-misc/tinc/tinc-1.0.23.ebuild (renamed from net-misc/tinc/tinc-1.0.21.ebuild) | 4 |
3 files changed, 10 insertions, 47 deletions
diff --git a/net-misc/tinc/ChangeLog b/net-misc/tinc/ChangeLog index 3ccf856c1052..aa6b26d65cc2 100644 --- a/net-misc/tinc/ChangeLog +++ b/net-misc/tinc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/tinc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.45 2013/09/01 12:22:46 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.46 2013/10/19 15:58:57 blueness Exp $ + +*tinc-1.0.23 (19 Oct 2013) + + 19 Oct 2013; Anthony G. Basile <blueness@gentoo.org> +tinc-1.0.23.ebuild, + -tinc-1.0.21.ebuild, -tinc-1.0.22.ebuild: + Version bump 01 Sep 2013; Anthony G. Basile <blueness@gentoo.org> files/tincd, files/tincd.lo: diff --git a/net-misc/tinc/tinc-1.0.22.ebuild b/net-misc/tinc/tinc-1.0.22.ebuild deleted file mode 100644 index 809e07c5ff87..000000000000 --- a/net-misc/tinc/tinc-1.0.22.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.22.ebuild,v 1.1 2013/08/13 21:53:00 blueness Exp $ - -EAPI="5" - -DESCRIPTION="tinc is an easy to configure VPN implementation" -HOMEPAGE="http://www.tinc-vpn.org/" -SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="+lzo uml vde +zlib" - -DEPEND=">=dev-libs/openssl-0.9.7 - lzo? ( dev-libs/lzo:2 ) - zlib? ( >=sys-libs/zlib-1.1.4 )" -RDEPEND="${DEPEND} - vde? ( net-misc/vde )" - -src_configure() { - econf \ - --enable-jumbograms \ - --disable-tunemu \ - $(use_enable lzo) \ - $(use_enable uml) \ - $(use_enable vde) \ - $(use_enable zlib) -} - -src_install() { - emake DESTDIR="${D}" install - dodir /etc/tinc - dodoc AUTHORS NEWS README THANKS - doinitd "${FILESDIR}"/tincd - doinitd "${FILESDIR}"/tincd.lo - doconfd "${FILESDIR}"/tinc.networks - newconfd "${FILESDIR}"/tincd.conf tincd -} - -pkg_postinst() { - elog "This package requires the tun/tap kernel device." - elog "Look at http://www.tinc-vpn.org/ for how to configure tinc" -} diff --git a/net-misc/tinc/tinc-1.0.21.ebuild b/net-misc/tinc/tinc-1.0.23.ebuild index 3bfd0e8328a2..95a573aa21c0 100644 --- a/net-misc/tinc/tinc-1.0.21.ebuild +++ b/net-misc/tinc/tinc-1.0.23.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.21.ebuild,v 1.2 2013/04/24 11:19:53 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.23.ebuild,v 1.1 2013/10/19 15:58:57 blueness Exp $ EAPI="5" +inherit systemd DESCRIPTION="tinc is an easy to configure VPN implementation" HOMEPAGE="http://www.tinc-vpn.org/" @@ -37,6 +38,7 @@ src_install() { doinitd "${FILESDIR}"/tincd.lo doconfd "${FILESDIR}"/tinc.networks newconfd "${FILESDIR}"/tincd.conf tincd + systemd_newunit "${FILESDIR}"/tincd_at.service "tincd@.service" } pkg_postinst() { |