summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-06 00:32:18 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-06 00:32:18 +0000
commit7924009f38320da0b3bcc41224f677892867b45c (patch)
tree29af04ed6ce7b2519213793d8721432b14265d42
parentarm/ia64/s390/sh stable (diff)
downloadgentoo-2-7924009f38320da0b3bcc41224f677892867b45c.tar.gz
gentoo-2-7924009f38320da0b3bcc41224f677892867b45c.tar.bz2
gentoo-2-7924009f38320da0b3bcc41224f677892867b45c.zip
old
-rw-r--r--sys-fs/device-mapper/device-mapper-1.01.03.ebuild44
-rw-r--r--sys-fs/device-mapper/device-mapper-1.01.04.ebuild39
-rw-r--r--sys-fs/device-mapper/device-mapper-1.01.05.ebuild39
-rw-r--r--sys-fs/device-mapper/files/digest-device-mapper-1.01.033
-rw-r--r--sys-fs/device-mapper/files/digest-device-mapper-1.01.043
-rw-r--r--sys-fs/device-mapper/files/digest-device-mapper-1.01.053
6 files changed, 0 insertions, 131 deletions
diff --git a/sys-fs/device-mapper/device-mapper-1.01.03.ebuild b/sys-fs/device-mapper/device-mapper-1.01.03.ebuild
deleted file mode 100644
index d3a5a4f8c469..000000000000
--- a/sys-fs/device-mapper/device-mapper-1.01.03.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2006 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.03.ebuild,v 1.8 2006/02/26 03:23:25 kumba 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 mips ppc ppc64 s390 sh 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.04.ebuild b/sys-fs/device-mapper/device-mapper-1.01.04.ebuild
deleted file mode 100644
index df9fcf832670..000000000000
--- a/sys-fs/device-mapper/device-mapper-1.01.04.ebuild
+++ /dev/null
@@ -1,39 +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.04.ebuild,v 1.1 2005/08/19 23:10:55 vapier Exp $
-
-inherit eutils multilib
-
-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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}/${PN}.${PV}
-
-src_compile() {
- econf --sbindir=/sbin || die "econf failed"
- emake -j1 || die "compile problem"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
-
- # move shared libs to /
- mv "${D}"/usr/$(get_libdir) "${D}"/ || die "move libdir"
- dolib.a lib/ioctl/libdevmapper.a || die "dolib.a"
- gen_usr_ldscript libdevmapper.so
-
- 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.05.ebuild b/sys-fs/device-mapper/device-mapper-1.01.05.ebuild
deleted file mode 100644
index 33ce903eddca..000000000000
--- a/sys-fs/device-mapper/device-mapper-1.01.05.ebuild
+++ /dev/null
@@ -1,39 +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.05.ebuild,v 1.1 2005/11/05 04:11:56 vapier Exp $
-
-inherit eutils multilib
-
-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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}/${PN}.${PV}
-
-src_compile() {
- econf --sbindir=/sbin || die "econf failed"
- emake || die "compile problem"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
-
- # move shared libs to /
- mv "${D}"/usr/$(get_libdir) "${D}"/ || die "move libdir"
- dolib.a lib/ioctl/libdevmapper.a || die "dolib.a"
- gen_usr_ldscript libdevmapper.so
-
- 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.01.03 b/sys-fs/device-mapper/files/digest-device-mapper-1.01.03
deleted file mode 100644
index f3c8d138f196..000000000000
--- a/sys-fs/device-mapper/files/digest-device-mapper-1.01.03
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 10469034e2f1f1483fd3d80fb3883af2 device-mapper.1.01.03.tgz 878220
-RMD160 7e0274ff298cbc921728b1db25664799bcf12bbd device-mapper.1.01.03.tgz 878220
-SHA256 c232dcebbe5c102d2f3fd430bae9669ad16d5816b8a1153ea5f2c7c6e20b815a device-mapper.1.01.03.tgz 878220
diff --git a/sys-fs/device-mapper/files/digest-device-mapper-1.01.04 b/sys-fs/device-mapper/files/digest-device-mapper-1.01.04
deleted file mode 100644
index b2aebddeaa29..000000000000
--- a/sys-fs/device-mapper/files/digest-device-mapper-1.01.04
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 42dd0610e24d4b4f2409a32a04e6e37f device-mapper.1.01.04.tgz 878255
-RMD160 f4fc0b592ef45e5ad2a5d56f4d0611f5600b67c5 device-mapper.1.01.04.tgz 878255
-SHA256 49c8303f58abf3a0efbbd42decdc5968688df32c154cffb20a1c3c1ae8b92048 device-mapper.1.01.04.tgz 878255
diff --git a/sys-fs/device-mapper/files/digest-device-mapper-1.01.05 b/sys-fs/device-mapper/files/digest-device-mapper-1.01.05
deleted file mode 100644
index e35cf3b4a392..000000000000
--- a/sys-fs/device-mapper/files/digest-device-mapper-1.01.05
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 074cf116cc2c7194f2d100bc5f743833 device-mapper.1.01.05.tgz 878671
-RMD160 e0861c050a2210a5242beae8005849607d3961cb device-mapper.1.01.05.tgz 878671
-SHA256 963cc8a1f7e73a0929b7b527f6b4cfc5f78c932d673b5c13c889108d3182811a device-mapper.1.01.05.tgz 878671