diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-11-04 20:04:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-11-04 20:04:50 +0000 |
commit | 53297df6dfa9d18ef55401e3cae864a1002ef040 (patch) | |
tree | 5857c320f27933abb0ceb142bef954b74d250632 /app-portage | |
parent | Mask xfce4-weather-plugin because the datafeed is no longer available. (diff) | |
download | gentoo-2-53297df6dfa9d18ef55401e3cae864a1002ef040.tar.gz gentoo-2-53297df6dfa9d18ef55401e3cae864a1002ef040.tar.bz2 gentoo-2-53297df6dfa9d18ef55401e3cae864a1002ef040.zip |
Version bump. The new version prints slotted atoms on --rebuild.
(Portage version: 2.2.0_alpha72_p4/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/install-mask/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/install-mask/install-mask-0.0.2.ebuild (renamed from app-portage/install-mask/install-mask-0.0.1.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-portage/install-mask/ChangeLog b/app-portage/install-mask/ChangeLog index 7d13b9e43b8d..f7b52abc8b45 100644 --- a/app-portage/install-mask/ChangeLog +++ b/app-portage/install-mask/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-portage/install-mask # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.1 2011/09/19 08:26:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.2 2011/11/04 20:04:50 mgorny Exp $ + +*install-mask-0.0.2 (04 Nov 2011) + + 04 Nov 2011; Michał Górny <mgorny@gentoo.org> -install-mask-0.0.1.ebuild, + +install-mask-0.0.2.ebuild: + Version bump. The new version prints slotted atoms on --rebuild. *install-mask-0.0.1 (19 Sep 2011) diff --git a/app-portage/install-mask/install-mask-0.0.1.ebuild b/app-portage/install-mask/install-mask-0.0.2.ebuild index a48b3bc7c6d0..da07c64f3c0e 100644 --- a/app-portage/install-mask/install-mask-0.0.1.ebuild +++ b/app-portage/install-mask/install-mask-0.0.2.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2011 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.1.ebuild,v 1.1 2011/09/19 08:26:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-0.0.2.ebuild,v 1.1 2011/11/04 20:04:50 mgorny Exp $ -EAPI=3 -PYTHON_DEPEND='*:2.6' +EAPI=4 +PYTHON_DEPEND='2:2.6 3:3.2' SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS='2.4 2.5' +RESTRICT_PYTHON_ABIS='2.4 2.5 3.1' inherit base distutils DESCRIPTION="Handle INSTALL_MASK setting in make.conf" HOMEPAGE="https://github.com/mgorny/install-mask/" -SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" +SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" |