summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-11-01 01:03:37 +0000
committerMike Frysinger <vapier@gentoo.org>2014-11-01 01:03:37 +0000
commitc97a31677441dd6c75ad652a47f42f6461095285 (patch)
tree1c4587818b2b3831b65c1679fb408a0ea535601f /sys-fs/cryptsetup
parentWarn USE=gcrypt users about broken whirlpool hashes #525208 by Francisco Blas... (diff)
downloadgentoo-2-c97a31677441dd6c75ad652a47f42f6461095285.tar.gz
gentoo-2-c97a31677441dd6c75ad652a47f42f6461095285.tar.bz2
gentoo-2-c97a31677441dd6c75ad652a47f42f6461095285.zip
Drop e2fsprogs-libs as it is not used #481774 by Sven E..
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-fs/cryptsetup')
-rw-r--r--sys-fs/cryptsetup/ChangeLog6
-rw-r--r--sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild3
-rw-r--r--sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild3
-rw-r--r--sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild3
4 files changed, 8 insertions, 7 deletions
diff --git a/sys-fs/cryptsetup/ChangeLog b/sys-fs/cryptsetup/ChangeLog
index 7516c6963ae6..561ef6405834 100644
--- a/sys-fs/cryptsetup/ChangeLog
+++ b/sys-fs/cryptsetup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/cryptsetup
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.189 2014/11/01 00:58:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.190 2014/11/01 01:03:37 vapier Exp $
+
+ 01 Nov 2014; Mike Frysinger <vapier@gentoo.org> cryptsetup-1.6.2.ebuild,
+ cryptsetup-1.6.5.ebuild, cryptsetup-1.6.6.ebuild:
+ Drop e2fsprogs-libs as it is not used #481774 by Sven E..
01 Nov 2014; Mike Frysinger <vapier@gentoo.org> cryptsetup-1.6.6.ebuild:
Warn USE=gcrypt users about broken whirlpool hashes #525208 by Francisco Blas
diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild
index 6fc5a3d74e40..f070f222ea9f 100644
--- a/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild,v 1.14 2014/09/10 18:05:10 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild,v 1.15 2014/11/01 01:03:37 vapier Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -29,7 +29,6 @@ LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)]
nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] )
openssl? ( dev-libs/openssl[static-libs(+)] )
sys-fs/lvm2[static-libs(+)]
- sys-libs/e2fsprogs-libs[static-libs(+)]
udev? ( virtual/libudev[static-libs(+)] )"
# We have to always depend on ${LIB_DEPEND} rather than put behind
# !static? () because we provide a shared library which links against
diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild
index d89182edef13..7931471ee088 100644
--- a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild,v 1.13 2014/10/29 09:24:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild,v 1.14 2014/11/01 01:03:37 vapier Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -30,7 +30,6 @@ LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)]
nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] )
openssl? ( dev-libs/openssl[static-libs(+)] )
sys-fs/lvm2[static-libs(+)]
- sys-libs/e2fsprogs-libs[static-libs(+)]
udev? ( virtual/libudev[static-libs(+)] )"
# We have to always depend on ${LIB_DEPEND} rather than put behind
# !static? () because we provide a shared library which links against
diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild
index f132b768423e..741d775cdee1 100644
--- a/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild,v 1.6 2014/11/01 00:58:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild,v 1.7 2014/11/01 01:03:37 vapier Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -30,7 +30,6 @@ LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)]
nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] )
openssl? ( dev-libs/openssl[static-libs(+)] )
sys-fs/lvm2[static-libs(+)]
- sys-libs/e2fsprogs-libs[static-libs(+)]
udev? ( virtual/libudev[static-libs(+)] )"
# We have to always depend on ${LIB_DEPEND} rather than put behind
# !static? () because we provide a shared library which links against