summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-02-17 19:39:23 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-02-17 19:39:23 +0000
commitd892293ae9d301248785c5a5e61aabfed9ddf841 (patch)
tree8a6fc3cac8ffa4ed594f3871ccefaf91b604eee9 /sys-fs
parentPackage-Manager: portage-2.0.51-r15 (diff)
downloadhistorical-d892293ae9d301248785c5a5e61aabfed9ddf841.tar.gz
historical-d892293ae9d301248785c5a5e61aabfed9ddf841.tar.bz2
historical-d892293ae9d301248785c5a5e61aabfed9ddf841.zip
Clean out old ebuilds.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/submount/ChangeLog6
-rw-r--r--sys-fs/submount/Manifest6
-rw-r--r--sys-fs/submount/files/digest-submount-0.9-r12
-rw-r--r--sys-fs/submount/submount-0.9-r1.ebuild59
4 files changed, 7 insertions, 66 deletions
diff --git a/sys-fs/submount/ChangeLog b/sys-fs/submount/ChangeLog
index a091e3bad306..d42dba214a5c 100644
--- a/sys-fs/submount/ChangeLog
+++ b/sys-fs/submount/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/submount
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/ChangeLog,v 1.14 2005/02/17 19:12:12 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/ChangeLog,v 1.15 2005/02/17 19:39:23 genstef Exp $
+
+ 17 Feb 2005; Stefan Schweizer <genstef@gentoo.org>
+ -submount-0.9-r1.ebuild:
+ Clean out old ebuilds.
17 Feb 2005; Michael Hanselmann <hansmi@gentoo.org>
submount-0.9-r2.ebuild:
diff --git a/sys-fs/submount/Manifest b/sys-fs/submount/Manifest
index db0f3298eebf..f52b4fe2e6d2 100644
--- a/sys-fs/submount/Manifest
+++ b/sys-fs/submount/Manifest
@@ -1,6 +1,4 @@
-MD5 c3aedbfe00ee1a825a9d5760b4b4271e metadata.xml 316
-MD5 6cc0c937b818c67158550629fac70491 submount-0.9-r1.ebuild 1339
-MD5 e280e94ec85fc8e4be5a51002b31ecb4 ChangeLog 1912
MD5 7873d16296afe4c5d5e2f18da6efdbe8 submount-0.9-r2.ebuild 1354
+MD5 c94d4611aca954a11188ec8b3f3e48f2 ChangeLog 2019
+MD5 c3aedbfe00ee1a825a9d5760b4b4271e metadata.xml 316
MD5 f8a7a9ce45e2bebda73720c85f3307be files/digest-submount-0.9-r2 130
-MD5 f8a7a9ce45e2bebda73720c85f3307be files/digest-submount-0.9-r1 130
diff --git a/sys-fs/submount/files/digest-submount-0.9-r1 b/sys-fs/submount/files/digest-submount-0.9-r1
deleted file mode 100644
index 934c82f576ec..000000000000
--- a/sys-fs/submount/files/digest-submount-0.9-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 5d8d9de153173b84a797bbd616981177 submount-2.4-0.9.tar.gz 88203
-MD5 f6abac328dbfb265eff18561065575c6 submount-0.9.tar.gz 75476
diff --git a/sys-fs/submount/submount-0.9-r1.ebuild b/sys-fs/submount/submount-0.9-r1.ebuild
deleted file mode 100644
index d5ec2dc937b4..000000000000
--- a/sys-fs/submount/submount-0.9-r1.ebuild
+++ /dev/null
@@ -1,59 +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/submount/submount-0.9-r1.ebuild,v 1.5 2005/01/28 05:39:27 genstef Exp $
-
-inherit linux-mod
-
-DESCRIPTION="Submount is a new attempt to solve the removable media problem for Linux."
-HOMEPAGE="http://submount.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-2.4-${PV}.tar.gz
- mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~alpha ppc ~sparc ~amd64"
-IUSE=""
-
-MODULE_NAMES="subfs(fs:${S}/subfs-${MY_PV})"
-BUILD_PARAMS="KDIR=${KV_DIR}"
-BUILD_TARGETS="default"
-
-pkg_setup() {
- linux-mod_pkg_setup
- if kernel_is 2 4
- then
- MY_PV="2.4-${PV}"
- elif ! use_m
- then
- eerror "This version of submount requires a kernel of 2.6.6 or greater"
- die "Kernel is too old."
- else
- MY_PV="${PV}"
- fi
-
- MY_P="${PN}-${MY_PV}"
- S="${WORKDIR}/${MY_P}"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- convert_to_m ${S}/subfs-${MY_PV}/Makefile
-}
-
-src_compile() {
- cd ${S}/submountd-${MY_PV}
- econf || die "econf failed"
- emake || die "emake failed"
-
- linux-mod_src_compile
-}
-
-src_install() {
- cd ${S}/submountd-${MY_PV}
- make install DESTDIR=${D} mandir=/usr/share/man || die "make install failed"
-
- linux-mod_src_install
-
- cd ${S}
- ./rename-docs ${PV}
- dodoc README* COPYING INSTALL*
-}