Skip to content

Commit

Permalink
Proper gentoo sed format.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyolfson committed Mar 30, 2010
1 parent 08d3952 commit 8394a3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/hdbus/Manifest
@@ -1,2 +1,2 @@
DIST DBus-0.4.tar.gz 32179 RMD160 419e4f04ee84e76b3b63e386eba6b0ff10d87898 SHA1 0beea25c06c0ccff6d09f2e9818320771f13c3b7 SHA256 47a7a65e7b1e8dc1986d18d31983b05091339cdcaf71fede0d77144978982cf7
EBUILD hdbus-0.4.ebuild 916 RMD160 e8cdf239825cf6406557c0275264c350f0b6a7b2 SHA1 e8383e1e6b262b37950c56b778e2e373264b1cdd SHA256 755d7000533b8061568caa3f4fe559514e8f5a1494b9a35554897f4f6e3de219
EBUILD hdbus-0.4.ebuild 936 RMD160 ffb0cfefd6de55f469ac6b0d2605a86a720ea315 SHA1 02fbd898c560c3e9f45824ab6d55114e1f2a77e2 SHA256 d3d6d9506aacf5aa6ef40bb0888dc6ceb68bff35db48adf110e0215648dcb02e
12 changes: 6 additions & 6 deletions dev-haskell/hdbus/hdbus-0.4.ebuild
Expand Up @@ -28,10 +28,10 @@ S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
cd ${S}
sed -i 's:defaultMain:defaultMainWithHooks autoconfUserHooks:' Setup.hs \
|| die 'Sed failed.'
sed -i 's:PatternSignatures:ScopedTypeVariables:' DBus/Message.hsc \
|| die 'Sed failed.'
sed -i 's:Control.Exception:Control.OldException:' DBus/Internal.hsc \
|| die 'Sed failed.'
sed -i -e 's/"defaultMain"/"defaultMainWithHooks autoconfUserHook"/' \
Setup.hs || die "Sed failed!"
sed -i -e 's/"PatternSignatures"/"ScopedTypeVariables"/' \
DBus/Message.hsc || die "Sed failed!"
sed -i -e 's/"Control.Exception"/"Control.OldException"/' \
DBus/Internal.hsc || die "Sed failed!"
}

0 comments on commit 8394a3f

Please sign in to comment.