summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2012-02-25 17:03:55 +0000
committerChristian Faulhammer <fauli@gentoo.org>2012-02-25 17:03:55 +0000
commitc00747a1df88a8a3538f165ea1d6b3e15e0ca01f (patch)
treee5881715769a4ea64400627c8feb3e59ed7a748c /x11-themes
parentStable for amd64, wrt bug #358749 (diff)
downloadgentoo-2-c00747a1df88a8a3538f165ea1d6b3e15e0ca01f.tar.gz
gentoo-2-c00747a1df88a8a3538f165ea1d6b3e15e0ca01f.tar.bz2
gentoo-2-c00747a1df88a8a3538f165ea1d6b3e15e0ca01f.zip
version bump
(Portage version: 2.1.10.44/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-20120129.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 a1f55c748d11..b6bcdd2c380c 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.20 2011/08/30 08:59:00 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.21 2012/02/25 17:03:55 fauli Exp $
+
+*claws-mail-themes-20120129 (25 Feb 2012)
+
+ 25 Feb 2012; Christian Faulhammer <fauli@gentoo.org>
+ +claws-mail-themes-20120129.ebuild:
+ version bump
30 Aug 2011; Christian Faulhammer <fauli@gentoo.org>
-claws-mail-themes-20100514.ebuild, claws-mail-themes-20110216.ebuild:
diff --git a/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild b/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild
new file mode 100644
index 000000000000..3c26e666a3d7
--- /dev/null
+++ b/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 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-20120129.ebuild,v 1.1 2012/02/25 17:03:55 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 *
+}