summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 17:07:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 17:07:37 +0000
commitc52e27720bad010918ab9b69d17f9d3f379ec177 (patch)
treed46cafbb9b7f756b50c92dff2cee2fb472371513 /net-mail/imapsync
parentCleanup (diff)
downloadgentoo-2-c52e27720bad010918ab9b69d17f9d3f379ec177.tar.gz
gentoo-2-c52e27720bad010918ab9b69d17f9d3f379ec177.tar.bz2
gentoo-2-c52e27720bad010918ab9b69d17f9d3f379ec177.zip
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/imapsync')
-rw-r--r--net-mail/imapsync/ChangeLog8
-rw-r--r--net-mail/imapsync/imapsync-1.255-r1.ebuild42
-rw-r--r--net-mail/imapsync/imapsync-1.267.ebuild42
3 files changed, 6 insertions, 86 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog
index 1d658f357f80..7cc82311154e 100644
--- a/net-mail/imapsync/ChangeLog
+++ b/net-mail/imapsync/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/imapsync
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.34 2010/10/03 18:17:55 radhermit Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.35 2011/01/14 17:07:37 tove Exp $
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -imapsync-1.255-r1.ebuild,
+ -imapsync-1.267.ebuild:
+ Cleanup
*imapsync-1.350-r1 (03 Oct 2010)
diff --git a/net-mail/imapsync/imapsync-1.255-r1.ebuild b/net-mail/imapsync/imapsync-1.255-r1.ebuild
deleted file mode 100644
index 61c819ef05db..000000000000
--- a/net-mail/imapsync/imapsync-1.255-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 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.4 2009/03/20 15:37:18 armin76 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/DateManip
- 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.267.ebuild b/net-mail/imapsync/imapsync-1.267.ebuild
deleted file mode 100644
index 9366ca660908..000000000000
--- a/net-mail/imapsync/imapsync-1.267.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.267.ebuild,v 1.4 2009/07/19 18:21:24 nixnut 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/DateManip
- 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"
-}