Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/sxid: sxid-4.0.4-r1.ebuild ChangeLog sxid-4.0.4-r2.ebuild sxid-4.0.4.ebuild
Date: Wed, 31 Dec 2008 03:42:14
Message-Id: E1LHryG-0001Fp-Jl@stork.gentoo.org
1 darkside 08/12/31 03:42:12
2
3 Modified: sxid-4.0.4-r1.ebuild ChangeLog
4 Added: sxid-4.0.4-r2.ebuild
5 Removed: sxid-4.0.4.ebuild
6 Log:
7 (non maintainer commit) Remove old, -r1 will not work on amd64, add amd64 patch to -r2, bug #247536
8 (Portage version: 2.2_rc20/cvs/Linux 2.6.27.10 x86_64)
9
10 Revision Changes Path
11 1.10 app-admin/sxid/sxid-4.0.4-r1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/sxid-4.0.4-r1.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/sxid-4.0.4-r1.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/sxid-4.0.4-r1.ebuild?r1=1.9&r2=1.10
16
17 Index: sxid-4.0.4-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4-r1.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- sxid-4.0.4-r1.ebuild 23 Oct 2008 02:25:36 -0000 1.9
24 +++ sxid-4.0.4-r1.ebuild 31 Dec 2008 03:42:12 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4-r1.ebuild,v 1.9 2008/10/23 02:25:36 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4-r1.ebuild,v 1.10 2008/12/31 03:42:12 darkside Exp $
30
31 inherit toolchain-funcs
32
33 @@ -10,7 +10,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~amd64 ppc sparc x86"
38 +KEYWORDS="-amd64 ppc sparc x86"
39 IUSE=""
40
41 RDEPEND="virtual/libc
42 @@ -33,7 +33,7 @@
43 }
44
45 src_install() {
46 - make DESTDIR=${D} install || die
47 + make DESTDIR="${D}" install || die
48 dodoc README docs/sxid.conf.example docs/sxid.cron.example
49 }
50
51
52
53
54 1.23 app-admin/sxid/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/ChangeLog?rev=1.23&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/ChangeLog?rev=1.23&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/ChangeLog?r1=1.22&r2=1.23
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v
63 retrieving revision 1.22
64 retrieving revision 1.23
65 diff -u -r1.22 -r1.23
66 --- ChangeLog 23 Oct 2008 02:25:36 -0000 1.22
67 +++ ChangeLog 31 Dec 2008 03:42:12 -0000 1.23
68 @@ -1,6 +1,14 @@
69 # ChangeLog for app-admin/sxid
70 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.22 2008/10/23 02:25:36 flameeyes Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.23 2008/12/31 03:42:12 darkside Exp $
73 +
74 +*sxid-4.0.4-r2 (31 Dec 2008)
75 +
76 + 31 Dec 2008; Jeremy Olexa <darkside@g.o>
77 + +files/sxid-64bit-clean.patch, -sxid-4.0.4.ebuild, sxid-4.0.4-r1.ebuild,
78 + +sxid-4.0.4-r2.ebuild:
79 + (non maintainer commit) Remove old, -r1 will not work on amd64, add amd64
80 + patch to -r2, bug #247536
81
82 23 Oct 2008; Diego Pettenò <flameeyes@g.o> sxid-4.0.4-r1.ebuild:
83 Respect CC.
84
85
86
87 1.1 app-admin/sxid/sxid-4.0.4-r2.ebuild
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/sxid-4.0.4-r2.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/sxid-4.0.4-r2.ebuild?rev=1.1&content-type=text/plain
91
92 Index: sxid-4.0.4-r2.ebuild
93 ===================================================================
94 # Copyright 1999-2008 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4-r2.ebuild,v 1.1 2008/12/31 03:42:12 darkside Exp $
97
98 inherit base toolchain-funcs
99
100 DESCRIPTION="suid, sgid file and directory checking"
101 SRC_URI="http://www.phunnypharm.org/pub/sxid/${P/-/_}.tar.gz"
102 HOMEPAGE="http://freshmeat.net/projects/sxid"
103
104 LICENSE="GPL-2"
105 SLOT="0"
106 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
107 IUSE=""
108
109 RDEPEND="virtual/libc
110 virtual/mailx"
111 DEPEND="virtual/libc
112 sys-apps/sed
113 sys-devel/gcc
114 sys-devel/autoconf"
115
116 PATCHES=( "${FILESDIR}/${PN}-64bit-clean.patch" )
117
118 src_compile() {
119 # this is an admin application and really requires root to run correctly
120 # we need to move the binary to the sbin directory
121 cd source
122 sed -i s/bindir/sbindir/g Makefile.in
123 cd ..
124
125 tc-export CC
126 econf
127 emake || die
128 }
129
130 src_install() {
131 make DESTDIR="${D}" install || die
132 dodoc README docs/sxid.conf.example docs/sxid.cron.example
133 }
134
135 pkg_postinst() {
136 elog "You will need to configure sxid.conf for your system using the manpage and example"
137 }