summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.1_alpha1.ebuild')
-rw-r--r--media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.1_alpha1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.1_alpha1.ebuild b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.1_alpha1.ebuild
deleted file mode 100644
index 827cece730fb..000000000000
--- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.1_alpha1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.1_alpha1.ebuild,v 1.5 2005/09/12 13:38:10 swegener Exp $
-
-inherit eutils
-
-IUSE=""
-
-SRC_URI="mirror://gentoo/${P}.tgz"
-DESCRIPTION="scripts necessary for use of vdr as a set-top-box"
-HOMEPAGE="http://www.gentoo.org/"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~x86"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${P}-merge-commands.diff"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
- dodoc README TODO
-}
-
-pkg_postinst() {
- einfo "This packet contains no shutdown-script up to now."
- einfo
- ewarn "This is an alpha release!"
- ewarn "Please test carefully that everything works as expected."
-}