summaryrefslogtreecommitdiff
blob: b24c48adce4566d5be400d42b32a7c6436931f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/pdf-inspector-0_pre20081022.ebuild,v 1.1 2009/07/16 13:07:12 flameeyes Exp $

EAPI=2

GITHUB_USER=sandal
GITHUB_TREE=021fbbf4cd121673bdf5310834eac038cc6aa080

inherit ruby

DESCRIPTION="A collection of PDF::Reader based analysis classes for inspecting PDF output"
HOMEPAGE="http://github.com/${GITHUB_USER}/${PN}/tree/master"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

SRC_URI="http://github.com/${GITHUB_USER}/${PN}/tarball/${GITHUB_TREE} -> ${P}.tgz"

USE_RUBY="ruby18"

DEPEND=""
RDEPEND="dev-ruby/pdf-reader"

S="${WORKDIR}"

src_install() {
	cd "${WORKDIR}"/${GITHUB_USER}-${PN}-*

	pushd lib
	doruby -r * || die "install lib failed"
	popd

	dodoc README || die
}