summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-05-29 01:16:34 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-05-29 01:37:33 +0200
commit1731f435b0fcdcd00c2f3d8c964ed4289a5d3c7f (patch)
treed4e52dc0b5d1eac5b2ecef51b6e60131dc5eb127
parentflx/wdd: Fix quotes (diff)
downloadportage-1731f435b0fcdcd00c2f3d8c964ed4289a5d3c7f.tar.xz
net-analyzer/arpoison: Use src_prepare
-rw-r--r--net-analyzer/arpoison/Manifest5
-rw-r--r--net-analyzer/arpoison/arpoison-0.6.ebuild4
2 files changed, 4 insertions, 5 deletions
diff --git a/net-analyzer/arpoison/Manifest b/net-analyzer/arpoison/Manifest
index d2f93d53..83c4cb89 100644
--- a/net-analyzer/arpoison/Manifest
+++ b/net-analyzer/arpoison/Manifest
@@ -1,2 +1,3 @@
-DIST arpoison-0.6.tar.gz 8646 RMD160 295ee00c10c27528b8242f6838c25c9011065b33 SHA1 d73e1f849efa633a30eb417e1eff00a7603d0964 SHA256 2922a7f98901a2eb3b26822e576ef22a64d3585fb69c4c3c4c32c2ca3993e537
-EBUILD arpoison-0.6.ebuild 827 RMD160 b18e0bb26a726be197b33ecd991412d779667a22 SHA1 7ae109945bb104659184f65f9406604332c487a5 SHA256 eb3e92e108fef83427e544df0db6403c1d9fa52b0938036a37c8a3081f8aac2d
+DIST arpoison-0.6.tar.gz 8646 SHA256 2922a7f98901a2eb3b26822e576ef22a64d3585fb69c4c3c4c32c2ca3993e537
+EBUILD arpoison-0.6.ebuild 806 SHA256 fc7cd8bbef026da1fbec7eeb0298957855388b7cd07b793639b69fe932cd3242 WHIRLPOOL c6fa7654fc33e8780ee4a6ac506e3576255245b157d66b1e18cdc7dc54e5d3326f0680b8578b75f65e4241eae677b07309be4eb0ee6d9c6d3114e779fc697ee1
+MISC metadata.xml 139 SHA256 5cdc1888ebc8807b9a37b1d33429c61cabe7415a4f240e21a4c2ff8eca7a34ed WHIRLPOOL 620431014dd4fb752c3d46d11904ecb2c6d4525f5b4e30f4f778a3b74d3f7187ae4ccd856ebd7eabb48ce261b21849c732928fe647edce024a3fdc082d8f8630
diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild
index 8ef3116b..4d66c096 100644
--- a/net-analyzer/arpoison/arpoison-0.6.ebuild
+++ b/net-analyzer/arpoison/arpoison-0.6.ebuild
@@ -19,9 +19,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${PN}"
-src_unpack() {
- unpack ${A}
- cd ${S}
+src_prepare() {
sed -i \
-e "s|\(-Wall\)|\1 ${CFLAGS}|" \
-e "s|gcc|$(tc-getCC)|" \