Skip to content

Commit

Permalink
Adding ebuild for etap-0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngerakines committed Nov 27, 2008
1 parent 4e433b6 commit ac573f2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-erlang/etap/Manifest
@@ -0,0 +1,2 @@
DIST ngerakines-etap-800572851a9f3ff5ba1bb42286efcd777ade5e9e.zip 12805 RMD160 f5e5fbe3eef72c3f5243ecd3fc1bce68393ce052 SHA1 4088b58352e82b1b221440a9478f9f6b5d5de87a SHA256 7bf2be14de826154777149518475f6697eb6577d7047e6ac22ab0a9e1d43dbd9
EBUILD etap-0.3.ebuild 766 RMD160 5ab80b58b470309c1913f7e8b9b6b5073e7ae2b5 SHA1 9c1fb4b04193b01187143b95afa5090c2add8e6d SHA256 4daac9128235505973114fae8bec9fc31c8c793551a04066c7193c19411744a9
31 changes: 31 additions & 0 deletions dev-erlang/etap/etap-0.3.ebuild
@@ -0,0 +1,31 @@
# Copyright 2008, Nick Gerakines <nick@gerakines.net>
# Distributed under the terms of the MIT license.
# $Header: $

DESCRIPTION="A TAP test harness in Erlang."
HOMEPAGE="http://github.com/ngerakines/etap"
SRC_URI="http://github.com/tarballs/ngerakines-etap-800572851a9f3ff5ba1bb42286efcd777ade5e9e.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

COMMON_DEP="dev-lang/erlang"
DEPEND="${COMMON_DEP} app-arch/unzip"
RDEPEND="${COMMON_DEP}"

RESTRICT="primaryuri"

src_compile() {
cd ngerakines-etap-800572851a9f3ff5ba1bb42286efcd777ade5e9e
mkdir ebin
make || edie "make failed"
}

src_install() {
cd ngerakines-etap-800572851a9f3ff5ba1bb42286efcd777ade5e9e
dodir /usr/lib/erlang/lib/${P}/ebin
insinto /usr/lib/erlang/lib/${P}/ebin
doins ebin/*.beam
}

0 comments on commit ac573f2

Please sign in to comment.