diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-06-05 16:43:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-06-05 16:43:55 +0000 |
commit | 8ea0043e96f847762a2fbca460eba58524f8d274 (patch) | |
tree | c8c714af093a1d419caaa58d5ab4797c7b890545 /sys-freebsd/freebsd-sbin | |
parent | Enable IUSE=profile globally. Use upstream tarball for FreeBSD > 10.0. (diff) | |
download | gentoo-2-8ea0043e96f847762a2fbca460eba58524f8d274.tar.gz gentoo-2-8ea0043e96f847762a2fbca460eba58524f8d274.tar.bz2 gentoo-2-8ea0043e96f847762a2fbca460eba58524f8d274.zip |
Bump to EAPI=5. Use upstream tarballs.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-freebsd/freebsd-sbin')
-rw-r--r-- | sys-freebsd/freebsd-sbin/ChangeLog | 5 | ||||
-rw-r--r-- | sys-freebsd/freebsd-sbin/freebsd-sbin-10.1.ebuild | 21 |
2 files changed, 16 insertions, 10 deletions
diff --git a/sys-freebsd/freebsd-sbin/ChangeLog b/sys-freebsd/freebsd-sbin/ChangeLog index ab234318024f..066ea8fbe49f 100644 --- a/sys-freebsd/freebsd-sbin/ChangeLog +++ b/sys-freebsd/freebsd-sbin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-freebsd/freebsd-sbin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.84 2015/05/24 11:24:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.85 2015/06/05 16:43:55 mgorny Exp $ + + 05 Jun 2015; Michał Górny <mgorny@gentoo.org> freebsd-sbin-10.1.ebuild: + Bump to EAPI=5. Use upstream tarballs. 24 May 2015; Michał Górny <mgorny@gentoo.org> -freebsd-sbin-9.2.ebuild, -freebsd-sbin-9.2_rc1.ebuild, -freebsd-sbin-9.2_rc2.ebuild, diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-10.1.ebuild b/sys-freebsd/freebsd-sbin/freebsd-sbin-10.1.ebuild index 31d3c516ce19..b3936ba7e48e 100644 --- a/sys-freebsd/freebsd-sbin/freebsd-sbin-10.1.ebuild +++ b/sys-freebsd/freebsd-sbin/freebsd-sbin-10.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-10.1.ebuild,v 1.1 2015/03/08 14:01:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-10.1.ebuild,v 1.2 2015/06/05 16:43:55 mgorny Exp $ -EAPI=3 +EAPI=5 inherit bsdmk freebsd multilib @@ -11,15 +11,18 @@ SLOT="0" if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" - SRC_URI="http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${SBIN}.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}/${LIBEXEC}.tar.xz - http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${USBIN}.tar.xz - http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${ETC}.tar.xz - build? ( http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${SYS}.tar.xz )" fi +EXTRACTONLY=" + sbin/ + contrib/ + lib/ + libexec/ + usr.sbin/ + etc/ +" +use build && EXTRACTONLY+="sys/" + RDEPEND="=sys-freebsd/freebsd-lib-${RV}*[ipv6?,atm?,netware?] =sys-freebsd/freebsd-libexec-${RV}* >=dev-libs/expat-2.0.1 |