summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-15 08:12:00 +0000
committerMichał Górny <mgorny@gentoo.org>2012-10-15 08:12:00 +0000
commit355cd0af3981c9c8ef622ba623c638db19ec3827 (patch)
treeca9387299c14675f57e0bf1c53c314a6fdd68006 /app-portage
parentRevision bump to distutils-r1. (diff)
downloadgentoo-2-355cd0af3981c9c8ef622ba623c638db19ec3827.tar.gz
gentoo-2-355cd0af3981c9c8ef622ba623c638db19ec3827.tar.bz2
gentoo-2-355cd0af3981c9c8ef622ba623c638db19ec3827.zip
Revision bump to distutils-r1.
(Portage version: 2.1.11.26/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/install-mask/ChangeLog7
-rw-r--r--app-portage/install-mask/install-mask-0.0.2-r2.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/app-portage/install-mask/ChangeLog b/app-portage/install-mask/ChangeLog
index 1bb7e96f752d..124b84ad0203 100644
--- a/app-portage/install-mask/ChangeLog
+++ b/app-portage/install-mask/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/install-mask
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.10 2012/09/07 10:47:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.11 2012/10/15 08:12:00 mgorny Exp $
+
+*install-mask-0.0.2-r2 (15 Oct 2012)
+
+ 15 Oct 2012; Michał Górny <mgorny@gentoo.org> +install-mask-0.0.2-r2.ebuild:
+ Revision bump to distutils-r1.
07 Sep 2012; Michał Górny <mgorny@gentoo.org> install-mask-0.0.2-r1.ebuild,
metadata.xml:
diff --git a/app-portage/install-mask/install-mask-0.0.2-r2.ebuild b/app-portage/install-mask/install-mask-0.0.2-r2.ebuild
new file mode 100644
index 000000000000..bf29086e76ec
--- /dev/null
+++ b/app-portage/install-mask/install-mask-0.0.2-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-0.0.2-r2.ebuild,v 1.1 2012/10/15 08:12:00 mgorny Exp $
+
+EAPI=4
+PYTHON_COMPAT=(python2_6 python2_7 python3_1 python3_2)
+
+inherit distutils-r1
+
+DESCRIPTION="Handle INSTALL_MASK setting in make.conf"
+HOMEPAGE="https://bitbucket.org/mgorny/install-mask/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+IUSE=""
+
+RDEPEND="app-portage/flaggie[${PYTHON_USEDEP}]
+ dev-python/lxml"