Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/symlinks: ChangeLog symlinks-1.2-r2.ebuild symlinks-1.2-r1.ebuild
Date: Thu, 04 Oct 2007 07:22:47
Message-Id: E1IdKtr-0003WJ-E8@stork.gentoo.org
1 pva 07/10/04 07:13:35
2
3 Modified: ChangeLog
4 Added: symlinks-1.2-r2.ebuild
5 Removed: symlinks-1.2-r1.ebuild
6 Log:
7 Now really fix bug #193245, removed previous ebuild.
8 (Portage version: 2.1.3.11)
9
10 Revision Changes Path
11 1.14 app-misc/symlinks/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/symlinks/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/symlinks/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/symlinks/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/symlinks/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 29 Sep 2007 07:11:27 -0000 1.13
24 +++ ChangeLog 4 Oct 2007 07:13:34 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-misc/symlinks
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/symlinks/ChangeLog,v 1.13 2007/09/29 07:11:27 pva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/symlinks/ChangeLog,v 1.14 2007/10/04 07:13:34 pva Exp $
30 +
31 +*symlinks-1.2-r2 (04 Oct 2007)
32 +
33 + 04 Oct 2007; <pva@g.o> -symlinks-1.2-r1.ebuild,
34 + +symlinks-1.2-r2.ebuild:
35 + Now really fix bug #193245, removed previous ebuild.
36
37 *symlinks-1.2-r1 (29 Sep 2007)
38
39
40
41
42 1.1 app-misc/symlinks/symlinks-1.2-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/symlinks/symlinks-1.2-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/symlinks/symlinks-1.2-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: symlinks-1.2-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-misc/symlinks/symlinks-1.2-r2.ebuild,v 1.1 2007/10/04 07:13:34 pva Exp $
52
53 inherit flag-o-matic eutils toolchain-funcs
54
55 DESCRIPTION="Symlinks scans for and fixes broken or messy symlinks"
56 HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/"
57 SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz
58 mirror://debian/pool/main/s/symlinks/${P/-/_}-4.1.diff.gz"
59
60 LICENSE="freedist"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="static"
64
65 src_unpack() {
66 unpack ${A}
67
68 # bugfixes from the debian project.
69 epatch "${DISTDIR}"/${P/-/_}-4.1.diff.gz
70 }
71
72 src_compile() {
73 # could be useful if being used to repair
74 # symlinks that are preventing shared libraries from
75 # functioning.
76 use static && append-flags -static
77 emake CC=$(tc-getCC) || die
78 }
79
80 src_install() {
81 dobin symlinks || die
82 doman symlinks.8
83 dodoc symlinks.lsm
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list