From 121601987924677362b6ca3c3252917f3ad88019 Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Sat, 28 Jun 2008 13:17:56 +0000 Subject: Version bump, #218810 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64) --- net-mail/imapsync/ChangeLog | 8 ++++++- net-mail/imapsync/imapsync-1.217.ebuild | 41 --------------------------------- net-mail/imapsync/imapsync-1.255.ebuild | 41 +++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 42 deletions(-) delete mode 100644 net-mail/imapsync/imapsync-1.217.ebuild create mode 100644 net-mail/imapsync/imapsync-1.255.ebuild (limited to 'net-mail/imapsync') diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index a10feee21875..0a9c183352ef 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.18 2008/06/09 10:37:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.19 2008/06/28 13:17:56 dertobi123 Exp $ + +*imapsync-1.255 (28 Jun 2008) + + 28 Jun 2008; Tobias Scherbaum + -imapsync-1.217.ebuild, +imapsync-1.255.ebuild: + Version bump, #218810 09 Jun 2008; Torsten Veller imapsync-1.217.ebuild: Add Digest-HMAC to RDEPEND (#225089). Don't run imapsync during installation diff --git a/net-mail/imapsync/imapsync-1.217.ebuild b/net-mail/imapsync/imapsync-1.217.ebuild deleted file mode 100644 index 524f2d337910..000000000000 --- a/net-mail/imapsync/imapsync-1.217.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.217.ebuild,v 1.2 2008/06/09 10:37:55 tove 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" -} diff --git a/net-mail/imapsync/imapsync-1.255.ebuild b/net-mail/imapsync/imapsync-1.255.ebuild new file mode 100644 index 000000000000..363f3595ce84 --- /dev/null +++ b/net-mail/imapsync/imapsync-1.255.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.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