diff options
author | Eray Aslan <eras@gentoo.org> | 2013-03-25 08:38:46 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2013-03-25 08:38:46 +0000 |
commit | 542db7536e2680eac4d582461ddb36dc8eaab2e6 (patch) | |
tree | 2d20dfa1f99ac31f823d83b93f9f58df8dea530c /net-mail | |
parent | Backport upstream patch to fix the default numbering system for Slovak and so... (diff) | |
download | gentoo-2-542db7536e2680eac4d582461ddb36dc8eaab2e6.tar.gz gentoo-2-542db7536e2680eac4d582461ddb36dc8eaab2e6.tar.bz2 gentoo-2-542db7536e2680eac4d582461ddb36dc8eaab2e6.zip |
Remove vulnerable version
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/isync/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/isync/isync-1.0.5.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/net-mail/isync/ChangeLog b/net-mail/isync/ChangeLog index be0fba1312b8..5275f2f48b63 100644 --- a/net-mail/isync/ChangeLog +++ b/net-mail/isync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/isync # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.22 2013/02/24 11:25:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.23 2013/03/25 08:38:46 eras Exp $ + + 25 Mar 2013; Eray Aslan <eras@gentoo.org> -isync-1.0.5.ebuild: + Remove vulnerable version 24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> isync-1.0.6.ebuild: Stable for amd64, wrt bug #458420 diff --git a/net-mail/isync/isync-1.0.5.ebuild b/net-mail/isync/isync-1.0.5.ebuild deleted file mode 100644 index 554339cc4b52..000000000000 --- a/net-mail/isync/isync-1.0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.5.ebuild,v 1.3 2012/06/26 12:03:36 ago Exp $ - -EAPI=4 -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 )" -RDEPEND="${DEPEND}" - -src_configure () { - econf $(use_with ssl) -} - -src_install() -{ - emake DESTDIR="${D}" install - mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die -} |