blob: e0745d84c14b3efdf1b02d57e7650904f323375b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.21.ebuild,v 1.1 2008/03/03 17:25:04 cardoe Exp $
DESCRIPTION="stub build"
HOMEPAGE="http://www.gentoo.org"
SRC_URI=""
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
pkg_postinst() {
ewarn "This is a stub ebuild for upgrading to 0.21."
ewarn "Unmerge it since it's integrated into MythTV"
}
|