diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-06-09 14:31:05 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-06-09 14:31:05 +0000 |
commit | 2ccfbcdb76a45cbe9c8bf443785d4c1ea757093a (patch) | |
tree | d79bafae99205ff57c888ad34028f6d3bdb9cc40 | |
parent | Drop ~x86-fbsd flag as it is missing from deps (diff) | |
download | gentoo-2-2ccfbcdb76a45cbe9c8bf443785d4c1ea757093a.tar.gz gentoo-2-2ccfbcdb76a45cbe9c8bf443785d4c1ea757093a.tar.bz2 gentoo-2-2ccfbcdb76a45cbe9c8bf443785d4c1ea757093a.zip |
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | x11-themes/claws-mail-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/claws-mail-themes/claws-mail-themes-20090605.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-themes/claws-mail-themes/ChangeLog b/x11-themes/claws-mail-themes/ChangeLog index 7525d5000f29..4dd21a6dff5e 100644 --- a/x11-themes/claws-mail-themes/ChangeLog +++ b/x11-themes/claws-mail-themes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/claws-mail-themes # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.2 2009/06/03 15:50:27 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.3 2009/06/09 14:31:05 fauli Exp $ + +*claws-mail-themes-20090605 (09 Jun 2009) + + 09 Jun 2009; Christian Faulhammer <fauli@gentoo.org> + +claws-mail-themes-20090605.ebuild: + version bump 03 Jun 2009; Christian Faulhammer <fauli@gentoo.org> claws-mail-themes-20090404.ebuild: diff --git a/x11-themes/claws-mail-themes/claws-mail-themes-20090605.ebuild b/x11-themes/claws-mail-themes/claws-mail-themes-20090605.ebuild new file mode 100644 index 000000000000..f6a2b4f921fe --- /dev/null +++ b/x11-themes/claws-mail-themes/claws-mail-themes-20090605.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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-20090605.ebuild,v 1.1 2009/06/09 14:31:05 fauli Exp $ + +DESCRIPTION="Iconsets for Claws Mail" +HOMEPAGE="http://www.claws-mail.org/" +SRC_URI="http://www.claws-mail.org/themes/${P}.tar.gz" + +LICENSE="CCPL-Attribution-ShareAlike-2.5 as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="mail-client/claws-mail" +DEPEND="" + +src_install(){ + insinto /usr/share/claws-mail/themes + doins -r * +} |