summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2012-11-20 21:07:16 +0000
committerChristian Faulhammer <fauli@gentoo.org>2012-11-20 21:07:16 +0000
commite911e03477cc184bb884146cfe1268e1a84dc9bd (patch)
tree74d4a91d9142a29ef44a8b17a5a755953a620cdb /mail-client/claws-mail-pdf-viewer
parentRemove old. (diff)
downloadgentoo-2-e911e03477cc184bb884146cfe1268e1a84dc9bd.tar.gz
gentoo-2-e911e03477cc184bb884146cfe1268e1a84dc9bd.tar.bz2
gentoo-2-e911e03477cc184bb884146cfe1268e1a84dc9bd.zip
initial commit, but a return anyway
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'mail-client/claws-mail-pdf-viewer')
-rw-r--r--mail-client/claws-mail-pdf-viewer/ChangeLog10
-rw-r--r--mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.3.ebuild28
-rw-r--r--mail-client/claws-mail-pdf-viewer/metadata.xml9
3 files changed, 47 insertions, 0 deletions
diff --git a/mail-client/claws-mail-pdf-viewer/ChangeLog b/mail-client/claws-mail-pdf-viewer/ChangeLog
new file mode 100644
index 000000000000..0f1a57c21300
--- /dev/null
+++ b/mail-client/claws-mail-pdf-viewer/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for mail-client/claws-mail-pdf-viewer
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.35 2012/11/20 21:07:16 fauli Exp $
+
+*claws-mail-pdf-viewer-0.9.3 (20 Nov 2012)
+
+ 20 Nov 2012; Christian Faulhammer <fauli@gentoo.org>
+ +claws-mail-pdf-viewer-0.9.3.ebuild, +metadata.xml:
+ initial commit, but a return anyway
+
diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.3.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.3.ebuild
new file mode 100644
index 000000000000..03dab5c3f8c7
--- /dev/null
+++ b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.3.ebuild,v 1.1 2012/11/20 21:07:16 fauli Exp $
+
+inherit eutils
+
+MY_P="${P#claws-mail-}"
+MY_P="${MY_P/-/_}"
+
+DESCRIPTION="This plugin lets you remove attachments from mails."
+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="~x86"
+IUSE=""
+CDEPEND=">=mail-client/claws-mail-3.9.0"
+RDEPEND="app-text/ghostscript-gpl"
+DEPEND="${CDEPEND}
+ app-text/poppler
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README
+}
diff --git a/mail-client/claws-mail-pdf-viewer/metadata.xml b/mail-client/claws-mail-pdf-viewer/metadata.xml
new file mode 100644
index 000000000000..df7c388592e4
--- /dev/null
+++ b/mail-client/claws-mail-pdf-viewer/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>