summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2004-11-23 22:37:25 +0000
committerStefan Schweizer <genstef@gentoo.org>2004-11-23 22:37:25 +0000
commite801984fc376afd2aa6e831d605f6be277564591 (patch)
tree30046202245c7302af0c13d47f2559c048c4c00e /sys-apps
parentMoved from sys-apps/cloop to sys-fs/cloop. (diff)
downloadgentoo-2-e801984fc376afd2aa6e831d605f6be277564591.tar.gz
gentoo-2-e801984fc376afd2aa6e831d605f6be277564591.tar.bz2
gentoo-2-e801984fc376afd2aa6e831d605f6be277564591.zip
Moved to sys-fs/cloop.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/cloop/ChangeLog39
-rw-r--r--sys-apps/cloop/Manifest10
-rw-r--r--sys-apps/cloop/cloop-0.68.ebuild77
-rw-r--r--sys-apps/cloop/cloop-1.0.ebuild67
-rw-r--r--sys-apps/cloop/cloop-1.02.ebuild68
-rw-r--r--sys-apps/cloop/cloop-2.00.ebuild72
-rw-r--r--sys-apps/cloop/files/digest-cloop-0.681
-rw-r--r--sys-apps/cloop/files/digest-cloop-1.01
-rw-r--r--sys-apps/cloop/files/digest-cloop-1.021
-rw-r--r--sys-apps/cloop/files/digest-cloop-2.001
-rw-r--r--sys-apps/cloop/metadata.xml5
11 files changed, 0 insertions, 342 deletions
diff --git a/sys-apps/cloop/ChangeLog b/sys-apps/cloop/ChangeLog
deleted file mode 100644
index 0e2ef3498fc8..000000000000
--- a/sys-apps/cloop/ChangeLog
+++ /dev/null
@@ -1,39 +0,0 @@
-# ChangeLog for sys-apps/cloop
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cloop/ChangeLog,v 1.8 2004/06/24 22:00:19 agriffis Exp $
-
- 29 Dec 2003; Stuart Herbert <stuart@gentoo.org> cloop-0.68.ebuild:
- New digest (original tarball no longer available; made a new one from source
- code on my local machine); also fixed compilation failures due to make -jN
-
-*cloop-2.00 (29 Dec 2003)
-
- 29 Dec 2003; Stuart Herbert <stuart@gentoo.org> cloop-2.00.ebuild:
- Version bumped. Closes #36696
-
-*cloop-1.02 (13 Oct 2003)
-
- 13 Oct 2003; Martin Holzer <mholzer@gentoo.org> cloop-1.02.ebuild:
- Version bumped. Closes #30792.
-
- 04 Sep 2003; stuart <stuart@gentoo.org> cloop-0.68.ebuild:
- Fix for bug #27882
-
- cloop needs to be *sure* that the zlib code is linked into the kernel.
- Simply enabling the zlib config options isn't enough; the code needs
- to be called from elsewhere in the kernel.
-
- The kernel-mod eclass now provides a function to test for this, and
- I've updated the cloop-0.68 ebuild to use it.
-
- 26 Aug 2003; stuart <stuart@gentoo.org> cloop-1.0.ebuild:
- Added test to catch cause of bug #27343
-
- 26 Aug 2003; stuart <stuart@gentoo.org> cloop-0.68.ebuild:
- Added test to abort if Linux kernel != 2.4.x
-
-*cloop-1.0 (25 Aug 2003)
-*cloop-0.68 (25 Aug 2003)
-
- 25 Aug 2003; stuart <stuart@gentoo.org> cloop-0.68.ebuild, cloop-1.0.ebuild:
- Initial import
diff --git a/sys-apps/cloop/Manifest b/sys-apps/cloop/Manifest
deleted file mode 100644
index bed0d843e378..000000000000
--- a/sys-apps/cloop/Manifest
+++ /dev/null
@@ -1,10 +0,0 @@
-MD5 8e1bc0ee4930bbf704bb46c9b5548a50 cloop-0.68.ebuild 2113
-MD5 3111209697f13ecb2cf469d2ef4f90d9 cloop-2.00.ebuild 2030
-MD5 8a3e8423b217221a78e35ca0d93afeab cloop-1.0.ebuild 1835
-MD5 2f72def221ab4ddd09c603a9e5c64e85 ChangeLog 1445
-MD5 f8e78ef3fd76cbc56c247d2aa17be955 cloop-1.02.ebuild 1941
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 35d772e2810697ea7458e58d4cd8dac1 files/digest-cloop-1.0 62
-MD5 aeb66341a09c65ce27293e9bc8867e7c files/digest-cloop-0.68 64
-MD5 012e4f17d0612ece27ca653c7af35662 files/digest-cloop-1.02 63
-MD5 cc6063c4f68af1ae01cf6437c8a224b8 files/digest-cloop-2.00 63
diff --git a/sys-apps/cloop/cloop-0.68.ebuild b/sys-apps/cloop/cloop-0.68.ebuild
deleted file mode 100644
index 47cb60d2901c..000000000000
--- a/sys-apps/cloop/cloop-0.68.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cloop/cloop-0.68.ebuild,v 1.6 2004/06/24 22:00:19 agriffis Exp $
-
-inherit kernel-mod
-
-MY_PV="${PV}-3"
-MY_P="${PN}_${MY_PV}"
-DESCRIPTION="Compressed filesystem loopback kernel module"
-HOMEPAGE="http://www.knopper.net/knoppix/"
-SRC_URI="http://developer.linuxtag.net/knoppix/sources/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=""
-
-# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND=""
-
-S=${WORKDIR}/${PN}-${PV}
-
-badversion () {
- eerror "This version of cloop will only compile against Linux 2.4.x"
- eerror "Please change where /usr/src/linux points to, or export the KERNEL_DIR"
- eerror "environment variable like this:"
- eerror
- eerror " KERNEL_DIR=\"<dir>\" emerge cloop"
-
- die "cloop ${PV} only works with Linux 2.4"
-}
-
-badconfig () {
- eerror "You have not enabled the zlib compression and/or decompression options"
- eerror "in your Linux kernel."
- eerror
- eerror "You must configure both options to be compiled into your kernel; cloop"
- eerror "will not compile if the zlib options are compiled as modules"
- die
-}
-
-badconfig_deps () {
- eerror "You must enable one of these kernel configuration options, to"
- eerror "ensure that the kernel's zlib support is included:"
-}
-
-src_compile() {
- kernel-mod_getversion
- [ "$KV_MAJOR" = "2" ] && [ "$KV_MINOR" != "4" ] && badversion
-
- . ${KERNEL_DIR}/.config || die "kernel has not been configured yet"
- [ "$CONFIG_ZLIB_INFLATE" != "y" ] && badconfig
- [ "$CONFIG_ZLIB_DEFLATE" != "y" ] && badconfig
-
- kernel-mod_checkzlibinflate_configured
-
- # cloop is not safe to compile with -j > 1
- MAKEOPTS=-j1
-
- kernel-mod_src_compile
-}
-
-src_install() {
- insinto /lib/modules/$KV_VERSION_FULL/misc
- doins cloop.o
- dobin create_compressed_fs compressloop extract_compressed_fs
- doman debian/create_compressed_fs.1
- dodoc CHANGELOG README
-}
-
-pkg_postinst () {
- einfo "Adding /dev/cloop device"
- if [ -e /dev/cloop ] ; then
- rm -f /dev/cloop
- fi
- mknod /dev/cloop b 240 0 || die
-}
diff --git a/sys-apps/cloop/cloop-1.0.ebuild b/sys-apps/cloop/cloop-1.0.ebuild
deleted file mode 100644
index 7a5a48fd341b..000000000000
--- a/sys-apps/cloop/cloop-1.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cloop/cloop-1.0.ebuild,v 1.3 2004/06/24 22:00:19 agriffis Exp $
-
-inherit kernel-mod
-
-MY_PV="${PV}-1"
-MY_P="${PN}_${MY_PV}"
-DESCRIPTION="Compressed filesystem loopback kernel module"
-HOMEPAGE="http://www.knopper.net/knoppix/"
-SRC_URI="http://developer.linuxtag.net/knoppix/sources/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND=""
-
-# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND=""
-
-S=${WORKDIR}/${PN}-${PV}
-
-badversion () {
- eerror "This version of cloop will only compile against Linux 2.4.x"
- eerror "Please change where /usr/src/linux points to, or export the KERNEL_DIR"
- eerror "environment variable like this:"
- eerror
- eerror " KERNEL_DIR=\"<dir>\" emerge cloop"
-
- die "cloop ${PV} only works with Linux 2.4"
-}
-
-badconfig () {
- eerror "You have not enabled the zlib compression and/or decompression options"
- eerror "in your Linux kernel."
- eerror
- eerror "You must configure both options to be compiled into your kernel; cloop"
- eerror "will not compile if the zlib options are compiled as modules"
- die
-}
-
-src_compile() {
- kernel-mod_getversion
- [ "$KV_MAJOR" = "2" ] && [ "$KV_MINOR" != "4" ] && badversion
-
- . ${KERNEL_DIR}/.config || die "kernel has not been configured yet"
- [ "$CONFIG_ZLIB_INFLATE" != "y" ] && badconfig
- [ "$CONFIG_ZLIB_DEFLATE" != "y" ] && badconfig
-
- kernel-mod_src_compile
-}
-
-src_install() {
- insinto /lib/modules/$KV_VERSION_FULL/misc
- doins cloop.o
- dobin create_compressed_fs compressloop
- doman debian/create_compressed_fs.1
- dodoc CHANGELOG README
-}
-
-pkg_postinst () {
- einfo "Adding /dev/cloop device"
- if [ -e /dev/cloop ] ; then
- rm -f /dev/cloop
- fi
- mknod /dev/cloop b 240 0 || die
-}
diff --git a/sys-apps/cloop/cloop-1.02.ebuild b/sys-apps/cloop/cloop-1.02.ebuild
deleted file mode 100644
index f5f5d708a9b1..000000000000
--- a/sys-apps/cloop/cloop-1.02.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cloop/cloop-1.02.ebuild,v 1.2 2004/06/24 22:00:19 agriffis Exp $
-
-inherit kernel-mod
-
-MY_PV="${PV}-1"
-MY_P="${PN}_${MY_PV}"
-DESCRIPTION="Compressed filesystem loopback kernel module"
-HOMEPAGE="http://www.knopper.net/knoppix/"
-SRC_URI="http://developer.linuxtag.net/knoppix/sources/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND=""
-
-# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND=""
-
-S=${WORKDIR}/${PN}-${PV}
-
-badversion () {
- eerror "This version of cloop will only compile against Linux 2.4.x"
- eerror "Please change where /usr/src/linux points to, or export the KERNEL_DIR"
- eerror "environment variable like this:"
- eerror
- eerror " KERNEL_DIR=\"<dir>\" emerge cloop"
-
- die "cloop ${PV} only works with Linux 2.4"
-}
-
-badconfig () {
- eerror "You have not enabled the zlib compression and/or decompression options"
- eerror "in your Linux kernel."
- eerror
- eerror "You must configure both options to be compiled into your kernel; cloop"
- eerror "will not compile if the zlib options are compiled as modules"
- die
-}
-
-src_compile() {
- kernel-mod_getversion
- [ "$KV_MAJOR" = "2" ] && [ "$KV_MINOR" != "4" ] && badversion
-
- . ${KERNEL_DIR}/.config || die "kernel has not been configured yet"
- [ "$CONFIG_ZLIB_INFLATE" != "y" ] && badconfig
- [ "$CONFIG_ZLIB_DEFLATE" != "y" ] && badconfig
-
- kernel-mod_src_compile
-}
-
-src_install() {
- insinto /lib/modules/$KV_VERSION_FULL/misc
- doins cloop.o
- dobin create_compressed_fs extract_compressed_fs
- cp debian/create_compressed_fs.1 debian/extract_compressed_fs.1
- doman debian/create_compressed_fs.1 debian/extract_compressed_fs.1
- dodoc CHANGELOG README
-}
-
-pkg_postinst () {
- einfo "Adding /dev/cloop device"
- if [ -e /dev/cloop ] ; then
- rm -f /dev/cloop
- fi
- mknod /dev/cloop b 240 0 || die
-}
diff --git a/sys-apps/cloop/cloop-2.00.ebuild b/sys-apps/cloop/cloop-2.00.ebuild
deleted file mode 100644
index 3c4c69316d85..000000000000
--- a/sys-apps/cloop/cloop-2.00.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cloop/cloop-2.00.ebuild,v 1.2 2004/06/24 22:00:19 agriffis Exp $
-
-inherit kernel-mod
-
-MY_PV="${PV}-1"
-MY_P="${PN}_${MY_PV}"
-DESCRIPTION="Compressed filesystem loopback kernel module"
-HOMEPAGE="http://www.knopper.net/knoppix/"
-SRC_URI="http://developer.linuxtag.net/knoppix/sources/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND=""
-
-# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND=""
-
-S=${WORKDIR}/${PN}-${PV}
-
-badversion () {
- eerror "This version of cloop will only compile against Linux 2.4.x"
- eerror "Please change where /usr/src/linux points to, or export the KERNEL_DIR"
- eerror "environment variable like this:"
- eerror
- eerror " KERNEL_DIR=\"<dir>\" emerge cloop"
-
- die "cloop ${PV} only works with Linux 2.4"
-}
-
-badconfig () {
- eerror "You have not enabled the zlib compression and/or decompression options"
- eerror "in your Linux kernel."
- eerror
- eerror "You must configure both options to be compiled into your kernel; cloop"
- eerror "will not compile if the zlib options are compiled as modules"
- die
-}
-
-src_compile() {
- kernel-mod_getversion
- [ "$KV_MAJOR" = "2" ] && [ "$KV_MINOR" != "4" ] && badversion
-
- . ${KERNEL_DIR}/.config || die "kernel has not been configured yet"
- [ "$CONFIG_ZLIB_INFLATE" != "y" ] && badconfig
- [ "$CONFIG_ZLIB_DEFLATE" != "y" ] && badconfig
-
- kernel-mod_src_compile
-}
-
-src_install() {
- insinto /lib/modules/$KV_VERSION_FULL/misc
- doins cloop.o
- dobin create_compressed_fs extract_compressed_fs
- cp debian/create_compressed_fs.1 debian/extract_compressed_fs.1
- doman debian/create_compressed_fs.1 debian/extract_compressed_fs.1
- dodoc CHANGELOG README
-}
-
-pkg_postinst () {
- einfo "Adding /dev/cloop devices"
- if [ -e /dev/cloop ] ; then
- rm -f /dev/cloop
- fi
- mknod /dev/cloop b 240 0 || die
- if [ -e /dev/cloop1 ] ; then
- rm -f /dev/cloop1
- fi
- mknod /dev/cloop1 b 240 1 || die
-}
diff --git a/sys-apps/cloop/files/digest-cloop-0.68 b/sys-apps/cloop/files/digest-cloop-0.68
deleted file mode 100644
index d953921d04f6..000000000000
--- a/sys-apps/cloop/files/digest-cloop-0.68
+++ /dev/null
@@ -1 +0,0 @@
-MD5 526b850ebe9296373471f8fd9d60ddff cloop_0.68-3.tar.gz 213474
diff --git a/sys-apps/cloop/files/digest-cloop-1.0 b/sys-apps/cloop/files/digest-cloop-1.0
deleted file mode 100644
index 8578ca866b69..000000000000
--- a/sys-apps/cloop/files/digest-cloop-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f88034ddcd74dab779ce029964c16766 cloop_1.0-1.tar.gz 32246
diff --git a/sys-apps/cloop/files/digest-cloop-1.02 b/sys-apps/cloop/files/digest-cloop-1.02
deleted file mode 100644
index 107b9855fbff..000000000000
--- a/sys-apps/cloop/files/digest-cloop-1.02
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bf5423599eb39d8bf068b0261d39339b cloop_1.02-1.tar.gz 20156
diff --git a/sys-apps/cloop/files/digest-cloop-2.00 b/sys-apps/cloop/files/digest-cloop-2.00
deleted file mode 100644
index 1e61447e13c1..000000000000
--- a/sys-apps/cloop/files/digest-cloop-2.00
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a18f5d97bae863b823c42cf6722ef769 cloop_2.00-1.tar.gz 21583
diff --git a/sys-apps/cloop/metadata.xml b/sys-apps/cloop/metadata.xml
deleted file mode 100644
index 96a2d586367d..000000000000
--- a/sys-apps/cloop/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>base-system</herd>
-</pkgmetadata>