summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2008-12-08 00:18:12 +0000
committerChristian Faulhammer <fauli@gentoo.org>2008-12-08 00:18:12 +0000
commitdc465907f8cde9f4b4576c2f405ae9534587e510 (patch)
treed8f8414ff6ffd74ed415b2da0375793d1762e8a0 /mail-client/claws-mail-gtkhtml
parentamd64 stable, bug 250199 (diff)
downloadhistorical-dc465907f8cde9f4b4576c2f405ae9534587e510.tar.gz
historical-dc465907f8cde9f4b4576c2f405ae9534587e510.tar.bz2
historical-dc465907f8cde9f4b4576c2f405ae9534587e510.zip
clean up
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'mail-client/claws-mail-gtkhtml')
-rw-r--r--mail-client/claws-mail-gtkhtml/ChangeLog6
-rw-r--r--mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.19.ebuild34
2 files changed, 5 insertions, 35 deletions
diff --git a/mail-client/claws-mail-gtkhtml/ChangeLog b/mail-client/claws-mail-gtkhtml/ChangeLog
index e77004545674..07ee35aca6f9 100644
--- a/mail-client/claws-mail-gtkhtml/ChangeLog
+++ b/mail-client/claws-mail-gtkhtml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail-gtkhtml
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.46 2008/12/02 22:18:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.47 2008/12/08 00:10:13 fauli Exp $
+
+ 08 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
+ -claws-mail-gtkhtml-0.19.ebuild:
+ clean up
02 Dec 2008; Brent Baude <ranger@gentoo.org>
claws-mail-gtkhtml-0.21.ebuild:
diff --git a/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.19.ebuild b/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.19.ebuild
deleted file mode 100644
index 0e26a38b2e36..000000000000
--- a/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.19.ebuild
+++ /dev/null
@@ -1,34 +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-gtkhtml/claws-mail-gtkhtml-0.19.ebuild,v 1.4 2008/08/08 19:27:19 corsair Exp $
-
-inherit eutils
-
-MY_P="${PN#claws-mail-}2_viewer-${PV}"
-
-DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget."
-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 x86"
-IUSE=""
-RDEPEND=">=mail-client/claws-mail-3.5.0
- net-misc/curl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf --disable-accessibility
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}