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 | 92db859f9ab65c632046edd586c20f23697cf41a (patch) | |
tree | d420808518ab170a521869d2cac365fb79a010a2 /x11-themes | |
parent | Fixes bugs 261853 and bug 248477 (diff) | |
download | historical-92db859f9ab65c632046edd586c20f23697cf41a.tar.gz historical-92db859f9ab65c632046edd586c20f23697cf41a.tar.bz2 historical-92db859f9ab65c632046edd586c20f23697cf41a.zip |
initial commit, based on ebuild from bug 198652 by Anton Romanov <theli AT ukr DOT net>
Package-Manager: portage-2.1.6.11/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/claws-mail-themes/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/claws-mail-themes/Manifest | 14 | ||||
-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 |
4 files changed, 58 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/Manifest b/x11-themes/claws-mail-themes/Manifest new file mode 100644 index 000000000000..18773ac37137 --- /dev/null +++ b/x11-themes/claws-mail-themes/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST claws-mail-themes-20090404.tar.gz 2679478 RMD160 f6bd2f98b8cf5fa319b278f53896b800b05ceebc SHA1 0f505ce677b16f700932bcf9a27a63868b8edcc2 SHA256 0a99aa97eedcaab0c213039cb299aa43fdce5518e306e96b871bc0298fd6c5ef +EBUILD claws-mail-themes-20090404.ebuild 591 RMD160 3f0e3427bba114af0ca20029db721661a71bdbd4 SHA1 ac81f53c0d8f4ea86d101c3b91f304b2d63dd423 SHA256 6448445f435f1b0898795141c51a835f1eadabb365ea1abbf7b8cc63797ba875 +MISC ChangeLog 472 RMD160 8cba2c86c99607fe351721600306dfd4b11dbe66 SHA1 77733986828322e7b39420d9b2c56f1aa45452c9 SHA256 1ce86f3c085f183e1c780c1853622b145e0d087beeaf4fe830f3558f9cd98c2b +MISC metadata.xml 343 RMD160 458a547a3c37360dacdac047b85b32adcc372d4f SHA1 eece3d4c43caae80c9674f89f93034da111616f6 SHA256 1b3f5933be3f69820fdd3692a4af204b606bb54e76fed13c2803f70d87da456f +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iEYEARECAAYFAkomOs4ACgkQNQqtfCuFneNF6gCggoGAPoaHOQ1/0ZVuV4vE6YOe +8wEAnjW/5ihzkC5XsDtzxPE5WNrO9oEp +=ARNy +-----END PGP SIGNATURE----- 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> |