polynomial-c 15/06/30 15:57:21 Modified: ChangeLog Added: scanmem-0.15.2.ebuild Log: Version bump (bug #553640) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.14 dev-util/scanmem/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scanmem/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scanmem/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scanmem/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/scanmem/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 4 Jun 2015 19:02:21 -0000 1.13 +++ ChangeLog 30 Jun 2015 15:57:21 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/scanmem # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scanmem/ChangeLog,v 1.13 2015/06/04 19:02:21 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scanmem/ChangeLog,v 1.14 2015/06/30 15:57:21 polynomial-c Exp $ + +*scanmem-0.15.2 (30 Jun 2015) + + 30 Jun 2015; Lars Wendler <[email protected]> +scanmem-0.15.2.ebuild: + Version bump (bug #553640). 04 Jun 2015; Michael Palimaka <[email protected]> scanmem-0.13.ebuild: Move various kde-base packages to kde-apps. 1.1 dev-util/scanmem/scanmem-0.15.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scanmem/scanmem-0.15.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scanmem/scanmem-0.15.2.ebuild?rev=1.1&content-type=text/plain Index: scanmem-0.15.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/scanmem/scanmem-0.15.2.ebuild,v 1.1 2015/06/30 15:57:21 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit autotools eutils python-single-r1 DESCRIPTION="Locate and modify variables in executing processes" HOMEPAGE="https://github.com/scanmem/scanmem" SRC_URI="https://github.com/scanmem/scanmem/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gui" DEPEND="sys-libs/readline:=" RDEPEND="${DEPEND} gui? ( ${PYTHON_DEPS} dev-python/pygobject:3 sys-auth/polkit )" REQUIRED_USE="gui? ( ${PYTHON_REQUIRED_USE} )" pkg_setup() { use gui && python-single-r1_pkg_setup } src_prepare() { sed -i "/CFLAGS/d" Makefile.am || die eautoreconf } src_configure() { econf \ --docdir="/usr/share/doc/${PF}" \ $(use_enable gui) } src_install() { default if use gui ; then docinto gui dodoc gui/{README,TODO} python_fix_shebang "${D}" fi }
