slyfox 15/01/29 11:33:16 Modified: ChangeLog Added: radare2-9999.ebuild Log: Add live ebuild (bug #391751 by Anton Kochkov). (Portage version: 2.2.15/cvs/Linux i686, unsigned Manifest commit)
Revision Changes Path 1.2 dev-util/radare2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/radare2/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/radare2/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/radare2/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/radare2/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 18 Jan 2015 01:16:22 -0000 1.1 +++ ChangeLog 29 Jan 2015 11:33:16 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/radare2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/radare2/ChangeLog,v 1.1 2015/01/18 01:16:22 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/radare2/ChangeLog,v 1.2 2015/01/29 11:33:16 slyfox Exp $ + +*radare2-9999 (29 Jan 2015) + + 29 Jan 2015; Sergei Trofimovich <[email protected]> +radare2-9999.ebuild: + Add live ebuild (bug #391751 by Anton Kochkov). *radare2-0.9.8 (18 Jan 2015) 1.1 dev-util/radare2/radare2-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/radare2/radare2-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/radare2/radare2-9999.ebuild?rev=1.1&content-type=text/plain Index: radare2-9999.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/radare2/radare2-9999.ebuild,v 1.1 2015/01/29 11:33:16 slyfox Exp $ EAPI=5 is_live() { [[ ${PV} == 9999* ]]; } is_live && inherit git-r3 DESCRIPTION="Advanced command line hexadecimal editor and more" HOMEPAGE="http://www.radare.org" is_live || SRC_URI="http://www.radare.org/get/${P}.tar.xz" EGIT_REPO_URI="https://github.com/radare/radare2" LICENSE="GPL-2" SLOT="0" IUSE="debug ssl" RDEPEND=" ssl? ( dev-libs/openssl:= ) " DEPEND="${RDEPEND} virtual/pkgconfig " src_configure() { econf \ $(use_with ssl openssl) \ $(use_enable debug) }
