diff options
author | Peter Johanson <latexer@gentoo.org> | 2006-10-29 16:56:27 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2006-10-29 16:56:27 +0000 |
commit | 3691b45e410eb95b7a979ab9a588c1f5a6121525 (patch) | |
tree | bd9da6c52bc0db179b895ec6cb6e57c02506641c /dev-lang/boo | |
parent | remove duplicate configure option (diff) | |
download | gentoo-2-3691b45e410eb95b7a979ab9a588c1f5a6121525.tar.gz gentoo-2-3691b45e410eb95b7a979ab9a588c1f5a6121525.tar.bz2 gentoo-2-3691b45e410eb95b7a979ab9a588c1f5a6121525.zip |
Bump. Now builds against the 2.0 profile
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'dev-lang/boo')
-rw-r--r-- | dev-lang/boo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/boo/boo-0.7.6.2237.ebuild | 34 | ||||
-rw-r--r-- | dev-lang/boo/files/digest-boo-0.7.5.2013 | 2 | ||||
-rw-r--r-- | dev-lang/boo/files/digest-boo-0.7.6.2237 | 3 |
4 files changed, 45 insertions, 1 deletions
diff --git a/dev-lang/boo/ChangeLog b/dev-lang/boo/ChangeLog index 7eb28194f4b7..35dc5c160899 100644 --- a/dev-lang/boo/ChangeLog +++ b/dev-lang/boo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/boo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.11 2006/01/19 05:40:36 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.12 2006/10/29 16:56:27 latexer Exp $ + +*boo-0.7.6.2237 (29 Oct 2006) + + 29 Oct 2006; Peter Johanson <latexer@gentoo.org> +boo-0.7.6.2237.ebuild: + Bump. Now builds against the 2.0 profile 19 Jan 2006; Peter Johanson <latexer@gentoo.org> -boo-0.5.3.1544.ebuild, -boo-0.5.4.1629.ebuild, -boo-0.5.5.1651.ebuild, -boo-0.6.0.1858.ebuild, diff --git a/dev-lang/boo/boo-0.7.6.2237.ebuild b/dev-lang/boo/boo-0.7.6.2237.ebuild new file mode 100644 index 000000000000..3ce809e9a4e1 --- /dev/null +++ b/dev-lang/boo/boo-0.7.6.2237.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.7.6.2237.ebuild,v 1.1 2006/10/29 16:56:27 latexer Exp $ + +inherit mono fdo-mime eutils + +DESCRIPTION="A wrist friendly language for the CLI" +HOMEPAGE="http://boo.codehaus.org/" + +SRC_URI="http://dist.codehaus.org/boo/distributions/${P}-src.tar.bz2" + +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=dev-lang/mono-1.1.4 + dev-dotnet/nant + x11-misc/shared-mime-info + >=x11-libs/gtksourceview-1.0.1" + +src_compile() { + LC_ALL="C" LANG="C" nant -t:mono-2.0 -D:install.prefix=/usr || die +} + +src_install() { + LC_ALL="C" LANG="C" nant install \ + -D:install.destdir=${D} -t:mono-2.0 -D:install.prefix=/usr || die +} + +pkg_postinst() { + fdo-mime_desktop_database_update +} diff --git a/dev-lang/boo/files/digest-boo-0.7.5.2013 b/dev-lang/boo/files/digest-boo-0.7.5.2013 index a7a79ec8c4e6..d3364bfdb032 100644 --- a/dev-lang/boo/files/digest-boo-0.7.5.2013 +++ b/dev-lang/boo/files/digest-boo-0.7.5.2013 @@ -1 +1,3 @@ MD5 7bc78b10bd1e757ff25c7e98d4ebbcdd boo-0.7.5.2013-src.tar.bz2 1400456 +RMD160 42ae3af01d9b848e9fa33878b058cb59286eea84 boo-0.7.5.2013-src.tar.bz2 1400456 +SHA256 495f5342a5bcc9224d4fa7778e0497764e2a1663a15e60c701a83fddd666724a boo-0.7.5.2013-src.tar.bz2 1400456 diff --git a/dev-lang/boo/files/digest-boo-0.7.6.2237 b/dev-lang/boo/files/digest-boo-0.7.6.2237 new file mode 100644 index 000000000000..55c2e3ba8190 --- /dev/null +++ b/dev-lang/boo/files/digest-boo-0.7.6.2237 @@ -0,0 +1,3 @@ +MD5 9096b739651d7e9855ae088fd63a819c boo-0.7.6.2237-src.tar.bz2 1882826 +RMD160 4c2f7dbc9dafb0f33f8712cff3bdcc1e252101c2 boo-0.7.6.2237-src.tar.bz2 1882826 +SHA256 bd6d2ba2d5b160dd0ce452f43e71d799bf90cd07352b9f76709d176352529329 boo-0.7.6.2237-src.tar.bz2 1882826 |