summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-06-23 06:39:08 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-06-23 06:39:08 +0000
commit896f25e222715665464ba9dab966ef29946677f7 (patch)
treedfaf71fa760109fa7826ae1f83ba8d1a1ae738fe /mail-client/claws-mail-attachwarner
parentVersion bump. (diff)
downloadgentoo-2-896f25e222715665464ba9dab966ef29946677f7.tar.gz
gentoo-2-896f25e222715665464ba9dab966ef29946677f7.tar.bz2
gentoo-2-896f25e222715665464ba9dab966ef29946677f7.zip
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-client/claws-mail-attachwarner')
-rw-r--r--mail-client/claws-mail-attachwarner/ChangeLog9
-rw-r--r--mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild33
-rw-r--r--mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.11.ebuild33
-rw-r--r--mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild33
-rw-r--r--mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild33
5 files changed, 8 insertions, 133 deletions
diff --git a/mail-client/claws-mail-attachwarner/ChangeLog b/mail-client/claws-mail-attachwarner/ChangeLog
index c124964e16f6..58b82d718c35 100644
--- a/mail-client/claws-mail-attachwarner/ChangeLog
+++ b/mail-client/claws-mail-attachwarner/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for mail-client/claws-mail-attachwarner
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.20 2008/06/21 06:27:16 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.21 2008/06/23 06:39:08 opfer Exp $
+
+ 23 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+ -claws-mail-attachwarner-0.2.8.ebuild,
+ -claws-mail-attachwarner-0.2.9.ebuild,
+ -claws-mail-attachwarner-0.2.10.ebuild,
+ -claws-mail-attachwarner-0.2.11.ebuild:
+ clean up
21 Jun 2008; Christian Faulhammer <opfer@gentoo.org> metadata.xml:
correct email address of Ken
diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild
deleted file mode 100644
index 0a023b10574d..000000000000
--- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild
+++ /dev/null
@@ -1,33 +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-attachwarner/claws-mail-attachwarner-0.2.10.ebuild,v 1.3 2008/05/28 01:44:48 halcy0n Exp $
-
-MY_P="${P#claws-mail-}"
-
-DESCRIPTION="Warn about missing attachment, if it's mentioned in message body."
-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 ~x86"
-IUSE="nls"
-RDEPEND=">=mail-client/claws-mail-3.2.0
- nls? ( >=sys-devel/gettext-0.12.1 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf $(use_enable nls) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc ChangeLog README
-
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}
diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.11.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.11.ebuild
deleted file mode 100644
index c831e3264950..000000000000
--- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.11.ebuild
+++ /dev/null
@@ -1,33 +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-attachwarner/claws-mail-attachwarner-0.2.11.ebuild,v 1.2 2008/05/28 01:44:48 halcy0n Exp $
-
-MY_P="${P#claws-mail-}"
-
-DESCRIPTION="Warn about missing attachment, if it's mentioned in message body."
-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 ~x86"
-IUSE="nls"
-RDEPEND=">=mail-client/claws-mail-3.3.0
- nls? ( >=sys-devel/gettext-0.12.1 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf $(use_enable nls) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc ChangeLog README
-
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}
diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild
deleted file mode 100644
index 9f73a36e312c..000000000000
--- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.8.ebuild
+++ /dev/null
@@ -1,33 +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-attachwarner/claws-mail-attachwarner-0.2.8.ebuild,v 1.5 2008/05/28 01:44:48 halcy0n Exp $
-
-MY_P="${P#claws-mail-}"
-
-DESCRIPTION="Warn about missing attachment, if it's mentioned in message body."
-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 x86"
-IUSE="nls"
-RDEPEND=">=mail-client/claws-mail-3.0.0
- nls? ( >=sys-devel/gettext-0.12.1 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf $(use_enable nls) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc ChangeLog README
-
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}
diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild
deleted file mode 100644
index b9da232e127a..000000000000
--- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.9.ebuild
+++ /dev/null
@@ -1,33 +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-attachwarner/claws-mail-attachwarner-0.2.9.ebuild,v 1.3 2008/05/28 01:44:48 halcy0n Exp $
-
-MY_P="${P#claws-mail-}"
-
-DESCRIPTION="Warn about missing attachment, if it's mentioned in message body."
-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 ~x86"
-IUSE="nls"
-RDEPEND=">=mail-client/claws-mail-3.1.0
- nls? ( >=sys-devel/gettext-0.12.1 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf $(use_enable nls) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc ChangeLog README
-
- # kill useless files
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}