diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-18 06:28:27 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-18 06:28:27 +0000 |
commit | 4fa1b601b606f50da626454a3472876915c68f7c (patch) | |
tree | a5afc4e0c288d2f991d17ff1eee56eb0bd78601e /x11-themes/claws-mail-themes | |
parent | add pkgcore 0.5.11.8; minor bug fixes mostly, add pmaint perl_rebuild scanner... (diff) | |
download | gentoo-2-4fa1b601b606f50da626454a3472876915c68f7c.tar.gz gentoo-2-4fa1b601b606f50da626454a3472876915c68f7c.tar.bz2 gentoo-2-4fa1b601b606f50da626454a3472876915c68f7c.zip |
clean up
(Portage version: 2.1.8.3/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-20100115.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 b520eef0a4db..ef6ecc71dd1f 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.17 2010/07/03 07:19:08 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.18 2010/07/18 06:28:27 fauli Exp $ + + 18 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-themes-20100115.ebuild: + clean up 03 Jul 2010; Christian Faulhammer <fauli@gentoo.org> claws-mail-themes-20100514.ebuild: diff --git a/x11-themes/claws-mail-themes/claws-mail-themes-20100115.ebuild b/x11-themes/claws-mail-themes/claws-mail-themes-20100115.ebuild deleted file mode 100644 index 8d6f1ded065b..000000000000 --- a/x11-themes/claws-mail-themes/claws-mail-themes-20100115.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 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-20100115.ebuild,v 1.2 2010/04/08 10:45:46 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 * -} |