public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/angelos:master commit in: net-misc/chaosvpn/files/, net-misc/chaosvpn/
@ 2011-06-21 12:09 Christoph Mende
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2011-06-21 12:09 UTC (permalink / raw
  To: gentoo-commits

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] dev/angelos:master commit in: net-misc/chaosvpn/files/, net-misc/chaosvpn/
@ 2013-01-26 19:59 Christoph Mende
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2013-01-26 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     1bd2f99f1dee40d2a2e209f31df4e4794d61b655
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 26 19:59:42 2013 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 19:59:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=1bd2f99f

chaosvpn: Migrate opts to extra_started_commands

Package-Manager: portage-2.2.0_alpha161
Manifest-Sign-Key: 84F20B43

---
 net-misc/chaosvpn/Manifest             |   12 ++++++------
 net-misc/chaosvpn/chaosvpn-2.12.ebuild |    2 +-
 net-misc/chaosvpn/chaosvpn-2.15.ebuild |    2 +-
 net-misc/chaosvpn/files/chaosvpn.init  |    4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net-misc/chaosvpn/Manifest b/net-misc/chaosvpn/Manifest
index 2045287..afdab97 100644
--- a/net-misc/chaosvpn/Manifest
+++ b/net-misc/chaosvpn/Manifest
@@ -1,17 +1,17 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-AUX chaosvpn.init 580 SHA256 7adb2e24f5f1063dcf6693928f7e27b3466f40bdaf4b7046b8b4ae70edb02623 SHA512 2eaee5808a9322c6960fa0b32621a9c8dd8f7c7b7b2b0ce8a3382f9b89a7cd19aeba532050adea2b8acc14f7fcae66d8c151df60dffd215b206982f5cbd55aa9 WHIRLPOOL cc22f418c5ec75b7dbc39cbd6a6b71631911f957a2fe21224f826f3b79522649a1822395db2441ca02ebf8ee55b9d3c6233157cc4ccc915f6c0697e869de61d8
+AUX chaosvpn.init 590 SHA256 f36378b5afb4a15edf57184ba4e3eb5962cd39cf91d63a65c5b1e92256ee0470 SHA512 fc14a6ad1fab943747084344d9ee71f3598862823f4e7d9763add45980456eb2a4827628f719fb2c0e49ec7889f3d06c156a6bfa8acdc83314dfb28d0c5f81d3 WHIRLPOOL 4df8ae8290666ab0f3ad20b75e2077391f4f4b822b021ba5a4c490b656635876b5e8b374a7349a27a8a4c806979a5def322e537f6b0be062ca729d081a24e969
 DIST chaosvpn-2.12.tar.gz 73251 SHA256 68659625a22ab54bf0a85e4b055e83d4ae5a25b1e200bbd2e1992a17fe70e1bb SHA512 46e031456faf9024d8c16e856e75300a76a5f3191870bd0c36b82f50d80b0afecbc7e33fa0357e3e303e887bb7da7ca98f4500ab4a7b8ef37152d62f77ef25b0 WHIRLPOOL 8d1c78e3413f4871659b3712cc8cf2bc8dea27bb6340a9867b04c49d04bcb45d542d44f56c5adea98754553933dd219e1fcdee9be0f69ffec5fd466da3fd0f2f
 DIST chaosvpn-2.15.tar.gz 88080 SHA256 0ddcb23c94c2745dd1564307ef365274fc4b6e91c9d36323b0009b2d9d6b4d23 SHA512 6c7f1d0613ca9d357d6a66bd25c52b8e49cf2195970db44054551159beeb0f48e74ed6e79c396ec17d3a38a58d1fd5320a76d2809410aa223225c38053376c00 WHIRLPOOL 336aab90c987b5acac539caede1ce6991d770a133db3e5c9865cb2ff56b396be7543c6bb87f5b7283a9cf1b69dc3386f40e07db94b3e6622e03ffb26f6466320
-EBUILD chaosvpn-2.12.ebuild 886 SHA256 0312f9ed135900ee4db9ba79fe06c99dd9e3c97ec39c981958dc8187507cfd14 SHA512 4ae5a16a266ed512f1b829b3d3016b6826f3102b3eab178a0c7aba5ffb770a652e67cfdad10ef7c89ba5307721f1fde54aed09a581535e0fc49f299375b2435c WHIRLPOOL 0adab7a503070dc14a014338a91957a2568841e6e4884dddb519da4174e7d81c66d94c9fcd45570d15aeedc7892162875b849ee9a66728d4ebc1a9d822667ab6
-EBUILD chaosvpn-2.15.ebuild 894 SHA256 5aaf5ef4ec40927f31b0d8cee7589015a2f1fba80fb9f2c65a9be4d45826a623 SHA512 f1f6cb2121b03ae3f97038bd8085141aab94bb9c85ce3b2b3a9483f8a0f9f3185e303588f4857e5a0f72ac60d6fc3b96ad66e150e6089635628e9202a4069420 WHIRLPOOL b206aec957d4d9d66715cc649e6adc1de6cea7fef8dbfa03bd74bfcf4d2b1f9e20a64056fd748148a0e06fb24748af70941e3790b68138aa058e2d4fbd0899ef
+EBUILD chaosvpn-2.12.ebuild 886 SHA256 e11b3a714bb73cad1088064f127887eacdf46cc74ae6f82bfd00dc4a5858cb9a SHA512 f710444f6a8f533a36f52424bb3e66f786c37934938fe39d31603fb0da2458b388c8aa38c1078f672bd7f6185d406d1ae6b6d3b642a9b617b2541fb12640e780 WHIRLPOOL de0e0adbc6fbd747d92c5250c076a8dac0d2b3c19ee36cb5883ade01d2f31ce04174c1010328bacb48cf7af8728de40bc4d497d8ecc9138b29c9e9519cf2e3f8
+EBUILD chaosvpn-2.15.ebuild 894 SHA256 5431b03825d1ee9c8d4908c87175ba89bae66712ae6feaae462a365a69ced425 SHA512 f9cf116743554e481c998b627f571e68e53e20fe09868b16ac915dc26888c08b2f9e084f62f9f0e0735d866c1607576ddea4b31613c9b190f6014ea6a7e31147 WHIRLPOOL 59df59ef1504abdca1116a612cecf0e8aae25915550276e642fc98180fa8509798f787526f3d94b863d1488e979fab3986a91e41c38ee56ece56ff8abf8fed02
 EBUILD chaosvpn-9999.ebuild 831 SHA256 372b8a51431158363024511bec8eba1591c5b9d52ba8e2248bebeea5817c8b9f SHA512 6768e1d0f7cb33c2ddc0a0e661bebc3020b417a8a638f7fde0a501e3700df592c1b941fcf93f283d72498937683fed634b071957b156b87b5f5f7b513c7cc498 WHIRLPOOL 5597d488632c2f8825b2412ce65df2c878c5bea3ffa47ae980d1ae4b13147d01ae10d55154b120a7bb00e2a79d2806531e4ddfd116a57b1213e43c05a572088c
 MISC metadata.xml 140 SHA256 46e94927a74c45d5fd3e380fdc946886e83bc28a0a51b4f57b0a360428a5cf4b SHA512 fea2d8570514bac76535850a58a9fb50946a315efd0448cbb3fb0d543acc203541fb3431bd4c3ca82e057f2bd4fcd763da81d07dccfd4a788aedc9aa825d6296 WHIRLPOOL 78baff9ed584f9e1f978667c5b19ba0a66fe2793cacd56c2afbb9fd22fad28d6d012c3d976e8ad30aa4ddd63614cc990bb3a89a2052b3271e4cfd77003d5158e
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (GNU/Linux)
 
-iF4EAREIAAYFAlEEMMIACgkQmWq1bYTyC0MssgEAm+ZN4h6JEsG/6oHNBSp4kSIP
-QLhL0qWaVX6IxgRRRycBAKtrO67Ljj/UM7VmXxmoZdX5aQmtsaMCVWnDFQaYHFtl
-=rq9o
+iF4EAREIAAYFAlEENa0ACgkQmWq1bYTyC0M3bwD8DothUhKpUWYztnXiim3icOA+
+MydZJ2xyxYvCxf0bMbYA/iXN3SNBCTyQD6E+aQ+9b7nwp7WaeKlesKE0moZ9fw0N
+=teYq
 -----END PGP SIGNATURE-----

diff --git a/net-misc/chaosvpn/chaosvpn-2.12.ebuild b/net-misc/chaosvpn/chaosvpn-2.12.ebuild
index af90336..1568fc1 100644
--- a/net-misc/chaosvpn/chaosvpn-2.12.ebuild
+++ b/net-misc/chaosvpn/chaosvpn-2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 

diff --git a/net-misc/chaosvpn/chaosvpn-2.15.ebuild b/net-misc/chaosvpn/chaosvpn-2.15.ebuild
index 3d6a5e5..9353842 100644
--- a/net-misc/chaosvpn/chaosvpn-2.15.ebuild
+++ b/net-misc/chaosvpn/chaosvpn-2.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 

diff --git a/net-misc/chaosvpn/files/chaosvpn.init b/net-misc/chaosvpn/files/chaosvpn.init
index 2e64796..1e43536 100644
--- a/net-misc/chaosvpn/files/chaosvpn.init
+++ b/net-misc/chaosvpn/files/chaosvpn.init
@@ -1,10 +1,10 @@
 #!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 PIDFILE=/var/run/chaosvpn.pid
-opts="${opts} reload"
+extra_started_commands="reload"
 
 depend() {
 	need net


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-26 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 12:09 [gentoo-commits] dev/angelos:master commit in: net-misc/chaosvpn/files/, net-misc/chaosvpn/ Christoph Mende
  -- strict thread matches above, loose matches on Subject: below --
2013-01-26 19:59 Christoph Mende

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