public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-shell-extensions/
Date: Thu, 24 May 2012 09:11:56 +0000 (UTC)	[thread overview]
Message-ID: <1337847642.79b58f945f99306807a4fa274ac31ce35dba38e8.tetromino@gentoo> (raw)

commit:     79b58f945f99306807a4fa274ac31ce35dba38e8
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 08:20:42 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 08:20:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=79b58f94

gnome-extra/gnome-shell-extensions: moved to gx86

---
 .../gnome-shell-extensions-3.4.0.ebuild            |   86 --------------------
 .../gnome-shell-extensions-9999.ebuild             |    2 +-
 2 files changed, 1 insertions(+), 87 deletions(-)

diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.4.0.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.4.0.ebuild
deleted file mode 100644
index 13d08da..0000000
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.4.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.2.2.ebuild,v 1.2 2011/12/12 19:56:13 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="JavaScript extensions for GNOME Shell"
-HOMEPAGE="http://live.gnome.org/GnomeShell/Extensions"
-# Tarball not available from upstream website
-if [[ ${PV} != 9999 ]]; then
-	SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="examples"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.26
-	>=gnome-base/gnome-desktop-2.91.6:3[introspection]
-	>=gnome-base/libgtop-2.28.3[introspection]
-	>=app-admin/eselect-gnome-shell-extensions-20111211"
-RDEPEND="${COMMON_DEPEND}
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection
-	>=gnome-base/gnome-shell-3.4.0-r1
-	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/intltool-0.50
-	virtual/pkgconfig
-	gnome-base/gnome-common"
-
-pkg_setup() {
-	DOCS="NEWS README"
-	G2CONF="${G2CONF}
-		--enable-extensions=all
-		--disable-schemas-compile"
-}
-
-src_install() {
-	gnome2_src_install
-
-	local example="example@gnome-shell-extensions.gcampax.github.com"
-	if use examples; then
-		mv "${ED}usr/share/gnome-shell/extensions/${example}" \
-			"${ED}usr/share/doc/${PF}/" || die
-	else
-		rm -r "${ED}usr/share/gnome-shell/extensions/${example}" || die
-	fi
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-	elog
-	elog "Installed extensions installed are initially disabled by default."
-	elog "To change the system default and enable some extensions, you can use"
-	elog "# eselect gnome-shell-extensions"
-	elog "Alternatively, to enable/disable extensions on a per-user basis,"
-	elog "you can use the https://extensions.gnome.org/ web interface, the"
-	elog "gnome-extra/gnome-tweak-tool GUI, or modify the org.gnome.shell"
-	elog "enabled-extensions gsettings key from the command line or a script."
-	elog
-	elog "In ${PN}-3.2.2, extension IDs have changed from"
-	elog "*.gnome.org to *.gcampax.github.com. As a result, extensions may"
-	elog "have become disabled, and you will need to re-enable them."
-}

diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild
index 13d08da..83974de 100644
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.2.2.ebuild,v 1.2 2011/12/12 19:56:13 tetromino Exp $
 



             reply	other threads:[~2012-05-24  9:13 UTC|newest]

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

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=1337847642.79b58f945f99306807a4fa274ac31ce35dba38e8.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --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