# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="prefix" DESCRIPTION="Manages the EPREFIX/Library/LaunchAgents to ~/Library/LaunchAgents symlinks" HOMEPAGE="http://www.dicianno.org/" #SRC_URI="http://www.dicianno.org/files/eselect-${P}.bz2" SRC_URI="http://www.dicianno.org/svn/PrefixPortage/branches/software/${PN}/${PN/eselect-}.eselect-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~x86-macos" IUSE="" RDEPEND=">=app-admin/eselect-1.0.6" src_install() { insinto /usr/share/eselect/modules newins "${DISTDIR}/${PN/eselect-}.eselect-${PV}" launchdagents.eselect || die }