diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-08 14:55:42 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-08 14:55:42 +0000 |
commit | 9a4948692dc18f03ecc2d3f8c1e77550291813cc (patch) | |
tree | 4a8b97865deac009188821131e414f204fcfabff /sci-mathematics/relational | |
parent | Version bump to 2.6.3 , patch thanks to Tim Harder <radhermit@gmail.com> bug ... (diff) | |
download | historical-9a4948692dc18f03ecc2d3f8c1e77550291813cc.tar.gz historical-9a4948692dc18f03ecc2d3f8c1e77550291813cc.tar.bz2 historical-9a4948692dc18f03ecc2d3f8c1e77550291813cc.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/relational')
-rw-r--r-- | sci-mathematics/relational/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/relational/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/relational/relational-0.11.ebuild | 50 |
3 files changed, 60 insertions, 2 deletions
diff --git a/sci-mathematics/relational/ChangeLog b/sci-mathematics/relational/ChangeLog index 3342d24d3c29..a763cc756669 100644 --- a/sci-mathematics/relational/ChangeLog +++ b/sci-mathematics/relational/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/relational # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v 1.4 2010/04/30 10:57:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/ChangeLog,v 1.5 2010/07/08 14:55:42 hwoarang Exp $ + +*relational-0.11 (08 Jul 2010) + + 08 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + +relational-0.11.ebuild: + Version bump 30 Apr 2010; Markos Chandras <hwoarang@gentoo.org> relational-0.10.ebuild: Minor fixes to match the latest update on python eclass. Fixes bug #316235 diff --git a/sci-mathematics/relational/Manifest b/sci-mathematics/relational/Manifest index 78a0b7f538be..837a91af18d9 100644 --- a/sci-mathematics/relational/Manifest +++ b/sci-mathematics/relational/Manifest @@ -1,4 +1,6 @@ +DIST relational-0.11.tar.gz 133002 RMD160 7f421b61f006fbce44886ae1c8db313417607a47 SHA1 8cb0aeea814b05cf5ffdb66f3289260a266ca130 SHA256 367b8ade98e4b9d34ff463a217e41d7206d201cdaee3e49cf5f5bcb28f558040 DIST relational_0.10.tar.gz 635600 RMD160 7fa8c5879bde19535804561d9b88d64e8b613d25 SHA1 f93fa4ac02732edfe10299912c8314301618559e SHA256 cbc45044ef759b147ef2d5ac6af8d8f75b6ae7d71e86c86e5a2978c3b8480d97 EBUILD relational-0.10.ebuild 1177 RMD160 641e3fa43c5ffbf90952dc3a18f3c8747c4aadab SHA1 6a2f3a01400108d393d098adfa05e428a63385f6 SHA256 97c20b91a1ac2971eb6ddc96efd4fb66745c06e654def23ba3d42d85f7a84a52 -MISC ChangeLog 796 RMD160 fc4f26a3918e4e63fdc5031fd26d9d6ab2ef3287 SHA1 a6d1f0d7aa7e5c077af4b80e9918366a50753dfe SHA256 20de797fc852953f91ca4588684960e3aa2486432b8f9360792e8974d4681a33 +EBUILD relational-0.11.ebuild 1132 RMD160 7222254fd4fa137c947d0b54005982dad8969724 SHA1 a358eb96450c97a22ea3d51b3bdb64b5b4a3d647 SHA256 8dcdea0ebfb9d517612c3f4ed43e175637fa7354246a634ef56316dfca7d89f2 +MISC ChangeLog 924 RMD160 478e5debefa6f6086970891e728bc9f45e47310d SHA1 5ddf9b1d8ded0c22020e0fa65043151f28f92c94 SHA256 a57377009566106e5e1bb7d50da5099a5822502b92b9918604cc640a1cc0b250 MISC metadata.xml 203 RMD160 f21ab0adb7ed966ccbfb8706172574746bf83c45 SHA1 9929f57d84969eaa6e4f2b8d399921bc4c7ba1e4 SHA256 e70e3acb51ca19e8ef1c7b3fe1356e152781028e0bdccd400e0979db61b77070 diff --git a/sci-mathematics/relational/relational-0.11.ebuild b/sci-mathematics/relational/relational-0.11.ebuild new file mode 100644 index 000000000000..13dab3ed4ea3 --- /dev/null +++ b/sci-mathematics/relational/relational-0.11.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/relational/relational-0.11.ebuild,v 1.1 2010/07/08 14:55:42 hwoarang Exp $ + +EAPI="3" +PYTHON_DEPEND="2" + +inherit python distutils eutils + +DESCRIPTION="Qt4 relational algebra application" +HOMEPAGE="http://galileo.dmi.unict.it/wiki/relational/" +# upstream url is not static +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="dev-python/PyQt4[webkit,X] + media-fonts/dejavu" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}" + +pkg_setup() { + python_set_active_version 2 +} + +src_compile() { + true +} + +src_install() { + insinto "$(python_get_sitedir)/" + doins -r "${PN}_gui" || die "doins failed" + doins -r "${PN}" || die "doins failed" + newbin ${PN}_gui.py ${PN} || die "dobin failed" + domenu ${PN}.desktop || die "domenu failed" + dodoc CHANGELOG CREDITS README || die "dodoc failed" + doman ${PN}.1 || die "doman failed" +} + +pkg_postinst() { + python_mod_optimize ${PN} ${PN}_gui +} + +pkg_postrm() { + python_mod_cleanup ${PN} ${PN}_gui +} |