commit:     f1ee472ec404cb20e2e0b11f3387d834a8393fe4
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 20:58:59 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 18 21:24:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ee472e

gnome-extra/gnome-shell-extensions: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-extensions/Manifest        |  3 -
 .../gnome-shell-extensions-3.24.3.ebuild           | 78 --------------------
 .../gnome-shell-extensions-3.26.2-r1.ebuild        | 85 ----------------------
 3 files changed, 166 deletions(-)

diff --git a/gnome-extra/gnome-shell-extensions/Manifest 
b/gnome-extra/gnome-shell-extensions/Manifest
index f848a9fa95a..f11ba629020 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1,4 +1 @@
-DIST gnome-shell-extensions-3.24.3.tar.xz 346420 BLAKE2B 
3b6f6686656ca6f395bd69fea905c4f28264db81ac0f207bc2e0d6c82410328be2bc4c98faa659d9ac551cabb73e0576c4e28def9c14e5c7710a9785528909db
 SHA512 
7948a9cb6f5cb8d760bc42ea2865823ee60bd164b491d944edb0413e362f38ed90d39ead44ac57872a83c43c4050f5448936e739626b89a2b486a22f41d61e20
-DIST gnome-shell-extensions-3.26.2-patchset.tar.xz 14284 BLAKE2B 
36a81073e1983236835eccc5dc31fb9ce23c788b2e6e69661ea70d152ea951c4763572ee3f3fc052b72c3d0be7ceb4b3a397a46ed1d4b19acaee11a72203b399
 SHA512 
24b83766561b12a31cd83db361fc85cd86b4c80ad92244d2669d78b44433683402ea06446b003fa65137672b052699281eca089e38eb441b8805408369232121
-DIST gnome-shell-extensions-3.26.2.tar.xz 348720 BLAKE2B 
c276b95c7c80d732257396b3b04e273394adb5580709db3ba6ba5129ed9f6458cf2b2daee253fb2759169417364d4392e5734b5df3bdfd00266439c2bca2db9e
 SHA512 
8eb417a947545832d180cf7e53e1c239aec3ba1c819375071f7f036617de4ccdea5f23e81349d53dbc3c5f12334b1f1f590def7b75130e1057c314db557166e6
 DIST gnome-shell-extensions-3.30.1.tar.xz 198652 BLAKE2B 
d65ae90f6acf607aa1fe2eacfdcd22800b2dfcfee71240b600dd8a2e9e0320ed972a434a68a7020eafcfa6a0eec84572dc9f80258dc96fc205978882fe0c85c8
 SHA512 
492d99bac6345cc0c9e1a8a067859d2ff6d7b1b620277cac43429573e2e952af1a2ad3d94cc2fb5db3978fd15226c7f2231eb4d11fbcf1da39fe07afd58ee7b3

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.24.3.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.24.3.ebuild
deleted file mode 100644
index 65e73e62eab..00000000000
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.24.3.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 readme.gentoo-r1
-
-DESCRIPTION="JavaScript extensions for GNOME Shell"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="examples"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
-       >=dev-libs/glib-2.26:2
-       >=gnome-base/libgtop-2.28.3[introspection]
-       >=app-eselect/eselect-gnome-shell-extensions-20111211
-"
-RDEPEND="${COMMON_DEPEND}
-       >=dev-libs/gjs-1.29
-       dev-libs/gobject-introspection:=
-       dev-libs/atk[introspection]
-       gnome-base/gnome-menus:3[introspection]
-       >=gnome-base/gnome-shell-3.14.2
-       <gnome-base/gnome-shell-3.29
-       media-libs/clutter:1.0[introspection]
-       net-libs/telepathy-glib[introspection]
-       x11-libs/gdk-pixbuf:2[introspection]
-       x11-libs/gtk+:3[introspection]
-       x11-libs/pango[introspection]
-       x11-themes/adwaita-icon-theme
-       x11-wm/mutter[introspection]
-       <x11-wm/mutter-3.29
-"
-DEPEND="${COMMON_DEPEND}
-       >=sys-devel/gettext-0.19.6
-       virtual/pkgconfig
-"
-# eautoreconf needs gnome-base/gnome-common
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="Installed extensions installed are initially disabled by default.
-To change the system default and enable some extensions, you can use
-# eselect gnome-shell-extensions
-
-Alternatively, to enable/disable extensions on a per-user basis,
-you can use the https://extensions.gnome.org/ web interface, the
-gnome-extra/gnome-tweaks GUI, or modify the org.gnome.shell
-enabled-extensions gsettings key from the command line or a script."
-
-src_configure() {
-       gnome2_src_configure --enable-extensions=all
-}
-
-src_install() {
-       gnome2_src_install
-
-       local example="exam...@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
-
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       gnome2_pkg_postinst
-
-       ebegin "Updating list of installed extensions"
-       eselect gnome-shell-extensions update
-       eend $?
-
-       readme.gentoo_print_elog
-}

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.26.2-r1.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.26.2-r1.ebuild
deleted file mode 100644
index 3c25ab726b2..00000000000
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.26.2-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 readme.gentoo-r1
-
-DESCRIPTION="JavaScript extensions for GNOME Shell"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions";
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="examples"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
-       >=dev-libs/glib-2.26:2
-       >=gnome-base/libgtop-2.28.3[introspection]
-       >=app-eselect/eselect-gnome-shell-extensions-20111211
-"
-RDEPEND="${COMMON_DEPEND}
-       >=dev-libs/gjs-1.29
-       dev-libs/gobject-introspection:=
-       dev-libs/atk[introspection]
-       gnome-base/gnome-menus:3[introspection]
-       >=gnome-base/gnome-shell-3.14.2
-       <gnome-base/gnome-shell-3.29
-       media-libs/clutter:1.0[introspection]
-       net-libs/telepathy-glib[introspection]
-       x11-libs/gdk-pixbuf:2[introspection]
-       x11-libs/gtk+:3[introspection]
-       x11-libs/pango[introspection]
-       x11-themes/adwaita-icon-theme
-       x11-wm/mutter[introspection]
-       <x11-wm/mutter-3.29
-"
-DEPEND="${COMMON_DEPEND}
-       >=sys-devel/gettext-0.19.6
-       virtual/pkgconfig
-"
-# eautoreconf needs gnome-base/gnome-common
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="Installed extensions installed are initially disabled by default.
-To change the system default and enable some extensions, you can use
-# eselect gnome-shell-extensions
-
-Alternatively, to enable/disable extensions on a per-user basis,
-you can use the https://extensions.gnome.org/ web interface, the
-gnome-extra/gnome-tweaks GUI, or modify the org.gnome.shell
-enabled-extensions gsettings key from the command line or a script."
-
-PATCHES=(
-       # Bug fixes and wayland compat to auto-move-windows, places-menu and 
window-list
-       # extensions from upstream gnome-3-26 branch, plus translation updates 
from there
-       "${WORKDIR}"/patches/
-)
-
-src_configure() {
-       gnome2_src_configure --enable-extensions=all
-}
-
-src_install() {
-       gnome2_src_install
-
-       local example="exam...@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
-
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       gnome2_pkg_postinst
-
-       ebegin "Updating list of installed extensions"
-       eselect gnome-shell-extensions update
-       eend $?
-
-       readme.gentoo_print_elog
-}

Reply via email to