diff options
author | 2004-05-24 20:57:20 +0000 | |
---|---|---|
committer | 2004-05-24 20:57:20 +0000 | |
commit | f642d82e7e9619cd1e62d54f509c044c8989b8bf (patch) | |
tree | fdd42712b32d3b1853ed98d1c48e1056b9ff164d /dev-lang/prothon | |
parent | ooops... would help if the install wasn't there... thanks Mr_Bones_ (Manifest... (diff) | |
download | gentoo-2-f642d82e7e9619cd1e62d54f509c044c8989b8bf.tar.gz gentoo-2-f642d82e7e9619cd1e62d54f509c044c8989b8bf.tar.bz2 gentoo-2-f642d82e7e9619cd1e62d54f509c044c8989b8bf.zip |
Bump version.
Diffstat (limited to 'dev-lang/prothon')
-rw-r--r-- | dev-lang/prothon/Manifest | 6 | ||||
-rw-r--r-- | dev-lang/prothon/files/digest-prothon-0.1.0_p532 | 1 | ||||
-rw-r--r-- | dev-lang/prothon/prothon-0.1.0_p532.ebuild | 32 |
3 files changed, 37 insertions, 2 deletions
diff --git a/dev-lang/prothon/Manifest b/dev-lang/prothon/Manifest index 186fa739eb4c..470c000a10b2 100644 --- a/dev-lang/prothon/Manifest +++ b/dev-lang/prothon/Manifest @@ -1,6 +1,8 @@ -MD5 6450c99b6e1aa9b2c2bea88b470a49d7 ChangeLog 675 +MD5 4b6c6e05b913f8dbab592f11966e3864 prothon-0.1.0_p532.ebuild 799 +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 +} |