public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/eselect-python: eselect-python-99999999.ebuild eselect-python-20091230.ebuild
Date: Thu, 31 Dec 2009 01:10:49 +0000	[thread overview]
Message-ID: <E1NQ9Yv-00087i-02@stork.gentoo.org> (raw)

arfrever    09/12/31 01:10:48

  Modified:             eselect-python-99999999.ebuild
                        eselect-python-20091230.ebuild
  Log:
  Don't append not needed flags.
  (Portage version: 15155-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-admin/eselect-python/eselect-python-99999999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild?r1=1.4&r2=1.5

Index: eselect-python-99999999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- eselect-python-99999999.ebuild	30 Dec 2009 22:05:59 -0000	1.4
+++ eselect-python-99999999.ebuild	31 Dec 2009 01:10:48 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild,v 1.4 2009/12/30 22:05:59 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild,v 1.5 2009/12/31 01:10:48 arfrever Exp $
 
 EAPI="2"
 
-inherit flag-o-matic subversion toolchain-funcs
+inherit subversion toolchain-funcs
 
 DESCRIPTION="Eselect module for management of multiple Python versions"
 HOMEPAGE="http://www.gentoo.org"
@@ -24,8 +24,6 @@
 ESVN_REPO_URI="https://overlays.gentoo.org/svn/proj/python/projects/eselect-python/trunk"
 
 pkg_setup() {
-	append-flags -fno-PIC -fno-PIE
-
 	if [[ $(gcc-major-version) -lt 3 || ($(gcc-major-version) -eq 3 && $(gcc-minor-version) -lt 4) ]]; then
 		die "GCC >=3.4 is required"
 	fi



1.2                  app-admin/eselect-python/eselect-python-20091230.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-python/eselect-python-20091230.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-python/eselect-python-20091230.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-python/eselect-python-20091230.ebuild?r1=1.1&r2=1.2

Index: eselect-python-20091230.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20091230.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eselect-python-20091230.ebuild	30 Dec 2009 22:17:12 -0000	1.1
+++ eselect-python-20091230.ebuild	31 Dec 2009 01:10:48 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20091230.ebuild,v 1.1 2009/12/30 22:17:12 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20091230.ebuild,v 1.2 2009/12/31 01:10:48 arfrever Exp $
 
 EAPI="1"
 
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Eselect module for management of multiple Python versions"
 HOMEPAGE="http://www.gentoo.org"
@@ -21,8 +21,6 @@
 	>=sys-devel/gcc-3.4"
 
 pkg_setup() {
-	append-flags -fno-PIC -fno-PIE
-
 	if [[ $(gcc-major-version) -lt 3 || ($(gcc-major-version) -eq 3 && $(gcc-minor-version) -lt 4) ]]; then
 		die "GCC >=3.4 is required"
 	fi






                 reply	other threads:[~2009-12-31  1:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1NQ9Yv-00087i-02@stork.gentoo.org \
    --to=arfrever@gentoo.org \
    --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