From 9f828f76ce7aaac6514751b63cddb9e97e3cb0b3 Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Sat, 19 Jul 2008 09:35:19 +0000 Subject: Fix dep on Mail-IMAPClient as per #232277 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64) --- net-mail/imapsync/ChangeLog | 8 +++++- net-mail/imapsync/imapsync-1.255-r1.ebuild | 41 ++++++++++++++++++++++++++++++ net-mail/imapsync/imapsync-1.255.ebuild | 41 ------------------------------ 3 files changed, 48 insertions(+), 42 deletions(-) create mode 100644 net-mail/imapsync/imapsync-1.255-r1.ebuild delete mode 100644 net-mail/imapsync/imapsync-1.255.ebuild (limited to 'net-mail') diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index 0a9c183352ef..3c7c7be9838a 100644 --- a/net-mail/imapsync/ChangeLog +++ b/net-mail/imapsync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/imapsync # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.19 2008/06/28 13:17:56 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.20 2008/07/19 09:35:19 dertobi123 Exp $ + +*imapsync-1.255-r1 (19 Jul 2008) + + 19 Jul 2008; Tobias Scherbaum + -imapsync-1.255.ebuild, +imapsync-1.255-r1.ebuild: + Fix dep on Mail-IMAPClient as per #232277 *imapsync-1.255 (28 Jun 2008) diff --git a/net-mail/imapsync/imapsync-1.255-r1.ebuild b/net-mail/imapsync/imapsync-1.255-r1.ebuild new file mode 100644 index 000000000000..cd3cb0356f72 --- /dev/null +++ b/net-mail/imapsync/imapsync-1.255-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.255-r1.ebuild,v 1.1 2008/07/19 09:35:19 dertobi123 Exp $ + +inherit eutils + +DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another." +HOMEPAGE="http://www.linux-france.org/prj/" +SRC_URI="http://www.linux-france.org/prj/imapsync/dist/${P}.tgz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + virtual/perl-Digest-MD5 + dev-perl/Net-SSLeay + virtual/perl-MIME-Base64 + dev-perl/TermReadKey + dev-perl/IO-Socket-SSL + dev-perl/Digest-HMAC + =dev-perl/Mail-IMAPClient-2.2.9" + +RESTRICT="test" + +src_unpack() { + unpack ${A} + sed -i -e "s/^install: testp/install:/" \ + -e "s/^\(all: ChangeLog README\) VERSION/\1/" "${S}"/Makefile || die +} + +src_compile() { + emake all || die +} + +src_install() { + make DESTDIR="${D}" install || die "make failed" + dodoc CREDITS ChangeLog FAQ README TODO || die "dodoc failed" +} diff --git a/net-mail/imapsync/imapsync-1.255.ebuild b/net-mail/imapsync/imapsync-1.255.ebuild deleted file mode 100644 index 363f3595ce84..000000000000 --- a/net-mail/imapsync/imapsync-1.255.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.255.ebuild,v 1.1 2008/06/28 13:17:56 dertobi123 Exp $ - -inherit eutils - -DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another." -HOMEPAGE="http://www.linux-france.org/prj/" -SRC_URI="http://www.linux-france.org/prj/imapsync/dist/${P}.tgz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND} - virtual/perl-Digest-MD5 - dev-perl/Net-SSLeay - virtual/perl-MIME-Base64 - dev-perl/TermReadKey - dev-perl/IO-Socket-SSL - dev-perl/Digest-HMAC - >=dev-perl/Mail-IMAPClient-2.1.4" - -RESTRICT="test" - -src_unpack() { - unpack ${A} - sed -i -e "s/^install: testp/install:/" \ - -e "s/^\(all: ChangeLog README\) VERSION/\1/" "${S}"/Makefile || die -} - -src_compile() { - emake all || die -} - -src_install() { - make DESTDIR="${D}" install || die "make failed" - dodoc CREDITS ChangeLog FAQ README TODO || die "dodoc failed" -} -- cgit v1.2.3-65-gdbad