diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-27 15:19:14 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-27 15:19:14 +0000 |
commit | d4b11547aa8b0fce682db06659ba2fe265c7861a (patch) | |
tree | d889efc31943e3f0937a061b4fc1f4b57efaa08d /x11-themes/claws-mail-themes | |
parent | alpha/ia64/sparc stable (diff) | |
download | gentoo-2-d4b11547aa8b0fce682db06659ba2fe265c7861a.tar.gz gentoo-2-d4b11547aa8b0fce682db06659ba2fe265c7861a.tar.bz2 gentoo-2-d4b11547aa8b0fce682db06659ba2fe265c7861a.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-themes/claws-mail-themes')
-rw-r--r-- | x11-themes/claws-mail-themes/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/claws-mail-themes/claws-mail-themes-20090605.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/x11-themes/claws-mail-themes/ChangeLog b/x11-themes/claws-mail-themes/ChangeLog index 27d916e8c227..0df99f478ffa 100644 --- a/x11-themes/claws-mail-themes/ChangeLog +++ b/x11-themes/claws-mail-themes/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2009/10/24 14:32:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.11 2009/12/27 15:19:14 fauli Exp $ + + 27 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-themes-20090605.ebuild: + clean up 24 Oct 2009; Christian Faulhammer <fauli@gentoo.org> claws-mail-themes-20090920.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 deleted file mode 100644 index 9787df2b9d89..000000000000 --- a/x11-themes/claws-mail-themes/claws-mail-themes-20090605.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.5 2009/09/27 14:30:58 ranger 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 * -} |