ulm 14/03/26 20:28:42 Modified: claws-mail-themes-20120129.ebuild ChangeLog Log: Fix LICENSE, bug 446792. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.4 x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild?r1=1.3&r2=1.4 Index: claws-mail-themes-20120129.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- claws-mail-themes-20120129.ebuild 27 Dec 2012 22:37:52 -0000 1.3 +++ claws-mail-themes-20120129.ebuild 26 Mar 2014 20:28:42 -0000 1.4 @@ -1,21 +1,20 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild,v 1.3 2012/12/27 22:37:52 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild,v 1.4 2014/03/26 20:28:42 ulm Exp $ DESCRIPTION="Iconsets for Claws Mail" HOMEPAGE="http://www.claws-mail.org/" SRC_URI="http://www.claws-mail.org/themes/${P}.tar.gz" -RESTRICT="mirror" -LICENSE="as-is" +LICENSE="GPL-2 GPL-3 CC-BY-3.0 CC-BY-SA-2.5 CC-BY-NC-SA-3.0 CC-BY-ND-3.0 MPL-1.1 freedist public-domain all-rights-reserved" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 x86" -IUSE="" +RESTRICT="mirror bindist" RDEPEND="mail-client/claws-mail" DEPEND="" -src_install(){ +src_install() { insinto /usr/share/claws-mail/themes doins -r * } 1.25 x11-themes/claws-mail-themes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 27 Dec 2012 22:37:52 -0000 1.24 +++ ChangeLog 26 Mar 2014 20:28:42 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/claws-mail-themes -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.24 2012/12/27 22:37:52 fauli Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.25 2014/03/26 20:28:42 ulm Exp $ + + 26 Mar 2014; Ulrich Müller <[email protected]> + claws-mail-themes-20120129.ebuild: + Fix LICENSE, bug 446792. 27 Dec 2012; Christian Faulhammer <[email protected]> claws-mail-themes-20120129.ebuild:
