From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 51C431381F3 for ; Sun, 15 Sep 2013 13:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C402BE0C95; Sun, 15 Sep 2013 13:59:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29C29E0C95 for ; Sun, 15 Sep 2013 13:59:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DC6E33E94D for ; Sun, 15 Sep 2013 13:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BDF48E530A for ; Sun, 15 Sep 2013 13:59:11 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1379253461.b8648301f001ae29e2bbf935ae623d343ea9f716.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/freebsd-contrib/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: sys-freebsd/freebsd-contrib/Manifest sys-freebsd/freebsd-contrib/freebsd-contrib-9999_p255489.ebuild X-VCS-Directories: sys-freebsd/freebsd-contrib/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: b8648301f001ae29e2bbf935ae623d343ea9f716 X-VCS-Branch: master Date: Sun, 15 Sep 2013 13:59:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 72a08274-0b9d-42ed-aa2f-850cb478d49f X-Archives-Hash: acc9229cff038cb19feb7b5f239242a6 commit: b8648301f001ae29e2bbf935ae623d343ea9f716 Author: Yuta SATOH gentoo gr jp> AuthorDate: Sun Sep 15 13:57:41 2013 +0000 Commit: Yuta SATOH 0x100 com> CommitDate: Sun Sep 15 13:57:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=b8648301 freebsd-contrib-9999_p255489: removed, sort and patch provided by -ubin. --- sys-freebsd/freebsd-contrib/Manifest | 1 - .../freebsd-contrib-9999_p255489.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/sys-freebsd/freebsd-contrib/Manifest b/sys-freebsd/freebsd-contrib/Manifest index 16ebc8b..8eca430 100644 --- a/sys-freebsd/freebsd-contrib/Manifest +++ b/sys-freebsd/freebsd-contrib/Manifest @@ -1,2 +1 @@ EBUILD freebsd-contrib-9.9999.ebuild 1092 SHA256 90a4e905a49f318d4be556e9671d6e535d941acfd116b9dfdedab16cd9cdef6b SHA512 d3b5e836fc4ec43938480256f011f74b44ee55f995ef0ebfd10be5c67c81b2bea365c1a1a8899cca387b19c4c847a80f5877200d41c02dc7274a4f4d386d57c7 WHIRLPOOL 358b2e4fcffee717801135da32e48bd58595a439b78de69739b7c696e46bc207a52e998a7f34cbedd41297bdc33f80ba3ff0100deaa0d8cb1133d8ea28685346 -EBUILD freebsd-contrib-9999_p255489.ebuild 851 SHA256 f132552a41dc7337484761200cb80b3ed5b955f09592c1b69b7ea9f422aa8664 SHA512 fdd6386270aa5e4ae630d3c7f08774cb67c33e4efd05a424bc85ddd963394a51f7519757c53dbd16d27ff5261369a273345be67b5996d5085606c10e03b7e06e WHIRLPOOL ee87556613ed3d8b77c72c4c06d9aef0b88895c9bb9b7c55ab8227fd5ce91efece6160b367ec215cfea54c614bf6b999a30a7b18405f5904bebf88c72d5af65f diff --git a/sys-freebsd/freebsd-contrib/freebsd-contrib-9999_p255489.ebuild b/sys-freebsd/freebsd-contrib/freebsd-contrib-9999_p255489.ebuild deleted file mode 100644 index 1d94d49..0000000 --- a/sys-freebsd/freebsd-contrib/freebsd-contrib-9999_p255489.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit bsdmk freebsd flag-o-matic multilib - -DESCRIPTION="Contributed sources for FreeBSD." -if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" - SRC_URI="mirror://gentoo/${GNU}.tar.bz2 - mirror://gentoo/${P}.tar.bz2" -fi -LICENSE="BSD GPL-2+ libodialog" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="=sys-freebsd/freebsd-sources-${RV}* - =sys-freebsd/freebsd-mk-defs-${RV}* - =sys-freebsd/freebsd-ubin-${RV}*" - -S="${WORKDIR}/gnu" - -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}/usr.bin/patch" - mkinstall BINDIR="/usr/bin/" || die "patch install failed" -}