diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-06-03 08:56:40 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-06-03 08:56:40 +0000 |
commit | d5ed939e61dca3b6cfb163e0894cf4e0d1fdccfa (patch) | |
tree | 844a51aaa2d7133b34584478213982a7cee84eea /x11-themes/claws-mail-themes | |
parent | Fixes bugs 261853 and bug 248477 (diff) | |
download | gentoo-2-d5ed939e61dca3b6cfb163e0894cf4e0d1fdccfa.tar.gz gentoo-2-d5ed939e61dca3b6cfb163e0894cf4e0d1fdccfa.tar.bz2 gentoo-2-d5ed939e61dca3b6cfb163e0894cf4e0d1fdccfa.zip |
initial commit, based on ebuild from bug 198652 by Anton Romanov <theli AT ukr DOT net>
(Portage version: 2.1.6.11/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'x11-themes/claws-mail-themes')
-rw-r--r-- | x11-themes/claws-mail-themes/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/claws-mail-themes/claws-mail-themes-20090404.ebuild | 20 | ||||
-rw-r--r-- | x11-themes/claws-mail-themes/metadata.xml | 13 |
3 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/claws-mail-themes/ChangeLog b/x11-themes/claws-mail-themes/ChangeLog new file mode 100644 index 000000000000..e6bfd77e3e97 --- /dev/null +++ b/x11-themes/claws-mail-themes/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2009/06/03 08:56:40 fauli Exp $ + +*claws-mail-themes-20090404 (03 Jun 2009) + + 03 Jun 2009; Christian Faulhammer <fauli@gentoo.org> +metadata.xml, + +claws-mail-themes-20090404.ebuild: + initial commit, based on ebuild from bug 198652 by Anton Romanov <theli AT + ukr DOT net> + diff --git a/x11-themes/claws-mail-themes/claws-mail-themes-20090404.ebuild b/x11-themes/claws-mail-themes/claws-mail-themes-20090404.ebuild new file mode 100644 index 000000000000..5b43b3473efd --- /dev/null +++ b/x11-themes/claws-mail-themes/claws-mail-themes-20090404.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-20090404.ebuild,v 1.1 2009/06/03 08:56:40 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 * +} diff --git a/x11-themes/claws-mail-themes/metadata.xml b/x11-themes/claws-mail-themes/metadata.xml new file mode 100644 index 000000000000..e95b2783f673 --- /dev/null +++ b/x11-themes/claws-mail-themes/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +<maintainer> +<email>fauli@gentoo.org</email> +<name>Christian Faulhammer</name> +</maintainer> +<maintainer> +<email>ken69267@gentoo.org</email> +<name>Kenneth Prugh</name> +</maintainer> +</pkgmetadata> |