summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-09-28 08:40:50 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-09-28 08:40:50 +0000
commit4514ec964ef2b6d5b6809363b8fbdde8d5905cde (patch)
tree1127d628923f49a44c63715f5755b52e183fd3a9 /x11-themes/claws-mail-themes
parentallow extra options to be passed to spawn-fcgi - bug #284698 - thanks dev-zero (diff)
downloadgentoo-2-4514ec964ef2b6d5b6809363b8fbdde8d5905cde.tar.gz
gentoo-2-4514ec964ef2b6d5b6809363b8fbdde8d5905cde.tar.bz2
gentoo-2-4514ec964ef2b6d5b6809363b8fbdde8d5905cde.zip
version bump
(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/ChangeLog8
-rw-r--r--x11-themes/claws-mail-themes/claws-mail-themes-20090920.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-themes/claws-mail-themes/ChangeLog b/x11-themes/claws-mail-themes/ChangeLog
index 6e245d0bf8b1..ec82c986aab4 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.8 2009/09/28 08:10:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.9 2009/09/28 08:40:50 fauli Exp $
+
+*claws-mail-themes-20090920 (28 Sep 2009)
+
+ 28 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
+ +claws-mail-themes-20090920.ebuild:
+ version bump
28 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
-claws-mail-themes-20090404.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
new file mode 100644
index 000000000000..4ab476b3b46c
--- /dev/null
+++ b/x11-themes/claws-mail-themes/claws-mail-themes-20090920.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-20090920.ebuild,v 1.1 2009/09/28 08:40:50 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 *
+}