diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 20:07:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 20:07:50 +0000 |
commit | cd188d4c3dd0719b4af91be57a39e7658ea4a66c (patch) | |
tree | bedd43370dafb4a5bc983fa6871655492a221ee7 /app-admin/sxid | |
parent | Remove taglib's test package.use.mask. (diff) | |
download | gentoo-2-cd188d4c3dd0719b4af91be57a39e7658ea4a66c.tar.gz gentoo-2-cd188d4c3dd0719b4af91be57a39e7658ea4a66c.tar.bz2 gentoo-2-cd188d4c3dd0719b4af91be57a39e7658ea4a66c.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/sxid')
-rw-r--r-- | app-admin/sxid/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/sxid/sxid-4.0.4-r2.ebuild | 42 |
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" -} |