diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-03-20 15:55:32 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-03-20 15:55:32 +0000 |
commit | 0de2c7c11bbcf14c76ec2b7f68a629af837be10b (patch) | |
tree | fb2031f579c467ba020f4190f43dad7260b1f59a /net-mail | |
parent | x86 stable wrt #259793 (diff) | |
download | gentoo-2-0de2c7c11bbcf14c76ec2b7f68a629af837be10b.tar.gz gentoo-2-0de2c7c11bbcf14c76ec2b7f68a629af837be10b.tar.bz2 gentoo-2-0de2c7c11bbcf14c76ec2b7f68a629af837be10b.zip |
Cleanup
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/imapsync/files/imapsync-1.182-gentoo.patch | 22 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.182.ebuild | 41 |
3 files changed, 5 insertions, 64 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index 5ecf08ef6c69..309a20e71e88 100644 --- a/net-mail/imapsync/ChangeLog +++ b/net-mail/imapsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/imapsync # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.24 2009/03/20 15:37:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.25 2009/03/20 15:55:31 dertobi123 Exp $ + + 20 Mar 2009; Tobias Scherbaum <dertobi123@gentoo.org> + -files/imapsync-1.182-gentoo.patch, -imapsync-1.182.ebuild: + Cleanup 20 Mar 2009; Raúl Porcel <armin76@gentoo.org> imapsync-1.255-r1.ebuild: x86 stable wrt #261667 diff --git a/net-mail/imapsync/files/imapsync-1.182-gentoo.patch b/net-mail/imapsync/files/imapsync-1.182-gentoo.patch deleted file mode 100644 index e6358f38a82d..000000000000 --- a/net-mail/imapsync/files/imapsync-1.182-gentoo.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig 2006-01-16 17:14:22.000000000 -0800 -+++ Makefile 2006-01-16 17:15:20.000000000 -0800 -@@ -3,6 +3,11 @@ - - TARGET=imapsync - -+ifdef $(DESTDIR) -+else -+ DESTDIR=/usr/bin/ -+endif -+ - .PHONY: help usage all - - help: usage -@@ -54,6 +59,7 @@ - .PHONY: install dist - - install: testp -+ mkdir -p $(DESTDIR)/usr/bin/ - cp $(TARGET) $(DESTDIR)/usr/bin/$(TARGET) - chmod 755 $(DESTDIR)/usr/bin/$(TARGET) - diff --git a/net-mail/imapsync/imapsync-1.182.ebuild b/net-mail/imapsync/imapsync-1.182.ebuild deleted file mode 100644 index cd7ca3d7556f..000000000000 --- a/net-mail/imapsync/imapsync-1.182.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.182.ebuild,v 1.5 2007/04/01 17:51:53 ticho 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-perl/Mail-IMAPClient-2.1.4" - -RDEPEND="${DEPEND} - virtual/perl-Digest-MD5 - dev-perl/Net-SSLeay - virtual/perl-MIME-Base64 - dev-perl/TermReadKey - dev-perl/IO-Socket-SSL" - -RESTRICT="test" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${P}-gentoo.patch" -} - -src_install() { - make install DESTDIR=${D} || die "make failed" - dobin imapsync - - dodoc CREDITS ChangeLog FAQ README TODO || \ - die "dodoc failed" - -} |