summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-11-23 10:35:40 +0000
committerEray Aslan <eras@gentoo.org>2011-11-23 10:35:40 +0000
commit9a0bbd1407a26aa74235cba8f0862f7d34f7dd74 (patch)
treedc97b48d4517fbe60130aae6c9d3791de55893d9 /net-mail
parentremove old (diff)
downloadgentoo-2-9a0bbd1407a26aa74235cba8f0862f7d34f7dd74.tar.gz
gentoo-2-9a0bbd1407a26aa74235cba8f0862f7d34f7dd74.tar.bz2
gentoo-2-9a0bbd1407a26aa74235cba8f0862f7d34f7dd74.zip
remove old
(Portage version: 2.1.10.37/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/isync/ChangeLog6
-rw-r--r--net-mail/isync/isync-1.0.2.ebuild31
-rw-r--r--net-mail/isync/isync-1.0.3.ebuild31
3 files changed, 5 insertions, 63 deletions
diff --git a/net-mail/isync/ChangeLog b/net-mail/isync/ChangeLog
index c5b2e308fbd7..aa4cf68edcb0 100644
--- a/net-mail/isync/ChangeLog
+++ b/net-mail/isync/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/isync
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.14 2011/11/22 16:08:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.15 2011/11/23 10:35:39 eras Exp $
+
+ 23 Nov 2011; Eray Aslan <eras@gentoo.org> -isync-1.0.2.ebuild,
+ -isync-1.0.3.ebuild:
+ remove old
22 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> isync-1.0.4.ebuild:
x86 stable wrt bug #391217
diff --git a/net-mail/isync/isync-1.0.2.ebuild b/net-mail/isync/isync-1.0.2.ebuild
deleted file mode 100644
index 9cf0bbcf3503..000000000000
--- a/net-mail/isync/isync-1.0.2.ebuild
+++ /dev/null
@@ -1,31 +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/isync/isync-1.0.2.ebuild,v 1.5 2009/09/23 19:06:55 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="MailDir mailbox synchronizer"
-HOMEPAGE="http://isync.sourceforge.net/"
-SRC_URI="mirror://sourceforge/isync/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="ssl"
-
-DEPEND=">=sys-libs/db-4.2
- ssl? ( >=dev-libs/openssl-0.9.6 )"
-
-src_compile () {
- econf --with-prefix="${D}" \
- $(use_with ssl) \
- || die 'Configure failed'
-
- emake || die "Error compiling"
-}
-
-src_install()
-{
- einstall || die 'Error installing'
- dodoc README AUTHORS ChangeLog NEWS TODO
-}
diff --git a/net-mail/isync/isync-1.0.3.ebuild b/net-mail/isync/isync-1.0.3.ebuild
deleted file mode 100644
index d71b94d1d012..000000000000
--- a/net-mail/isync/isync-1.0.3.ebuild
+++ /dev/null
@@ -1,31 +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/isync/isync-1.0.3.ebuild,v 1.3 2009/09/23 19:06:55 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="MailDir mailbox synchronizer"
-HOMEPAGE="http://isync.sourceforge.net/"
-SRC_URI="mirror://sourceforge/isync/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="ssl"
-
-DEPEND=">=sys-libs/db-4.2
- ssl? ( >=dev-libs/openssl-0.9.6 )"
-
-src_compile () {
- econf --with-prefix="${D}" \
- $(use_with ssl) \
- || die 'Configure failed'
-
- emake || die "Error compiling"
-}
-
-src_install()
-{
- einstall || die 'Error installing'
- dodoc README AUTHORS ChangeLog NEWS TODO
-}