# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-reader/pdf-reader-0.7.4.ebuild,v 1.1 2009/07/16 13:02:52 flameeyes Exp $ EAPI=2 GITHUB_USER=yob inherit ruby DESCRIPTION="PDF parser conforming as much as possible to the PDF specification from Adobe" HOMEPAGE="http://github.com/yob/pdf-reader/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="doc test" RESTRICT=test SRC_URI="http://github.com/${GITHUB_USER}/${PN}/tarball/v${PV} -> ${P}.tgz" USE_RUBY="ruby18" DEPEND="doc? ( dev-ruby/rake ) test? ( dev-ruby/rake dev-ruby/rspec )" RDEPEND="" S="${WORKDIR}" src_compile() { cd "${WORKDIR}"/${GITHUB_USER}-${PN}-* if use doc; then rake doc || die "rake rdoc failed" fi } src_test() { cd "${WORKDIR}"/${GITHUB_USER}-${PN}-* rake spec || die "rake test failed" } dofakegemspec() { cat - > "${T}"/${P}.gemspec <