summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-09 20:09:52 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-09 20:09:52 +0000
commit71a7bcc87558e0d1f04a110de90031a41944f219 (patch)
tree7731f85c09226da81aa828640d95f63682906353 /app-admin/sxid
parentRemove taglib's test package.use.mask. (diff)
downloadhistorical-71a7bcc87558e0d1f04a110de90031a41944f219.tar.gz
historical-71a7bcc87558e0d1f04a110de90031a41944f219.tar.bz2
historical-71a7bcc87558e0d1f04a110de90031a41944f219.zip
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'app-admin/sxid')
-rw-r--r--app-admin/sxid/ChangeLog7
-rw-r--r--app-admin/sxid/sxid-4.0.4-r2.ebuild42
2 files changed, 5 insertions, 44 deletions
diff --git a/app-admin/sxid/ChangeLog b/app-admin/sxid/ChangeLog
index 55efaa86b57a..b832acc23934 100644
--- a/app-admin/sxid/ChangeLog
+++ b/app-admin/sxid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/sxid
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.25 2011/07/26 21:29:28 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.26 2012/05/09 20:07:50 ago Exp $
+
+ 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -sxid-4.0.4-r2.ebuild:
+ Remove old
*sxid-4.2 (26 Jul 2011)
diff --git a/app-admin/sxid/sxid-4.0.4-r2.ebuild b/app-admin/sxid/sxid-4.0.4-r2.ebuild
deleted file mode 100644
index dd8a9f9da63b..000000000000
--- a/app-admin/sxid/sxid-4.0.4-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 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.2 2009/09/23 15:02:36 patrick 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/mailx"
-DEPEND="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"
-}