summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta SATOH <nigoro@gentoo.gr.jp>2015-01-31 19:01:29 +0900
committerYuta SATOH <nigoro@gentoo.gr.jp>2015-01-31 19:01:29 +0900
commitcdacd43a6b878c034b66195224ace71d49e46c1a (patch)
tree8eed03bb54ed9dd084ac193f81bcd1bafdeb6d20 /sys-freebsd/freebsd-bin
parentfreebsd-sources-10.1.0.9999-r1: security fix CVE-2014-8612, CVE-2014-8613 (diff)
downloadgentoo-bsd-cdacd43a6b878c034b66195224ace71d49e46c1a.tar.gz
gentoo-bsd-cdacd43a6b878c034b66195224ace71d49e46c1a.tar.bz2
gentoo-bsd-cdacd43a6b878c034b66195224ace71d49e46c1a.zip
Remove 9.3 and 10.0 ebuilds. I don't have the time to maintain them.
Diffstat (limited to 'sys-freebsd/freebsd-bin')
-rw-r--r--sys-freebsd/freebsd-bin/Manifest2
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-10.0.0.9999.ebuild39
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-9.3.0.9999.ebuild39
3 files changed, 0 insertions, 80 deletions
diff --git a/sys-freebsd/freebsd-bin/Manifest b/sys-freebsd/freebsd-bin/Manifest
index 322869b..f6358e1 100644
--- a/sys-freebsd/freebsd-bin/Manifest
+++ b/sys-freebsd/freebsd-bin/Manifest
@@ -1,3 +1 @@
-EBUILD freebsd-bin-10.0.0.9999.ebuild 899 SHA256 50597db60e48c9c12b3bbc5b27af2b5b50c5e02fc810ddecf341b99f9d867934 SHA512 ba96121a11bf381525a1eacfc55bc3aaf867c79d4666fa050a4f3143e7a5a82eb0916dbe62d5dc29b146adc336b0b44101144bd1784179f8f3d204f18687f4ab WHIRLPOOL acd5685ba8fedaca0b8abfdae789d33bb11d32c1cba46c34f8b049b3b5b7207d1ef0c8b0f8ba9c55233159426cef7a43ce5abf72f328bd8241fff17d02cd1d79
EBUILD freebsd-bin-10.1.0.9999.ebuild 899 SHA256 50597db60e48c9c12b3bbc5b27af2b5b50c5e02fc810ddecf341b99f9d867934 SHA512 ba96121a11bf381525a1eacfc55bc3aaf867c79d4666fa050a4f3143e7a5a82eb0916dbe62d5dc29b146adc336b0b44101144bd1784179f8f3d204f18687f4ab WHIRLPOOL acd5685ba8fedaca0b8abfdae789d33bb11d32c1cba46c34f8b049b3b5b7207d1ef0c8b0f8ba9c55233159426cef7a43ce5abf72f328bd8241fff17d02cd1d79
-EBUILD freebsd-bin-9.3.0.9999.ebuild 887 SHA256 0ba352302f3294bacc36502ccd6b1ffa4a4e9a7e4cc8c68809e547fa8439e26d SHA512 d509ef885fe84f14988a7fec10334da997efce4659a4c6aaaf9ce0157691d84581ce1fc873a61a14630762018f9abc1b22b6e461603abb1ce2394fad8a9da12e WHIRLPOOL d5f3428241b49752b2d967adb75881f90b860501432c1504b303a94d82dce69409102b2c9f2b720c705cbb4655f8db4436c6c713ec5de61f36059d6743ab8dd4
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-10.0.0.9999.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-10.0.0.9999.ebuild
deleted file mode 100644
index abefd05..0000000
--- a/sys-freebsd/freebsd-bin/freebsd-bin-10.0.0.9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-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.xz
- mirror://gentoo/${UBIN}.tar.xz
- mirror://gentoo/${SBIN}.tar.xz
- mirror://gentoo/${LIB}.tar.xz"
-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 freebsd-version"
-
-pkg_setup() {
- mymakeopts="${mymakeopts} WITHOUT_TCSH= WITHOUT_SENDMAIL= WITHOUT_RCMDS= "
-}
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-9.3.0.9999.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-9.3.0.9999.ebuild
deleted file mode 100644
index 9887ef9..0000000
--- a/sys-freebsd/freebsd-bin/freebsd-bin-9.3.0.9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-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= "
-}