tetromino    15/05/26 01:23:59

  Modified:             ChangeLog
  Added:                zukitwo-shell-2014.10.22.ebuild
  Log:
  Version bump (bug #512378, thanks to José Romildo Malaquias and Sebastian 
Pipping). Shell theme name is now "ZukiShell".
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.17                 x11-themes/zukitwo-shell/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/zukitwo-shell/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/zukitwo-shell/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/zukitwo-shell/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/zukitwo-shell/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   7 Apr 2015 14:49:05 -0000       1.16
+++ ChangeLog   26 May 2015 01:23:59 -0000      1.17
@@ -1,6 +1,13 @@
 # ChangeLog for x11-themes/zukitwo-shell
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo-shell/ChangeLog,v 1.16 
2015/04/07 14:49:05 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo-shell/ChangeLog,v 1.17 
2015/05/26 01:23:59 tetromino Exp $
+
+*zukitwo-shell-2014.10.22 (26 May 2015)
+
+  26 May 2015; Alexandre Rostovtsev <tetrom...@gentoo.org>
+  +zukitwo-shell-2014.10.22.ebuild:
+  Version bump (bug #512378, thanks to José Romildo Malaquias and Sebastian
+  Pipping). Shell theme name is now "ZukiShell".
 
   27 Apr 2014; Pacho Ramos <pa...@gentoo.org> -zukitwo-shell-2012.07.02.ebuild,
   -zukitwo-shell-2012.12.16.ebuild, -zukitwo-shell-2013.04.24.ebuild:



1.1                  x11-themes/zukitwo-shell/zukitwo-shell-2014.10.22.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/zukitwo-shell/zukitwo-shell-2014.10.22.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/zukitwo-shell/zukitwo-shell-2014.10.22.ebuild?rev=1.1&content-type=text/plain

Index: zukitwo-shell-2014.10.22.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/zukitwo-shell/zukitwo-shell-2014.10.22.ebuild,v
 1.1 2015/05/26 01:23:59 tetromino Exp $

EAPI=5

DESCRIPTION="Zukitwo theme for GNOME Shell"
HOMEPAGE="http://gnome-look.org/content/show.php/Zukitwo?content=140562";
# Upstream download URI updates file contents without changing the filename
MY_PN="zukitwo"
MY_P="${MY_PN}-${PV}"
SRC_URI="http://www.hartwork.org/public/${MY_P}.zip";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
        >=gnome-base/gnome-shell-3.14
        media-fonts/droid
        !<=x11-themes/zukitwo-2011.12.29"
# ${PN} was part of zukitwo before 2011.12.29-r1
DEPEND=""

# INSTALL file contains useful information for the end user
DOCS=( INSTALL README )

S="${WORKDIR}"

src_install() {
        insinto /usr/share/themes
        doins -r ZukiShell
        default
}




Reply via email to