public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/angelos:master commit in: net-misc/chaosvpn/files/, net-misc/chaosvpn/
Date: Tue, 21 Jun 2011 12:09:02 +0000 (UTC)	[thread overview]
Message-ID: <9e520cf7e8a3c8b83c39930e0a951ced55485385.angelos@gentoo> (raw)

commit:     9e520cf7e8a3c8b83c39930e0a951ced55485385
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 10:36:07 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 10:36:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=9e520cf7

chaosvpn: Bump to EAPI4

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 net-misc/chaosvpn/Manifest             |   10 +++++-----
 net-misc/chaosvpn/chaosvpn-2.05.ebuild |    7 +++----
 net-misc/chaosvpn/chaosvpn-9999.ebuild |    7 +++----
 3 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/net-misc/chaosvpn/Manifest b/net-misc/chaosvpn/Manifest
index d5b91cb..e21ac7c 100644
--- a/net-misc/chaosvpn/Manifest
+++ b/net-misc/chaosvpn/Manifest
@@ -3,13 +3,13 @@ Hash: SHA256
 
 AUX chaosvpn.init 580 RMD160 d57bb636085467a0f91598422ffb860194e93aa0 SHA1 2ce1d74472c3e48108b7f120f1a35008c149a542 SHA256 7adb2e24f5f1063dcf6693928f7e27b3466f40bdaf4b7046b8b4ae70edb02623
 DIST chaosvpn-2.05.tar.gz 62457 RMD160 4ba0cdfe32b9cc51a4a32011abe5d96619acd090 SHA1 b33709b7b354e96c6cc12dff552664326184e994 SHA256 528724f7d6162b1b0d4509c9456d9d00248e5371f09b92a966f457cd14de964f
-EBUILD chaosvpn-2.05.ebuild 926 RMD160 d7933c01d81216344fed3267e767cf8131d1e143 SHA1 68845803ef3da06a992dfded420c41064a123f4e SHA256 b0f5b852f9ccfea570c96e0c19d379db64ebe2e31aef5cfa9da1eb5167d76767
-EBUILD chaosvpn-9999.ebuild 871 RMD160 1b43499d98789954da82e53293d6aefe4828c026 SHA1 d2336cc2a6146742b037f1e2caad3ec3de6a708b SHA256 d33f137941704f7d8ef9883b067a6bc0f564cfc7c71a02e67172e895cd718333
+EBUILD chaosvpn-2.05.ebuild 911 RMD160 067aac5df1c7887a2e432f3dfe8bb18159490d9e SHA1 9a7521684faae933911cb6e98aeed3bb1c889056 SHA256 c53a1b13821470501838fd4b7f4511312261e2e287f7c50488233a4b02210edc
+EBUILD chaosvpn-9999.ebuild 856 RMD160 744fa911139d41c361dadab07a7af446547fa8cf SHA1 6c8f24d84288706005b4de5ac8eef69e6f3b7b1d SHA256 d25382a5fa226d02391f136ccdde0ac42f3c88e1d9a1420fca9ddaad95eb0307
 MISC metadata.xml 162 RMD160 8056876fd0119a9fcf1cf8e6a622173f9a2a41a6 SHA1 54fe1b9e689c641de2d237db03c8c38c6f7b6522 SHA256 c754e9c767b98b9894c12dd21b8ef1d01f2b5e58813a286f9a62f20078888d85
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk3UHtIACgkQmWq1bYTyC0NUtAD/bHAyb5xXbbaNasKJwQsOCmrt
-qweyu18/stfoC0ab0BgA/ib3nWR44sSiL68K4mOVx5FDlT2KW+nvYHkRuYw681L6
-=p56c
+iF4EAREIAAYFAk4AdBcACgkQmWq1bYTyC0PznwD/cyE4Ex84jJ8LtsMh/TGbOiyY
+EDYwGwPpDV/S93sn0MsA/R2KRfK9wnN1haK7t3+9PsFJAvu+fQJTwACFs9cf1Xgo
+=QVgl
 -----END PGP SIGNATURE-----

diff --git a/net-misc/chaosvpn/chaosvpn-2.05.ebuild b/net-misc/chaosvpn/chaosvpn-2.05.ebuild
index eabcec9..b58bd39 100644
--- a/net-misc/chaosvpn/chaosvpn-2.05.ebuild
+++ b/net-misc/chaosvpn/chaosvpn-2.05.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
-
+EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="ChaosVPN client"
@@ -30,11 +29,11 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) || die
+	emake CC=$(tc-getCC)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install
 
 	diropts -m0700 -o chaosvpn -g chaosvpn
 	dodir /etc/tinc/chaos/

diff --git a/net-misc/chaosvpn/chaosvpn-9999.ebuild b/net-misc/chaosvpn/chaosvpn-9999.ebuild
index a8a8250..f22d25f 100644
--- a/net-misc/chaosvpn/chaosvpn-9999.ebuild
+++ b/net-misc/chaosvpn/chaosvpn-9999.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
-
+EAPI=4
 inherit eutils git-2 toolchain-funcs
 
 DESCRIPTION="ChaosVPN client"
@@ -27,11 +26,11 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) || die
+	emake CC=$(tc-getCC)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install
 
 	diropts -m0700 -o chaosvpn -g chaosvpn
 	dodir /etc/tinc/chaos/

diff --git a/net-misc/chaosvpn/files/chaosvpn.init b/net-misc/chaosvpn/files/chaosvpn.init
old mode 100755
new mode 100644



             reply	other threads:[~2011-06-21 12:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-21 12:09 Christoph Mende [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-26 19:59 [gentoo-commits] dev/angelos:master commit in: net-misc/chaosvpn/files/, net-misc/chaosvpn/ Christoph Mende

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9e520cf7e8a3c8b83c39930e0a951ced55485385.angelos@gentoo \
    --to=angelos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox