pacho 15/03/07 12:49:26 Modified: ChangeLog Added: gnome-shell-extensions-topicons-26.ebuild Removed: gnome-shell-extensions-topicons-24.ebuild Log: Version bump, drop old (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.18 gnome-extra/gnome-shell-extensions-topicons/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 19 Dec 2014 13:38:37 -0000 1.17 +++ ChangeLog 7 Mar 2015 12:49:26 -0000 1.18 @@ -1,6 +1,13 @@ # ChangeLog for gnome-extra/gnome-shell-extensions-topicons -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v 1.17 2014/12/19 13:38:37 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v 1.18 2015/03/07 12:49:26 pacho Exp $ + +*gnome-shell-extensions-topicons-26 (07 Mar 2015) + + 07 Mar 2015; Pacho Ramos <[email protected]> + +gnome-shell-extensions-topicons-26.ebuild, + -gnome-shell-extensions-topicons-24.ebuild: + Version bump, drop old 19 Dec 2014; Pacho Ramos <[email protected]> gnome-shell-extensions-topicons-25.ebuild: 1.1 gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild?rev=1.1&content-type=text/plain Index: gnome-shell-extensions-topicons-26.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild,v 1.1 2015/03/07 12:49:26 pacho Exp $ EAPI="5" DESCRIPTION="Shows legacy tray icons on top" HOMEPAGE="https://extensions.gnome.org/extension/495/topicons/" SRC_URI="http://94.247.144.115/repo/topicons/snapshot/topicons-${PV}.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" app-admin/eselect-gnome-shell-extensions >=gnome-base/gnome-shell-3.10 " DEPEND="app-arch/xz-utils" S="${WORKDIR}/topicons-${PV}" src_install() { local uuid='[email protected][email protected]' insinto "/usr/share/gnome-shell/extensions/${uuid}" doins * } pkg_postinst() { ebegin "Updating list of installed extensions" eselect gnome-shell-extensions update eend $? }
