clean up
authorChristian Faulhammer <fauli@gentoo.org>
Mon, 26 Dec 2011 10:48:16 +0000 (10:48 +0000)
committerChristian Faulhammer <fauli@gentoo.org>
Mon, 26 Dec 2011 10:48:16 +0000 (10:48 +0000)
Package-Manager: portage-2.1.10.41/cvs/Linux i686

mail-client/claws-mail-fancy/ChangeLog
mail-client/claws-mail-fancy/claws-mail-fancy-0.9.13.ebuild [deleted file]
mail-client/claws-mail-python/ChangeLog
mail-client/claws-mail-python/claws-mail-python-0.7.ebuild [deleted file]

index c7b16f46087139b713a0fcad86f4b2fe46e74484..996f7883cecce8597361d4ecfd342b703997d3b7 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-fancy
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fancy/ChangeLog,v 1.31 2011/10/29 11:07:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fancy/ChangeLog,v 1.32 2011/12/26 10:44:13 fauli Exp $
+
+  26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
+  -claws-mail-fancy-0.9.13.ebuild:
+  clean up
 
   29 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
   claws-mail-fancy-0.9.14.ebuild:
diff --git a/mail-client/claws-mail-fancy/claws-mail-fancy-0.9.13.ebuild b/mail-client/claws-mail-fancy/claws-mail-fancy-0.9.13.ebuild
deleted file mode 100644 (file)
index 59cde95..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fancy/claws-mail-fancy-0.9.13.ebuild,v 1.3 2011/07/16 18:17:22 hwoarang Exp $
-
-EAPI="3"
-
-MY_P="${PN#claws-mail-}-${PV}"
-
-DESCRIPTION="Plugin to display HTML with Webkit"
-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.9
-       >=net-libs/webkit-gtk-1.0:2"
-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}
-}
index 2c9a044605ecc13b81ae8163f2afa42dd98f9424..e2ae49cf8abf72474c0b85b2774fe706dedfb360 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.23 2011/10/29 11:08:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.24 2011/12/26 10:48:16 fauli Exp $
+
+  26 Dec 2011; Christian Faulhammer <fauli@gentoo.org>
+  -claws-mail-python-0.7.ebuild:
+  clean up
 
   29 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
   claws-mail-python-0.8.ebuild:
diff --git a/mail-client/claws-mail-python/claws-mail-python-0.7.ebuild b/mail-client/claws-mail-python/claws-mail-python-0.7.ebuild
deleted file mode 100644 (file)
index 184d213..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 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.7.ebuild,v 1.3 2011/07/16 18:17:43 hwoarang 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.9
-       >=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}
-}