public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/portage: ChangeLog portage-2.1.1-r2.ebuild
@ 2008-07-25  6:59 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2008-07-25  6:59 UTC (permalink / raw
  To: gentoo-commits

grobian     08/07/25 06:59:00

  Modified:             ChangeLog portage-2.1.1-r2.ebuild
  Log:
  Drop userland_Darwin use, thanks mr_bones_ for noticing
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.534                sys-apps/portage/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.534&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.534&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.533&r2=1.534

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.533
retrieving revision 1.534
diff -u -r1.533 -r1.534
--- ChangeLog	23 Jul 2008 22:17:25 -0000	1.533
+++ ChangeLog	25 Jul 2008 06:59:00 -0000	1.534
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/portage
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.533 2008/07/23 22:17:25 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.534 2008/07/25 06:59:00 grobian Exp $
+
+  25 Jul 2008; Fabian Groffen <grobian@gentoo.org> portage-2.1.1-r2.ebuild:
+  Drop userland_Darwin use, thanks mr_bones_ for noticing
 
 *portage-2.2_rc3 (23 Jul 2008)
 



1.18                 sys-apps/portage/portage-2.1.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.1-r2.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.1-r2.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.1-r2.ebuild?r1=1.17&r2=1.18

Index: portage-2.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.1-r2.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- portage-2.1.1-r2.ebuild	1 Jun 2008 10:30:18 -0000	1.17
+++ portage-2.1.1-r2.ebuild	25 Jul 2008 06:59:00 -0000	1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.1-r2.ebuild,v 1.17 2008/06/01 10:30:18 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.1-r2.ebuild,v 1.18 2008/07/25 06:59:00 grobian Exp $
 
 inherit toolchain-funcs eutils flag-o-matic
 
@@ -12,17 +12,17 @@
 SLOT="0"
 # USE_EXPAND_HIDDEN hides ELIBC and USERLAND expansions from emerge output (see make.conf.5).
 IUSE_ELIBC="elibc_glibc elibc_uclibc elibc_FreeBSD"
-IUSE_USERLAND="userland_Darwin userland_GNU"
+IUSE_USERLAND="userland_GNU"
 IUSE="build doc selinux linguas_pl ${IUSE_ELIBC} ${IUSE_USERLAND}"
 DEPEND=">=dev-lang/python-2.3
 	!build? ( >=sys-apps/sed-4.0.5 )"
 RDEPEND=">=dev-lang/python-2.3
 	!build? ( >=sys-apps/sed-4.0.5
 		dev-python/python-fchksum
-		!userland_Darwin? ( >=app-shells/bash-3.0 ) )
+		>=app-shells/bash-3.0 )
 	elibc_glibc? ( >=sys-apps/sandbox-1.2.17 )
 	elibc_uclibc? ( >=sys-apps/sandbox-1.2.17 )
-	!userland_Darwin? ( >=app-misc/pax-utils-0.1.13 )
+	>=app-misc/pax-utils-0.1.13
 	selinux? ( >=dev-python/python-selinux-2.16 )
 	>=dev-python/pycrypto-2.0.1-r5"
 SRC_ARCHIVES="http://dev.gentoo.org/~zmedico/portage/archives"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/portage: ChangeLog portage-2.1.1-r2.ebuild
@ 2009-03-23 19:10 Zac Medico (zmedico)
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico (zmedico) @ 2009-03-23 19:10 UTC (permalink / raw
  To: gentoo-commits

zmedico     09/03/23 19:10:34

  Modified:             ChangeLog
  Removed:              portage-2.1.1-r2.ebuild
  Log:
  Bug #263521 - Remove 2.1.1-r2 since it only supports EAPI 0 and python-2.4 now requires at least EAPI 1.
  (Portage version: 2.2_rc26_p13170/cvs/Linux i686)

Revision  Changes    Path
1.589                sys-apps/portage/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.589&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.589&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.588&r2=1.589

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.588
retrieving revision 1.589
diff -u -r1.588 -r1.589
--- ChangeLog	23 Mar 2009 07:16:18 -0000	1.588
+++ ChangeLog	23 Mar 2009 19:10:33 -0000	1.589
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/portage
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.588 2009/03/23 07:16:18 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.589 2009/03/23 19:10:33 zmedico Exp $
+
+  23 Mar 2009; Zac Medico <zmedico@gentoo.org> -files/05portage.envd,
+  -portage-2.1.1-r2.ebuild:
+  Bug #263521 - Remove 2.1.1-r2 since it only supports EAPI 0 and python-2.4
+  now requires at least EAPI 1.
 
 *portage-2.1.6.10 (23 Mar 2009)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-23 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25  6:59 [gentoo-commits] gentoo-x86 commit in sys-apps/portage: ChangeLog portage-2.1.1-r2.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-23 19:10 Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox