diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /mail-client/claws-mail-fancy | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'mail-client/claws-mail-fancy')
-rw-r--r-- | mail-client/claws-mail-fancy/Manifest | 1 | ||||
-rw-r--r-- | mail-client/claws-mail-fancy/claws-mail-fancy-0.9.17.ebuild | 29 | ||||
-rw-r--r-- | mail-client/claws-mail-fancy/metadata.xml | 9 |
3 files changed, 39 insertions, 0 deletions
diff --git a/mail-client/claws-mail-fancy/Manifest b/mail-client/claws-mail-fancy/Manifest new file mode 100644 index 000000000000..68cf0699a140 --- /dev/null +++ b/mail-client/claws-mail-fancy/Manifest @@ -0,0 +1 @@ +DIST fancy-0.9.17.tar.gz 401521 SHA256 8d88906544f5221333ec54260fca55f96d141731326e328162d5569523f6b115 SHA512 0fd080356ea97035f6b271ca4f84c5e2e2bca163353bb3fdfff1e6d05161d89821f8de2e5a47ae30cf81ad753c9624285d7d91a2d397cb4ab9ed9eed6fcc4d3a WHIRLPOOL fa00041587e4d1932e2d2b7fcd76788e78c879fc21718089ca7f5915419cdba0e1aeb6c52960920f37d093b372b9ef28e7030f7b6ee52af232b96f434e467add diff --git a/mail-client/claws-mail-fancy/claws-mail-fancy-0.9.17.ebuild b/mail-client/claws-mail-fancy/claws-mail-fancy-0.9.17.ebuild new file mode 100644 index 000000000000..16aa74634e0d --- /dev/null +++ b/mail-client/claws-mail-fancy/claws-mail-fancy-0.9.17.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +MY_P="${PN#claws-mail-}-${PV}" + +DESCRIPTION="Plugin to display HTML with Webkit" +HOMEPAGE="http://www.claws-mail.org/" +SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" +RDEPEND="~mail-client/claws-mail-3.9.0 + >=net-libs/webkit-gtk-1.0:2" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog README + + # kill useless files + rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} +} diff --git a/mail-client/claws-mail-fancy/metadata.xml b/mail-client/claws-mail-fancy/metadata.xml new file mode 100644 index 000000000000..df7c388592e4 --- /dev/null +++ b/mail-client/claws-mail-fancy/metadata.xml @@ -0,0 +1,9 @@ +<?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> +</pkgmetadata> |