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-libs/xylib: metadata.xml Manifest xylib-0.2.ebuild ChangeLog
Date: Fri, 18 Apr 2008 08:51:02
Message-Id: E1JmmJ9-0004XU-19@stork.gentoo.org
1 bicatali 08/04/18 08:50:59
2
3 Added: metadata.xml Manifest xylib-0.2.ebuild ChangeLog
4 Log:
5 Initial import. Library needed for fityk
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.1 sci-libs/xylib/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xylib/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xylib/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</herd>
20 <longdescription lang="en">
21 xylib is a portable C++ library for reading files that contain x-y
22 data from powder diffraction, spectroscopy or other experimental
23 methods. It supports many formats.
24 </longdescription>
25 </pkgmetadata>
26
27
28
29 1.1 sci-libs/xylib/Manifest
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xylib/Manifest?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xylib/Manifest?rev=1.1&content-type=text/plain
33
34 Index: Manifest
35 ===================================================================
36 DIST xylib-0.2.tar.bz2 261991 RMD160 c532ebc1713fcd7d193abcc636f7ce18b406aebd SHA1 b816d6fcf73cbdaf566e9d2ff433a523d6164fce SHA256 b2d4c832bf3f8fd6ff95e3f405494f6684a460515b63651ac94d6b2d9326fe4a
37 EBUILD xylib-0.2.ebuild 491 RMD160 b65e437c021207385f6d988a5247b3570fe277d7 SHA1 b641683dad7aff6d6e5e7aa76a519451174e7d09 SHA256 9cafb65f787916ef3a8a25aa11857a1d129ae1f86ddebf0657727b61eef4e265
38 MISC ChangeLog 276 RMD160 1ce2c725675198dc218cce8e779f1d78054584a9 SHA1 d0bfb01b95df9b014cafcd5cfe1cc53a57b9da13 SHA256 3694a81ad061d8d0b170b48b158d1358bec5a94a19213d060010c15a2bfb716b
39 MISC metadata.xml 376 RMD160 18ad49741aa0bfbaa8aa70891f967e36f8aa1170 SHA1 bd068dd1df10128f42b5a5202475e03447e23276 SHA256 389fe81c01c0960bf762ea40f76a06d05c78f4fb1b60115b463d83de0d84c24f
40
41
42
43 1.1 sci-libs/xylib/xylib-0.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xylib/xylib-0.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xylib/xylib-0.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xylib-0.2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/xylib-0.2.ebuild,v 1.1 2008/04/18 08:50:58 bicatali Exp $
53
54 DESCRIPTION="Experimental x-y data reading library"
55 HOMEPAGE="http://www.unipress.waw.pl/fityk/xylib/"
56 SRC_URI="mirror://sourceforge/fityk/${P}.tar.bz2"
57
58 LICENSE="LGPL-2.1"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="dev-libs/boost"
65 RDEPEND=""
66
67 src_install() {
68 emake DESTDIR="${D}" install || die "emake install failed"
69 dodoc README TODO || die "dodoc failed"
70 }
71
72
73
74 1.1 sci-libs/xylib/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xylib/ChangeLog?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/xylib/ChangeLog?rev=1.1&content-type=text/plain
78
79 Index: ChangeLog
80 ===================================================================
81 # ChangeLog for sci-libs/xylib
82 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
83 # $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/ChangeLog,v 1.1 2008/04/18 08:50:58 bicatali Exp $
84
85 *xylib-0.2 (18 Apr 2008)
86
87 18 Apr 2008; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
88 +xylib-0.2.ebuild:
89 Initial import. Library needed for fityk
90
91
92
93
94 --
95 gentoo-commits@l.g.o mailing list