summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2003-10-14 04:22:10 +0000
committerChris PeBenito <pebenito@gentoo.org>2003-10-14 04:22:10 +0000
commit2221a180de94e53395e40fc2d3dd50e182a6ece3 (patch)
tree8ec117b3dd59247fa98a858f9e5ec0200c12a004 /sys-apps/stat/stat-3.3.ebuild
parentfix typo and legacy.dat (diff)
downloadgentoo-2-2221a180de94e53395e40fc2d3dd50e182a6ece3.tar.gz
gentoo-2-2221a180de94e53395e40fc2d3dd50e182a6ece3.tar.bz2
gentoo-2-2221a180de94e53395e40fc2d3dd50e182a6ece3.zip
remove selinux patch
Diffstat (limited to 'sys-apps/stat/stat-3.3.ebuild')
-rw-r--r--sys-apps/stat/stat-3.3.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/sys-apps/stat/stat-3.3.ebuild b/sys-apps/stat/stat-3.3.ebuild
index f04052811b75..11b73d60491e 100644
--- a/sys-apps/stat/stat-3.3.ebuild
+++ b/sys-apps/stat/stat-3.3.ebuild
@@ -1,28 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/stat/stat-3.3.ebuild,v 1.1 2003/09/07 06:43:20 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/stat/stat-3.3.ebuild,v 1.2 2003/10/14 04:22:07 pebenito Exp $
inherit eutils
DESCRIPTION="A command-line stat() wrapper"
-SRC_URI="ftp://metalab.unc.edu/pub/linux/utils/file/${P}.tar.gz
- selinux? mirror://gentoo/${P}-selinux.patch.bz2"
+SRC_URI="ftp://metalab.unc.edu/pub/linux/utils/file/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/directory/stat.html"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-2"
-IUSE="selinux"
+IUSE=""
-DEPEND="virtual/glibc
- selinux? ( sys-apps/selinux-small )"
+DEPEND="virtual/glibc"
src_unpack() {
unpack ${A}
cd ${S}
- use selinux && epatch ${DISTDIR}/${P}-selinux.patch.bz2
-
cp Makefile Makefile.orig
sed -e "s:-O2 -g:${CFLAGS}:" Makefile.orig > Makefile
}