Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: ChangeLog libatasmart-0.19.ebuild
Date: Wed, 28 Nov 2012 18:01:05
Message-Id: 20121128180054.A684420C65@flycatcher.gentoo.org
1 ssuominen 12/11/28 18:00:54
2
3 Modified: ChangeLog libatasmart-0.19.ebuild
4 Log:
5 Use virtual/udev instead of sys-fs/udev
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.41 dev-libs/libatasmart/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 24 Nov 2012 19:39:44 -0000 1.40
23 +++ ChangeLog 28 Nov 2012 18:00:54 -0000 1.41
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/libatasmart
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.40 2012/11/24 19:39:44 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.41 2012/11/28 18:00:54 ssuominen Exp $
29 +
30 + 28 Nov 2012; Samuli Suominen <ssuominen@g.o> libatasmart-0.19.ebuild:
31 + Use virtual/udev instead of sys-fs/udev wrt #444398
32
33 24 Nov 2012; Samuli Suominen <ssuominen@g.o> -libatasmart-0.18.ebuild:
34 old
35
36
37
38 1.9 dev-libs/libatasmart/libatasmart-0.19.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19.ebuild?r1=1.8&r2=1.9
43
44 Index: libatasmart-0.19.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- libatasmart-0.19.ebuild 19 Aug 2012 18:49:16 -0000 1.8
51 +++ libatasmart-0.19.ebuild 28 Nov 2012 18:00:54 -0000 1.9
52 @@ -1,8 +1,9 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19.ebuild,v 1.8 2012/08/19 18:49:16 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19.ebuild,v 1.9 2012/11/28 18:00:54 ssuominen Exp $
57
58 -EAPI=4
59 +EAPI=5
60 +inherit eutils
61
62 DESCRIPTION="A small and lightweight parser library for ATA S.M.A.R.T. hard disks"
63 HOMEPAGE="http://0pointer.de/blog/projects/being-smart.html"
64 @@ -13,7 +14,7 @@
65 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
66 IUSE="static-libs"
67
68 -RDEPEND=">=sys-fs/udev-143"
69 +RDEPEND="virtual/udev"
70 DEPEND="${RDEPEND}
71 virtual/pkgconfig"
72
73 @@ -27,5 +28,5 @@
74
75 src_install() {
76 default
77 - rm -f "${ED}"/usr/lib*/lib*.la
78 + prune_libtool_files --all
79 }