summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-06-18 23:20:36 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-06-18 23:20:36 +0000
commitfba95a02b41f4e52c86676b996f7c656d5babbb9 (patch)
treed4ac60651d36d95e7ed28148088be408541fc7ce /sys-freebsd/freebsd-contrib
parentremove old (diff)
downloadgentoo-2-fba95a02b41f4e52c86676b996f7c656d5babbb9.tar.gz
gentoo-2-fba95a02b41f4e52c86676b996f7c656d5babbb9.tar.bz2
gentoo-2-fba95a02b41f4e52c86676b996f7c656d5babbb9.zip
remove old
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd/freebsd-contrib')
-rw-r--r--sys-freebsd/freebsd-contrib/ChangeLog6
-rw-r--r--sys-freebsd/freebsd-contrib/freebsd-contrib-7.2.ebuild55
-rw-r--r--sys-freebsd/freebsd-contrib/freebsd-contrib-8.0.ebuild56
3 files changed, 5 insertions, 112 deletions
diff --git a/sys-freebsd/freebsd-contrib/ChangeLog b/sys-freebsd/freebsd-contrib/ChangeLog
index b9da8d0b7282..044aab82587d 100644
--- a/sys-freebsd/freebsd-contrib/ChangeLog
+++ b/sys-freebsd/freebsd-contrib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-freebsd/freebsd-contrib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/ChangeLog,v 1.42 2013/01/27 22:18:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/ChangeLog,v 1.43 2013/06/18 23:20:36 aballier Exp $
+
+ 18 Jun 2013; Alexis Ballier <aballier@gentoo.org>
+ -freebsd-contrib-7.2.ebuild, -freebsd-contrib-8.0.ebuild:
+ remove old
27 Jan 2013; Alexis Ballier <aballier@gentoo.org>
-freebsd-contrib-9.1_rc1.ebuild, -freebsd-contrib-9.1_rc2.ebuild,
diff --git a/sys-freebsd/freebsd-contrib/freebsd-contrib-7.2.ebuild b/sys-freebsd/freebsd-contrib/freebsd-contrib-7.2.ebuild
deleted file mode 100644
index 4f607604a2e3..000000000000
--- a/sys-freebsd/freebsd-contrib/freebsd-contrib-7.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/freebsd-contrib-7.2.ebuild,v 1.2 2013/01/12 10:16:23 ulm Exp $
-
-inherit bsdmk freebsd flag-o-matic
-
-DESCRIPTION="Contributed sources for FreeBSD."
-SRC_URI="mirror://gentoo/${GNU}.tar.bz2
- mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="BSD GPL-2+ libodialog"
-SLOT="0"
-KEYWORDS="~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=""
-DEPEND="=sys-freebsd/freebsd-sources-${RV}*
- =sys-freebsd/freebsd-mk-defs-${RV}*"
-
-S="${WORKDIR}/gnu"
-
-src_unpack() {
- echo ">>> Unpacking needed parts of ${GNU}.tar.bz2 to ${WORKDIR}"
- tar -jxpf "${DISTDIR}/${GNU}.tar.bz2" gnu/lib/libdialog gnu/usr.bin/sort gnu/usr.bin/patch
- echo ">>> Unpacking needed parts of ${CONTRIB}.tar.bz2 to ${WORKDIR}"
- tar -jxpf "${DISTDIR}/${CONTRIB}.tar.bz2" contrib/gnu-sort
-
- freebsd_do_patches
- freebsd_rename_libraries
-}
-
-src_compile() {
- cd "${S}/lib/libdialog"
- freebsd_src_compile
-
- cd "${S}/usr.bin/sort"
- freebsd_src_compile
-
- cd "${S}/usr.bin/patch"
- freebsd_src_compile
-}
-
-src_install() {
- use profile || mymakeopts="${mymakeopts} NO_PROFILE= "
- mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= "
-
- cd "${S}/lib/libdialog"
- mkinstall || die "libdialog install failed"
-
- cd "${S}/usr.bin/sort"
- mkinstall DESTDIR="${D}/bin/" || die "libdialog install failed"
-
- cd "${S}/usr.bin/patch"
- mkinstall DESTDIR="${D}/usr/bin/" || die "libdialog install failed"
-}
diff --git a/sys-freebsd/freebsd-contrib/freebsd-contrib-8.0.ebuild b/sys-freebsd/freebsd-contrib/freebsd-contrib-8.0.ebuild
deleted file mode 100644
index 49fd02d4b02d..000000000000
--- a/sys-freebsd/freebsd-contrib/freebsd-contrib-8.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/freebsd-contrib-8.0.ebuild,v 1.3 2013/01/12 10:16:23 ulm Exp $
-
-inherit bsdmk freebsd flag-o-matic
-
-DESCRIPTION="Contributed sources for FreeBSD."
-SRC_URI="mirror://gentoo/${GNU}.tar.bz2
- mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="BSD GPL-2+ libodialog"
-SLOT="0"
-KEYWORDS="~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=""
-DEPEND="=sys-freebsd/freebsd-sources-${RV}*
- =sys-freebsd/freebsd-mk-defs-${RV}*
- !dev-util/dialog"
-
-S="${WORKDIR}/gnu"
-
-src_unpack() {
- echo ">>> Unpacking needed parts of ${GNU}.tar.bz2 to ${WORKDIR}"
- tar -jxpf "${DISTDIR}/${GNU}.tar.bz2" gnu/lib/libdialog gnu/usr.bin/sort gnu/usr.bin/patch
- echo ">>> Unpacking needed parts of ${CONTRIB}.tar.bz2 to ${WORKDIR}"
- tar -jxpf "${DISTDIR}/${CONTRIB}.tar.bz2" contrib/gnu-sort
-
- freebsd_do_patches
- freebsd_rename_libraries
-}
-
-src_compile() {
- cd "${S}/lib/libdialog"
- freebsd_src_compile
-
- cd "${S}/usr.bin/sort"
- freebsd_src_compile
-
- cd "${S}/usr.bin/patch"
- freebsd_src_compile
-}
-
-src_install() {
- use profile || mymakeopts="${mymakeopts} NO_PROFILE= "
- mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= "
-
- cd "${S}/lib/libdialog"
- mkinstall || die "libdialog install failed"
-
- cd "${S}/usr.bin/sort"
- mkinstall BINDIR="/bin/" || die "libdialog install failed"
-
- cd "${S}/usr.bin/patch"
- mkinstall BINDIR="/usr/bin/" || die "libdialog install failed"
-}