root/app-admin/eselect-dmd/eselect-dmd-20090203.ebuild

User picture

Author: Naryl

Revision: 118 («Previous)


File Size: 486 Bytes

(February 03, 2009 17:43 UTC) Over 3 years ago

Update to eselect-dmd

 
Show/hide line numbers
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Manages configuration for DMD versions and libraries"
HOMEPAGE="http://www.assembla.com/wiki/show/d-overlay"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
IUSE=""

RDEPEND=">=app-admin/eselect-1.0.2"

src_install() {
	insinto /usr/share/eselect/modules
	newins "${FILESDIR}/dmd.eselect-${PVR}" dmd.eselect || die
}