# Copyright 1999-2006 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.9 2006/05/13 20:58:05 george 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() { einfo "The envaironment has been set up to make gnat automatically find files for" einfo "Garlic. In order to immediately activate these settings please do:" einfo "env-update" einfo "source /etc/profile" einfo "Otherwise the settings will become active next time you login" }