summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/hwmultd/hwmultd-0.1.3-r1.ebuild')
-rw-r--r--sys-apps/hwmultd/hwmultd-0.1.3-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/hwmultd/hwmultd-0.1.3-r1.ebuild b/sys-apps/hwmultd/hwmultd-0.1.3-r1.ebuild
deleted file mode 100644
index 8a1a199..0000000
--- a/sys-apps/hwmultd/hwmultd-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit eutils multilib
-
-DESCRIPTION="A daemon to multicast or repsond to multicasted hardware info."
-HOMEPAGE="http://opensource.dyc.edu/hwmultd"
-SRC_URI="http://opensource.dyc.edu/pub/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewgroup hwmultd
- enewuser hwmultd -1 -1 /dev/null "hwmultd,uucp"
-}
-
-src_install() {
- dodir /etc/init.d
- newinitd "${FILESDIR}"/hwmultd.initd-r1 hwmultd
- newconfd "${FILESDIR}"/hwmultd.confd hwmultd
-
- emake DESTDIR="${D}" install
-
- #Remove libtool .la files
- cd "${D}"/usr/$(get_libdir)/hwmultd
- rm -f *.la
-}