public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/sxid: sxid-4.2-r1.ebuild ChangeLog sxid-4.2.ebuild
@ 2012-08-18 13:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; only message in thread
From: Agostino Sarubbo (ago) @ 2012-08-18 13:05 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/18 13:05:33

  Modified:             ChangeLog
  Added:                sxid-4.2-r1.ebuild
  Removed:              sxid-4.2.ebuild
  Log:
  call eautoreconf, improve ebuild syntax, depend.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 app-admin/sxid/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sxid/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sxid/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sxid/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	17 Aug 2012 17:10:32 -0000	1.27
+++ ChangeLog	18 Aug 2012 13:05:33 -0000	1.28
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/sxid
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.27 2012/08/17 17:10:32 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.28 2012/08/18 13:05:33 ago Exp $
+
+*sxid-4.2-r1 (18 Aug 2012)
+
+  18 Aug 2012; Agostino Sarubbo <ago@gentoo.org> +sxid-4.2-r1.ebuild,
+  -sxid-4.2.ebuild:
+  call eautoreconf, improve ebuild syntax, depend.
 
   17 Aug 2012; Michael Palimaka <kensington@gentoo.org> sxid-4.2.ebuild:
   Migrate to EAPI 4.



1.1                  app-admin/sxid/sxid-4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sxid/sxid-4.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sxid/sxid-4.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: sxid-4.2-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.2-r1.ebuild,v 1.1 2012/08/18 13:05:33 ago Exp $

EAPI=4

inherit autotools

DESCRIPTION="suid, sgid file and directory checking"
HOMEPAGE="http://freshmeat.net/projects/sxid"
SRC_URI="http://linukz.org/download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="virtual/mailx"
DEPEND=""

DOCS=( docs/sxid.{conf,cron}.example )

src_prepare() {
	# this is an admin application and really requires root to run correctly
	# we need to move the binary to the sbin directory
	sed -i s/bindir/sbindir/g source/Makefile.in || die
	eautoreconf
}

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:[~2012-08-18 13:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-18 13:05 [gentoo-commits] gentoo-x86 commit in app-admin/sxid: sxid-4.2-r1.ebuild ChangeLog sxid-4.2.ebuild Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox