radhermit 15/02/07 21:38:47 Modified: ChangeLog Added: reptyr-0.6.2.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.16 app-misc/reptyr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 27 Jan 2015 04:21:51 -0000 1.15 +++ ChangeLog 7 Feb 2015 21:38:47 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for app-misc/reptyr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.15 2015/01/27 04:21:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.16 2015/02/07 21:38:47 radhermit Exp $ + +*reptyr-0.6.2 (07 Feb 2015) + + 07 Feb 2015; Tim Harder <[email protected]> +reptyr-0.6.2.ebuild: + Version bump. *reptyr-0.6.1 (27 Jan 2015) 1.1 app-misc/reptyr/reptyr-0.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.6.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.6.2.ebuild?rev=1.1&content-type=text/plain Index: reptyr-0.6.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.6.2.ebuild,v 1.1 2015/02/07 21:38:47 radhermit Exp $ EAPI=5 inherit toolchain-funcs flag-o-matic vcs-snapshot DESCRIPTION="A utility to attach a running program to a new terminal" HOMEPAGE="https://github.com/nelhage/reptyr" SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" RESTRICT="test" src_prepare() { # respect CFLAGS sed -i '/^override/d' Makefile || die } src_compile() { append-cppflags -D_GNU_SOURCE emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" } src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install dodoc ChangeLog NOTES README.md }
