summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/claws-mail-python/claws-mail-python-0.4.ebuild')
-rw-r--r--mail-client/claws-mail-python/claws-mail-python-0.4.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild b/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild
deleted file mode 100644
index c6945efe39f5..000000000000
--- a/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild,v 1.4 2010/12/30 18:50:41 fauli Exp $
-
-MY_P="${PN#claws-mail-}_plugin-${PV}"
-
-DESCRIPTION="Plugin to integrate with Python"
-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.7.6
- >=dev-lang/python-2.5
- >=dev-python/pygtk-2.10.3"
-DEPEND="${RDEPEND}
- dev-util/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}
-}