public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in net-misc/tinc: ChangeLog tinc-1.0.7.ebuild tinc-1.0.8.ebuild tinc-1.0.5.ebuild
@ 2008-04-01 14:08 99% Daniel Black (dragonheart)
  0 siblings, 0 replies; 1+ results
From: Daniel Black (dragonheart) @ 2008-04-01 14:08 UTC (permalink / raw
  To: gentoo-commits

dragonheart    08/04/01 14:08:45

  Modified:             ChangeLog tinc-1.0.7.ebuild
  Added:                tinc-1.0.8.ebuild
  Removed:              tinc-1.0.5.ebuild
  Log:
  fix init script and add an example as per bug #211807 thanks to Sebastian Droppelmann. added /etc/tinc directory as per bug #207113 thanks to Jens. version bump as per bug #204016
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.15                 net-misc/tinc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	24 Apr 2007 17:06:43 -0000	1.14
+++ ChangeLog	1 Apr 2008 14:08:44 -0000	1.15
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/tinc
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.14 2007/04/24 17:06:43 tove Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.15 2008/04/01 14:08:44 dragonheart Exp $
+
+*tinc-1.0.8 (01 Apr 2008)
+
+  01 Apr 2008; Daniel Black <dragonheart@gentoo.org> +files/tinc.networks,
+  files/tincd, -tinc-1.0.5.ebuild, tinc-1.0.7.ebuild, +tinc-1.0.8.ebuild:
+  fix init script and add an example as per bug #211807 thanks to Sebastian
+  Droppelmann. added /etc/tinc directory as per bug #207113 thanks to Jens.
+  version bump as per bug #204016
 
 *tinc-1.0.7 (19 Apr 2007)
 



1.2                  net-misc/tinc/tinc-1.0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild?r1=1.1&r2=1.2

Index: tinc-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tinc-1.0.7.ebuild	19 Apr 2007 08:45:08 -0000	1.1
+++ tinc-1.0.7.ebuild	1 Apr 2008 14:08:44 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild,v 1.1 2007/04/19 08:45:08 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild,v 1.2 2008/04/01 14:08:44 dragonheart Exp $
 
 DESCRIPTION="tinc is an easy to configure VPN implementation"
 HOMEPAGE="http://www.tinc-vpn.org/"
@@ -24,6 +24,7 @@
 
 src_install() {
 	emake DESTDIR="${D}" install || die
+	dodir /etc/tinc
 	dodoc AUTHORS NEWS README THANKS
 	doinitd "${FILESDIR}"/tincd
 }



1.1                  net-misc/tinc/tinc-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.8.ebuild?rev=1.1&content-type=text/plain

Index: tinc-1.0.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.8.ebuild,v 1.1 2008/04/01 14:08:44 dragonheart Exp $

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 ~ppc ~sparc ~x86"
IUSE="nls"

DEPEND=">=dev-libs/openssl-0.9.7c
	virtual/linux-sources
	>=dev-libs/lzo-2
	>=sys-libs/zlib-1.1.4-r2
	nls? ( sys-devel/gettext )"

src_compile() {
	econf --enable-jumbograms $(use_enable nls) || die
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodir /etc/tinc
	dodoc AUTHORS NEWS README THANKS
	doinitd "${FILESDIR}"/tincd
	doconfd "${FILESDIR}"/tinc.networks
}

pkg_postinst() {
	elog "This package requires the tun/tap kernel device."
	elog "Look at http://www.tinc-vpn.org/ for how to configure tinc"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-04-01 14:08 99% [gentoo-commits] gentoo-x86 commit in net-misc/tinc: ChangeLog tinc-1.0.7.ebuild tinc-1.0.8.ebuild tinc-1.0.5.ebuild Daniel Black (dragonheart)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox