diff options
author | 2003-12-03 07:27:57 +0000 | |
---|---|---|
committer | 2003-12-03 07:27:57 +0000 | |
commit | bf69d3b9232ff29ec231bcf17fe178aec0ae7106 (patch) | |
tree | 860d61b74f5e68dcc2861c6b56315da8f908f090 /sys-libs/device-mapper | |
parent | adding metadata (diff) | |
download | gentoo-2-bf69d3b9232ff29ec231bcf17fe178aec0ae7106.tar.gz gentoo-2-bf69d3b9232ff29ec231bcf17fe178aec0ae7106.tar.bz2 gentoo-2-bf69d3b9232ff29ec231bcf17fe178aec0ae7106.zip |
Bump to version 1.00.07. Make it ~x86 for now.
Diffstat (limited to 'sys-libs/device-mapper')
-rw-r--r-- | sys-libs/device-mapper/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/device-mapper/Manifest | 4 | ||||
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.07.ebuild | 39 | ||||
-rw-r--r-- | sys-libs/device-mapper/files/digest-device-mapper-1.00.07 | 1 |
4 files changed, 49 insertions, 2 deletions
diff --git a/sys-libs/device-mapper/ChangeLog b/sys-libs/device-mapper/ChangeLog index 269a58f6299d..e9451a4017c3 100644 --- a/sys-libs/device-mapper/ChangeLog +++ b/sys-libs/device-mapper/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/device-mapper # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/ChangeLog,v 1.4 2003/10/29 19:48:31 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/ChangeLog,v 1.5 2003/12/03 07:27:56 max Exp $ + +*device-mapper-1.00.07 (02 Dec 2003) + + 02 Dec 2003; <max@gentoo.org> device-mapper-1.00.07.ebuild: + Bump to version 1.00.07. Make it ~x86 for now. 29 Oct 2003; Max Kalika <max@gentoo.org> device-mapper-1.00.05.ebuild: Put the kernel check back in pkg_setup(). Fixes bug 32044. diff --git a/sys-libs/device-mapper/Manifest b/sys-libs/device-mapper/Manifest index bd86fbbb4df6..50112fb17f6d 100644 --- a/sys-libs/device-mapper/Manifest +++ b/sys-libs/device-mapper/Manifest @@ -1,4 +1,6 @@ MD5 774c3fb4802ab156a7d831d8b68e7a52 device-mapper-1.00.05.ebuild 1006 -MD5 848c07ef88410be0125a7dc105d7aa33 ChangeLog 1261 +MD5 575dfcca9e7fc8dd165b371805607880 device-mapper-1.00.07.ebuild 1007 +MD5 2eaaec394ee183bd5bde419d6d64a00e ChangeLog 1411 MD5 8ef457f9ac46b73b855b4a4e5ff9d7d3 metadata.xml 243 MD5 32893d4b8efc4a7891b77331810fc30b files/digest-device-mapper-1.00.05 70 +MD5 b6ee13a8f0d0d9a8600559f997c8ba9d files/digest-device-mapper-1.00.07 70 diff --git a/sys-libs/device-mapper/device-mapper-1.00.07.ebuild b/sys-libs/device-mapper/device-mapper-1.00.07.ebuild new file mode 100644 index 000000000000..1a06afd4a778 --- /dev/null +++ b/sys-libs/device-mapper/device-mapper-1.00.07.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.07.ebuild,v 1.1 2003/12/03 07:27:56 max Exp $ + +DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." +HOMEPAGE="http://www.sistina.com/products_lvm.htm" +SRC_URI="ftp://ftp.sistina.com/pub/LVM2/${PN}/${PN}.${PV}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/linux-sources" + +S="${WORKDIR}/${PN}.${PV}" + +pkg_setup() { + [ ! -e "/usr/src/linux/include/linux/dm-ioctl.h" ] && { + eerror + eerror "Your currently linked kernel (/usr/src/linux) hasn't" + eerror "been patched for device mapper support." + eerror + die "kernel not patched for device mapper support" + } + + return 0 +} + +src_compile() { + econf + + # parallel build doesn't work + emake -j1 || die "compile problem" +} + +src_install() { + einstall sbindir="${D}/sbin" libdir="${D}/lib" + dodoc COPYING* INSTALL INTRO README VERSION +} diff --git a/sys-libs/device-mapper/files/digest-device-mapper-1.00.07 b/sys-libs/device-mapper/files/digest-device-mapper-1.00.07 new file mode 100644 index 000000000000..fd9b30117d5b --- /dev/null +++ b/sys-libs/device-mapper/files/digest-device-mapper-1.00.07 @@ -0,0 +1 @@ +MD5 44920cd973a6abc79109af9bff9d8af6 device-mapper.1.00.07.tgz 498954 |