* [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
@ 2008-12-31 3:42 Jeremy Olexa (darkside)
0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2008-12-31 3:42 UTC (permalink / raw
To: gentoo-commits
darkside 08/12/31 03:42:12
Modified: sxid-4.0.4-r1.ebuild ChangeLog
Added: sxid-4.0.4-r2.ebuild
Removed: sxid-4.0.4.ebuild
Log:
(non maintainer commit) Remove old, -r1 will not work on amd64, add amd64 patch to -r2, bug #247536
(Portage version: 2.2_rc20/cvs/Linux 2.6.27.10 x86_64)
Revision Changes Path
1.10 app-admin/sxid/sxid-4.0.4-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/sxid-4.0.4-r1.ebuild?rev=1.10&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/sxid-4.0.4-r1.ebuild?r1=1.9&r2=1.10
Index: sxid-4.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sxid-4.0.4-r1.ebuild 23 Oct 2008 02:25:36 -0000 1.9
+++ sxid-4.0.4-r1.ebuild 31 Dec 2008 03:42:12 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="-amd64 ppc sparc x86"
IUSE=""
RDEPEND="virtual/libc
@@ -33,7 +33,7 @@
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README docs/sxid.conf.example docs/sxid.cron.example
}
1.23 app-admin/sxid/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 23 Oct 2008 02:25:36 -0000 1.22
+++ ChangeLog 31 Dec 2008 03:42:12 -0000 1.23
@@ -1,6 +1,14 @@
# ChangeLog for app-admin/sxid
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.22 2008/10/23 02:25:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.23 2008/12/31 03:42:12 darkside Exp $
+
+*sxid-4.0.4-r2 (31 Dec 2008)
+
+ 31 Dec 2008; Jeremy Olexa <darkside@gentoo.org>
+ +files/sxid-64bit-clean.patch, -sxid-4.0.4.ebuild, sxid-4.0.4-r1.ebuild,
+ +sxid-4.0.4-r2.ebuild:
+ (non maintainer commit) Remove old, -r1 will not work on amd64, add amd64
+ patch to -r2, bug #247536
23 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> sxid-4.0.4-r1.ebuild:
Respect CC.
1.1 app-admin/sxid/sxid-4.0.4-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sxid/sxid-4.0.4-r2.ebuild?rev=1.1&view=markup
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
Index: sxid-4.0.4-r2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
inherit base toolchain-funcs
DESCRIPTION="suid, sgid file and directory checking"
SRC_URI="http://www.phunnypharm.org/pub/sxid/${P/-/_}.tar.gz"
HOMEPAGE="http://freshmeat.net/projects/sxid"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="virtual/libc
virtual/mailx"
DEPEND="virtual/libc
sys-apps/sed
sys-devel/gcc
sys-devel/autoconf"
PATCHES=( "${FILESDIR}/${PN}-64bit-clean.patch" )
src_compile() {
# this is an admin application and really requires root to run correctly
# we need to move the binary to the sbin directory
cd source
sed -i s/bindir/sbindir/g Makefile.in
cd ..
tc-export CC
econf
emake || die
}
src_install() {
make DESTDIR="${D}" install || die
dodoc README docs/sxid.conf.example docs/sxid.cron.example
}
pkg_postinst() {
elog "You will need to configure sxid.conf for your system using the manpage and example"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-31 3:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31 3:42 [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 Jeremy Olexa (darkside)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox