summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-06-18 23:21:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-06-18 23:21:16 +0000
commit0e9e73bb1bc8dd1156d2e015476fcd9c804b30e5 (patch)
treebf91945202896a6ed7925cdc9d8594fdf0a78141 /sys-freebsd
parentremove old (diff)
downloadgentoo-2-0e9e73bb1bc8dd1156d2e015476fcd9c804b30e5.tar.gz
gentoo-2-0e9e73bb1bc8dd1156d2e015476fcd9c804b30e5.tar.bz2
gentoo-2-0e9e73bb1bc8dd1156d2e015476fcd9c804b30e5.zip
remove old
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/freebsd-bin/ChangeLog6
-rw-r--r--sys-freebsd/freebsd-bin/files/freebsd-bin-6.0-flex-2.5.31.patch10
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild35
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild36
4 files changed, 5 insertions, 82 deletions
diff --git a/sys-freebsd/freebsd-bin/ChangeLog b/sys-freebsd/freebsd-bin/ChangeLog
index 87d733d2b133..7c373e536b45 100644
--- a/sys-freebsd/freebsd-bin/ChangeLog
+++ b/sys-freebsd/freebsd-bin/ChangeLog
@@ -1,6 +1,10 @@
# 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.49 2013/01/27 22:17:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/ChangeLog,v 1.50 2013/06/18 23:21:16 aballier Exp $
+
+ 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:
+ remove old
27 Jan 2013; Alexis Ballier <aballier@gentoo.org>
-freebsd-bin-9.1_rc1.ebuild, -freebsd-bin-9.1_rc2.ebuild,
diff --git a/sys-freebsd/freebsd-bin/files/freebsd-bin-6.0-flex-2.5.31.patch b/sys-freebsd/freebsd-bin/files/freebsd-bin-6.0-flex-2.5.31.patch
deleted file mode 100644
index e6a8cd3cc7f5..000000000000
--- a/sys-freebsd/freebsd-bin/files/freebsd-bin-6.0-flex-2.5.31.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-Index: fbsd-6/bin/sh/arith_lex.l
-===================================================================
---- fbsd-6.orig/bin/sh/arith_lex.l
-+++ fbsd-6/bin/sh/arith_lex.l
-@@ -128,5 +128,4 @@ extern char *arith_buf, *arith_startbuf;
- void
- arith_lex_reset(void)
- {
-- YY_NEW_FILE;
- }
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild
deleted file mode 100644
index 6cf250ccc368..000000000000
--- a/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild,v 1.3 2009/10/13 17:02:08 ulm 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"
-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= "
-}
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild
deleted file mode 100644
index 356602aed88b..000000000000
--- a/sys-freebsd/freebsd-bin/freebsd-bin-8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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= "
-}