Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libvolume_id: ChangeLog libvolume_id-0.81.0.ebuild
Date: Sun, 01 Jun 2008 16:46:58
Message-Id: E1K2qho-0005nZ-FO@stork.gentoo.org
1 aballier 08/06/01 16:46:52
2
3 Modified: ChangeLog
4 Added: libvolume_id-0.81.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.4 dev-libs/libvolume_id/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvolume_id/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvolume_id/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvolume_id/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvolume_id/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 25 Dec 2007 16:18:43 -0000 1.3
23 +++ ChangeLog 1 Jun 2008 16:46:52 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/libvolume_id
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvolume_id/ChangeLog,v 1.3 2007/12/25 16:18:43 phreak Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvolume_id/ChangeLog,v 1.4 2008/06/01 16:46:52 aballier Exp $
30 +
31 +*libvolume_id-0.81.0 (01 Jun 2008)
32 +
33 + 01 Jun 2008; Alexis Ballier <aballier@g.o>
34 + +libvolume_id-0.81.0.ebuild:
35 + version bump
36
37 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
38 Removing uberlord from metadata.xml as per #199318. Assigning to
39
40
41
42 1.1 dev-libs/libvolume_id/libvolume_id-0.81.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvolume_id/libvolume_id-0.81.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvolume_id/libvolume_id-0.81.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libvolume_id-0.81.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libvolume_id/libvolume_id-0.81.0.ebuild,v 1.1 2008/06/01 16:46:52 aballier Exp $
52
53 DESCRIPTION="Library to provide file system information"
54 HOMEPAGE="http://www.marcuscom.com"
55 SRC_URI="http://www.marcuscom.com/downloads/${PF}.tar.bz2"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~x86-fbsd"
60 IUSE="static"
61
62 DEPEND=""
63 RDEPEND=""
64
65 src_compile() {
66 make E="@echo" RANLIB=ranlib AR=ar Q=@
67 }
68
69 src_install() {
70 dodir /usr/share/pkgconfig
71 insinto /usr/share/pkgconfig
72 doins libvolume_id.pc
73
74 insinto /usr/include
75 doins libvolume_id.h
76
77 insinto /usr
78 dolib libvolume_id.so.0
79 dosym libvolume_id.so.0 /usr/lib/libvolume_id.so
80 use static && dolib libvolume_id.a
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list