summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-26 20:41:32 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-26 20:41:32 +0000
commit307cc56944599ae3da68284cb63df551bedf29c6 (patch)
tree12c075869ef5a3d92113f307019b11bc63cf9c19 /sys-freebsd
parentbump to rc3 (diff)
downloadgentoo-2-307cc56944599ae3da68284cb63df551bedf29c6.tar.gz
gentoo-2-307cc56944599ae3da68284cb63df551bedf29c6.tar.bz2
gentoo-2-307cc56944599ae3da68284cb63df551bedf29c6.zip
bump to rc3
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/freebsd-bin/ChangeLog8
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-9.2_rc3.ebuild37
2 files changed, 44 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-bin/ChangeLog b/sys-freebsd/freebsd-bin/ChangeLog
index 3f5aeb81916c..fc46f1be34ca 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.53 2013/08/22 15:43:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.54 2013/08/26 20:41:32 aballier Exp $
+
+*freebsd-bin-9.2_rc3 (26 Aug 2013)
+
+ 26 Aug 2013; Alexis Ballier <aballier@gentoo.org>
+ +freebsd-bin-9.2_rc3.ebuild:
+ bump to rc3
*freebsd-bin-9.2_rc2 (22 Aug 2013)
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-9.2_rc3.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-9.2_rc3.ebuild
new file mode 100644
index 000000000000..60a35043da19
--- /dev/null
+++ b/sys-freebsd/freebsd-bin/freebsd-bin-9.2_rc3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2013 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.2_rc3.ebuild,v 1.1 2013/08/26 20:41:32 aballier Exp $
+
+inherit bsdmk freebsd
+
+DESCRIPTION="FreeBSD /bin tools"
+SLOT="0"
+
+IUSE=""
+
+if [[ ${PV} != *9999* ]]; then
+ KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+ SRC_URI="mirror://gentoo/${BIN}.tar.bz2
+ mirror://gentoo/${UBIN}.tar.bz2
+ mirror://gentoo/${SBIN}.tar.bz2
+ mirror://gentoo/${LIB}.tar.bz2"
+fi
+
+RDEPEND="=sys-freebsd/freebsd-lib-${RV}*
+ >=dev-libs/libedit-20120311.3.0-r1
+ 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= "
+}