Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions-topicons/
Date: Sat, 25 Jun 2016 18:43:50
Message-Id: 1466880178.2883388d45f10a199a3f857f405b84936f81d82e.pacho@gentoo
1 commit: 2883388d45f10a199a3f857f405b84936f81d82e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 18:11:56 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 18:42:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2883388d
7
8 gnome-extra/gnome-shell-extensions-topicons: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 .../gnome-shell-extensions-topicons/Manifest | 1 -
13 .../gnome-shell-extensions-topicons-26.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/gnome-extra/gnome-shell-extensions-topicons/Manifest b/gnome-extra/gnome-shell-extensions-topicons/Manifest
17 index 8e2d433..156f056 100644
18 --- a/gnome-extra/gnome-shell-extensions-topicons/Manifest
19 +++ b/gnome-extra/gnome-shell-extensions-topicons/Manifest
20 @@ -1,2 +1 @@
21 DIST gnome-shell-extensions-topicons-28.tar.xz 2116 SHA256 d73f2c57e6b22088a981a101cc1c4960acc6612e81b365ac6f54031e068a0c41 SHA512 666c47bc342021db98f11d7bf2a77a805d34f98f940c4facf46e9eb7255e3d8ee0384cb88eb007390bfd0595a9bf8974a3aecfe0ef5661940d00dfaf7df81c62 WHIRLPOOL be794587c62e973aa9dfd0d7e17126564b5fafbd2982eecda3b51c659d96f5e5453b2c8a0d2f7472b66442855bf4f27957860d42a2a58dcce638bd3064c6066d
22 -DIST topicons-26.tar.xz 2112 SHA256 e8c937d9029f59717b3b67cb6f44f065f4d01622a71a38bdc16f1886ad537a32 SHA512 82974c444c1ceb23f6d290b3ec2d99b0505b38d39f90033ec8efece7ba5820e578ca53af6413bfa448ea1593522ff1a1aad46e5feafc5e8a8daebbf8873275e4 WHIRLPOOL bcdc3d4dbe074d7f07753cba1341160441161decb58e76934a338a1bf3ae0febf7b9eae4d156a78491e0b2fcfaa7f1cb455155a010872a60e8a7f8f90c0606cf
23
24 diff --git a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild b/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild
25 deleted file mode 100644
26 index ca699e5..0000000
27 --- a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -DESCRIPTION="Shows legacy tray icons on top"
37 -HOMEPAGE="https://extensions.gnome.org/extension/495/topicons/"
38 -SRC_URI="http://94.247.144.115/repo/topicons/snapshot/topicons-${PV}.tar.xz"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -IUSE=""
44 -
45 -RDEPEND="
46 - app-eselect/eselect-gnome-shell-extensions
47 - >=gnome-base/gnome-shell-3.10
48 -"
49 -DEPEND="app-arch/xz-utils"
50 -
51 -S="${WORKDIR}/topicons-${PV}"
52 -
53 -src_install() {
54 - local uuid='topIcons@××××.gadllah@gmail.com'
55 - insinto "/usr/share/gnome-shell/extensions/${uuid}"
56 - doins *
57 -}
58 -
59 -pkg_postinst() {
60 - ebegin "Updating list of installed extensions"
61 - eselect gnome-shell-extensions update
62 - eend $?
63 -}