summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-10 07:20:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-10 07:20:17 +0000
commit7e6f79c405b3f442486ec43f3c13079943dde145 (patch)
tree52ded4dbb99d12ba6a79d9c95a743192e8a9903c /app-arch/sharutils/sharutils-4.2.1-r6.ebuild
parenterror check/messages; IUSE; don't assign default to S (diff)
downloadhistorical-7e6f79c405b3f442486ec43f3c13079943dde145.tar.gz
historical-7e6f79c405b3f442486ec43f3c13079943dde145.tar.bz2
historical-7e6f79c405b3f442486ec43f3c13079943dde145.zip
don't assign default to S; error check sed; tidy
Diffstat (limited to 'app-arch/sharutils/sharutils-4.2.1-r6.ebuild')
-rw-r--r--app-arch/sharutils/sharutils-4.2.1-r6.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/app-arch/sharutils/sharutils-4.2.1-r6.ebuild b/app-arch/sharutils/sharutils-4.2.1-r6.ebuild
index 46e07ac8b131..2a052a38d4f4 100644
--- a/app-arch/sharutils/sharutils-4.2.1-r6.ebuild
+++ b/app-arch/sharutils/sharutils-4.2.1-r6.ebuild
@@ -1,25 +1,22 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r6.ebuild,v 1.4 2004/02/29 20:03:23 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r6.ebuild,v 1.5 2004/04/10 07:20:17 mr_bones_ Exp $
inherit eutils
-IUSE="nls"
-
-S=${WORKDIR}/${P}
DESCRIPTION="Tools to deal with shar archives"
HOMEPAGE="http://www.gnu.org/software/sharutils/"
SRC_URI="mirror://gentoo/${P}.tar.gz
mirror://gnu/${PN}/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 amd64 ppc sparc alpha hppa ia64 ppc64"
+IUSE="nls"
DEPEND="sys-apps/texinfo
nls? ( >=sys-devel/gettext-0.10.35 )"
-
src_unpack() {
unpack ${A}
cd ${S}