diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-06-21 12:36:07 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-06-21 12:36:07 +0200 |
commit | 9e520cf7e8a3c8b83c39930e0a951ced55485385 (patch) | |
tree | c04de8afeb507b8990f7f4a494f494d282a05b3c /net-misc | |
parent | qotrdecoder: Add metadata.xml (diff) | |
download | angelos-9e520cf7e8a3c8b83c39930e0a951ced55485385.tar.gz angelos-9e520cf7e8a3c8b83c39930e0a951ced55485385.tar.bz2 angelos-9e520cf7e8a3c8b83c39930e0a951ced55485385.zip |
chaosvpn: Bump to EAPI4
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chaosvpn/Manifest | 10 | ||||
-rw-r--r-- | net-misc/chaosvpn/chaosvpn-2.05.ebuild | 7 | ||||
-rw-r--r-- | net-misc/chaosvpn/chaosvpn-9999.ebuild | 7 | ||||
-rw-r--r--[-rwxr-xr-x] | net-misc/chaosvpn/files/chaosvpn.init | 0 |
4 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 index 2e64796..2e64796 100755..100644 --- a/net-misc/chaosvpn/files/chaosvpn.init +++ b/net-misc/chaosvpn/files/chaosvpn.init |