summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2008-06-23 07:10:58 +0000
committerChristian Faulhammer <fauli@gentoo.org>2008-06-23 07:10:58 +0000
commitd8a3ee99f2c9f1849b4ac59ac20e2c39f5bc6101 (patch)
tree1800b2d01a4de9075d70bdb9df856573d282fcf7 /mail-client/claws-mail-pdf-viewer
parentstable x86, bug 229017 (diff)
downloadhistorical-d8a3ee99f2c9f1849b4ac59ac20e2c39f5bc6101.tar.gz
historical-d8a3ee99f2c9f1849b4ac59ac20e2c39f5bc6101.tar.bz2
historical-d8a3ee99f2c9f1849b4ac59ac20e2c39f5bc6101.zip
clean up
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'mail-client/claws-mail-pdf-viewer')
-rw-r--r--mail-client/claws-mail-pdf-viewer/ChangeLog7
-rw-r--r--mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild29
-rw-r--r--mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild29
-rw-r--r--mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild29
-rw-r--r--mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.ebuild29
5 files changed, 6 insertions, 117 deletions
diff --git a/mail-client/claws-mail-pdf-viewer/ChangeLog b/mail-client/claws-mail-pdf-viewer/ChangeLog
index 1b29b98d408b..c0e4a86aace4 100644
--- a/mail-client/claws-mail-pdf-viewer/ChangeLog
+++ b/mail-client/claws-mail-pdf-viewer/ChangeLog
@@ -1,6 +1,11 @@
# 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.31 2008/06/21 19:34:55 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.32 2008/06/23 07:04:15 opfer Exp $
+
+ 23 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+ -claws-mail-pdf-viewer-0.6.ebuild, -claws-mail-pdf-viewer-0.7.ebuild,
+ -claws-mail-pdf-viewer-0.8.ebuild, -claws-mail-pdf-viewer-0.9.ebuild:
+ clean up
21 Jun 2008; Markus Rothe <corsair@gentoo.org>
claws-mail-pdf-viewer-0.9.1.ebuild:
diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild
deleted file mode 100644
index 1eb5166e8a13..000000000000
--- a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.6.ebuild,v 1.7 2008/05/29 02:08:47 halcy0n 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=""
-RDEPEND=">=mail-client/claws-mail-3.0.0
- app-text/poppler-bindings
- virtual/ghostscript"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- make DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}
diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild
deleted file mode 100644
index fae5babc59e8..000000000000
--- a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.7.ebuild,v 1.4 2008/05/29 02:08:47 halcy0n 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=""
-RDEPEND=">=mail-client/claws-mail-3.1.0
- app-text/poppler-bindings
- virtual/ghostscript"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- make DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}
diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild
deleted file mode 100644
index 3a7e576879d3..000000000000
--- a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.8.ebuild,v 1.4 2008/05/29 02:08:47 halcy0n 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=""
-RDEPEND=">=mail-client/claws-mail-3.2.0
- app-text/poppler-bindings
- virtual/ghostscript"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- make DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}
diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.ebuild
deleted file mode 100644
index 4d1440fa2984..000000000000
--- a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.ebuild,v 1.2 2008/05/29 02:08:47 halcy0n 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=""
-RDEPEND=">=mail-client/claws-mail-3.3.0
- app-text/poppler-bindings
- virtual/ghostscript"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- make DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}