diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-20 18:56:04 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-20 18:56:04 +0000 |
commit | 16b1397724948b9442c5787eafdba5d7769efbb8 (patch) | |
tree | f7bf8e48eeb2362b50abd142e53bf926271d6b66 /x11-themes | |
parent | version bump for bug 313097, also fixes respect of LDFLAGS as reported with p... (diff) | |
download | gentoo-2-16b1397724948b9442c5787eafdba5d7769efbb8.tar.gz gentoo-2-16b1397724948b9442c5787eafdba5d7769efbb8.tar.bz2 gentoo-2-16b1397724948b9442c5787eafdba5d7769efbb8.zip |
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/claws-mail-themes/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/claws-mail-themes/claws-mail-themes-20090920.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 04f4058048cf..cd9c7e956f34 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.13 2010/04/08 10:45:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.14 2010/04/20 18:56:04 fauli Exp $ + + 20 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-themes-20090920.ebuild: + clean up 08 Apr 2010; Christian Faulhammer <fauli@gentoo.org> claws-mail-themes-20100115.ebuild: diff --git a/x11-themes/claws-mail-themes/claws-mail-themes-20090920.ebuild b/x11-themes/claws-mail-themes/claws-mail-themes-20090920.ebuild deleted file mode 100644 index 6617d561f83b..000000000000 --- a/x11-themes/claws-mail-themes/claws-mail-themes-20090920.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-20090920.ebuild,v 1.2 2009/10/24 14:32:04 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 * -} |