summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-04-12 12:17:37 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-04-12 12:17:37 +0000
commit754dcf4eaa9d69913ce63dde2f8c5ceac1485c36 (patch)
tree4e7c0c87eb147e59dff69d48f098a5948c62d4e3 /dev-lang/prothon
parent~amd64 (diff)
downloadhistorical-754dcf4eaa9d69913ce63dde2f8c5ceac1485c36.tar.gz
historical-754dcf4eaa9d69913ce63dde2f8c5ceac1485c36.tar.bz2
historical-754dcf4eaa9d69913ce63dde2f8c5ceac1485c36.zip
Version bump.
Diffstat (limited to 'dev-lang/prothon')
-rw-r--r--dev-lang/prothon/ChangeLog7
-rw-r--r--dev-lang/prothon/Manifest4
-rw-r--r--dev-lang/prothon/files/digest-prothon-0.0.3_p2821
-rw-r--r--dev-lang/prothon/prothon-0.0.3_p282.ebuild32
4 files changed, 42 insertions, 2 deletions
diff --git a/dev-lang/prothon/ChangeLog b/dev-lang/prothon/ChangeLog
index 7322cec5946f..0ed014d7224c 100644
--- a/dev-lang/prothon/ChangeLog
+++ b/dev-lang/prothon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/prothon
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/prothon/ChangeLog,v 1.1 2004/04/02 09:53:56 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/prothon/ChangeLog,v 1.2 2004/04/12 12:17:37 kloeri Exp $
+
+*prothon-0.0.3_p282 (12 Apr 2004)
+
+ 12 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> prothon-0.0.3_p282.ebuild:
+ Version bump.
*prothon-0.0.2_p190 (02 Apr 2004)
diff --git a/dev-lang/prothon/Manifest b/dev-lang/prothon/Manifest
index 60dfe37657bc..e9bc741d9667 100644
--- a/dev-lang/prothon/Manifest
+++ b/dev-lang/prothon/Manifest
@@ -1,4 +1,6 @@
MD5 e3327cb64aa84cefed8795e9fb486dd5 prothon-0.0.2_p190.ebuild 711
MD5 a89a9203ca221ae8b783d1393343f6ee metadata.xml 217
-MD5 2e45d6bf8ef670368dd2e11b2a60ff4d ChangeLog 412
+MD5 cf911f2968df6c881bd138441e35d0ac ChangeLog 543
+MD5 2dc022164d42b33c17dbf9a25a67062b prothon-0.0.3_p282.ebuild 793
MD5 53318b104731bf4bb7b7f3938302d0b3 files/digest-prothon-0.0.2_p190 70
+MD5 f1a68fc5db1aa5050f9d8bc43db5f5f8 files/digest-prothon-0.0.3_p282 70
diff --git a/dev-lang/prothon/files/digest-prothon-0.0.3_p282 b/dev-lang/prothon/files/digest-prothon-0.0.3_p282
new file mode 100644
index 000000000000..352499eb92f2
--- /dev/null
+++ b/dev-lang/prothon/files/digest-prothon-0.0.3_p282
@@ -0,0 +1 @@
+MD5 3408599ac9dbfa527ac0485114ca5f44 prothon-0.0.3-b282.tar.gz 437034
diff --git a/dev-lang/prothon/prothon-0.0.3_p282.ebuild b/dev-lang/prothon/prothon-0.0.3_p282.ebuild
new file mode 100644
index 000000000000..fa115f266c4e
--- /dev/null
+++ b/dev-lang/prothon/prothon-0.0.3_p282.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.0.3_p282.ebuild,v 1.1 2004/04/12 12:17:37 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"
+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
+}