Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-shell-extensions-topicons: gnome-shell-extensions-topicons-20.ebuild ChangeLog
Date: Sat, 08 Feb 2014 22:13:06
Message-Id: 20140208221256.CA8B32004C@flycatcher.gentoo.org
1 pacho 14/02/08 22:12:56
2
3 Modified: ChangeLog
4 Added: gnome-shell-extensions-topicons-20.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.7 gnome-extra/gnome-shell-extensions-topicons/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 8 Dec 2013 18:50:06 -0000 1.6
24 +++ ChangeLog 8 Feb 2014 22:12:56 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/gnome-shell-extensions-topicons
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v 1.6 2013/12/08 18:50:06 pacho Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v 1.7 2014/02/08 22:12:56 pacho Exp $
31 +
32 +*gnome-shell-extensions-topicons-20 (08 Feb 2014)
33 +
34 + 08 Feb 2014; Pacho Ramos <pacho@g.o>
35 + +gnome-shell-extensions-topicons-20.ebuild:
36 + Version bump
37
38 08 Dec 2013; Pacho Ramos <pacho@g.o>
39 gnome-shell-extensions-topicons-17.ebuild:
40
41
42
43 1.1 gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-20.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-20.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-20.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-shell-extensions-topicons-20.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-20.ebuild,v 1.1 2014/02/08 22:12:56 pacho Exp $
53
54 EAPI="5"
55
56 DESCRIPTION="Shows legacy tray icons on top"
57 HOMEPAGE="https://extensions.gnome.org/extension/495/topicons/"
58 SRC_URI="http://94.247.144.115/repo/topicons/snapshot/topicons-${PV}.tar.xz"
59
60 LICENSE="GPL-2+"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="
66 app-admin/eselect-gnome-shell-extensions
67 >=gnome-base/gnome-shell-3.10
68 "
69 DEPEND="app-arch/xz-utils"
70
71 S="${WORKDIR}/topicons-${PV}"
72
73 src_install() {
74 local uuid='topIcons@××××.gadllah@gmail.com'
75 insinto "/usr/share/gnome-shell/extensions/${uuid}"
76 doins *
77 }
78
79 pkg_postinst() {
80 ebegin "Updating list of installed extensions"
81 eselect gnome-shell-extensions update
82 eend $?
83 }