summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2009-10-04 11:39:35 +0000
committerAndreas Proschofsky <suka@gentoo.org>2009-10-04 11:39:35 +0000
commitdfd9e7f907f4bd623e77d9aa9b835154c352bc95 (patch)
treeab568250873ea4c8fd3f989cc0b165feb0a4600f /dev-libs/gjs/gjs-0.4.ebuild
parentAlso apply configure patch to live ebuild (diff)
downloadsuka-dfd9e7f907f4bd623e77d9aa9b835154c352bc95.tar.gz
suka-dfd9e7f907f4bd623e77d9aa9b835154c352bc95.tar.bz2
suka-dfd9e7f907f4bd623e77d9aa9b835154c352bc95.zip
Sync gnome-shell stuff to the ebuilds from the gnome overlay
svn path=/; revision=162
Diffstat (limited to 'dev-libs/gjs/gjs-0.4.ebuild')
-rw-r--r--dev-libs/gjs/gjs-0.4.ebuild31
1 files changed, 20 insertions, 11 deletions
diff --git a/dev-libs/gjs/gjs-0.4.ebuild b/dev-libs/gjs/gjs-0.4.ebuild
index f4986b6..e1e5403 100644
--- a/dev-libs/gjs/gjs-0.4.ebuild
+++ b/dev-libs/gjs/gjs-0.4.ebuild
@@ -2,19 +2,28 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit autotools gnome2
+EAPI="2"
-DESCRIPTION="Gnome GJS"
-HOMEPAGE="http://live.gnome.org/gjs"
+inherit gnome2
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
+DESCRIPTION="Javascript bindings for GNOME"
+HOMEPAGE="http://live.gnome.org/Gjs"
-RDEPEND=">=dev-libs/glib-2
- >=net-libs/xulrunner-1.8
- >=dev-libs/gobject-introspection-0.6.3"
-DEPEND="${RDEPEND}"
+LICENSE="MIT MPL-1.1 LGPL-2 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="coverage"
+RDEPEND=">=dev-libs/glib-2.16.0
+ >=dev-libs/gobject-introspection-0.6.3
+ dev-libs/dbus-glib
+ net-libs/xulrunner:1.9"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ coverage? (
+ sys-devel/gcc
+ dev-util/lcov )"
+# AUTHORS, ChangeLog are empty
+DOCS="NEWS README"