summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2005-07-05 11:31:12 +0000
committerJohn Mylchreest <johnm@gentoo.org>2005-07-05 11:31:12 +0000
commit1b48b87eb691cb28fbbd39a2ea2a6c04b556b11a (patch)
tree1b4f03ac3d468d80a43d6952653733076a4d4847 /sys-kernel/module-rebuild/module-rebuild-0.5.ebuild
parentStable on sparc. (diff)
downloadgentoo-2-1b48b87eb691cb28fbbd39a2ea2a6c04b556b11a.tar.gz
gentoo-2-1b48b87eb691cb28fbbd39a2ea2a6c04b556b11a.tar.bz2
gentoo-2-1b48b87eb691cb28fbbd39a2ea2a6c04b556b11a.zip
Fixes bugs #97765 & #97796
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-kernel/module-rebuild/module-rebuild-0.5.ebuild')
-rw-r--r--sys-kernel/module-rebuild/module-rebuild-0.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-kernel/module-rebuild/module-rebuild-0.5.ebuild b/sys-kernel/module-rebuild/module-rebuild-0.5.ebuild
new file mode 100644
index 000000000000..3e584c76be37
--- /dev/null
+++ b/sys-kernel/module-rebuild/module-rebuild-0.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/module-rebuild/module-rebuild-0.5.ebuild,v 1.1 2005/07/05 11:31:12 johnm Exp $
+
+DESCRIPTION="A utility to rebuild any kernel modules which you have installed."
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE=""
+
+DEPEND=""
+
+src_install() {
+ newsbin ${FILESDIR}/${P} ${PN}
+}
+