public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <brian.dolbec@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-guis:master commit in: app-portage/layman/
Date: Fri, 12 Aug 2011 01:03:27 +0000 (UTC)	[thread overview]
Message-ID: <9b8d1332b77d87cd9d27c82eda11d8e7b4e2a075.dol-sen@gentoo> (raw)

commit:     9b8d1332b77d87cd9d27c82eda11d8e7b4e2a075
Author:     dol-sen <brian.dolbec <AT> gmail <DOT> com>
AuthorDate: Fri Aug 12 00:51:46 2011 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Fri Aug 12 01:02:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-guis.git;a=commit;h=9b8d1332

fix RESTRICT_PYTHON_ABIS, remove the dupe.

---
 app-portage/layman/ChangeLog          |    4 ++++
 app-portage/layman/Manifest           |    4 ++--
 app-portage/layman/layman-9999.ebuild |    3 +--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-portage/layman/ChangeLog b/app-portage/layman/ChangeLog
index ac118dd..570f2ba 100644
--- a/app-portage/layman/ChangeLog
+++ b/app-portage/layman/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.144 2011/08/08 16:28:35 darkside Exp $
 
+
+  11 Aug 2011; Brian Dolbec <brian.dolbec@gmail.com> layman-9999.ebuild:
+  fix RESTRICT_PYTHON_ABIS statement, remove 2.5 restriction.
+
   11 Aug 2011; Brian Dolbec <brian.dolbec@gmail.com> +layman-9999.ebuild:
   add updated 9999 ebuild with epreixify.
 

diff --git a/app-portage/layman/Manifest b/app-portage/layman/Manifest
index 8191ffb..3e8a038 100644
--- a/app-portage/layman/Manifest
+++ b/app-portage/layman/Manifest
@@ -1,5 +1,5 @@
 DIST layman-2.0.0_rc2.tar.gz 74170 RMD160 06215f4f4f1dbe88262ac248eedda1aa97bb9329 SHA1 ed753645318f0477d9b07f25f98f00bf091632be SHA256 f0430c6768b30b0a04d56ace43bd663ebc52160540e00f3d76305caffc037fa4
 EBUILD layman-2.0.0_rc2.ebuild 2436 RMD160 639ce695eb019e6915a2a50c84c613f45493d53e SHA1 d81510a552790918df93fbfd7c1281dd32b92b14 SHA256 c89a2de61bbd76aa077f9668c9087c9fbb3cb89aec9c23a593a1f49ec5c694ff
-EBUILD layman-9999.ebuild 2431 RMD160 8917350c90a9814d693597fd5b913a879f0d239e SHA1 35795230d1f0fd812640b7d4b6bcd2e1c53a4474 SHA256 2834dcc20577c90526e814a3629fef3a52652946594bc9b7eff5904852c266a6
-MISC ChangeLog 21852 RMD160 e12196c5880e0c6e574ca67fe279d819564c4f6e SHA1 2f863553fde790b0006b3dddf78b4c4cb1930806 SHA256 1323dfba643a7db9cfcbab137a68a4990efbb01a3fa9c97df5ce497b4fdfc333
+EBUILD layman-9999.ebuild 2396 RMD160 ce1a597a213d6fec4812050fc0d48e9bcea3f844 SHA1 2444dff3e6e8721720ecf2a3d24a341b6b85a41f SHA256 ae68bf30c9a2d5bc5cc11fba0530b10dfb4fb8e808a307750e09f04ef94392d2
+MISC ChangeLog 21989 RMD160 cca995ae7cbc34dd693da14bf608e2ff188bcc82 SHA1 c3cb8eb90c9ad2141548d69136f965c837eed2fc SHA256 6079dbab8958bf683aa7b01c51b0f11f56c8f33c30493da1faa9cfcaba4a1e2e
 MISC metadata.xml 912 RMD160 8d63f4e9672a7b15587026626802074a7b0e968b SHA1 00ffdacd3dcbd4e0652517628e9c932f32865a4a SHA256 67a4974996e495ff3f49e3874d9e1d6f4fe251e9e49d92385ef14d4f23550b10

diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
index b3a91dc..3c17098 100644
--- a/app-portage/layman/layman-9999.ebuild
+++ b/app-portage/layman/layman-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
 PYTHON_DEPEND="2:2.6"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
 
 inherit eutils distutils git-2 prefix
 
@@ -35,7 +35,6 @@ RDEPEND="${COMMON_DEPS}
 			>=dev-vcs/subversion-1.5.4[webdav-serf]
 		)
 	)"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
 
 src_prepare() {
 	eprefixify etc/layman.cfg layman/config.py



             reply	other threads:[~2011-08-12  1:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-12  1:03 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-16 19:24 [gentoo-commits] proj/gentoo-guis:master commit in: app-portage/layman/ Brian Dolbec
2014-03-22 15:49 Brian Dolbec
2012-10-21 23:32 Brian Dolbec
2011-09-18  3:47 Brian Dolbec
2011-08-11  7:35 Brian Dolbec
2011-08-11  3:01 Brian Dolbec
2011-08-10  1:24 Brian Dolbec
2011-08-09 15:26 Brian Dolbec
2011-08-09 15:09 Brian Dolbec
2011-06-07  5:29 Brian Dolbec
2011-05-02  0:59 Brian Dolbec
2011-05-02  0:59 Brian Dolbec
2011-02-14  4:34 Brian Dolbec
2011-02-14  2:11 Brian Dolbec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9b8d1332b77d87cd9d27c82eda11d8e7b4e2a075.dol-sen@gentoo \
    --to=brian.dolbec@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox