diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-21 21:00:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-21 21:00:18 +0000 |
commit | fc81ea57b95d761b9cb9c04ba358e195fea4e44e (patch) | |
tree | 9e9ad391ea7bacc0f46293313fc4738c91d9f7c7 /sys-fs/cryptsetup | |
parent | resolve compiler warnings I was getting (diff) | |
download | gentoo-2-fc81ea57b95d761b9cb9c04ba358e195fea4e44e.tar.gz gentoo-2-fc81ea57b95d761b9cb9c04ba358e195fea4e44e.tar.bz2 gentoo-2-fc81ea57b95d761b9cb9c04ba358e195fea4e44e.zip |
Add USE=udev control #453390 by Piotr Mitas.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-fs/cryptsetup')
-rw-r--r-- | sys-fs/cryptsetup/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-1.4.3.ebuild | 12 | ||||
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-1.5.1.ebuild | 7 | ||||
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-1.6.0.ebuild | 7 |
4 files changed, 20 insertions, 12 deletions
diff --git a/sys-fs/cryptsetup/ChangeLog b/sys-fs/cryptsetup/ChangeLog index f9ffa5512974..831a76571a38 100644 --- a/sys-fs/cryptsetup/ChangeLog +++ b/sys-fs/cryptsetup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/cryptsetup # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.147 2013/01/21 20:00:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/ChangeLog,v 1.148 2013/01/21 21:00:18 vapier Exp $ + + 21 Jan 2013; Mike Frysinger <vapier@gentoo.org> cryptsetup-1.4.3.ebuild, + cryptsetup-1.5.1.ebuild, cryptsetup-1.6.0.ebuild: + Add USE=udev control #453390 by Piotr Mitas. 21 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> cryptsetup-1.5.1.ebuild, cryptsetup-1.6.0.ebuild: diff --git a/sys-fs/cryptsetup/cryptsetup-1.4.3.ebuild b/sys-fs/cryptsetup/cryptsetup-1.4.3.ebuild index 34d57d1188f2..163ea36a47d3 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.4.3.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.4.3.ebuild,v 1.8 2012/12/21 05:17:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.4.3.ebuild,v 1.9 2013/01/21 21:00:18 vapier Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="http://cryptsetup.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="nls selinux static static-libs" +IUSE="nls selinux static static-libs udev" S=${WORKDIR}/${MY_P} @@ -23,7 +23,8 @@ LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)] >=sys-apps/util-linux-2.17.2[static-libs(+)] >=dev-libs/libgcrypt-1.1.42[static-libs(+)] >=sys-fs/lvm2-2.02.64[static-libs(+)] - >=sys-libs/e2fsprogs-libs-1.41[static-libs(+)]" + >=sys-libs/e2fsprogs-libs-1.41[static-libs(+)] + udev? ( virtual/udev[static-libs(+)] )" # We have to always depend on ${LIB_DEPEND} rather than put behind # static? () because we provide a shared library which links against # these other packages. #414665 @@ -55,7 +56,8 @@ src_configure() { $(use_enable static static-cryptsetup) \ $(use_enable static-libs static) \ $(use_enable nls) \ - $(use_enable selinux) + $(use_enable selinux) \ + $(use_enable udev) } src_test() { diff --git a/sys-fs/cryptsetup/cryptsetup-1.5.1.ebuild b/sys-fs/cryptsetup/cryptsetup-1.5.1.ebuild index f970035db674..250ae09b068b 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.5.1.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.5.1.ebuild,v 1.2 2013/01/21 20:00:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.5.1.ebuild,v 1.3 2013/01/21 21:00:18 vapier Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="http://cryptsetup.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="nls python reencrypt selinux static static-libs urandom" +IUSE="nls python reencrypt selinux static static-libs udev urandom" S=${WORKDIR}/${MY_P} @@ -24,7 +24,7 @@ LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)] dev-libs/libgcrypt[static-libs(+)] sys-fs/lvm2[static-libs(+)] sys-libs/e2fsprogs-libs[static-libs(+)] - virtual/udev[static-libs(+)]" + udev? ( virtual/udev[static-libs(+)] )" # We have to always depend on ${LIB_DEPEND} rather than put behind # static? () because we provide a shared library which links against # these other packages. #414665 @@ -61,6 +61,7 @@ src_configure() { $(use_enable python) \ $(use_enable reencrypt cryptsetup-reencrypt) \ $(use_enable selinux) \ + $(use_enable udev) \ $(use_enable !urandom dev-random) } diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.0.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.0.ebuild index 4d4f858b2277..ef709e4708dd 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.6.0.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.0.ebuild,v 1.2 2013/01/21 20:00:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.0.ebuild,v 1.3 2013/01/21 21:00:18 vapier Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="http://cryptsetup.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="nls python reencrypt selinux static static-libs urandom" +IUSE="nls python reencrypt selinux static static-libs udev urandom" S=${WORKDIR}/${MY_P} @@ -24,7 +24,7 @@ LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)] dev-libs/libgcrypt[static-libs(+)] sys-fs/lvm2[static-libs(+)] sys-libs/e2fsprogs-libs[static-libs(+)] - virtual/udev[static-libs(+)]" + udev? ( virtual/udev[static-libs(+)] )" # We have to always depend on ${LIB_DEPEND} rather than put behind # static? () because we provide a shared library which links against # these other packages. #414665 @@ -61,6 +61,7 @@ src_configure() { $(use_enable python) \ $(use_enable reencrypt cryptsetup-reencrypt) \ $(use_enable selinux) \ + $(use_enable udev) \ $(use_enable !urandom dev-random) } |