public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-shell-extensions/
Date: Tue,  3 May 2011 16:20:25 +0000 (UTC)	[thread overview]
Message-ID: <91a22661dc08e19b28d9cd24818623c7b2463ad6.nirbheek@gentoo> (raw)

commit:     91a22661dc08e19b28d9cd24818623c7b2463ad6
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 16:07:54 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue May  3 16:07:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=91a22661

Add gnome-extra/gnome-shell-extensions

* Go forth and extend! Or something.

---
 .../gnome-shell-extensions-3.0.1.ebuild            |   45 ++++++++++++++++++++
 .../gnome-shell-extensions-9999.ebuild             |   45 ++++++++++++++++++++
 2 files changed, 90 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.0.1.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.0.1.ebuild
new file mode 100644
index 0000000..220e5a5
--- /dev/null
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.0.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 gnome2-live
+
+DESCRIPTION="JavaScript Extensions for GNOME Shell"
+HOMEPAGE="http://live.gnome.org/GnomeShell/Extensions"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	EGIT_TREE="3.0.1"
+	EGIT_BRANCH="gnome-3-0"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.26
+	>=gnome-base/gnome-desktop-2.91.6:3"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gnome-desktop:3[introspection]
+	media-libs/clutter:1.0[introspection]
+	net-libs/telepathy-glib[introspection]
+	x11-libs/gtk+:3[introspection]
+	x11-libs/pango[introspection]"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+	>=dev-util/pkgconfig-0.22
+	>=dev-util/intltool-0.26
+	gnome-base/gnome-common"
+
+pkg_setup() {
+	DOCS="HACKING README"
+	G2CONF="${G2CONF}
+		--enable-extensions=all
+		--disable-schemas-compile"
+}

diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild
new file mode 100644
index 0000000..4adb188
--- /dev/null
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 gnome2-live
+
+DESCRIPTION="JavaScript Extensions for GNOME Shell"
+HOMEPAGE="http://live.gnome.org/GnomeShell/Extensions"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+nm-applet"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	EGIT_TREE="3.0.1"
+	EGIT_BRANCH="gnome-3-0"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.26
+	>=gnome-base/gnome-desktop-2.91.6:3"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gnome-desktop:3[introspection]
+	media-libs/clutter:1.0[introspection]
+	net-libs/telepathy-glib[introspection]
+	x11-libs/gtk+:3[introspection]
+	x11-libs/pango[introspection]"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+	>=dev-util/pkgconfig-0.22
+	>=dev-util/intltool-0.26
+	gnome-base/gnome-common"
+
+pkg_setup() {
+	DOCS="HACKING README"
+	G2CONF="${G2CONF}
+		--enable-extensions=all
+		--disable-schemas-compile"
+}



             reply	other threads:[~2011-05-03 16:20 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-03 16:20 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-21 22:06 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-shell-extensions/ Nirbheek Chauhan
2011-08-12  8:29 Alexandre Restovtsev
2011-10-03 22:22 Alexandre Restovtsev
2012-04-06 18:22 Alexandre Restovtsev
2012-04-06 18:25 Alexandre Restovtsev
2012-05-24  9:11 Alexandre Restovtsev
2012-09-15  5:59 Alexandre Rostovtsev
2012-09-30  0:15 Alexandre Rostovtsev
2012-12-09 20:25 Alexandre Rostovtsev
2012-12-26 23:06 Gilles Dartiguelongue
2013-12-12  8:18 Gilles Dartiguelongue
2014-02-12 22:37 Gilles Dartiguelongue
2014-04-16 22:27 Gilles Dartiguelongue
2014-10-12 23:19 Gilles Dartiguelongue
2014-10-18 14:55 Gilles Dartiguelongue
2014-11-24  7:26 Remi Cardona
2014-12-21 13:28 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2015-05-08  9:38 Remi Cardona
2015-09-15  6:34 Remi Cardona
2015-10-07  6:23 Remi Cardona
2016-03-26 22:54 Ole Reifschneider
2016-05-11  6:10 Remi Cardona
2018-01-12 13:31 Dennis Lamm
2018-05-11  6:09 Sobhan Mohammadpour
2018-09-28 17:59 Mart Raudsepp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=91a22661dc08e19b28d9cd24818623c7b2463ad6.nirbheek@gentoo \
    --to=nirbheek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox