radhermit    14/12/04 15:44:15

  Modified:             ChangeLog
  Added:                imapsync-1.607-r1.ebuild
  Removed:              imapsync-1.607.ebuild
  Log:
  Add missing dev-perl/Unicode-String dep (bug #531626).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.99                 net-mail/imapsync/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.99&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.99&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   4 Dec 2014 04:31:33 -0000       1.98
+++ ChangeLog   4 Dec 2014 15:44:15 -0000       1.99
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/imapsync
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.98 
2014/12/04 04:31:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.99 
2014/12/04 15:44:15 radhermit Exp $
+
+*imapsync-1.607-r1 (04 Dec 2014)
+
+  04 Dec 2014; Tim Harder <[email protected]> -imapsync-1.607.ebuild,
+  +imapsync-1.607-r1.ebuild:
+  Add missing dev-perl/Unicode-String dep (bug #531626).
 
   04 Dec 2014; Tim Harder <[email protected]> -imapsync-1.567.ebuild,
   -imapsync-1.584-r1.ebuild:



1.1                  net-mail/imapsync/imapsync-1.607-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.607-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.607-r1.ebuild?rev=1.1&content-type=text/plain

Index: imapsync-1.607-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.607-r1.ebuild,v 
1.1 2014/12/04 15:44:15 radhermit Exp $

EAPI=5

DESCRIPTION="A tool allowing incremental and recursive imap transfer from one 
mailbox to another"
HOMEPAGE="http://ks.lamiral.info/imapsync/";
SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tgz";

LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
        dev-perl/Digest-HMAC
        dev-perl/File-Copy-Recursive
        dev-perl/IO-Socket-SSL
        dev-perl/IO-Tee
        dev-perl/Mail-IMAPClient
        dev-perl/TermReadKey
        dev-perl/Unicode-String
        virtual/perl-Digest-MD5
        virtual/perl-MIME-Base64"

RESTRICT="test"

src_prepare() {
        sed -e "s/^install: testp/install:/" \
                -e "/^DO_IT/,/^$/d" \
                -i "${S}"/Makefile || die
}

src_compile() { :; }




Reply via email to