/[gentoo-x86]/app-portage/install-mask/install-mask-0.0.2.ebuild
Gentoo

Contents of /app-portage/install-mask/install-mask-0.0.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Fri Aug 31 09:09:32 2012 UTC (8 months, 3 weeks ago) by mgorny
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED
Sync to the live ebuild.

(Portage version: 2.2.0_alpha120_p33/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-0.0.2.ebuild,v 1.4 2012/08/07 20:27:26 aballier Exp $
4
5 EAPI=4
6 PYTHON_DEPEND='2:2.6 3:3.2'
7 SUPPORT_PYTHON_ABIS=1
8 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
9
10 inherit base distutils
11
12 DESCRIPTION="Handle INSTALL_MASK setting in make.conf"
13 HOMEPAGE="https://github.com/mgorny/install-mask/"
14 SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
15
16 LICENSE="BSD"
17 SLOT="0"
18 KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
19 IUSE=""
20
21 RDEPEND="app-portage/flaggie
22 dev-python/lxml"
23
24 PYTHON_MODNAME=installmask
25
26 src_prepare() {
27 base_src_prepare
28 distutils_src_prepare
29 }

  ViewVC Help
Powered by ViewVC 1.1.13