diff options
author | John Mylchreest <johnm@gentoo.org> | 2005-04-14 10:29:23 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2005-04-14 10:29:23 +0000 |
commit | d66a001d3538c4b6897e6bb8236296049bd2e9fd (patch) | |
tree | 93652465eb9a55de831f2a01d4a4bfb015794fbd /app-admin/modconf | |
parent | added ~amd64 to KEYWORDS, fixes #88637 (diff) | |
download | historical-d66a001d3538c4b6897e6bb8236296049bd2e9fd.tar.gz historical-d66a001d3538c4b6897e6bb8236296049bd2e9fd.tar.bz2 historical-d66a001d3538c4b6897e6bb8236296049bd2e9fd.zip |
modconf removed from the tree.
Diffstat (limited to 'app-admin/modconf')
-rw-r--r-- | app-admin/modconf/ChangeLog | 23 | ||||
-rw-r--r-- | app-admin/modconf/Manifest | 4 | ||||
-rw-r--r-- | app-admin/modconf/files/digest-modconf-0.2.43 | 1 | ||||
-rw-r--r-- | app-admin/modconf/files/modconf-0.2.43-gentoo.patch | 26 | ||||
-rw-r--r-- | app-admin/modconf/modconf-0.2.43.ebuild | 44 |
5 files changed, 0 insertions, 98 deletions
diff --git a/app-admin/modconf/ChangeLog b/app-admin/modconf/ChangeLog deleted file mode 100644 index 34ba6292c906..000000000000 --- a/app-admin/modconf/ChangeLog +++ /dev/null @@ -1,23 +0,0 @@ -# ChangeLog for app-admin/modconf -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/modconf/ChangeLog,v 1.6 2005/01/01 11:11:43 eradicator Exp $ - - 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - modconf-0.2.43.ebuild: - Masked modconf-0.2.43.ebuild stable for ppc - - 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> modconf-0.2.43.ebuild: - Don't assign default to S; header fix - -*modconf-0.2.43 (09 Mar 2003) - - 28 Mar 2003; Pieter Van den Abeele <pvdabeel@gentoo.org> modconf-0.2.43.ebuild : - Works on ppc: moving from unknown to unstable ppc - - 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org> modconf-0.2.43.ebuild, - modconf-0.2.43-gentoo.patch : - Initial import. Ebuild requested by Denny Schierz <linuxmail@4lin.net>. - It mostly works, but should need some more tweaking ... need to figure out - why whiplash (dev-libs/newt) segfault for instance, and why I cannot seem to - edit options for modules. - diff --git a/app-admin/modconf/Manifest b/app-admin/modconf/Manifest deleted file mode 100644 index e71158cf2cc8..000000000000 --- a/app-admin/modconf/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 f45b35db5d6db674cf9e9cff2faeb23d ChangeLog 1045 -MD5 c8224fe2b6b8d852a834616255ae394e modconf-0.2.43.ebuild 1076 -MD5 835eb4a6691bff9e97ae7f72962c1f6a files/digest-modconf-0.2.43 66 -MD5 2980e0a4bc14b2b992027feee59c47d0 files/modconf-0.2.43-gentoo.patch 1067 diff --git a/app-admin/modconf/files/digest-modconf-0.2.43 b/app-admin/modconf/files/digest-modconf-0.2.43 deleted file mode 100644 index 66eb8027a552..000000000000 --- a/app-admin/modconf/files/digest-modconf-0.2.43 +++ /dev/null @@ -1 +0,0 @@ -MD5 047158f552c133ef4672bc909a6715c6 modconf_0.2.43.tar.gz 148061 diff --git a/app-admin/modconf/files/modconf-0.2.43-gentoo.patch b/app-admin/modconf/files/modconf-0.2.43-gentoo.patch deleted file mode 100644 index 9a7b41b08660..000000000000 --- a/app-admin/modconf/files/modconf-0.2.43-gentoo.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -urN modconf-0.2.43/modules/dialog modconf-0.2.43.gentoo/modules/dialog ---- modconf-0.2.43/modules/dialog 2002-02-27 23:17:13.000000000 +0200 -+++ modconf-0.2.43.gentoo/modules/dialog 2003-03-09 21:54:27.000000000 +0200 -@@ -8,7 +8,7 @@ - # Bruce Perens, November 1995 - # This is free software under the GNU General Public License. - --export DIALOG_COMMAND=whiptail -+export DIALOG_COMMAND=dialog - #test -x /usr/bin/dialog && export DIALOG_COMMAND=dialog - # dialog breaks on zero-arguments - -diff -urN modconf-0.2.43/modules/params modconf-0.2.43.gentoo/modules/params ---- modconf-0.2.43/modules/params 2002-03-26 07:58:30.000000000 +0200 -+++ modconf-0.2.43.gentoo/modules/params 2003-03-09 20:48:56.000000000 +0200 -@@ -48,8 +48,8 @@ - KernelVersion=$(uname -r) - - Dir_Prefix=$Target/lib/modules/$KernelVersion --CFGFILE=$Target/etc/modules.conf --MODULESFILE=$Target/etc/modules -+CFGFILE=$Target/etc/modules.d/modconf -+MODULESFILE=$Target/etc/modules.autoload - MODUTILSDIR=$Target/etc/modutils - - CFGHEADER="### This file is automatically generated by update-modules" diff --git a/app-admin/modconf/modconf-0.2.43.ebuild b/app-admin/modconf/modconf-0.2.43.ebuild deleted file mode 100644 index 15f7e3993ef7..000000000000 --- a/app-admin/modconf/modconf-0.2.43.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/app-admin/modconf/modconf-0.2.43.ebuild,v 1.9 2005/01/01 11:11:43 eradicator Exp $ - -# Some notes: This should rather depend on dev-libs/newt, and use whiptail, -# not dev-util/dialog. -# -# I could not get it to edit module options, but mostly because I -# have 2.5 on this box, and a limited 2.4 on my gateway, so it -# "should" work, but is not really tested. - -inherit eutils - -IUSE="" - -DESCRIPTION="Modconf provides a GUI for installing and configuring device driver modules." -SRC_URI="mirror://debian/pool/main/m/modconf/${P/-/_}.tar.gz" -HOMEPAGE="http://packages.debian.org/stable/base/modconf.html" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" - -DEPEND="dev-util/dialog - virtual/modutils" - -pkg_setup() { - check_KV -} - -src_unpack() { - unpack ${A} - - cd ${S}; epatch ${FILESDIR}/${P}-gentoo.patch -} - -src_compile() { - emake || die -} - -src_install() { - make DESTDIR=${D} install || die -} - |