Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/realpath: realpath-1.9.28.ebuild realpath-1.9.16.ebuild ChangeLog
Date: Wed, 28 Nov 2007 15:33:44
Message-Id: E1IxOux-0008S3-AY@stork.gentoo.org
1 grobian 07/11/28 15:33:39
2
3 Modified: realpath-1.9.28.ebuild realpath-1.9.16.ebuild
4 ChangeLog
5 Log:
6 Dropped ppc-macos keyword, see you in prefix
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.11 app-admin/realpath/realpath-1.9.28.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/realpath/realpath-1.9.28.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/realpath/realpath-1.9.28.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/realpath/realpath-1.9.28.ebuild?r1=1.10&r2=1.11
15
16 Index: realpath-1.9.28.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.28.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- realpath-1.9.28.ebuild 23 Jun 2007 17:22:10 -0000 1.10
23 +++ realpath-1.9.28.ebuild 28 Nov 2007 15:33:38 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.28.ebuild,v 1.10 2007/06/23 17:22:10 kumba Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.28.ebuild,v 1.11 2007/11/28 15:33:38 grobian Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="amd64 ~hppa mips ppc ~ppc-macos ppc64 sparc x86"
37 +KEYWORDS="amd64 ~hppa mips ppc ppc64 sparc x86"
38 IUSE=""
39
40 # tests only operate upon things we don't use
41 @@ -21,18 +21,7 @@
42 S=${WORKDIR}/dwww-${PV}
43
44 src_unpack() {
45 - if use userland_Darwin; then
46 - local dirname="dwww-${PV}"
47 - tar xzf ${DISTDIR}/${A} \
48 - ${dirname}/Makefile \
49 - ${dirname}/realpath.c \
50 - ${dirname}/README \
51 - ${dirname}/TODO \
52 - ${dirname}/BUGS \
53 - ${dirname}/man/realpath.1 || die "unpack failed."
54 - else
55 - unpack ${A}
56 - fi
57 + unpack ${A}
58
59 cd "${S}"
60 epatch "${FILESDIR}"/${P}-Makefile.patch
61
62
63
64 1.10 app-admin/realpath/realpath-1.9.16.ebuild
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild?rev=1.10&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild?rev=1.10&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild?r1=1.9&r2=1.10
69
70 Index: realpath-1.9.16.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild,v
73 retrieving revision 1.9
74 retrieving revision 1.10
75 diff -u -r1.9 -r1.10
76 --- realpath-1.9.16.ebuild 4 Feb 2007 01:56:12 -0000 1.9
77 +++ realpath-1.9.16.ebuild 28 Nov 2007 15:33:38 -0000 1.10
78 @@ -1,6 +1,6 @@
79 # Copyright 1999-2007 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild,v 1.9 2007/02/04 01:56:12 dirtyepic Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild,v 1.10 2007/11/28 15:33:38 grobian Exp $
83
84 inherit eutils toolchain-funcs
85
86 @@ -10,24 +10,13 @@
87
88 LICENSE="GPL-2"
89 SLOT="0"
90 -KEYWORDS="x86 ppc sparc mips amd64 ppc64 ppc-macos ~hppa"
91 +KEYWORDS="x86 ppc sparc mips amd64 ppc64 ~hppa"
92 IUSE=""
93
94 S=${WORKDIR}/dwww-${PV}
95
96 src_unpack() {
97 - if use userland_Darwin; then
98 - local dirname="dwww-${PV}"
99 - tar xzf ${DISTDIR}/${A} \
100 - ${dirname}/Makefile \
101 - ${dirname}/realpath.c \
102 - ${dirname}/README \
103 - ${dirname}/TODO \
104 - ${dirname}/BUGS \
105 - ${dirname}/man/realpath.1 || die "unpack failed."
106 - else
107 - unpack ${A}
108 - fi
109 + unpack ${A}
110
111 cd "${S}"
112 epatch "${FILESDIR}"/${P}-Makefile.patch
113
114
115
116 1.29 app-admin/realpath/ChangeLog
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/realpath/ChangeLog?rev=1.29&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/realpath/ChangeLog?rev=1.29&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/realpath/ChangeLog?r1=1.28&r2=1.29
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v
125 retrieving revision 1.28
126 retrieving revision 1.29
127 diff -u -r1.28 -r1.29
128 --- ChangeLog 23 Jun 2007 17:22:10 -0000 1.28
129 +++ ChangeLog 28 Nov 2007 15:33:38 -0000 1.29
130 @@ -1,6 +1,10 @@
131 # ChangeLog for app-admin/realpath
132 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.28 2007/06/23 17:22:10 kumba Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.29 2007/11/28 15:33:38 grobian Exp $
135 +
136 + 28 Nov 2007; Fabian Groffen <grobian@g.o> realpath-1.9.16.ebuild,
137 + realpath-1.9.28.ebuild:
138 + Dropped ppc-macos keyword, see you in prefix
139
140 23 Jun 2007; Joshua Kinard <kumba@g.o> realpath-1.9.28.ebuild:
141 Stable on mips, per #182979.
142
143
144
145 --
146 gentoo-commits@g.o mailing list