diff options
author | Max Kalika <max@gentoo.org> | 2003-10-21 22:51:08 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2003-10-21 22:51:08 +0000 |
commit | 6e7ead3365e3e9ca5b0ae68e0a9153c44933e54d (patch) | |
tree | 26a4e8687a0cb1a3eda3869798e4a283fdfb155a /sys-libs/device-mapper | |
parent | Bump latest to stable x86. (diff) | |
download | historical-6e7ead3365e3e9ca5b0ae68e0a9153c44933e54d.tar.gz historical-6e7ead3365e3e9ca5b0ae68e0a9153c44933e54d.tar.bz2 historical-6e7ead3365e3e9ca5b0ae68e0a9153c44933e54d.zip |
Bump to stable x86.
Diffstat (limited to 'sys-libs/device-mapper')
-rw-r--r-- | sys-libs/device-mapper/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/device-mapper/Manifest | 4 | ||||
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.05.ebuild | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/sys-libs/device-mapper/ChangeLog b/sys-libs/device-mapper/ChangeLog index 42fe4d340b3b..0ab4026f26b5 100644 --- a/sys-libs/device-mapper/ChangeLog +++ b/sys-libs/device-mapper/ChangeLog @@ -1,6 +1,9 @@ # 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.1 2003/09/02 20:45:55 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/ChangeLog,v 1.2 2003/10/21 22:51:07 max Exp $ + + 21 Oct 2003; Max Kalika <max@gentoo.org> device-mapper-1.00.05.ebuild: + Bump to stable x86. *device-mapper-1.00.05 (02 Sep 2003) diff --git a/sys-libs/device-mapper/Manifest b/sys-libs/device-mapper/Manifest index b70e748883e4..467cb75a04ce 100644 --- a/sys-libs/device-mapper/Manifest +++ b/sys-libs/device-mapper/Manifest @@ -1,4 +1,4 @@ -MD5 43d7c59b635688f8ab65268d0c0eb00d device-mapper-1.00.05.ebuild 1006 -MD5 9b79dc191b4b2d7778c6d7a804399208 ChangeLog 928 +MD5 df0c2100d0457cc3ec0343144d35880a device-mapper-1.00.05.ebuild 995 +MD5 f0e1f003562e0e4f29e055581291bbee ChangeLog 1024 MD5 8ef457f9ac46b73b855b4a4e5ff9d7d3 metadata.xml 243 MD5 32893d4b8efc4a7891b77331810fc30b files/digest-device-mapper-1.00.05 70 diff --git a/sys-libs/device-mapper/device-mapper-1.00.05.ebuild b/sys-libs/device-mapper/device-mapper-1.00.05.ebuild index 337a5cf735b4..9d1b55b0323c 100644 --- a/sys-libs/device-mapper/device-mapper-1.00.05.ebuild +++ b/sys-libs/device-mapper/device-mapper-1.00.05.ebuild @@ -1,6 +1,6 @@ # 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.05.ebuild,v 1.1 2003/09/02 20:45:55 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.05.ebuild,v 1.2 2003/10/21 22:51:07 max Exp $ DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://www.sistina.com/products_lvm.htm" @@ -8,13 +8,13 @@ SRC_URI="ftp://ftp.sistina.com/pub/LVM2/${PN}/${PN}.${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/linux-sources" S="${WORKDIR}/${PN}.${PV}" -src_unpack() { +pkg_setup() { [ ! -e "/usr/src/linux/include/linux/dm-ioctl.h" ] && { eerror eerror "Your currently linked kernel (/usr/src/linux) hasn't" @@ -22,15 +22,13 @@ src_unpack() { eerror die "kernel not patched for device mapper support" } - - unpack ${A} } src_compile() { econf # parallel build doesn't work - make || die "compile problem" + emake -j1 || die "compile problem" } src_install() { |