summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-09 15:09:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-09 15:09:15 +0000
commit1a71288dbddd3cdd588b8c5b47ea0cb804add632 (patch)
treecd2021b29f3ec3394b9d3a261923a94e1c61f958 /sys-freebsd/freebsd-bin
parentremove old (diff)
downloadgentoo-2-1a71288dbddd3cdd588b8c5b47ea0cb804add632.tar.gz
gentoo-2-1a71288dbddd3cdd588b8c5b47ea0cb804add632.tar.bz2
gentoo-2-1a71288dbddd3cdd588b8c5b47ea0cb804add632.zip
remove old
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd/freebsd-bin')
-rw-r--r--sys-freebsd/freebsd-bin/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-9.0.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/sys-freebsd/freebsd-bin/ChangeLog b/sys-freebsd/freebsd-bin/ChangeLog
index 7c373e536b45..d9645b2cd5e1 100644
--- a/sys-freebsd/freebsd-bin/ChangeLog
+++ b/sys-freebsd/freebsd-bin/ChangeLog
@@ -1,6 +1,9 @@
# 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.50 2013/06/18 23:21:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.51 2013/08/09 15:09:15 aballier Exp $
+
+ 09 Aug 2013; Alexis Ballier <aballier@gentoo.org> -freebsd-bin-9.0.ebuild:
+ remove old
18 Jun 2013; Alexis Ballier <aballier@gentoo.org> -freebsd-bin-7.2.ebuild,
-freebsd-bin-8.0.ebuild, -files/freebsd-bin-6.0-flex-2.5.31.patch:
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-9.0.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-9.0.ebuild
deleted file mode 100644
index 682a73103d4f..000000000000
--- a/sys-freebsd/freebsd-bin/freebsd-bin-9.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 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.ebuild,v 1.3 2012/04/26 13:18:24 aballier Exp $
-
-inherit bsdmk freebsd
-
-DESCRIPTION="FreeBSD /bin tools"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~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}*
- >=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= "
-}