diff options
28 files changed, 89 insertions, 77 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index 8d05bdd946ab..4e8d303f7180 100644 --- a/sys-fs/lvm2/ChangeLog +++ b/sys-fs/lvm2/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for sys-fs/lvm2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.210 2010/06/07 22:39:26 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.211 2010/06/07 23:09:45 robbat2 Exp $ + + 07 Jun 2010; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.33.ebuild, + lvm2-2.02.33-r1.ebuild, lvm2-2.02.36.ebuild, lvm2-2.02.37.ebuild, + lvm2-2.02.39.ebuild, lvm2-2.02.42.ebuild, lvm2-2.02.45.ebuild, + lvm2-2.02.45-r1.ebuild, lvm2-2.02.45-r2.ebuild, lvm2-2.02.48.ebuild, + lvm2-2.02.48-r1.ebuild, lvm2-2.02.48-r2.ebuild, lvm2-2.02.49.ebuild, + lvm2-2.02.49-r1.ebuild, lvm2-2.02.49-r2.ebuild, lvm2-2.02.49-r3.ebuild, + lvm2-2.02.51.ebuild, lvm2-2.02.51-r1.ebuild, lvm2-2.02.51-r2.ebuild, + lvm2-2.02.51-r3.ebuild, lvm2-2.02.56.ebuild, lvm2-2.02.56-r1.ebuild, + lvm2-2.02.56-r2.ebuild, lvm2-2.02.56-r3.ebuild, lvm2-2.02.63-r1.ebuild, + lvm2-2.02.63-r2.ebuild, lvm2-2.02.64.ebuild: + Bug #318433: fix QA for old ebuilds. 07 Jun 2010; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.67.ebuild, files/lvm.conf-2.02.67.patch: diff --git a/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild index 08c79bfee2c3..96c4f4460053 100644 --- a/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild,v 1.7 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild,v 1.8 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib @@ -94,7 +94,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.33.ebuild b/sys-fs/lvm2/lvm2-2.02.33.ebuild index 972b67cef91f..fd8faa1fb57e 100644 --- a/sys-fs/lvm2/lvm2-2.02.33.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.33.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild,v 1.8 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild,v 1.9 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib @@ -93,7 +93,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.36.ebuild b/sys-fs/lvm2/lvm2-2.02.36.ebuild index 82272ea9b32f..77d24fef2818 100644 --- a/sys-fs/lvm2/lvm2-2.02.36.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.36.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.36.ebuild,v 1.12 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.36.ebuild,v 1.13 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib @@ -95,7 +95,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.37.ebuild b/sys-fs/lvm2/lvm2-2.02.37.ebuild index 4adfdfb524b4..a82a06fc4c07 100644 --- a/sys-fs/lvm2/lvm2-2.02.37.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.37.ebuild,v 1.11 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.37.ebuild,v 1.12 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib @@ -98,7 +98,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.39.ebuild b/sys-fs/lvm2/lvm2-2.02.39.ebuild index 1f1c8e99e448..6dfba706f778 100644 --- a/sys-fs/lvm2/lvm2-2.02.39.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.39.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.39.ebuild,v 1.9 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.39.ebuild,v 1.10 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib @@ -98,7 +98,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.42.ebuild b/sys-fs/lvm2/lvm2-2.02.42.ebuild index a3c47620faa8..ef765faa113f 100644 --- a/sys-fs/lvm2/lvm2-2.02.42.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.42.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.42.ebuild,v 1.8 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.42.ebuild,v 1.9 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib @@ -98,7 +98,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.45-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.45-r1.ebuild index 9a7146a89290..2ea89ff8ebe5 100644 --- a/sys-fs/lvm2/lvm2-2.02.45-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.45-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45-r1.ebuild,v 1.6 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45-r1.ebuild,v 1.7 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib toolchain-funcs @@ -109,7 +109,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.45-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.45-r2.ebuild index 2154dbef4e6a..c21856f11ffa 100644 --- a/sys-fs/lvm2/lvm2-2.02.45-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.45-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45-r2.ebuild,v 1.6 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45-r2.ebuild,v 1.7 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib toolchain-funcs @@ -113,7 +113,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.45.ebuild b/sys-fs/lvm2/lvm2-2.02.45.ebuild index 7352cb983d51..f2066fe6cd51 100644 --- a/sys-fs/lvm2/lvm2-2.02.45.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.45.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.12 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.13 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib toolchain-funcs @@ -109,7 +109,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.48-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.48-r1.ebuild index 5ffe594ce343..6332f8bd146b 100644 --- a/sys-fs/lvm2/lvm2-2.02.48-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.48-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.48-r1.ebuild,v 1.6 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.48-r1.ebuild,v 1.7 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib toolchain-funcs @@ -135,7 +135,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.48-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.48-r2.ebuild index a5ef21b6906b..600a84677b36 100644 --- a/sys-fs/lvm2/lvm2-2.02.48-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.48-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.48-r2.ebuild,v 1.5 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.48-r2.ebuild,v 1.6 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -142,7 +142,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.48.ebuild b/sys-fs/lvm2/lvm2-2.02.48.ebuild index 3a61ba910a75..329adab389c6 100644 --- a/sys-fs/lvm2/lvm2-2.02.48.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.48.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.48.ebuild,v 1.7 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.48.ebuild,v 1.8 2010/06/07 23:09:45 robbat2 Exp $ EAPI=1 inherit eutils multilib toolchain-funcs @@ -118,7 +118,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # TODO: At some point in the future, we need to stop installing the static # as the /sbin/lvm name, and have both variants seperate. if use static; then diff --git a/sys-fs/lvm2/lvm2-2.02.49-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.49-r1.ebuild index ff266b9775e0..04fc1fefab25 100644 --- a/sys-fs/lvm2/lvm2-2.02.49-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.49-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49-r1.ebuild,v 1.5 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49-r1.ebuild,v 1.6 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -143,7 +143,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild index c0be6b7eb581..bf0fef851040 100644 --- a/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild,v 1.5 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild,v 1.6 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -144,7 +144,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.49-r3.ebuild b/sys-fs/lvm2/lvm2-2.02.49-r3.ebuild index afe602e8183b..98dd92632d32 100644 --- a/sys-fs/lvm2/lvm2-2.02.49-r3.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.49-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49-r3.ebuild,v 1.4 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49-r3.ebuild,v 1.5 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -143,7 +143,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.49.ebuild b/sys-fs/lvm2/lvm2-2.02.49.ebuild index 95686aa1ff22..1c56cb3db63d 100644 --- a/sys-fs/lvm2/lvm2-2.02.49.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.49.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49.ebuild,v 1.5 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49.ebuild,v 1.6 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -142,7 +142,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild index 92104504253e..8b740847dce4 100644 --- a/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild,v 1.15 2009/12/11 16:11:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild,v 1.16 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -150,7 +150,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.51-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.51-r2.ebuild index 920de496c2ce..6f1a86b9de60 100644 --- a/sys-fs/lvm2/lvm2-2.02.51-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.51-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r2.ebuild,v 1.6 2009/12/11 15:44:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r2.ebuild,v 1.7 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -150,7 +150,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild b/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild index 91fdf0df4d1a..62e7dba86698 100644 --- a/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild,v 1.4 2009/12/11 15:44:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild,v 1.5 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -134,7 +134,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.51.ebuild b/sys-fs/lvm2/lvm2-2.02.51.ebuild index 3561e10adb6b..32af34026779 100644 --- a/sys-fs/lvm2/lvm2-2.02.51.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.51.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51.ebuild,v 1.6 2009/12/11 15:44:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51.ebuild,v 1.7 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -143,7 +143,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.56-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.56-r1.ebuild index 9c6c5ca2ad79..ff51512448e4 100644 --- a/sys-fs/lvm2/lvm2-2.02.56-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.56-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.56-r1.ebuild,v 1.4 2009/12/20 15:48:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.56-r1.ebuild,v 1.5 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -142,7 +142,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.56-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.56-r2.ebuild index 573b1e006c9e..fff2aec58087 100644 --- a/sys-fs/lvm2/lvm2-2.02.56-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.56-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.56-r2.ebuild,v 1.8 2010/02/02 18:15:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.56-r2.ebuild,v 1.9 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -146,7 +146,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.56-r3.ebuild b/sys-fs/lvm2/lvm2-2.02.56-r3.ebuild index a0b854bcc5b3..9c643b894ce1 100644 --- a/sys-fs/lvm2/lvm2-2.02.56-r3.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.56-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.56-r3.ebuild,v 1.2 2010/01/11 19:27:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.56-r3.ebuild,v 1.3 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -146,7 +146,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.56.ebuild b/sys-fs/lvm2/lvm2-2.02.56.ebuild index f556e11e7d68..8d5642c60658 100644 --- a/sys-fs/lvm2/lvm2-2.02.56.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.56.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.56.ebuild,v 1.2 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.56.ebuild,v 1.3 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -138,7 +138,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up diff --git a/sys-fs/lvm2/lvm2-2.02.63-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.63-r1.ebuild index a498d1b977d6..5e8935a3b4bb 100644 --- a/sys-fs/lvm2/lvm2-2.02.63-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.63-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.63-r1.ebuild,v 1.2 2010/05/07 18:22:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.63-r1.ebuild,v 1.3 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -153,7 +153,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # Upstream build script puts a lot of this stuff into /usr/lib regardless of # libdir variable diff --git a/sys-fs/lvm2/lvm2-2.02.63-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.63-r2.ebuild index 0885d3b05b5a..3689a5bb60a8 100644 --- a/sys-fs/lvm2/lvm2-2.02.63-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.63-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.63-r2.ebuild,v 1.2 2010/05/07 18:22:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.63-r2.ebuild,v 1.3 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -153,7 +153,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # Revamp all of our library handling for bug #316571 # Upstream build script puts a lot of this stuff into /usr/lib regardless of diff --git a/sys-fs/lvm2/lvm2-2.02.64.ebuild b/sys-fs/lvm2/lvm2-2.02.64.ebuild index 3ba25695a2b5..d84c9368e98a 100644 --- a/sys-fs/lvm2/lvm2-2.02.64.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.64.ebuild,v 1.2 2010/05/07 18:22:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.64.ebuild,v 1.3 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -154,7 +154,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" # All of this was change by upstream, and if we don't get any problems, we # can probably drop it in .65 |