From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SgOmf-0003n6-2P for garchives@archives.gentoo.org; Sun, 17 Jun 2012 23:21:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F28BE066B; Sun, 17 Jun 2012 23:21:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C7857E066B for ; Sun, 17 Jun 2012 23:21:21 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D138A1B4022 for ; Sun, 17 Jun 2012 23:21:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2325) id 81EE52004C; Sun, 17 Jun 2012 23:21:19 +0000 (UTC) From: "Richard Yao (ryao)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ryao@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-freebsd/ubin-wrappers: metadata.xml ubin-wrappers-0.ebuild Manifest ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml ubin-wrappers-0.ebuild Manifest ChangeLog X-VCS-Directories: sys-freebsd/ubin-wrappers X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao Content-Type: text/plain; charset=utf8 Message-Id: <20120617232119.81EE52004C@flycatcher.gentoo.org> Date: Sun, 17 Jun 2012 23:21:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5d740a59-5a5f-43c9-91af-40e84946c92f X-Archives-Hash: 4f48c25659bca31aa4bc92dfd52fbdb0 ryao 12/06/17 23:21:19 Added: metadata.xml ubin-wrappers-0.ebuild Manifest ChangeLog Log: New ebuild: /usr/bin wrapper scripts for FreeBSD script compatibility =20 (Portage version: 2.1.10.49/cvs/Linux x86_64) Revision Changes Path 1.1 sys-freebsd/ubin-wrappers/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/ubin-w= rappers/metadata.xml?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/ubin-w= rappers/metadata.xml?rev=3D1.1&content-type=3Dtext/plain Index: metadata.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ryao@gentoo.org Richard Yao 1.1 sys-freebsd/ubin-wrappers/ubin-wrappers-0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/ubin-w= rappers/ubin-wrappers-0.ebuild?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/ubin-w= rappers/ubin-wrappers-0.ebuild?rev=3D1.1&content-type=3Dtext/plain Index: ubin-wrappers-0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-freebsd/ubin-wrappers/ubin-wrapper= s-0.ebuild,v 1.1 2012/06/17 23:21:19 ryao Exp $ EAPI=3D4 DESCRIPTION=3D"/usr/bin wrapper scripts for FreeBSD script compatibility" HOMEPAGE=3D"http://www.gentoo.org" SRC_URI=3D"" LICENSE=3D"as-is" SLOT=3D"0" KEYWORDS=3D"~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE=3D"userland_BSD userland_GNU" DEPEND=3D"" RDEPEND=3D"${DEPEND}" S=3D"${WORKDIR}" src_install() { into /usr/bin "${FILESDIR}/dowrap" "${EPREFIX}/bin/"{bunzip2,bzcat,cpio,egrep,fgrep,gr= ep,gunzip,gzip,zcat} use userland_BSD && "${FILESDIR}/dowrap" "${EPREFIX}/bin/sort" use userland_GNU && "${FILESDIR}/dowrap" "${EPREFIX}/bin/"{fuser,sed,unc= ompress} } 1.1 sys-freebsd/ubin-wrappers/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/ubin-w= rappers/Manifest?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/ubin-w= rappers/Manifest?rev=3D1.1&content-type=3Dtext/plain Index: Manifest =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D AUX dowrap 897 RMD160 1cc22f77ee12e204d67efe2d716341cd947e2be4 SHA1 6f716= da78455b6f6dccfdbac3cbf7ac3041e93f8 SHA256 e2cfcbd7098723c5aebca9d9d80de8= ad54ec2f71a66481114586f4a5a6593ea2 EBUILD ubin-wrappers-0.ebuild 672 RMD160 dffd17edc97c27f65b6ff46c13b0e807= 9d74c250 SHA1 52388c6ca386148f1d4df8e414e42663a5f5abcb SHA256 95b9b7f9ff9= 71bafebe7885680d0bdd902aba8dd55f7c9c1616d51dc2f48539a MISC metadata.xml 228 RMD160 7f4566d402fa232a1d2bb22589d7fe8cc72a241c SHA= 1 9a2f59b4e342ac0f1e064255f59b0bdec32ab1a9 SHA256 a317cd066ed83c5b5acf9d4= 9869cb2f153499bb90cee389334bee9781534f5e8 1.1 sys-freebsd/ubin-wrappers/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/ubin-w= rappers/ChangeLog?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/ubin-w= rappers/ChangeLog?rev=3D1.1&content-type=3Dtext/plain Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # ChangeLog for sys-freebsd/ubin-wrappers # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-freebsd/ubin-wrappers/ChangeLog,v = 1.1 2012/06/17 23:21:19 ryao Exp $ *ubin-wrappers-0 (17 Jun 2012) 17 Jun 2012; Richard Yao +files/dowrap, +metadata.xml= , +ubin-wrappers-0.ebuild: New ebuild: /usr/bin wrapper scripts for FreeBSD script compatibility