diff options
author | 2009-07-06 00:12:18 +0000 | |
---|---|---|
committer | 2009-07-06 00:12:18 +0000 | |
commit | f64a14c014071d3ba4b3791c91b583f2cbae42a6 (patch) | |
tree | 5e3cc7b7c67b1acdc4fac6de1f576e221c23b266 /sys-fs/lvm2 | |
parent | Adjust SIMD flag maskings in older hardened profiles use.mask (diff) | |
download | historical-f64a14c014071d3ba4b3791c91b583f2cbae42a6.tar.gz historical-f64a14c014071d3ba4b3791c91b583f2cbae42a6.tar.bz2 historical-f64a14c014071d3ba4b3791c91b583f2cbae42a6.zip |
-r1 now provides more forward momentum. If you want the static binaries now, they are installed as lvm.static and dmsetup.static, not the base names, per upstream design. cmdlib/applib/fsadm are also back for usage now.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/lvm2')
-rw-r--r-- | sys-fs/lvm2/ChangeLog | 11 | ||||
-rw-r--r-- | sys-fs/lvm2/Manifest | 3 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.48-r1.ebuild | 207 |
3 files changed, 219 insertions, 2 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index d227ab57fe9d..621ecc188e00 100644 --- a/sys-fs/lvm2/ChangeLog +++ b/sys-fs/lvm2/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-fs/lvm2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.160 2009/07/06 00:01:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.161 2009/07/06 00:12:18 robbat2 Exp $ + +*lvm2-2.02.48-r1 (06 Jul 2009) + + 06 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> + +lvm2-2.02.48-r1.ebuild: + -r1 now provides more forward momentum. If you want the static binaries + now, they are installed as lvm.static and dmsetup.static, not the base + names, per upstream design. cmdlib/applib/fsadm are also back for usage + now. 06 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.48.ebuild: Fixup just for the .a first of all. diff --git a/sys-fs/lvm2/Manifest b/sys-fs/lvm2/Manifest index cd6651e0f3f3..cf1e47455109 100644 --- a/sys-fs/lvm2/Manifest +++ b/sys-fs/lvm2/Manifest @@ -39,6 +39,7 @@ EBUILD lvm2-2.02.42.ebuild 4699 RMD160 cef6a26496a463da349baa50a8f37669086674ad EBUILD lvm2-2.02.45-r1.ebuild 5709 RMD160 71ba82e6d66707387468e9c211e5fd7f8d7f2b88 SHA1 a9c84b3994baf2ad973715168b516f12428c444f SHA256 2ff6591acc4ab3b6dbec4bed42b6dd25257acc7f742856f84388869db842ef8b EBUILD lvm2-2.02.45-r2.ebuild 5850 RMD160 1012c49af0b8e7be8c0b3f21af05a88f7ce06bf0 SHA1 94cfd0ac9fd133f1b7b4bee61da153db551d5e22 SHA256 dad745a2982412b830454f6b2a3681c0002660a03400218e75f6b65565f3f40d EBUILD lvm2-2.02.45.ebuild 5742 RMD160 cc779cd4a0e5fd91bde37c947ca86a1e8ffae918 SHA1 e82a11a090203d711e8fe44e33df16aaa568f457 SHA256 1183473aa11fccc6712c6922bccc65b586830363464d648414f273f18387319e +EBUILD lvm2-2.02.48-r1.ebuild 6181 RMD160 a51f9dfe0d09848442a96bd92e92179e7a13ef22 SHA1 979c5ab04c25086afa38091d955144ac2dac01a6 SHA256 2e7d37b5ac8b2f5da5278bdfe90b8b03f80da1289181af6dc4d51b0e8cf89071 EBUILD lvm2-2.02.48.ebuild 6021 RMD160 f546097fc281d6b3603363d4b0c9122e503e21f1 SHA1 1eba319852493f87c640833a32d22e0db56c8cc1 SHA256 5be52df2c337335138d50a0c086d52ea7649da3d971e230b5bcd6fd93fc3f886 -MISC ChangeLog 25802 RMD160 9f27f7eedf41ac11aa576d71823a1e9a95a38063 SHA1 a1b9482cf17bb55ed38aaf84217d83750a3ac46c SHA256 3ab243149cbe9c1e05b6fbe70af16f5e5478314dcfd4e68f2b3103d5155431d8 +MISC ChangeLog 26143 RMD160 6b0f6cc0499d0dd492449224adb133077311fad1 SHA1 eabe8899dc5bf8e98082c5e73802cb3683a3ce51 SHA256 953f03c14157f3bfde0011c895f5c1a05c5da213a950fe2b0730302b8475a810 MISC metadata.xml 792 RMD160 f60db9169ee273ca2f97fa5e69d4e5329e988164 SHA1 42f85f30477c65a164a11e172db7e250f442dca5 SHA256 87ced5a3a6102985f7c2a619dd52f65e62ae916f8921c8e7115a25452cd44b7f diff --git a/sys-fs/lvm2/lvm2-2.02.48-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.48-r1.ebuild new file mode 100644 index 000000000000..67f47094e942 --- /dev/null +++ b/sys-fs/lvm2/lvm2-2.02.48-r1.ebuild @@ -0,0 +1,207 @@ +# Copyright 1999-2009 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.1 2009/07/06 00:12:18 robbat2 Exp $ + +inherit eutils multilib toolchain-funcs + +DESCRIPTION="User-land utilities for LVM2 (device-mapper) software." +HOMEPAGE="http://sources.redhat.com/lvm2/" +SRC_URI="ftp://sources.redhat.com/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz + ftp://sources.redhat.com/pub/lvm2/old/${PN/lvm/LVM}.${PV}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +IUSE="readline static clvm cman lvm1 selinux" + +DEPEND="!sys-fs/device-mapper + clvm? ( =sys-cluster/dlm-2* + cman? ( =sys-cluster/cman-2* ) )" + +RDEPEND="${DEPEND} + !sys-fs/lvm-user + !sys-fs/clvm" + +S="${WORKDIR}/${PN/lvm/LVM}.${PV}" + +pkg_setup() { + # 1. Genkernel no longer copies /sbin/lvm blindly. + # 2. There are no longer any linking deps in /usr. + if use static; then + elog "Warning, we no longer overwrite /sbin/lvm and /sbin/dmsetup with" + elog "their static versions. If you need the static binaries," + elog "you must append .static the filename!" + fi +} + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-2.02.45-dmeventd.patch + epatch "${FILESDIR}"/lvm.conf-2.02.45.patch + epatch "${FILESDIR}"/${PN}-2.02.48-device-mapper-export-format.patch + epatch "${FILESDIR}"/${PN}-2.02.48-as-needed.patch +} + +src_compile() { + local myconf + local buildmode + + myconf="${myconf} --enable-dmeventd" + myconf="${myconf} --enable-cmdlib" + myconf="${myconf} --enable-applib" + myconf="${myconf} --enable-fsadm" + + # Most of this package does weird stuff. + # The build options are tristate, and --without is NOT supported + # options: 'none', 'internal', 'shared' + if use static ; then + einfo "Building static LVM, for usage inside genkernel" + buildmode="internal" + # This only causes the .static versions to become available + # For recent systems, there are no linkages against anything in /usr anyway. + # We explicitly provide the .static versions so that they can be included in + # initramfs environments. + myconf="${myconf} --enable-static_link" + else + ewarn "Building shared LVM, it will not work inside genkernel!" + buildmode="shared" + fi + + # dmeventd requires mirrors to be internal, and snapshot available + # so we cannot disable them + myconf="${myconf} --with-mirrors=internal" + myconf="${myconf} --with-snapshots=internal" + + if use lvm1 ; then + myconf="${myconf} --with-lvm1=${buildmode}" + else + myconf="${myconf} --with-lvm1=none" + fi + + # disable O_DIRECT support on hppa, breaks pv detection (#99532) + use hppa && myconf="${myconf} --disable-o_direct" + + if use clvm; then + myconf="${myconf} --with-cluster=${buildmode}" + # 4-state! Make sure we get it right, per bug 210879 + # Valid options are: none, cman, gulm, all + # + # 2009/02: + # gulm is removed now, now dual-state: + # cman, none + # all still exists, but is not needed + # + # 2009/07: + # TODO: add corosync and re-enable ALL + local clvmd="" + use cman && clvmd="cman" + #clvmd="${clvmd/cmangulm/all}" + [ -z "${clvmd}" ] && clvmd="none" + myconf="${myconf} --with-clvmd=${clvmd}" + myconf="${myconf} --with-pool=${buildmode}" + else + myconf="${myconf} --with-clvmd=none --with-cluster=none" + fi + + myconf="${myconf} --sbindir=/sbin --with-staticdir=/sbin" + econf $(use_enable readline) \ + $(use_enable selinux) \ + --libdir=/usr/$(get_libdir) \ + ${myconf} \ + CLDFLAGS="${LDFLAGS}" || die + + einfo "Doing symlinks" + pushd include + emake || die "Failed to prepare symlinks" + popd + + einfo "Doing device-mapper" + pushd libdm + emake || die "failed to build libdm" + #emake ioctl/libdevmapper.a || die "failed to build libdm/ioctl/libdevmapper.a" + popd + + einfo "Doing lib" + pushd lib + emake || die "failed to build lib" + popd + + einfo "Doing main build" + emake || die "compile problem" +} + +src_install() { + emake DESTDIR="${D}" install + + dodir /$(get_libdir) + # Put these in root so we can reach before /usr is up + for i in \ + libdevmapper-event{,-lvm2{mirror,snapshot}} \ + libdevmapper \ + liblvm2{format1,snapshot,cmd} \ + ; do + b="${D}"/usr/$(get_libdir)/${i} + if [ -f "${b}".so ]; then + mv -f "${b}".so* "${D}"/$(get_libdir) || die + gen_usr_ldscript ${i}.so || die + fi + done + + dodoc README VERSION WHATS_NEW doc/*.{conf,c,txt} + insinto /$(get_libdir)/rcscripts/addons + newins "${FILESDIR}"/lvm2-start.sh-2.02.28-r2 lvm-start.sh || die + newins "${FILESDIR}"/lvm2-stop.sh-2.02.37 lvm-stop.sh || die + newinitd "${FILESDIR}"/lvm.rc-2.02.28-r2 lvm || die + newconfd "${FILESDIR}"/lvm.confd-2.02.28-r2 lvm || die + if use clvm; then + newinitd "${FILESDIR}"/clvmd.rc-2.02.39 clvmd || die + newconfd "${FILESDIR}"/clvmd.confd-2.02.39 clvmd || die + fi + + # move shared libs to /lib(64) + if use static; then + dolib.a libdm/ioctl/libdevmapper.a || die "dolib.a libdevmapper.a" + fi + #gen_usr_ldscript libdevmapper.so + + insinto /etc + doins "${FILESDIR}"/dmtab + insinto /$(get_libdir)/rcscripts/addons + doins "${FILESDIR}"/dm-start.sh + + # Device mapper stuff + newinitd "${FILESDIR}"/device-mapper.rc-1.02.22-r3 device-mapper || die + newconfd "${FILESDIR}"/device-mapper.conf-1.02.22-r3 device-mapper || die + + newinitd "${FILESDIR}"/1.02.22-dmeventd.initd dmeventd || die + if use static; then + dolib.a daemons/dmeventd/libdevmapper-event.a \ + || die "dolib.a libdevmapper-event.a" + fi + #gen_usr_ldscript libdevmapper-event.so + + insinto /etc/udev/rules.d/ + newins "${FILESDIR}"/64-device-mapper.rules-1.02.22-r5 64-device-mapper.rules || die + + elog "USE flag nocman is deprecated and replaced" + elog "with the cman USE flag." + elog "" + elog "USE flags clvm and cman are masked" + elog "by default and need to be unmasked to use them" + elog "" + elog "Rebuild your genkernel initramfs if you are using lvm" +} + +pkg_postinst() { + elog "lvm volumes are no longer automatically created for" + elog "baselayout-2 users. If you are using baselayout-2, be sure to" + elog "run: # rc-update add lvm boot" + elog "Do NOT add it if you are using baselayout-1 still." +} + +src_test() { + einfo "Testcases disabled because of device-node mucking" + einfo "If you want them, compile the package and see ${S}/tests" +} |