radhermit    15/01/27 04:21:51

  Modified:             ChangeLog
  Added:                reptyr-0.6.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.15                 app-misc/reptyr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   6 Jan 2015 15:57:59 -0000       1.14
+++ ChangeLog   27 Jan 2015 04:21:51 -0000      1.15
@@ -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.14 2015/01/06 
15:57:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.15 2015/01/27 
04:21:51 radhermit Exp $
+
+*reptyr-0.6.1 (27 Jan 2015)
+
+  27 Jan 2015; Tim Harder <radher...@gentoo.org> +reptyr-0.6.1.ebuild:
+  Version bump.
 
 *reptyr-0.6 (06 Jan 2015)
 



1.1                  app-misc/reptyr/reptyr-0.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.6.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: reptyr-0.6.1.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.1.ebuild,v 1.1 
2015/01/27 04:21:51 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
}




Reply via email to