# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ada/garlic/garlic-3.15p-r1.ebuild,v 1.10 2007/01/25 23:53:37 genone Exp $ S="${WORKDIR}/glade-${PV}-src" DESCRIPTION="The GNAT implementation of the ARM Annex for Distributed Systems." SRC_URI="http://gd.tuwien.ac.at/languages/ada/gnat/3.15p/glade/glade-${PV}-src.tgz" HOMEPAGE="http://www.gnat.com/" LICENSE="GMGPL" DEPEND=" ${D}/etc/env.d/55garlic echo "ADA_INCLUDE_PATH=/usr/lib/ada/adainclude/${PN}" \ >> ${D}/etc/env.d/55garlic } pkg_postinst() { elog "The environment has been set up to make gnat automatically find files for" elog "Garlic. In order to immediately activate these settings please do:" elog "env-update" elog "source /etc/profile" elog "Otherwise the settings will become active next time you login" }