diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 04:11:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 04:11:17 +0000 |
commit | a5d5b4031c79393e00823aee9bf90b6633b031d5 (patch) | |
tree | e2dd9c2757c72bf1c872403f5f21ab19b12fee87 /sys-fs | |
parent | Fixed compile issue. Bug 106530. (diff) | |
download | historical-a5d5b4031c79393e00823aee9bf90b6633b031d5.tar.gz historical-a5d5b4031c79393e00823aee9bf90b6633b031d5.tar.bz2 historical-a5d5b4031c79393e00823aee9bf90b6633b031d5.zip |
old
Diffstat (limited to 'sys-fs')
8 files changed, 0 insertions, 179 deletions
diff --git a/sys-fs/device-mapper/device-mapper-1.00.19-r2.ebuild b/sys-fs/device-mapper/device-mapper-1.00.19-r2.ebuild deleted file mode 100644 index 67d3b7cc12e2..000000000000 --- a/sys-fs/device-mapper/device-mapper-1.00.19-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.00.19-r2.ebuild,v 1.1 2005/03/01 22:45:26 vapier Exp $ - -inherit eutils - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${PN}.${PV} - -src_compile() { - econf || die "econf failed" - - # Parallel build doesn't work. - emake -j1 || die "compile problem" -} - -src_install() { - einstall sbindir="${D}/sbin" \ - libdir="${D}/$(get_libdir)" || die "install failed" - - # Please do not use $(get_libdir) here again, as it is where it is - # _located_, and not to where it is installed! - dolib.a ${S}/lib/ioctl/libdevmapper.a - # bug #4411 - gen_usr_ldscript libdevmapper.so || die "gen_usr_ldscript failed" - - insinto /etc - doins ${FILESDIR}/dmtab - insinto /lib/rcscripts/addons - doins ${FILESDIR}/dm-start.sh - - dodoc COPYING* INSTALL INTRO README VERSION WHATS_NEW -} diff --git a/sys-fs/device-mapper/device-mapper-1.00.21.ebuild b/sys-fs/device-mapper/device-mapper-1.00.21.ebuild deleted file mode 100644 index d2f60cc3bed0..000000000000 --- a/sys-fs/device-mapper/device-mapper-1.00.21.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.00.21.ebuild,v 1.1 2005/03/01 22:55:07 vapier Exp $ - -inherit eutils - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${PN}.${PV} - -src_compile() { - econf || die "econf failed" - # Parallel build doesn't work. - emake -j1 || die "compile problem" -} - -src_install() { - einstall \ - sbindir="${D}/sbin" \ - libdir="${D}/$(get_libdir)" \ - || die "install failed" - - # Please do not use $(get_libdir) here again, as it is where it is - # _located_, and not to where it is installed! - dolib.a ${S}/lib/ioctl/libdevmapper.a - # bug #4411 - gen_usr_ldscript libdevmapper.so || die "gen_usr_ldscript failed" - - insinto /etc - doins "${FILESDIR}"/dmtab - insinto /lib/rcscripts/addons - doins "${FILESDIR}"/dm-start.sh - - dodoc INSTALL INTRO README VERSION WHATS_NEW -} diff --git a/sys-fs/device-mapper/device-mapper-1.01.00.ebuild b/sys-fs/device-mapper/device-mapper-1.01.00.ebuild deleted file mode 100644 index da24cefbb706..000000000000 --- a/sys-fs/device-mapper/device-mapper-1.01.00.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.01.00.ebuild,v 1.10 2005/07/09 16:54:31 vapier Exp $ - -inherit eutils - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${PN}.${PV} - -src_compile() { - econf || die "econf failed" - # Parallel build doesn't work. - emake -j1 || die "compile problem" -} - -src_install() { - einstall \ - sbindir="${D}/sbin" \ - libdir="${D}/$(get_libdir)" \ - || die "install failed" - - # Please do not use $(get_libdir) here again, as it is where it is - # _located_, and not to where it is installed! - dolib.a ${S}/lib/ioctl/libdevmapper.a - # bug #4411 - gen_usr_ldscript libdevmapper.so || die "gen_usr_ldscript failed" - - insinto /etc - doins "${FILESDIR}"/dmtab - insinto /lib/rcscripts/addons - doins "${FILESDIR}"/dm-start.sh - - dodoc INSTALL INTRO README VERSION WHATS_NEW -} diff --git a/sys-fs/device-mapper/device-mapper-1.01.01.ebuild b/sys-fs/device-mapper/device-mapper-1.01.01.ebuild deleted file mode 100644 index 51751b74c61d..000000000000 --- a/sys-fs/device-mapper/device-mapper-1.01.01.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.01.01.ebuild,v 1.2 2005/07/09 16:54:31 vapier Exp $ - -inherit eutils - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${PN}.${PV} - -src_compile() { - econf || die "econf failed" - # Parallel build doesn't work. - emake -j1 || die "compile problem" -} - -src_install() { - einstall \ - sbindir="${D}/sbin" \ - libdir="${D}/$(get_libdir)" \ - || die "install failed" - - # Please do not use $(get_libdir) here again, as it is where it is - # _located_, and not to where it is installed! - dolib.a "${S}"/lib/ioctl/libdevmapper.a - # bug #4411 - gen_usr_ldscript libdevmapper.so || die "gen_usr_ldscript failed" - - insinto /etc - doins "${FILESDIR}"/dmtab - insinto /lib/rcscripts/addons - doins "${FILESDIR}"/dm-start.sh - - dodoc INSTALL INTRO README VERSION WHATS_NEW -} diff --git a/sys-fs/device-mapper/files/digest-device-mapper-1.00.19-r2 b/sys-fs/device-mapper/files/digest-device-mapper-1.00.19-r2 deleted file mode 100644 index 689aeecbec74..000000000000 --- a/sys-fs/device-mapper/files/digest-device-mapper-1.00.19-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7a97c469f22e3ec2cdcb5aae5603f3f device-mapper.1.00.19.tgz 640411 diff --git a/sys-fs/device-mapper/files/digest-device-mapper-1.00.21 b/sys-fs/device-mapper/files/digest-device-mapper-1.00.21 deleted file mode 100644 index fdb9199c4887..000000000000 --- a/sys-fs/device-mapper/files/digest-device-mapper-1.00.21 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2562b57e7cca026faa425fa5da92bbc device-mapper.1.00.21.tgz 875083 diff --git a/sys-fs/device-mapper/files/digest-device-mapper-1.01.00 b/sys-fs/device-mapper/files/digest-device-mapper-1.01.00 deleted file mode 100644 index 6a841a7a6f85..000000000000 --- a/sys-fs/device-mapper/files/digest-device-mapper-1.01.00 +++ /dev/null @@ -1 +0,0 @@ -MD5 9ebc565700ae56fee1b02647b315351f device-mapper.1.01.00.tgz 875293 diff --git a/sys-fs/device-mapper/files/digest-device-mapper-1.01.01 b/sys-fs/device-mapper/files/digest-device-mapper-1.01.01 deleted file mode 100644 index d1bd0e7cb12e..000000000000 --- a/sys-fs/device-mapper/files/digest-device-mapper-1.01.01 +++ /dev/null @@ -1 +0,0 @@ -MD5 3fd3bb664dda4c1c7be566d53fce606c device-mapper.1.01.01.tgz 876296 |