pacho 14/04/12 14:26:59 Modified: ChangeLog Added: gnome-shell-extensions-topicons-24.ebuild Removed: gnome-shell-extensions-topicons-17.ebuild Log: Version bump, drop old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.12 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.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 9 Mar 2014 12:00:10 -0000 1.11 +++ ChangeLog 12 Apr 2014 14:26:59 -0000 1.12 @@ -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.11 2014/03/09 12:00:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v 1.12 2014/04/12 14:26:59 pacho Exp $ + +*gnome-shell-extensions-topicons-24 (12 Apr 2014) + + 12 Apr 2014; Pacho Ramos <pa...@gentoo.org> + +gnome-shell-extensions-topicons-24.ebuild, + -gnome-shell-extensions-topicons-17.ebuild: + Version bump, drop old 09 Mar 2014; Pacho Ramos <pa...@gentoo.org> gnome-shell-extensions-topicons-20.ebuild: 1.1 gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-24.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-24.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-24.ebuild?rev=1.1&content-type=text/plain Index: gnome-shell-extensions-topicons-24.ebuild =================================================================== # Copyright 1999-2014 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-24.ebuild,v 1.1 2014/04/12 14:26:59 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='topIcons@adel.gadl...@gmail.com' insinto "/usr/share/gnome-shell/extensions/${uuid}" doins * } pkg_postinst() { ebegin "Updating list of installed extensions" eselect gnome-shell-extensions update eend $? }