Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/lybniz: metadata.xml ChangeLog Manifest lybniz-1.3.2.ebuild
Date: Tue, 25 Mar 2008 00:04:06
Message-Id: E1Jdwe3-0006Tt-9x@stork.gentoo.org
1 bicatali 08/03/25 00:04:03
2
3 Added: metadata.xml ChangeLog Manifest lybniz-1.3.2.ebuild
4 Log:
5 Initial import. Thanks to Luca Marturana <lucamarturana@×××××.com> for his ebuild. Closing bug #210962.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sci-mathematics/lybniz/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/lybniz/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/lybniz/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>sci-mathematics</herd>
20 <longdescription lang="en">
21 Lybniz is an easy to use mathematical function graph plotter using
22 PyGTK.
23 </longdescription>
24 </pkgmetadata>
25
26
27
28 1.1 sci-mathematics/lybniz/ChangeLog
29
30 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/lybniz/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/lybniz/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for sci-mathematics/lybniz
36 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lybniz/ChangeLog,v 1.1 2008/03/25 00:04:02 bicatali Exp $
38
39 *lybniz-1.3.2 (25 Mar 2008)
40
41 25 Mar 2008; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
42 +lybniz-1.3.2.ebuild:
43 Initial import. Thanks to Luca Marturana <lucamarturana@×××××.com> for his
44 ebuild. Closing bug #210962.
45
46
47
48
49 1.1 sci-mathematics/lybniz/Manifest
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/lybniz/Manifest?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/lybniz/Manifest?rev=1.1&content-type=text/plain
53
54 Index: Manifest
55 ===================================================================
56 DIST lybniz-1.3.2.tar.gz 70328 RMD160 f5ab9b17bda9757e37ad4b3426a612cc83bd0a68 SHA1 b53c64ac1a808aaf4d2cf91cdeff347b18cd59b3 SHA256 07cdd1aee3ea0af700f0e7b2364bfc35136356f0a845c784bb117e600be4636b
57 EBUILD lybniz-1.3.2.ebuild 505 RMD160 4fc19dceac4f161034236d3df3b6a77b6b224f59 SHA1 d79462483c9a7f6cc9e9d24d2d6141c5d91668ae SHA256 45a5844d2d1dfa3473a0594e4836ffe354ec2fe60c3b34741cf38f49e594efea
58 MISC ChangeLog 355 RMD160 9b20b43506e24aad4fb451a5ccecc35669a85b8e SHA1 98baaa7596f60044f605b2b2ba370cb7ff2b5149 SHA256 198580aa8d5b337b1c0a7a88a06e331d809b4a7a165ba18693ccfe600a606580
59 MISC metadata.xml 293 RMD160 624d1488c21a8b1ddd6be2c99be30644fa4a9be6 SHA1 9487567dce67511181c954fe1d2b92eae65151e5 SHA256 3bd1421b5b11a93b47cd2b2c166577fb7ca6be6d4df690fac3ebcc66f4293ee9
60
61
62
63 1.1 sci-mathematics/lybniz/lybniz-1.3.2.ebuild
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/lybniz/lybniz-1.3.2.ebuild?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/lybniz/lybniz-1.3.2.ebuild?rev=1.1&content-type=text/plain
67
68 Index: lybniz-1.3.2.ebuild
69 ===================================================================
70 # Copyright 1999-2008 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lybniz/lybniz-1.3.2.ebuild,v 1.1 2008/03/25 00:04:02 bicatali Exp $
73
74 NEED_PYTHON=2.4
75
76 inherit distutils
77
78 DESCRIPTION="A function plotter program written in PyGTK"
79 HOMEPAGE="http://lybniz2.sourceforge.net/"
80 SRC_URI="mirror://sourceforge/lybniz2/${P}.tar.gz"
81 LICENSE="BSD"
82 SLOT="0"
83 KEYWORDS="~amd64 ~x86"
84 IUSE=""
85 DEPEND=">=dev-python/pygtk-2.6"
86
87 src_unpack() {
88 unpack ${A}
89 sed -i \
90 -e 's/Education;/Education;Math;/' \
91 "${S}"/${PN}.desktop || die
92 }
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list