public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/opendylan: metadata.xml opendylan-2011.1.ebuild Manifest ChangeLog
@ 2012-08-20  9:21 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-08-20  9:21 UTC (permalink / raw
  To: gentoo-commits

patrick     12/08/20 09:21:25

  Added:                metadata.xml opendylan-2011.1.ebuild Manifest
                        ChangeLog
  Log:
  Initial import, ebuilds by me
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-lang/opendylan/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>patrick@gentoo.org</email>
		<name>Patrick Lauer</name>
	</maintainer>
</pkgmetadata>



1.1                  dev-lang/opendylan/opendylan-2011.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/opendylan-2011.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/opendylan-2011.1.ebuild?rev=1.1&content-type=text/plain

Index: opendylan-2011.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/opendylan-2011.1.ebuild,v 1.1 2012/08/20 09:21:25 patrick Exp $
EAPI=4

inherit autotools

RESTRICT="test"

DESCRIPTION="OpenDylan language runtime environment"

HOMEPAGE="http://opendylan.org"
SRC_URI="https://github.com/dylan-lang/opendylan/zipball/v2011.1 -> opendylan-2011.1.zip"
MY_P="dylan-lang-opendylan-23f8ab5" # WTF github, that's NOT funny

S=${WORKDIR}/${MY_P}

LICENSE="Opendylan"
SLOT="0"

# not tested on x86
KEYWORDS="~amd64"

IUSE=""

DEPEND="dev-libs/boehm-gc
	dev-lang/perl
	dev-perl/XML-Parser
	|| ( dev-lang/opendylan-bin dev-lang/opendylan )"
RDEPEND="${DEPEND}"

src_prepare() {
	mkdir -p build-aux
	elibtoolize && eaclocal || die "Fail"
	automake --foreign --add-missing # this one dies wrongfully
	eautoconf || die "Fail"
}

src_configure() {
	if has_version =dev-lang/opendylan-bin-2011.1; then
		PATH=/opt/opendylan-2011.1/bin/:$PATH
	fi
	econf || die
}

src_compile() {
	ulimit -s 32000 # this is naughty build system
	emake || die
}

src_install() {
	ulimit -s 32000 # this is naughty build system
	# because of Makefile weirdness it rebuilds quite a bit here
	# upstream has been notified
	emake -j1 DESTDIR=${D} install
}



1.1                  dev-lang/opendylan/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST opendylan-2011.1.zip 12228195 SHA256 5031ea08cc99093eb7187a1dcff766090ba47a2ffaed01fc8115167eb2ff8084 SHA512 5262dee4d854ff83ac738e5301844431a73019bc152aba47206fafd6e25c2e377e883a65228f3d4b2827ece19a55365c05876cb8d0f86d621d9274560ff541b5 WHIRLPOOL edb960dc4e12c6b442b5a8eb47fd2cdb717770fb6aa20a6e743cd1b4afb6a4c383de65c4260d685b8ad441de38443d10be72f049687a5a0e9a9795ab516a247a
EBUILD opendylan-2011.1.ebuild 1307 SHA256 f6e3fee146e973eba8fd265459b71bb2fac41b3ab12322788dbec60046fd46d7 SHA512 683d8f2dd0efa87cb2d8fc6e11932e9a7a085db53de4fb93c950d82065912cf395fcc97d916dc005174b3fcb47feca36525ee2ba7b44c0b2219fdd4a850c6b0f WHIRLPOOL 3ebb188d9283a12200f7af3ef31fcaf15379ff83ba5a8cd90c5ab568efc7ec4b441b0cc80a78f0313a72faafb89642cec1b93e1790f8c9c89a692c0a3582d47e
MISC metadata.xml 233 SHA256 65209e280ca6de32a92e1a57301ff69fb3472e55ba07848d6f80405d35e92d47 SHA512 0d30bfb39315a04767e07896409f5d3954f8e954e20fcbac7b92bb9a636c9f61c50b1b2cf55e6c1db9a199a0edc159b5c8cc8f541efb9c4adafa28e3652cff7b WHIRLPOOL 027c5101e1cbc665c9d2ef240f73a874c9f49a9b70175c5947e012df61de484585088a46b6ce9078816e548e6bcc326e7223539cc999159eee2757d0a2eb1480



1.1                  dev-lang/opendylan/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-lang/opendylan
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/ChangeLog,v 1.1 2012/08/20 09:21:25 patrick Exp $

*opendylan-2011.1 (20 Aug 2012)

  20 Aug 2012; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
  +opendylan-2011.1.ebuild:
  Initial import, ebuilds by me





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-20  9:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20  9:21 [gentoo-commits] gentoo-x86 commit in dev-lang/opendylan: metadata.xml opendylan-2011.1.ebuild Manifest ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox