sping 15/04/27 23:23:31 Modified: ChangeLog Added: greybird-1.5.3.ebuild Log: x11-themes/greybird: 1.3.4 (bug #538262) (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Revision Changes Path 1.39 x11-themes/greybird/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 7 Apr 2015 14:48:53 -0000 1.38 +++ ChangeLog 27 Apr 2015 23:23:31 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/greybird -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.38 2015/04/07 14:48:53 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.39 2015/04/27 23:23:31 sping Exp $ + +*greybird-1.5.3 (27 Apr 2015) + + 27 Apr 2015; Sebastian Pipping <[email protected]> +greybird-1.5.3.ebuild: + Bump to 1.5.3 *greybird-1.3.4 (03 Jun 2014) 1.1 x11-themes/greybird/greybird-1.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/greybird-1.5.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/greybird-1.5.3.ebuild?rev=1.1&content-type=text/plain Index: greybird-1.5.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-1.5.3.ebuild,v 1.1 2015/04/27 23:23:31 sping Exp $ EAPI=5 MY_PN=${PN/g/G} DESCRIPTION="The default theme from Xubuntu" HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird" SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later" LICENSE="CC-BY-SA-3.0 GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="ayatana gnome" RDEPEND=">=x11-themes/gtk-engines-murrine-0.90" DEPEND="" RESTRICT="binchecks strip" src_unpack() { unpack ${A} mv ${MY_PN}-* "${S}" || die } src_install() { dodoc README rm -f README LICENSE* insinto /usr/share/themes/${MY_PN}_compact/xfwm4 doins xfwm4_compact/* rm -rf xfwm4_compact use ayatana || rm -rf unity use gnome || rm -rf metacity-1 insinto /usr/share/themes/${MY_PN} doins -r * }
