mgorny 15/06/05 16:43:55 Modified: freebsd-ubin-10.1.ebuild ChangeLog Log: Bump to EAPI=5. Use upstream tarballs. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild?r1=1.1&r2=1.2 Index: freebsd-ubin-10.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freebsd-ubin-10.1.ebuild 8 Mar 2015 14:01:56 -0000 1.1 +++ freebsd-ubin-10.1.ebuild 5 Jun 2015 16:43:55 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild,v 1.1 2015/03/08 14:01:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild,v 1.2 2015/06/05 16:43:55 mgorny Exp $ EAPI=5 @@ -13,16 +13,19 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" - SRC_URI="http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${UBIN}.tar.xz - http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${CONTRIB}.tar.xz - http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${LIB}.tar.xz - http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${ETC}.tar.xz - http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${BIN}.tar.xz - http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${INCLUDE}.tar.xz - zfs? ( http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${CDDL}.tar.xz ) - build? ( http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${SYS}.tar.xz )" fi +EXTRACTONLY=" + usr.bin/ + contrib/ + lib/ + etc/ + bin/ + include/ +" +use zfs && EXTRACTONLY+="cddl/" +use build && EXTRACTONLY+="sys/" + RDEPEND="=sys-freebsd/freebsd-lib-${RV}*[usb?,bluetooth?,${MULTILIB_USEDEP}] ssl? ( dev-libs/openssl ) kerberos? ( virtual/krb5 ) 1.103 sys-freebsd/freebsd-ubin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 24 May 2015 11:24:02 -0000 1.102 +++ ChangeLog 5 Jun 2015 16:43:55 -0000 1.103 @@ -1,6 +1,9 @@ # ChangeLog for sys-freebsd/freebsd-ubin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.102 2015/05/24 11:24:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.103 2015/06/05 16:43:55 mgorny Exp $ + + 05 Jun 2015; Michał Górny <[email protected]> freebsd-ubin-10.1.ebuild: + Bump to EAPI=5. Use upstream tarballs. 24 May 2015; Michał Górny <[email protected]> -freebsd-ubin-9.2.ebuild, -freebsd-ubin-9.2_rc1.ebuild, -freebsd-ubin-9.2_rc2.ebuild,
