diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-05-31 11:41:14 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-05-31 11:41:14 +0000 |
commit | db2c9a9f91e46d14b70cec3da2656e0c88195a4e (patch) | |
tree | 5678fcf3061748277ba2dfa4c09f8dc7ec965b10 /dev-lang/boo | |
parent | Initial version (diff) | |
download | historical-db2c9a9f91e46d14b70cec3da2656e0c88195a4e.tar.gz historical-db2c9a9f91e46d14b70cec3da2656e0c88195a4e.tar.bz2 historical-db2c9a9f91e46d14b70cec3da2656e0c88195a4e.zip |
Bump.
Package-Manager: portage-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 | 4 | ||||
-rw-r--r-- | dev-lang/boo/boo-0.5.5.1651.ebuild | 41 | ||||
-rw-r--r-- | dev-lang/boo/files/digest-boo-0.5.5.1651 | 1 |
4 files changed, 51 insertions, 2 deletions
diff --git a/dev-lang/boo/ChangeLog b/dev-lang/boo/ChangeLog index 91db273e8e9e..53c0c1043d6d 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.3 2005/05/24 02:04:31 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.4 2005/05/31 11:41:14 latexer Exp $ + +*boo-0.5.5.1651 (31 May 2005) + + 31 May 2005; Peter Johanson <latexer@gentoo.org> +boo-0.5.5.1651.ebuild: + Bump. *boo-0.5.4.1629 (24 May 2005) diff --git a/dev-lang/boo/Manifest b/dev-lang/boo/Manifest index 4a0b9601181f..43974e420547 100644 --- a/dev-lang/boo/Manifest +++ b/dev-lang/boo/Manifest @@ -1,6 +1,8 @@ MD5 a04defa7030d43d593bafbc609d3c757 boo-0.5.3.1544.ebuild 785 MD5 3df553e94423a0075a61a43a56dc6726 metadata.xml 256 -MD5 82831e8bb698315bcc832c08919f08ad ChangeLog 565 +MD5 ea85cdeaf9d43761e06831899af45b5c ChangeLog 680 MD5 ff4a81e4a8fc1781063e4e3e4a3f987a boo-0.5.4.1629.ebuild 1004 +MD5 fc11171f9dba5da7a51c7bea6900054a boo-0.5.5.1651.ebuild 1004 MD5 d8e8a5727bdfb8086ded71c915d905da files/digest-boo-0.5.3.1544 72 MD5 60be7aea7d4d4e9141c3043c9defef93 files/digest-boo-0.5.4.1629 72 +MD5 6cdc9176e0de62aa279c4e2eee14438f files/digest-boo-0.5.5.1651 72 diff --git a/dev-lang/boo/boo-0.5.5.1651.ebuild b/dev-lang/boo/boo-0.5.5.1651.ebuild new file mode 100644 index 000000000000..688d37013ec1 --- /dev/null +++ b/dev-lang/boo/boo-0.5.5.1651.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.5.1651.ebuild,v 1.1 2005/05/31 11:41:14 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.5.1651 b/dev-lang/boo/files/digest-boo-0.5.5.1651 new file mode 100644 index 000000000000..b068607a09e6 --- /dev/null +++ b/dev-lang/boo/files/digest-boo-0.5.5.1651 @@ -0,0 +1 @@ +MD5 4674fa8845802ebcc2cca111eef1afd9 boo-0.5.5.1651-src.tar.bz2 1250686 |