You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild

30 lines
645 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-js-common/gnome-js-common-0.1.2.ebuild,v 1.3 2012/05/28 01:09:50 mattst88 Exp $
EAPI="3"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="GNOME JavaScript common modules and tests"
HOMEPAGE="http://gnome.org/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="sys-devel/gettext
virtual/pkgconfig
>=dev-util/intltool-0.35"
DOCS="ChangeLog"
G2CONF="${G2CONF} --disable-seed --disable-gjs"
src_install() {
gnome2_src_install
rm -rf "${ED}"/usr/doc
}