diff options
author | Marius Mauch <genone@gentoo.org> | 2006-06-25 04:20:04 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-06-25 04:20:04 +0000 |
commit | 7bf193fc6dbc58bfe7c9c6092e6994a1306989a7 (patch) | |
tree | 12944399c6f5a8f63a35ec9c3529bb02345bdd58 /mail-client | |
parent | Version bump (diff) | |
download | historical-7bf193fc6dbc58bfe7c9c6092e6994a1306989a7.tar.gz historical-7bf193fc6dbc58bfe7c9c6092e6994a1306989a7.tar.bz2 historical-7bf193fc6dbc58bfe7c9c6092e6994a1306989a7.zip |
Version bump
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'mail-client')
6 files changed, 101 insertions, 2 deletions
diff --git a/mail-client/sylpheed-claws-perl/ChangeLog b/mail-client/sylpheed-claws-perl/ChangeLog index 7e2f50664818..fbc275338a67 100644 --- a/mail-client/sylpheed-claws-perl/ChangeLog +++ b/mail-client/sylpheed-claws-perl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-perl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/ChangeLog,v 1.7 2006/05/19 18:33:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/ChangeLog,v 1.8 2006/06/25 04:16:35 genone Exp $ + +*sylpheed-claws-perl-0.9.4 (25 Jun 2006) + + 25 Jun 2006; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-perl-0.9.4.ebuild: + Version bump 19 May 2006; Markus Rothe <corsair@gentoo.org> sylpheed-claws-perl-0.9.ebuild: diff --git a/mail-client/sylpheed-claws-perl/files/digest-sylpheed-claws-perl-0.9.4 b/mail-client/sylpheed-claws-perl/files/digest-sylpheed-claws-perl-0.9.4 new file mode 100644 index 000000000000..60b313a1234c --- /dev/null +++ b/mail-client/sylpheed-claws-perl/files/digest-sylpheed-claws-perl-0.9.4 @@ -0,0 +1,3 @@ +MD5 06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +RMD160 64f026271d993de2c5895c251abf18c529b0244d sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +SHA256 45e30623f3908577518a474a2f308453654d1f6422a2f15ff27ec4fb934aa438 sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 diff --git a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild new file mode 100644 index 000000000000..7cc0a860eed9 --- /dev/null +++ b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild,v 1.1 2006/06/25 04:16:35 genone Exp $ + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="2.3.0" +SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" + +DESCRIPTION="Plugin for sylpheed-claws to use perl to write filtering rules" +HOMEPAGE="http://claws.sylpheed.org" +SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +#SRC_URI="http://claws.sylpheed.org/downloads/${MY_PN}_plugin-${PV}_gtk2.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} + dev-lang/perl" + +S="${WORKDIR}/${SC_BASE_NAME}/${MY_PN}_plugin-${PV}" + +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/sylpheed-claws/tools + doexe *.pl + + rm -f ${D}/usr/lib*/sylpheed-claws/plugins/*.{a,la} +} + +pkg_postinst() { + einfo "The documentation for this plugin is contained in a manpage." + einfo "You can access it with 'man sc_perl'" +} diff --git a/mail-client/sylpheed-claws-vcalendar/ChangeLog b/mail-client/sylpheed-claws-vcalendar/ChangeLog index 35b9959c25cf..9e284c1fe4f7 100644 --- a/mail-client/sylpheed-claws-vcalendar/ChangeLog +++ b/mail-client/sylpheed-claws-vcalendar/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/sylpheed-claws-vcalendar # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/ChangeLog,v 1.13 2006/05/19 18:34:23 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/ChangeLog,v 1.14 2006/06/25 04:20:04 genone Exp $ + +*sylpheed-claws-vcalendar-1.79.1 (25 Jun 2006) + + 25 Jun 2006; Marius Mauch <genone@gentoo.org> + +sylpheed-claws-vcalendar-1.79.1.ebuild: + Version bump 19 May 2006; Markus Rothe <corsair@gentoo.org> sylpheed-claws-vcalendar-1.71.ebuild: diff --git a/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-1.79.1 b/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-1.79.1 new file mode 100644 index 000000000000..60b313a1234c --- /dev/null +++ b/mail-client/sylpheed-claws-vcalendar/files/digest-sylpheed-claws-vcalendar-1.79.1 @@ -0,0 +1,3 @@ +MD5 06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +RMD160 64f026271d993de2c5895c251abf18c529b0244d sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 +SHA256 45e30623f3908577518a474a2f308453654d1f6422a2f15ff27ec4fb934aa438 sylpheed-claws-extra-plugins-2.3.0.tar.bz2 3901667 diff --git a/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.79.1.ebuild b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.79.1.ebuild new file mode 100644 index 000000000000..3745530a9574 --- /dev/null +++ b/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.79.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-vcalendar/sylpheed-claws-vcalendar-1.79.1.ebuild,v 1.1 2006/06/25 04:20:04 genone Exp $ + +inherit eutils + +MY_P="${P##sylpheed-claws-}" +MY_PN="${PN##sylpheed-claws-}" +SC_BASE="2.3.0" +SC_BASE_NAME="sylpheed-claws-extra-plugins-${SC_BASE}" + +DESCRIPTION="Plugin for sylpheed-claws to support the vCalendar meeting format" +HOMEPAGE="http://claws.sylpheed.org" +SRC_URI="mirror://sourceforge/sylpheed-claws/${SC_BASE_NAME}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" +DEPEND=">=mail-client/sylpheed-claws-${SC_BASE}" + +S="${WORKDIR}/${SC_BASE_NAME}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README + + # kill useless files + rm -f ${D}/usr/lib*/sylpheed-claws/plugins/*.{a,la} + + # going to conflict with libical + rm -f ${D}/usr/include/ical.h +} |