summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-05-12 10:30:28 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-05-12 10:30:28 +0000
commit4383b7f53795e78ab28d0856a861d2058bc13733 (patch)
tree37fda530e9424637236c3b7158254e406831cd10 /mail-client
parentversion bump for bug 218708 (diff)
downloadgentoo-2-4383b7f53795e78ab28d0856a861d2058bc13733.tar.gz
gentoo-2-4383b7f53795e78ab28d0856a861d2058bc13733.tar.bz2
gentoo-2-4383b7f53795e78ab28d0856a861d2058bc13733.zip
version bump for bug 215711
(Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail-pdf-viewer/ChangeLog8
-rw-r--r--mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.1.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/mail-client/claws-mail-pdf-viewer/ChangeLog b/mail-client/claws-mail-pdf-viewer/ChangeLog
index ea121143814f..e73a4c9e9986 100644
--- a/mail-client/claws-mail-pdf-viewer/ChangeLog
+++ b/mail-client/claws-mail-pdf-viewer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/claws-mail-pdf-viewer
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.21 2008/02/13 20:57:28 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.22 2008/05/12 10:30:28 opfer Exp $
+
+*claws-mail-pdf-viewer-0.9.1 (12 May 2008)
+
+ 12 May 2008; Christian Faulhammer <opfer@gentoo.org>
+ +claws-mail-pdf-viewer-0.9.1.ebuild:
+ version bump for bug 215711
*claws-mail-pdf-viewer-0.9 (13 Feb 2008)
diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.1.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.1.ebuild
new file mode 100644
index 000000000000..85c0e3a501e3
--- /dev/null
+++ b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 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.1.ebuild,v 1.1 2008/05/12 10:30:28 opfer Exp $
+
+MY_P="${P#claws-mail-}"
+MY_P="${MY_P/-/_}"
+
+DESCRIPTION="Enables viewing of PDF and PostScript attachments using the Poppler lib and GhostScript"
+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 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+DEPEND=">=mail-client/claws-mail-3.4.0
+ app-text/poppler-bindings
+ virtual/ghostscript
+ dev-util/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+
+ # kill useless files
+ rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
+}