Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/factmsieve: metadata.xml factmsieve-76.ebuild Manifest ChangeLog
Date: Fri, 30 Nov 2012 07:25:26
Message-Id: 20121130072515.B83CE20C9F@flycatcher.gentoo.org
1 patrick 12/11/30 07:25:15
2
3 Added: metadata.xml factmsieve-76.ebuild Manifest
4 ChangeLog
5 Log:
6 Initial import, ebuild by me
7
8 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.1 sci-mathematics/factmsieve/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <maintainer>
22 <email>patrick@g.o</email>
23 <name>Patrick Lauer</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29 1.1 sci-mathematics/factmsieve/factmsieve-76.ebuild
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/factmsieve-76.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/factmsieve-76.ebuild?rev=1.1&content-type=text/plain
33
34 Index: factmsieve-76.ebuild
35 ===================================================================
36 # Copyright 1999-2012 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/factmsieve/factmsieve-76.ebuild,v 1.1 2012/11/30 07:25:15 patrick Exp $
39
40 EAPI=4
41 DESCRIPTION="Convenient factorization helper script using msieve and ggnfs"
42 HOMEPAGE="http://gladman.plushost.co.uk/oldsite/computing/factoring.php"
43 SRC_URI="http://gladman.plushost.co.uk/oldsite/computing/${PN}.${PV}.zip"
44
45 inherit eutils
46
47 LICENSE="BSD"
48 SLOT="0"
49 KEYWORDS="~amd64 ~x86"
50 IUSE=""
51
52 # I guess no one really "needs" python 2.6, but I'm a nice person
53 RDEPEND="|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
54 sci-mathematics/msieve
55 sci-mathematics/ggnfs"
56 DEPEND=""
57
58 S=${WORKDIR}
59
60 src_prepare() {
61 epatch "${FILESDIR}/${P}.patch"
62 }
63
64 src_compile() { :;
65 }
66
67 src_install() {
68 mkdir -p "${D}/usr/bin/"
69 cp "${S}/${PN}.py" "${D}/usr/bin/${PN}" || die "Failed to install"
70 chmod +x "${D}/usr/bin/${PN}" || die
71 }
72
73
74
75 1.1 sci-mathematics/factmsieve/Manifest
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/Manifest?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/Manifest?rev=1.1&content-type=text/plain
79
80 Index: Manifest
81 ===================================================================
82 AUX factmsieve-76.patch 1836 SHA256 b29055a88074369b594b4f69fbdfaed19d14b07362b4eac1f169081f40e9aae0 SHA512 861e7cf1e4175a4d2eaed018c48defdd71b66937f72c0d1117ed02dae2a0d80595bb51686414a1c95a7d77f6bf3b3868bf59d25cf135bef3f8ec871264c0f444 WHIRLPOOL f1c9ffaa8a171ad7ba8b4615851d089f2c0e73a6038db5e22ab595a3c7d4c24ca1bdd03c67c28fc8c58fff185e13f0b9ee4fcf8d289e33ff921b777e54f1c497
83 DIST factmsieve.76.zip 19563 SHA256 961db0a36acc58ebf5ce2f5ba9f952e018a9aefbc2f9f8ab8b2a425757c2e2a2 SHA512 b07b0676a635ff746b1edfaf064d27388df8f9c5c2fe1bd1e80d4c839c6e518e3a0b39a06b76f3d59c9fa3f4cc99df0831ba6309a2a7d2eb779b952a29996431 WHIRLPOOL c5d818122f5db9b744272999bb72c42eb73a35dd20ad4ce46822b7e5be2f978a6582c9c5a2402f5fc9a1db4e8ec9f5373f7b090421000f85abecec156cf97a81
84 EBUILD factmsieve-76.ebuild 946 SHA256 38f817e8401746a729d59a67ddf3d9aeada92181621d3ec692afbbe1fe825c3d SHA512 2f2427cee1238cc43c60f7c4ab7318fb120dcbd93ddef6ad0c49c8eec6aed1f14e5ac557d8bad33c9a27d5d988036f44c5f68024f1b835fdc79522bab097faa4 WHIRLPOOL 59f1abc60536d9c38ddfb4f1737b1a6b59a72915b19302309cc31b13a3a83e15084167070250e814776ced849a0f524aaf47f865f82c2d6cc2ada54f2d10f5fc
85 MISC metadata.xml 233 SHA256 65209e280ca6de32a92e1a57301ff69fb3472e55ba07848d6f80405d35e92d47 SHA512 0d30bfb39315a04767e07896409f5d3954f8e954e20fcbac7b92bb9a636c9f61c50b1b2cf55e6c1db9a199a0edc159b5c8cc8f541efb9c4adafa28e3652cff7b WHIRLPOOL 027c5101e1cbc665c9d2ef240f73a874c9f49a9b70175c5947e012df61de484585088a46b6ce9078816e548e6bcc326e7223539cc999159eee2757d0a2eb1480
86
87
88
89 1.1 sci-mathematics/factmsieve/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/ChangeLog?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/factmsieve/ChangeLog?rev=1.1&content-type=text/plain
93
94 Index: ChangeLog
95 ===================================================================
96 # ChangeLog for sci-mathematics/factmsieve
97 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
98 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/factmsieve/ChangeLog,v 1.1 2012/11/30 07:25:15 patrick Exp $
99
100 *factmsieve-76 (30 Nov 2012)
101
102 30 Nov 2012; Patrick Lauer <patrick@g.o> +factmsieve-76.ebuild,
103 +files/factmsieve-76.patch, +metadata.xml:
104 Initial import, ebuild by me