summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-11-25 22:37:59 +0000
committerPeter Johanson <latexer@gentoo.org>2005-11-25 22:37:59 +0000
commitb038ab40f4c4500480abdd674fee79c15378a9f0 (patch)
treedf76fb5731ce3fb5c46a0f0b3aed94fac40f4ef2 /dev-lang/boo
parentstable on ppc64 (diff)
downloadgentoo-2-b038ab40f4c4500480abdd674fee79c15378a9f0.tar.gz
gentoo-2-b038ab40f4c4500480abdd674fee79c15378a9f0.tar.bz2
gentoo-2-b038ab40f4c4500480abdd674fee79c15378a9f0.zip
Fix version checks, and bump to new release.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/boo')
-rw-r--r--dev-lang/boo/ChangeLog8
-rw-r--r--dev-lang/boo/Manifest4
-rw-r--r--dev-lang/boo/boo-0.7.0.1921.ebuild12
-rw-r--r--dev-lang/boo/boo-0.7.5.2013.ebuild50
-rw-r--r--dev-lang/boo/files/digest-boo-0.7.5.20131
5 files changed, 67 insertions, 8 deletions
diff --git a/dev-lang/boo/ChangeLog b/dev-lang/boo/ChangeLog
index 510f3382aedc..b1af760dd653 100644
--- a/dev-lang/boo/ChangeLog
+++ b/dev-lang/boo/ChangeLog
@@ -1,6 +1,12 @@
# 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.9 2005/11/14 06:51:42 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/ChangeLog,v 1.10 2005/11/25 22:37:59 latexer Exp $
+
+*boo-0.7.5.2013 (25 Nov 2005)
+
+ 25 Nov 2005; Peter Johanson <latexer@gentoo.org> boo-0.7.0.1921.ebuild,
+ +boo-0.7.5.2013.ebuild:
+ Fix version checks, and bump to new release.
14 Nov 2005; Peter Johanson <latexer@gentoo.org> boo-0.7.0.1921.ebuild:
Add error messages and die pre-emptively when an older version of boo is
diff --git a/dev-lang/boo/Manifest b/dev-lang/boo/Manifest
index f69355e6ff63..522f2a590cf1 100644
--- a/dev-lang/boo/Manifest
+++ b/dev-lang/boo/Manifest
@@ -4,9 +4,11 @@ MD5 3dad3687cfedb14aeacb11189db355e5 ChangeLog 1342
MD5 ff4a81e4a8fc1781063e4e3e4a3f987a boo-0.5.4.1629.ebuild 1004
MD5 051648b66e18bb0c06f435bc2a9ba272 boo-0.5.5.1651.ebuild 1007
MD5 73d55666859a1b72edc827bec07f0e77 boo-0.6.0.1858.ebuild 816
-MD5 93960942fe7065b528a0784dfa62d4b1 boo-0.7.0.1921.ebuild 1322
+MD5 26769514bd53674a0945d2ecc611de87 boo-0.7.0.1921.ebuild 1324
+MD5 26769514bd53674a0945d2ecc611de87 boo-0.7.5.2013.ebuild 1324
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
MD5 1de3863c497999e7660d8dc83c4f61cf files/digest-boo-0.6.0.1858 72
MD5 15ea379034d13526f930f80782ad32cc files/digest-boo-0.7.0.1921 72
+MD5 049fe21251fdf30fc21a65188cfc635d files/digest-boo-0.7.5.2013 72
diff --git a/dev-lang/boo/boo-0.7.0.1921.ebuild b/dev-lang/boo/boo-0.7.0.1921.ebuild
index dcf6549f58a1..4b3db041a38d 100644
--- a/dev-lang/boo/boo-0.7.0.1921.ebuild
+++ b/dev-lang/boo/boo-0.7.0.1921.ebuild
@@ -1,6 +1,6 @@
# 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.7.0.1921.ebuild,v 1.3 2005/11/14 06:51:42 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.7.0.1921.ebuild,v 1.4 2005/11/25 22:37:59 latexer Exp $
inherit mono fdo-mime eutils
@@ -21,11 +21,11 @@ DEPEND=">=dev-lang/mono-1.1.4
>=x11-libs/gtksourceview-1.0.1"
src_unpack() {
- if best_version "dev-lang/boo"; then
- if ! has_version ">=dev-lang/boo-0.7.0.1921"; then
- eerror "This version of boo has a problem compiling when an older"
- eerror "of boo is present on the system. Please unmerge boo and"
- eerror "then try emerging this version of boo. See bug #108520"
+ if has_version "dev-lang/boo"; then
+ if ! has_version "=dev-lang/boo-${PV}"; then
+ eerror "This version of boo has a problem compiling when any other"
+ eerror "version of boo is present on the system. Please unmerge boo"
+ eerror "and then try emerging this version of boo. See bug #108520"
eerror "at https://bugs.gentoo.org/show_bug.cgi?id=108520 for more"
eerror "details."
die "Version of boo installed will cause compilation errors."
diff --git a/dev-lang/boo/boo-0.7.5.2013.ebuild b/dev-lang/boo/boo-0.7.5.2013.ebuild
new file mode 100644
index 000000000000..a760a9bae7d1
--- /dev/null
+++ b/dev-lang/boo/boo-0.7.5.2013.ebuild
@@ -0,0 +1,50 @@
+# 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.7.5.2013.ebuild,v 1.1 2005/11/25 22:37:59 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_unpack() {
+ if has_version "dev-lang/boo"; then
+ if ! has_version "=dev-lang/boo-${PV}"; then
+ eerror "This version of boo has a problem compiling when any other"
+ eerror "version of boo is present on the system. Please unmerge boo"
+ eerror "and then try emerging this version of boo. See bug #108520"
+ eerror "at https://bugs.gentoo.org/show_bug.cgi?id=108520 for more"
+ eerror "details."
+ die "Version of boo installed will cause compilation errors."
+ fi
+ fi
+
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile() {
+ LC_ALL="C" LANG="C" nant -D:install.prefix=/usr || die
+}
+
+src_install() {
+ LC_ALL="C" LANG="C" nant install \
+ -D:install.destdir=${D} -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
new file mode 100644
index 000000000000..a7a79ec8c4e6
--- /dev/null
+++ b/dev-lang/boo/files/digest-boo-0.7.5.2013
@@ -0,0 +1 @@
+MD5 7bc78b10bd1e757ff25c7e98d4ebbcdd boo-0.7.5.2013-src.tar.bz2 1400456