summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2006-05-20 14:04:24 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2006-05-20 14:04:24 +0000
commit59288d0aba7b9adefc64fd456788189294a8b25f (patch)
treec369864a4057bcf66d97283582951b7645e6395d /sys-cluster/drbd
parentEbuild cleanup. (diff)
downloadgentoo-2-59288d0aba7b9adefc64fd456788189294a8b25f.tar.gz
gentoo-2-59288d0aba7b9adefc64fd456788189294a8b25f.tar.bz2
gentoo-2-59288d0aba7b9adefc64fd456788189294a8b25f.zip
Removed old ebuilds.
(Portage version: 2203-svn)
Diffstat (limited to 'sys-cluster/drbd')
-rw-r--r--sys-cluster/drbd/ChangeLog6
-rw-r--r--sys-cluster/drbd/drbd-0.7.10.ebuild81
-rw-r--r--sys-cluster/drbd/drbd-0.7.14.ebuild79
-rw-r--r--sys-cluster/drbd/drbd-0.7.15.ebuild79
-rw-r--r--sys-cluster/drbd/drbd-0.7.16.ebuild79
-rw-r--r--sys-cluster/drbd/files/digest-drbd-0.7.101
-rw-r--r--sys-cluster/drbd/files/digest-drbd-0.7.141
-rw-r--r--sys-cluster/drbd/files/digest-drbd-0.7.151
-rw-r--r--sys-cluster/drbd/files/digest-drbd-0.7.161
9 files changed, 5 insertions, 323 deletions
diff --git a/sys-cluster/drbd/ChangeLog b/sys-cluster/drbd/ChangeLog
index dec354c87f99..b709eddf6a4c 100644
--- a/sys-cluster/drbd/ChangeLog
+++ b/sys-cluster/drbd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/drbd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/ChangeLog,v 1.42 2006/05/20 14:00:44 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/ChangeLog,v 1.43 2006/05/20 14:04:24 xmerlin Exp $
+
+ 20 May 2006; Christian Zoffoli <xmerlin@gentoo.org> -drbd-0.7.10.ebuild,
+ -drbd-0.7.14.ebuild, -drbd-0.7.15.ebuild, -drbd-0.7.16.ebuild:
+ Removed old ebuilds.
20 May 2006; Christian Zoffoli <xmerlin@gentoo.org> -files/drbd-0.7-init,
+files/drbd-0.7.rc, drbd-0.7.10.ebuild, drbd-0.7.11.ebuild,
diff --git a/sys-cluster/drbd/drbd-0.7.10.ebuild b/sys-cluster/drbd/drbd-0.7.10.ebuild
deleted file mode 100644
index f8920754c3fe..000000000000
--- a/sys-cluster/drbd/drbd-0.7.10.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/drbd-0.7.10.ebuild,v 1.7 2006/05/20 14:00:44 xmerlin Exp $
-
-inherit eutils versionator linux-mod
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-MY_MAJ_PV="$(get_version_component_range 1-2 ${PV})"
-DESCRIPTION="mirror/replicate block-devices across a network-connection"
-SRC_URI="http://oss.linbit.com/drbd/${MY_MAJ_PV}/${P}.tar.gz"
-HOMEPAGE="http://www.drbd.org"
-
-IUSE=""
-
-DEPEND="virtual/linux-sources"
-RDEPEND=""
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-${MY_MAJ_PV}-module-Makefile.patch || die
-}
-
-src_compile() {
- check_KV
- set_arch_to_kernel
-
- einfo ""
- einfo "Your kernel-sources in /usr/src/linux-${KV} must be properly configured"
- #einfo "and match the currently running kernel version ${KV}"
- einfo "If otherwise -> build will fail."
- einfo ""
- einfo "Please don't use XFS with drbd (see drbd mailing list archives)"
- einfo ""
-
- if kernel_is 2 6; then
- emake KDIR=${KERNEL_DIR} || die "compile problem"
- else
- cp -R /usr/src/linux-${KV} ${WORKDIR}
- emake KDIR=/${WORKDIR}/linux-${KV} || die "compile problem"
- fi
-}
-
-src_install() {
- make PREFIX=${D} install || die "install problem"
-
- # gentoo-ish init-script
- newinitd ${FILESDIR}/${PN}-0.7.rc ${PN} || die
-
- # needed by drbd startup script
- #keepdir /var/lib/drbd
-
- # docs
- dodoc README ChangeLog COPYING
- dodoc documentation/NFS-Server-README.txt
-
- # we put drbd.conf into docs
- # it doesnt make sense to install a default conf in /etc
- # put it to the docs
- rm -f ${D}/etc/drbd.conf
- dodoc scripts/drbd.conf || die
- dodoc upgrade_0.6.x_to_0.7.0.txt upgrade_0.7.0_to_0.7.1.txt || die
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-
- einfo ""
- einfo "Please remember to re-emerge drbd when you upgrade your kernel!"
- einfo ""
- einfo "Please copy and gunzip the configuration file"
- einfo "from /usr/share/doc/${PF}/drbd.conf.gz to /etc"
- einfo "and edit it to your needs. Helpful commands:"
- einfo "man 5 drbd.conf"
- einfo "man 8 drbdsetup"
- einfo "man 8 drbdadm"
- einfo ""
-}
diff --git a/sys-cluster/drbd/drbd-0.7.14.ebuild b/sys-cluster/drbd/drbd-0.7.14.ebuild
deleted file mode 100644
index da71b8173880..000000000000
--- a/sys-cluster/drbd/drbd-0.7.14.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/drbd-0.7.14.ebuild,v 1.4 2006/05/20 14:00:44 xmerlin Exp $
-
-inherit eutils versionator linux-mod
-
-LICENSE="GPL-2"
-KEYWORDS="~ppc x86"
-
-MY_MAJ_PV="$(get_version_component_range 1-2 ${PV})"
-DESCRIPTION="mirror/replicate block-devices across a network-connection"
-SRC_URI="http://oss.linbit.com/drbd/${MY_MAJ_PV}/${P}.tar.gz"
-HOMEPAGE="http://www.drbd.org"
-
-IUSE=""
-
-DEPEND="virtual/linux-sources"
-RDEPEND=""
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-# epatch ${FILESDIR}/${PN}-${MY_MAJ_PV}-module-Makefile.patch || die
-}
-
-src_compile() {
- check_KV
- set_arch_to_kernel
-
- einfo ""
- einfo "Your kernel-sources in /usr/src/linux-${KV} must be properly configured"
- #einfo "and match the currently running kernel version ${KV}"
- einfo "If otherwise -> build will fail."
- einfo ""
-
- if kernel_is 2 6; then
- emake KDIR=${KERNEL_DIR} || die "compile problem"
- else
- cp -R /usr/src/linux-${KV} ${WORKDIR}
- emake KDIR=/${WORKDIR}/linux-${KV} || die "compile problem"
- fi
-}
-
-src_install() {
- make PREFIX=${D} install || die "install problem"
-
- # gentoo-ish init-script
- newinitd ${FILESDIR}/${PN}-0.7.rc ${PN} || die
-
- # needed by drbd startup script
- #keepdir /var/lib/drbd
-
- # docs
- dodoc README ChangeLog COPYING
- dodoc documentation/NFS-Server-README.txt
-
- # we put drbd.conf into docs
- # it doesnt make sense to install a default conf in /etc
- # put it to the docs
- rm -f ${D}/etc/drbd.conf
- dodoc scripts/drbd.conf || die
- dodoc upgrade_0.6.x_to_0.7.0.txt upgrade_0.7.0_to_0.7.1.txt || die
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-
- einfo ""
- einfo "Please remember to re-emerge drbd when you upgrade your kernel!"
- einfo ""
- einfo "Please copy and gunzip the configuration file"
- einfo "from /usr/share/doc/${PF}/drbd.conf.gz to /etc"
- einfo "and edit it to your needs. Helpful commands:"
- einfo "man 5 drbd.conf"
- einfo "man 8 drbdsetup"
- einfo "man 8 drbdadm"
- einfo ""
-}
diff --git a/sys-cluster/drbd/drbd-0.7.15.ebuild b/sys-cluster/drbd/drbd-0.7.15.ebuild
deleted file mode 100644
index 94cf89450cbc..000000000000
--- a/sys-cluster/drbd/drbd-0.7.15.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/drbd-0.7.15.ebuild,v 1.2 2006/05/20 14:00:44 xmerlin Exp $
-
-inherit eutils versionator linux-mod
-
-LICENSE="GPL-2"
-KEYWORDS="~ppc ~x86"
-
-MY_MAJ_PV="$(get_version_component_range 1-2 ${PV})"
-DESCRIPTION="mirror/replicate block-devices across a network-connection"
-SRC_URI="http://oss.linbit.com/drbd/${MY_MAJ_PV}/${P}.tar.gz"
-HOMEPAGE="http://www.drbd.org"
-
-IUSE=""
-
-DEPEND="virtual/linux-sources"
-RDEPEND=""
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-# epatch ${FILESDIR}/${PN}-${MY_MAJ_PV}-module-Makefile.patch || die
-}
-
-src_compile() {
- check_KV
- set_arch_to_kernel
-
- einfo ""
- einfo "Your kernel-sources in /usr/src/linux-${KV} must be properly configured"
- #einfo "and match the currently running kernel version ${KV}"
- einfo "If otherwise -> build will fail."
- einfo ""
-
- if kernel_is 2 6; then
- emake KDIR=${KERNEL_DIR} || die "compile problem"
- else
- cp -R /usr/src/linux-${KV} ${WORKDIR}
- emake KDIR=/${WORKDIR}/linux-${KV} || die "compile problem"
- fi
-}
-
-src_install() {
- make PREFIX=${D} install || die "install problem"
-
- # gentoo-ish init-script
- newinitd ${FILESDIR}/${PN}-0.7.rc ${PN} || die
-
- # needed by drbd startup script
- #keepdir /var/lib/drbd
-
- # docs
- dodoc README ChangeLog COPYING
- dodoc documentation/NFS-Server-README.txt
-
- # we put drbd.conf into docs
- # it doesnt make sense to install a default conf in /etc
- # put it to the docs
- rm -f ${D}/etc/drbd.conf
- dodoc scripts/drbd.conf || die
- dodoc upgrade_0.6.x_to_0.7.0.txt upgrade_0.7.0_to_0.7.1.txt || die
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-
- einfo ""
- einfo "Please remember to re-emerge drbd when you upgrade your kernel!"
- einfo ""
- einfo "Please copy and gunzip the configuration file"
- einfo "from /usr/share/doc/${PF}/drbd.conf.gz to /etc"
- einfo "and edit it to your needs. Helpful commands:"
- einfo "man 5 drbd.conf"
- einfo "man 8 drbdsetup"
- einfo "man 8 drbdadm"
- einfo ""
-}
diff --git a/sys-cluster/drbd/drbd-0.7.16.ebuild b/sys-cluster/drbd/drbd-0.7.16.ebuild
deleted file mode 100644
index 7cbdceb6330d..000000000000
--- a/sys-cluster/drbd/drbd-0.7.16.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/drbd-0.7.16.ebuild,v 1.2 2006/05/20 14:00:44 xmerlin Exp $
-
-inherit eutils versionator linux-mod
-
-LICENSE="GPL-2"
-KEYWORDS="~ppc ~x86"
-
-MY_MAJ_PV="$(get_version_component_range 1-2 ${PV})"
-DESCRIPTION="mirror/replicate block-devices across a network-connection"
-SRC_URI="http://oss.linbit.com/drbd/${MY_MAJ_PV}/${P}.tar.gz"
-HOMEPAGE="http://www.drbd.org"
-
-IUSE=""
-
-DEPEND="virtual/linux-sources"
-RDEPEND=""
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-# epatch ${FILESDIR}/${PN}-${MY_MAJ_PV}-module-Makefile.patch || die
-}
-
-src_compile() {
- check_KV
- set_arch_to_kernel
-
- einfo ""
- einfo "Your kernel-sources in /usr/src/linux-${KV} must be properly configured"
- #einfo "and match the currently running kernel version ${KV}"
- einfo "If otherwise -> build will fail."
- einfo ""
-
- if kernel_is 2 6; then
- emake KDIR=${KERNEL_DIR} || die "compile problem"
- else
- cp -R /usr/src/linux-${KV} ${WORKDIR}
- emake KDIR=/${WORKDIR}/linux-${KV} || die "compile problem"
- fi
-}
-
-src_install() {
- make PREFIX=${D} install || die "install problem"
-
- # gentoo-ish init-script
- newinitd ${FILESDIR}/${PN}-0.7.rc ${PN} || die
-
- # needed by drbd startup script
- #keepdir /var/lib/drbd
-
- # docs
- dodoc README ChangeLog COPYING
- dodoc documentation/NFS-Server-README.txt
-
- # we put drbd.conf into docs
- # it doesnt make sense to install a default conf in /etc
- # put it to the docs
- rm -f ${D}/etc/drbd.conf
- dodoc scripts/drbd.conf || die
- dodoc upgrade_0.6.x_to_0.7.0.txt upgrade_0.7.0_to_0.7.1.txt || die
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-
- einfo ""
- einfo "Please remember to re-emerge drbd when you upgrade your kernel!"
- einfo ""
- einfo "Please copy and gunzip the configuration file"
- einfo "from /usr/share/doc/${PF}/drbd.conf.gz to /etc"
- einfo "and edit it to your needs. Helpful commands:"
- einfo "man 5 drbd.conf"
- einfo "man 8 drbdsetup"
- einfo "man 8 drbdadm"
- einfo ""
-}
diff --git a/sys-cluster/drbd/files/digest-drbd-0.7.10 b/sys-cluster/drbd/files/digest-drbd-0.7.10
deleted file mode 100644
index 3eadd1c25eb9..000000000000
--- a/sys-cluster/drbd/files/digest-drbd-0.7.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a2ca0146a5af381b6ea962a3ff92afa4 drbd-0.7.10.tar.gz 276856
diff --git a/sys-cluster/drbd/files/digest-drbd-0.7.14 b/sys-cluster/drbd/files/digest-drbd-0.7.14
deleted file mode 100644
index 1f41727ec754..000000000000
--- a/sys-cluster/drbd/files/digest-drbd-0.7.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a47ed59956bd12143e7a01799f829672 drbd-0.7.14.tar.gz 286720
diff --git a/sys-cluster/drbd/files/digest-drbd-0.7.15 b/sys-cluster/drbd/files/digest-drbd-0.7.15
deleted file mode 100644
index bcc9287ab994..000000000000
--- a/sys-cluster/drbd/files/digest-drbd-0.7.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b7d421e91c3c1298f163220cff983071 drbd-0.7.15.tar.gz 286720
diff --git a/sys-cluster/drbd/files/digest-drbd-0.7.16 b/sys-cluster/drbd/files/digest-drbd-0.7.16
deleted file mode 100644
index 4f469abf9a70..000000000000
--- a/sys-cluster/drbd/files/digest-drbd-0.7.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eb7eccdeca9728058da6b8343f137120 drbd-0.7.16.tar.gz 286720