summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-05-24 20:57:20 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-05-24 20:57:20 +0000
commit96206e12336fcba5dfbe331a3d4cfb19c8ddc7cd (patch)
tree2d177908298b78ef1f044175c87389e72c051f75 /dev-lang/prothon
parentooops... would help if the install wasn't there... thanks Mr_Bones_ (diff)
downloadhistorical-96206e12336fcba5dfbe331a3d4cfb19c8ddc7cd.tar.gz
historical-96206e12336fcba5dfbe331a3d4cfb19c8ddc7cd.tar.bz2
historical-96206e12336fcba5dfbe331a3d4cfb19c8ddc7cd.zip
Bump version.
Diffstat (limited to 'dev-lang/prothon')
-rw-r--r--dev-lang/prothon/Manifest6
-rw-r--r--dev-lang/prothon/files/digest-prothon-0.1.0_p5321
-rw-r--r--dev-lang/prothon/prothon-0.1.0_p532.ebuild32
3 files changed, 37 insertions, 2 deletions
diff --git a/dev-lang/prothon/Manifest b/dev-lang/prothon/Manifest
index 186fa739eb4c..994f7d20da80 100644
--- a/dev-lang/prothon/Manifest
+++ b/dev-lang/prothon/Manifest
@@ -1,6 +1,8 @@
-MD5 6450c99b6e1aa9b2c2bea88b470a49d7 ChangeLog 675
+MD5 f9f9baae90bbb605dfaffd81afce8e70 prothon-0.1.0_p532.ebuild 800
+MD5 4b6c6e05b913f8dbab592f11966e3864 prothon-0.0.4_p328.ebuild 799
MD5 a89a9203ca221ae8b783d1393343f6ee metadata.xml 217
+MD5 6450c99b6e1aa9b2c2bea88b470a49d7 ChangeLog 675
MD5 2dc022164d42b33c17dbf9a25a67062b prothon-0.0.3_p282.ebuild 793
-MD5 4b6c6e05b913f8dbab592f11966e3864 prothon-0.0.4_p328.ebuild 799
MD5 f1a68fc5db1aa5050f9d8bc43db5f5f8 files/digest-prothon-0.0.3_p282 70
MD5 b3bcb64117f7efa24fb0a61f8c9f47da files/digest-prothon-0.0.4_p328 70
+MD5 dd8e0f1d897db68c4f2b487872ed79d5 files/digest-prothon-0.1.0_p532 70
diff --git a/dev-lang/prothon/files/digest-prothon-0.1.0_p532 b/dev-lang/prothon/files/digest-prothon-0.1.0_p532
new file mode 100644
index 000000000000..b8ff6754de74
--- /dev/null
+++ b/dev-lang/prothon/files/digest-prothon-0.1.0_p532
@@ -0,0 +1 @@
+MD5 b85038c128c2b74222583c15e67030fe prothon-0.1.0-b532.tar.gz 730641
diff --git a/dev-lang/prothon/prothon-0.1.0_p532.ebuild b/dev-lang/prothon/prothon-0.1.0_p532.ebuild
new file mode 100644
index 000000000000..263cf5426763
--- /dev/null
+++ b/dev-lang/prothon/prothon-0.1.0_p532.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/prothon/prothon-0.1.0_p532.ebuild,v 1.1 2004/05/24 20:57:20 kloeri Exp $
+
+MY_P=${P/_p/-b}
+DESCRIPTION="A classless prototype-based programming language with the sensibilities of Python."
+HOMEPAGE="http://www.prothon.org/"
+SRC_URI="http://www.prothon.org/pub/${PN}/${MY_P}.tar.gz"
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+IUSE=""
+DEPEND="virtual/glibc
+ sys-devel/gcc
+ sys-devel/make
+ sys-devel/bison
+ dev-libs/apr
+ dev-libs/boost"
+
+#S=${WORKDIR}/${MY_P/-b/-r}
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ einfo `pwd`
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc CHANGES.txt INSTALL LICENSE README.txt STATUS.txt
+}