diff options
author | Noel Darlow <mail@mcgruff.plus.com> | 2012-05-29 15:58:42 +0100 |
---|---|---|
committer | Noel Darlow <mail@mcgruff.plus.com> | 2012-05-29 15:58:42 +0100 |
commit | f6cdb664eeac37a48f02fbc979d8e2ebb7404ea0 (patch) | |
tree | b2b8ddf15d200b6dd16c1508f095b5f46e64f177 | |
parent | oops (diff) | |
download | underlay-f6cdb664eeac37a48f02fbc979d8e2ebb7404ea0.tar.gz underlay-f6cdb664eeac37a48f02fbc979d8e2ebb7404ea0.tar.bz2 underlay-f6cdb664eeac37a48f02fbc979d8e2ebb7404ea0.zip |
mumblemumbnl;e
-rw-r--r-- | media-tv/pvr/pvr-0.2.2.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/media-tv/pvr/pvr-0.2.2.ebuild b/media-tv/pvr/pvr-0.2.2.ebuild deleted file mode 100644 index bda8edd..0000000 --- a/media-tv/pvr/pvr-0.2.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit eutils - -DESCRIPTION="gentoo system management" -HOMEPAGE="" -SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-misc/bashfun - media-video/mplayer - media-video/projectx" - -#DEPEND="" - -src_install() { - #dosym /opt/pvr/bin/pvr.sh /opt/bin/pvr - insinto '/opt/pvr' - doins -r "${S}/opt/pvr" - insinto '/etc/pvr' - doins "${S}/etc/pvr/config.sh" - - # dosym PEBKAC - insinto '/opt/bin' - doins "${S}/opt/bin/pvr" -} - -pkg_postinst() { - elog - elog 'you may want to edit /etc/pvr/config.sh now - just follow instructions in the file' - elog -} |