patrick 15/01/07 04:14:47 Modified: ChangeLog Added: opendylan-bin-2014.1.ebuild Log: Bump (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.8 dev-lang/opendylan-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan-bin/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan-bin/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan-bin/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 7 Jan 2014 05:28:34 -0000 1.7 +++ ChangeLog 7 Jan 2015 04:14:47 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/opendylan-bin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v 1.7 2014/01/07 05:28:34 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v 1.8 2015/01/07 04:14:47 patrick Exp $ + +*opendylan-bin-2014.1 (07 Jan 2015) + + 07 Jan 2015; Patrick Lauer <[email protected]> +opendylan-bin-2014.1.ebuild: + Bump *opendylan-bin-2013.2 (07 Jan 2014) 1.1 dev-lang/opendylan-bin/opendylan-bin-2014.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan-bin/opendylan-bin-2014.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan-bin/opendylan-bin-2014.1.ebuild?rev=1.1&content-type=text/plain Index: opendylan-bin-2014.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/opendylan-bin-2014.1.ebuild,v 1.1 2015/01/07 04:14:47 patrick Exp $ EAPI=5 DESCRIPTION="OpenDylan language runtime environment (prebuilt)" MY_PN="opendylan" MY_P="${MY_PN}-${PV}" HOMEPAGE="http://opendylan.org" SRC_URI="amd64? ( http://opendylan.org/downloads/${MY_PN}/${PV}/${MY_P}-x86_64-linux.tar.bz2 ) x86? ( http://opendylan.org/downloads/${MY_PN}/${PV}/${MY_P}-x86-linux.tar.bz2 )" LICENSE="Opendylan" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-libs/boehm-gc" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} src_configure() { :; } src_compile() { :; } src_install() { # this is a precompiled tarball mkdir -p "${D}/opt/${MY_P}" cp -ar "${S}"/* "${D}/opt/${MY_P}" || die "Failed to copy stuff" mkdir -p "${D}/etc/env.d/opendylan" echo "export PATH=/opt/opendylan-${PV}/bin:\$PATH" > "${D}/etc/env.d/opendylan/99-opendylan-bin" || die "Failed to add env settings" }
