public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-bin: ChangeLog freebsd-bin-7.2.ebuild
@ 2009-05-22 11:12 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2009-05-22 11:12 UTC (permalink / raw
  To: gentoo-commits

aballier    09/05/22 11:12:09

  Modified:             ChangeLog
  Added:                freebsd-bin-7.2.ebuild
  Log:
  bump to 7.2
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 sys-freebsd/freebsd-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	18 May 2009 17:00:46 -0000	1.31
+++ ChangeLog	22 May 2009 11:12:09 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for sys-freebsd/freebsd-bin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.31 2009/05/18 17:00:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.32 2009/05/22 11:12:09 aballier Exp $
+
+*freebsd-bin-7.2 (22 May 2009)
+
+  22 May 2009; Alexis Ballier <aballier@gentoo.org> +freebsd-bin-7.2.ebuild:
+  bump to 7.2
 
 *freebsd-bin-7.1-r1 (18 May 2009)
 



1.1                  sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild?rev=1.1&content-type=text/plain

Index: freebsd-bin-7.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild,v 1.1 2009/05/22 11:12:09 aballier Exp $

inherit bsdmk freebsd

DESCRIPTION="FreeBSD /bin tools"
SLOT="0"
KEYWORDS="~sparc-fbsd ~x86-fbsd"

IUSE=""

SRC_URI="mirror://gentoo/${BIN}.tar.bz2
		mirror://gentoo/${SBIN}.tar.bz2
		mirror://gentoo/${LIB}.tar.bz2"

RDEPEND="=sys-freebsd/freebsd-lib-${RV}*
	dev-libs/libedit
	sys-libs/ncurses
	sys-apps/ed
	!app-admin/realpath"
DEPEND="${RDEPEND}
	=sys-freebsd/freebsd-mk-defs-${RV}*
	>=sys-devel/flex-2.5.31-r2"

S=${WORKDIR}/bin

PATCHES="${FILESDIR}/${PN}-6.0-flex-2.5.31.patch"

# csh and tcsh are provided by tcsh package, rmail is sendmail stuff.
REMOVE_SUBDIRS="csh rmail ed"

pkg_setup() {
	mymakeopts="${mymakeopts} WITHOUT_TCSH= WITHOUT_SENDMAIL= WITHOUT_RCMDS= "
}






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

* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-bin: ChangeLog freebsd-bin-7.2.ebuild
@ 2009-05-22 14:19 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2009-05-22 14:19 UTC (permalink / raw
  To: gentoo-commits

aballier    09/05/22 14:19:13

  Modified:             ChangeLog freebsd-bin-7.2.ebuild
  Log:
  make PATCHES a bash array
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 sys-freebsd/freebsd-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	22 May 2009 11:12:09 -0000	1.32
+++ ChangeLog	22 May 2009 14:19:13 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for sys-freebsd/freebsd-bin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.32 2009/05/22 11:12:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.33 2009/05/22 14:19:13 aballier Exp $
+
+  22 May 2009; Alexis Ballier <aballier@gentoo.org> freebsd-bin-7.2.ebuild:
+  make PATCHES a bash array
 
 *freebsd-bin-7.2 (22 May 2009)
 



1.2                  sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild?r1=1.1&r2=1.2

Index: freebsd-bin-7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freebsd-bin-7.2.ebuild	22 May 2009 11:12:09 -0000	1.1
+++ freebsd-bin-7.2.ebuild	22 May 2009 14:19:13 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild,v 1.1 2009/05/22 11:12:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild,v 1.2 2009/05/22 14:19:13 aballier Exp $
 
 inherit bsdmk freebsd
 
@@ -25,7 +25,7 @@
 
 S=${WORKDIR}/bin
 
-PATCHES="${FILESDIR}/${PN}-6.0-flex-2.5.31.patch"
+PATCHES=( "${FILESDIR}/${PN}-6.0-flex-2.5.31.patch" )
 
 # csh and tcsh are provided by tcsh package, rmail is sendmail stuff.
 REMOVE_SUBDIRS="csh rmail ed"






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

end of thread, other threads:[~2009-05-22 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 14:19 [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-bin: ChangeLog freebsd-bin-7.2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-22 11:12 Alexis Ballier (aballier)

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