diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-05-24 02:04:31 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-05-24 02:04:31 +0000 |
commit | 301eabb86fcffe605d3b6ad50882babed441b022 (patch) | |
tree | a092f5d3a888ec71e5e265939c6320a6c7aec08b /dev-lang/boo | |
parent | Improved functionality wrt clamav-milter, upgraded milter readme. (diff) | |
download | gentoo-2-301eabb86fcffe605d3b6ad50882babed441b022.tar.gz gentoo-2-301eabb86fcffe605d3b6ad50882babed441b022.tar.bz2 gentoo-2-301eabb86fcffe605d3b6ad50882babed441b022.zip |
Bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang/boo')
-rw-r--r-- | dev-lang/boo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/boo/Manifest | 16 | ||||
-rw-r--r-- | dev-lang/boo/boo-0.5.4.1629.ebuild | 41 | ||||
-rw-r--r-- | dev-lang/boo/files/digest-boo-0.5.4.1629 | 1 |
4 files changed, 52 insertions, 13 deletions
diff --git a/dev-lang/boo/ChangeLog b/dev-lang/boo/ChangeLog index c888739096b2..91db273e8e9e 100644 --- a/dev-lang/boo/ChangeLog +++ b/dev-lang/boo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/boo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.2 2005/05/21 09:19:01 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.3 2005/05/24 02:04:31 latexer Exp $ + +*boo-0.5.4.1629 (24 May 2005) + + 24 May 2005; Peter Johanson <latexer@gentoo.org> +boo-0.5.4.1629.ebuild: + Bump. 19 May 2005; Tom Martin <slarti@gentoo.org> boo-0.5.3.1544.ebuild: Marked ~amd64. diff --git a/dev-lang/boo/Manifest b/dev-lang/boo/Manifest index d5b2aeec8fda..c1f77be79cfd 100644 --- a/dev-lang/boo/Manifest +++ b/dev-lang/boo/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b52acd65246932d473ff9553d891b7db ChangeLog 449 -MD5 3df553e94423a0075a61a43a56dc6726 metadata.xml 256 MD5 a04defa7030d43d593bafbc609d3c757 boo-0.5.3.1544.ebuild 785 +MD5 3df553e94423a0075a61a43a56dc6726 metadata.xml 256 +MD5 b52acd65246932d473ff9553d891b7db ChangeLog 449 +MD5 b40a4b5bdc7ebbb6f775bf75e5aae76e boo-0.5.4.1629.ebuild 1003 MD5 d8e8a5727bdfb8086ded71c915d905da files/digest-boo-0.5.3.1544 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCjv0bCHk4+ZoBpvsRAj+HAKCrhJOnP0x7vN/ojptS7nvxeNqScACgxrHj -TdYZF2+wf48v61smiqOfLTw= -=utHS ------END PGP SIGNATURE----- +MD5 60be7aea7d4d4e9141c3043c9defef93 files/digest-boo-0.5.4.1629 72 diff --git a/dev-lang/boo/boo-0.5.4.1629.ebuild b/dev-lang/boo/boo-0.5.4.1629.ebuild new file mode 100644 index 000000000000..8c9adb3ed0fa --- /dev/null +++ b/dev-lang/boo/boo-0.5.4.1629.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.5.4.1629.ebuild,v 1.1 2005/05/24 02:04:31 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="~x86 ~amd64" +IUSE="" + +DEPEND=">=dev-lang/mono-1.1.4 + dev-dotnet/nant + x11-misc/shared-mime-info + >=x11-libs/gtksourceview-1.0.1" + + +#S=${WORKDIR} + +src_compile() { + nant -D:install.prefix=/usr || die +} + +src_install() { + nant install -D:install.destdir=${D} -D:install.prefix=/usr || die +} + +pkg_postinst() { + fdo-mime_desktop_database_update + + echo + ewarn "This version of boo has renamed the assembly Boo.dll to Boo.Lang.dll" + ewarn "You may need to recompile any applications that use boo, like" + ewarn "monodevelop, after upgrading to this version of boo." +} diff --git a/dev-lang/boo/files/digest-boo-0.5.4.1629 b/dev-lang/boo/files/digest-boo-0.5.4.1629 new file mode 100644 index 000000000000..a87219b9bb45 --- /dev/null +++ b/dev-lang/boo/files/digest-boo-0.5.4.1629 @@ -0,0 +1 @@ +MD5 ff0710518226078d7c04c67f5f9bb44a boo-0.5.4.1629-src.tar.bz2 1244681 |