blob: 2dbe9fb0a79914c75371def9f7b5445cd5e6be2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/monodoc/monodoc-2.4.2.3.ebuild,v 1.2 2009/09/19 15:15:32 maekke Exp $
DESCRIPTION="Virtual for monodoc"
HOMEPAGE="http://www.mono-project.com/"
SRC_URI=""
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="~dev-lang/mono-${PV}"
DEPEND=""
#To-be-finalized
PROPERTIES="virtual"
|