cardoe 15/07/23 20:29:32 Modified: runc-0.0.2.ebuild ChangeLog Log: ebuild improvements suggested by William Hubbs <[email protected]> (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A2BC03DC87ED1BD4!)
Revision Changes Path 1.2 app-emulation/runc/runc-0.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild?r1=1.1&r2=1.2 Index: runc-0.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- runc-0.0.2.ebuild 20 Jul 2015 02:37:38 -0000 1.1 +++ runc-0.0.2.ebuild 23 Jul 2015 20:29:32 -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/app-emulation/runc/runc-0.0.2.ebuild,v 1.1 2015/07/20 02:37:38 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/runc/runc-0.0.2.ebuild,v 1.2 2015/07/23 20:29:32 cardoe Exp $ EAPI=5 @@ -10,9 +10,8 @@ GITHUB_URI="github.com/opencontainers/runc" if [[ ${PV} == *9999* ]]; then - SRC_URI="" EGIT_REPO_URI="git://${GITHUB_URI}.git" - inherit git-2 + inherit git-r3 else SRC_URI="https://${GITHUB_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" @@ -46,5 +45,5 @@ } src_install() { - newbin runc runc + dobin runc } 1.2 app-emulation/runc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/runc/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/runc/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 20 Jul 2015 02:37:38 -0000 1.1 +++ ChangeLog 23 Jul 2015 20:29:32 -0000 1.2 @@ -1,10 +1,12 @@ # ChangeLog for app-emulation/runc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/runc/ChangeLog,v 1.1 2015/07/20 02:37:38 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/runc/ChangeLog,v 1.2 2015/07/23 20:29:32 cardoe Exp $ + + 23 Jul 2015; Doug Goldstein <[email protected]> runc-0.0.2.ebuild: + ebuild improvements suggested by William Hubbs <[email protected]> *runc-0.0.2 (20 Jul 2015) 20 Jul 2015; Doug Goldstein <[email protected]> +runc-0.0.2.ebuild, +metadata.xml: initial version - feedback welcome -
