Index: device-mapper-1.00.17.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.17.ebuild,v retrieving revision 1.7 diff -u -b -B -w -p -r1.7 device-mapper-1.00.17.ebuild --- device-mapper-1.00.17.ebuild 3 Sep 2004 19:14:07 -0000 1.7 +++ device-mapper-1.00.17.ebuild 26 Oct 2004 14:44:42 -0000 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.17.ebuild,v 1.7 2004/09/03 19:14:07 pvdabeel Exp $ +inherit gnuconfig + DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://sources.redhat.com/dm/" SRC_URI="ftp://sources.redhat.com/pub/dm/${PN}.${PV}.tgz" @@ -26,6 +28,11 @@ pkg_setup() { return 0 } +src_unpack() { + unpack ${A} + gnuconfig_update ${S} +} + src_compile() { econf || die "econf failed" Index: device-mapper-1.00.18-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.18-r1.ebuild,v retrieving revision 1.2 diff -u -b -B -w -p -r1.2 device-mapper-1.00.18-r1.ebuild --- device-mapper-1.00.18-r1.ebuild 3 Sep 2004 19:14:07 -0000 1.2 +++ device-mapper-1.00.18-r1.ebuild 26 Oct 2004 14:44:42 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.18-r1.ebuild,v 1.2 2004/09/03 19:14:07 pvdabeel Exp $ -inherit eutils +inherit eutils gnuconfig DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://sources.redhat.com/dm/" @@ -28,6 +28,11 @@ pkg_setup() { return 0 } +src_unpack() { + unpack ${A} + gnuconfig_update ${S} +} + src_compile() { econf || die "econf failed" Index: device-mapper-1.00.18.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.18.ebuild,v retrieving revision 1.2 diff -u -b -B -w -p -r1.2 device-mapper-1.00.18.ebuild --- device-mapper-1.00.18.ebuild 3 Sep 2004 19:14:07 -0000 1.2 +++ device-mapper-1.00.18.ebuild 26 Oct 2004 14:44:42 -0000 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.18.ebuild,v 1.2 2004/09/03 19:14:07 pvdabeel Exp $ +inherit gnuconfig + DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://sources.redhat.com/dm/" SRC_URI="ftp://sources.redhat.com/pub/dm/${PN}.${PV}.tgz" @@ -26,6 +28,11 @@ pkg_setup() { return 0 } +src_unpack() { + unpack ${A} + gnuconfig_update ${S} +} + src_compile() { econf || die "econf failed" Index: device-mapper-1.00.19-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.19-r1.ebuild,v retrieving revision 1.4 diff -u -b -B -w -p -r1.4 device-mapper-1.00.19-r1.ebuild --- device-mapper-1.00.19-r1.ebuild 1 Oct 2004 14:34:31 -0000 1.4 +++ device-mapper-1.00.19-r1.ebuild 26 Oct 2004 14:44:42 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.19-r1.ebuild,v 1.4 2004/10/01 14:34:31 blubb Exp $ -inherit eutils +inherit eutils gnuconfig DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://sources.redhat.com/dm/" @@ -29,6 +29,12 @@ pkg_setup() { return 0 } +src_unpack() { + unpack ${A} + gnuconfig_update ${S} +} + + src_compile() { econf || die "econf failed" Index: device-mapper-1.00.19.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.19.ebuild,v retrieving revision 1.2 diff -u -b -B -w -p -r1.2 device-mapper-1.00.19.ebuild --- device-mapper-1.00.19.ebuild 3 Sep 2004 19:14:07 -0000 1.2 +++ device-mapper-1.00.19.ebuild 26 Oct 2004 14:44:42 -0000 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.19.ebuild,v 1.2 2004/09/03 19:14:07 pvdabeel Exp $ +inherit gnuconfig + DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://sources.redhat.com/dm/" SRC_URI="ftp://sources.redhat.com/pub/dm/${PN}.${PV}.tgz" @@ -26,6 +28,11 @@ pkg_setup() { return 0 } +src_unpack() { + unpack ${A} + gnuconfig_update ${S} +} + src_compile() { econf || die "econf failed"