blob: 89b0984a46353ff62f7e897fe3e92fcbb39fce0d (
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
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.1.ebuild,v 1.1 2011/05/26 17:28:40 naota Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_EXTRADOC="NEWS README.rdoc"
RUBY_FAKEGEM_TASK_DOC=""
inherit ruby-fakegem
DESCRIPTION="A pkg-config implementation by Ruby"
HOMEPAGE="https://github.com/rcairo/pkg-config"
LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
RESTRICT="test"
all_ruby_prepare() {
cp "${FILESDIR}"/${PN}-1.1.1-Manifest.txt Manifest.txt || die
}
|