summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-06 05:47:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-06 05:47:03 +0000
commit625f2c0822574bfa68a064f5f8956c86f55ef75a (patch)
tree7ffc56bda47585cb96e26face704a8c4182779bc /sys-freebsd/freebsd-bin
parentkeyword ~x86-fbsd, bug #357599 (diff)
downloadhistorical-625f2c0822574bfa68a064f5f8956c86f55ef75a.tar.gz
historical-625f2c0822574bfa68a064f5f8956c86f55ef75a.tar.bz2
historical-625f2c0822574bfa68a064f5f8956c86f55ef75a.zip
bump to 8.2
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'sys-freebsd/freebsd-bin')
-rw-r--r--sys-freebsd/freebsd-bin/ChangeLog9
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-8.2.ebuild34
2 files changed, 41 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-bin/ChangeLog b/sys-freebsd/freebsd-bin/ChangeLog
index 834ceb0663bd..a6cbc7c92b55 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.36 2010/03/19 11:50:56 aballier Exp $
+# 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 $
+
+*freebsd-bin-8.2 (06 Jul 2011)
+
+ 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> +freebsd-bin-8.2.ebuild:
+ bump to 8.2
*freebsd-bin-8.0 (19 Mar 2010)
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-8.2.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-8.2.ebuild
new file mode 100644
index 000000000000..9583de42f825
--- /dev/null
+++ b/sys-freebsd/freebsd-bin/freebsd-bin-8.2.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-8.2.ebuild,v 1.1 2011/07/06 05:47:03 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
+
+# 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= "
+}