summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-11-07 12:19:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-11-07 12:19:42 +0000
commitf08feb553611d7c11b88cdc419378adbc515cbb7 (patch)
tree675c2d7065b1d26146261567fc5eff835149dd1e /sys-freebsd/freebsd-bin
parentbump to 9.0_rc1 (diff)
downloadgentoo-2-f08feb553611d7c11b88cdc419378adbc515cbb7.tar.gz
gentoo-2-f08feb553611d7c11b88cdc419378adbc515cbb7.tar.bz2
gentoo-2-f08feb553611d7c11b88cdc419378adbc515cbb7.zip
bump to 9.0_rc1
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd/freebsd-bin')
-rw-r--r--sys-freebsd/freebsd-bin/ChangeLog8
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-9.0_rc1.ebuild34
2 files changed, 41 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-bin/ChangeLog b/sys-freebsd/freebsd-bin/ChangeLog
index a6cbc7c92b55..acff421bc990 100644
--- a/sys-freebsd/freebsd-bin/ChangeLog
+++ b/sys-freebsd/freebsd-bin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-freebsd/freebsd-bin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.37 2011/07/06 05:47:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.38 2011/11/07 12:19:42 aballier Exp $
+
+*freebsd-bin-9.0_rc1 (07 Nov 2011)
+
+ 07 Nov 2011; Alexis Ballier <aballier@gentoo.org>
+ +freebsd-bin-9.0_rc1.ebuild:
+ bump to 9.0_rc1
*freebsd-bin-8.2 (06 Jul 2011)
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-9.0_rc1.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-9.0_rc1.ebuild
new file mode 100644
index 000000000000..efa21ad3e6ba
--- /dev/null
+++ b/sys-freebsd/freebsd-bin/freebsd-bin-9.0_rc1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-9.0_rc1.ebuild,v 1.1 2011/11/07 12:19:42 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/${UBIN}.tar.bz2
+ mirror://gentoo/${SBIN}.tar.bz2
+ mirror://gentoo/${LIB}.tar.bz2"
+
+RDEPEND="=sys-freebsd/freebsd-lib-${RV}*
+ 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
+
+# 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= "
+}