Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230634
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- sys-apps/file/file-5.03.ebuild
0
++ sys-apps/file/file-5.03.ebuild
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v 1.1 2009/05/06 23:36:03 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v 1.1 2009/05/06 23:36:03 vapier Exp $
4
4
5
DISTUTILS_DISABLE_PYTHON_DEPENDENCY="1"
6
5
inherit eutils distutils libtool flag-o-matic
7
inherit eutils distutils libtool flag-o-matic
6
8
7
DESCRIPTION="identify a file's format by scanning binary data for patterns"
9
DESCRIPTION="identify a file's format by scanning binary data for patterns"
Lines 14-19 Link Here
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
15
IUSE="python"
17
IUSE="python"
16
18
19
DEPEND="python? ( virtual/python )"
20
RDEPEND="${DEPEND}"
21
17
src_unpack() {
22
src_unpack() {
18
	unpack ${P}.tar.gz
23
	unpack ${P}.tar.gz
19
	cd "${S}"
24
	cd "${S}"

Return to bug 230634