summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-06-23 07:06:09 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-06-23 07:06:09 +0000
commit2d32cf3fd6d04030cd7f94c6f4afdd825b45d8a4 (patch)
treeca1bb11edebe1671af99e857667b8129b4ceb8eb /mail-client
parentclean up (diff)
downloadgentoo-2-2d32cf3fd6d04030cd7f94c6f4afdd825b45d8a4.tar.gz
gentoo-2-2d32cf3fd6d04030cd7f94c6f4afdd825b45d8a4.tar.bz2
gentoo-2-2d32cf3fd6d04030cd7f94c6f4afdd825b45d8a4.zip
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail-perl/ChangeLog7
-rw-r--r--mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild49
-rw-r--r--mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild49
-rw-r--r--mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild49
4 files changed, 6 insertions, 148 deletions
diff --git a/mail-client/claws-mail-perl/ChangeLog b/mail-client/claws-mail-perl/ChangeLog
index cc63aabee733..9b19466ffdb6 100644
--- a/mail-client/claws-mail-perl/ChangeLog
+++ b/mail-client/claws-mail-perl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/claws-mail-perl
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.24 2008/06/21 19:34:12 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.25 2008/06/23 07:06:09 opfer Exp $
+
+ 23 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+ -claws-mail-perl-0.9.10.ebuild, -claws-mail-perl-0.9.11.ebuild,
+ -claws-mail-perl-0.9.12.ebuild:
+ clean up
21 Jun 2008; Markus Rothe <corsair@gentoo.org>
claws-mail-perl-0.9.13.ebuild:
diff --git a/mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild b/mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild
deleted file mode 100644
index 9febb6432ac8..000000000000
--- a/mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild
+++ /dev/null
@@ -1,49 +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-perl/claws-mail-perl-0.9.10.ebuild,v 1.7 2008/05/29 02:10:40 halcy0n Exp $
-
-MY_P="${PN#claws-mail-}_plugin-${PV}"
-
-DESCRIPTION="Plugin for sylpheed-claws to use perl to write filtering rules"
-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 ppc64 x86"
-IUSE=""
-RDEPEND=">=mail-client/claws-mail-3.0.0
- dev-lang/perl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf || die
- emake || die
-
- pod2man --section=1 --release=${PV} --name=sc_perl sc_perl.pod > sc_perl.1
-
- cd tools
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-
- doman sc_perl.1
-
- cd tools
- exeinto /usr/lib/claws-mail/tools
- doexe *.pl
-
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}
-
-pkg_postinst() {
- echo
- elog "The documentation for this plugin is contained in a manpage."
- elog "You can access it with 'man sc_perl'"
- echo
-}
diff --git a/mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild b/mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild
deleted file mode 100644
index f9115f2bafba..000000000000
--- a/mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild
+++ /dev/null
@@ -1,49 +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-perl/claws-mail-perl-0.9.11.ebuild,v 1.3 2008/05/29 02:10:40 halcy0n Exp $
-
-MY_P="${PN#claws-mail-}_plugin-${PV}"
-
-DESCRIPTION="Plugin for sylpheed-claws to use perl to write filtering rules"
-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 ~ppc64 ~x86"
-IUSE=""
-RDEPEND=">=mail-client/claws-mail-3.1.0
- dev-lang/perl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf || die
- emake || die
-
- pod2man --section=1 --release=${PV} --name=cm_perl cm_perl.pod > cm_perl.1
-
- cd tools
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-
- doman cm_perl.1
-
- cd tools
- exeinto /usr/lib/claws-mail/tools
- doexe *.pl
-
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}
-
-pkg_postinst() {
- echo
- elog "The documentation for this plugin is contained in a manpage."
- elog "You can access it with 'man cm_perl'"
- echo
-}
diff --git a/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild b/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild
deleted file mode 100644
index 643a06cf6044..000000000000
--- a/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild
+++ /dev/null
@@ -1,49 +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-perl/claws-mail-perl-0.9.12.ebuild,v 1.3 2008/05/29 02:10:40 halcy0n Exp $
-
-MY_P="${PN#claws-mail-}_plugin-${PV}"
-
-DESCRIPTION="Plugin for sylpheed-claws to use perl to write filtering rules"
-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 ~ppc64 ~x86"
-IUSE=""
-RDEPEND=">=mail-client/claws-mail-3.2.0
- dev-lang/perl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- econf || die
- emake || die
-
- pod2man --section=1 --release=${PV} --name=cm_perl cm_perl.pod > cm_perl.1
-
- cd tools
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-
- doman cm_perl.1
-
- cd tools
- exeinto /usr/lib/claws-mail/tools
- doexe *.pl
-
- rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
-}
-
-pkg_postinst() {
- echo
- elog "The documentation for this plugin is contained in a manpage."
- elog "You can access it with 'man cm_perl'"
- echo
-}