pacho 14/11/14 13:27:47 Modified: ChangeLog Added: gnome-shell-extensions-topicons-25.ebuild Removed: gnome-shell-extensions-topicons-20.ebuild Log: Version bump, drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.15 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.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 4 May 2014 12:10:39 -0000 1.14 +++ ChangeLog 14 Nov 2014 13:27:47 -0000 1.15 @@ -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.14 2014/05/04 12:10:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/ChangeLog,v 1.15 2014/11/14 13:27:47 pacho Exp $ + +*gnome-shell-extensions-topicons-25 (14 Nov 2014) + + 14 Nov 2014; Pacho Ramos <[email protected]> + +gnome-shell-extensions-topicons-25.ebuild, + -gnome-shell-extensions-topicons-20.ebuild: + Version bump, drop old 04 May 2014; Pacho Ramos <[email protected]> gnome-shell-extensions-topicons-24.ebuild: 1.1 gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-25.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-25.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-25.ebuild?rev=1.1&content-type=text/plain Index: gnome-shell-extensions-topicons-25.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-25.ebuild,v 1.1 2014/11/14 13:27:47 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 $? }
