diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-03-19 11:51:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-03-19 11:51:07 +0000 |
commit | fb0722fdbd33b7df48fc2fb78f5d70bdcadc70df (patch) | |
tree | 935925804aa4dc77b8eb60b82b7c86ec716c2a2f /sys-freebsd/freebsd-bin | |
parent | Fix bug 293374 and sync with fedora to solve other issues (diff) | |
download | historical-fb0722fdbd33b7df48fc2fb78f5d70bdcadc70df.tar.gz historical-fb0722fdbd33b7df48fc2fb78f5d70bdcadc70df.tar.bz2 historical-fb0722fdbd33b7df48fc2fb78f5d70bdcadc70df.zip |
bump to 8.0 from the bsd overlay
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sys-freebsd/freebsd-bin')
-rw-r--r-- | sys-freebsd/freebsd-bin/ChangeLog | 7 | ||||
-rw-r--r-- | sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild | 36 |
2 files changed, 42 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-bin/ChangeLog b/sys-freebsd/freebsd-bin/ChangeLog index 76b52d215ac2..834ceb0663bd 100644 --- a/sys-freebsd/freebsd-bin/ChangeLog +++ b/sys-freebsd/freebsd-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-freebsd/freebsd-bin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.35 2010/03/11 11:13:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.36 2010/03/19 11:50:56 aballier Exp $ + +*freebsd-bin-8.0 (19 Mar 2010) + + 19 Mar 2010; Alexis Ballier <aballier@gentoo.org> +freebsd-bin-8.0.ebuild: + bump to 8.0 from the bsd overlay 11 Mar 2010; Alexis Ballier <aballier@gentoo.org> -freebsd-bin-6.2.ebuild, -files/freebsd-bin-6.2-mkdir-posix.patch, diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild new file mode 100644 index 000000000000..356602aed88b --- /dev/null +++ b/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild,v 1.1 2010/03/19 11:50:56 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-misc/realpath + !<sys-freebsd/freebsd-ubin-8" +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= " +} |