summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-02-06 13:30:28 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-02-06 13:30:28 +0000
commite7d74d9bd666108bb52e1723c7cb243f74d84c7c (patch)
tree59d4dbde9e7d3b2beb328d6bc2ab898762cc9bd1 /x11-themes
parentStable on amd64 wrt bug #287175 (diff)
downloadgentoo-2-e7d74d9bd666108bb52e1723c7cb243f74d84c7c.tar.gz
gentoo-2-e7d74d9bd666108bb52e1723c7cb243f74d84c7c.tar.bz2
gentoo-2-e7d74d9bd666108bb52e1723c7cb243f74d84c7c.zip
version bump
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/claws-mail-themes/ChangeLog10
-rw-r--r--x11-themes/claws-mail-themes/claws-mail-themes-20100115.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/x11-themes/claws-mail-themes/ChangeLog b/x11-themes/claws-mail-themes/ChangeLog
index 0df99f478ffa..0d8883ca86c1 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.11 2009/12/27 15:19:14 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.12 2010/02/06 13:30:28 fauli Exp $
+
+*claws-mail-themes-20100115 (06 Feb 2010)
+
+ 06 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+ +claws-mail-themes-20100115.ebuild:
+ version bump
27 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
-claws-mail-themes-20090605.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
new file mode 100644
index 000000000000..2101fa46bf8b
--- /dev/null
+++ b/x11-themes/claws-mail-themes/claws-mail-themes-20100115.ebuild
@@ -0,0 +1,20 @@
+# 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.1 2010/02/06 13:30:28 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 *
+}