idl0r       14/08/11 17:59:13

  Modified:             ChangeLog
  Added:                topgit-0.9.ebuild
  Log:
  Version bump, bug 518956
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  Changes    Path
1.5                  dev-vcs/topgit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/topgit/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/topgit/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/topgit/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/topgit/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Mar 2013 22:47:47 -0000       1.4
+++ ChangeLog   11 Aug 2014 17:59:13 -0000      1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/topgit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/topgit/ChangeLog,v 1.4 2013/03/02 
22:47:47 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/topgit/ChangeLog,v 1.5 2014/08/11 
17:59:13 idl0r Exp $
+
+*topgit-0.9 (11 Aug 2014)
+
+  11 Aug 2014; Christian Ruppert <[email protected]> +topgit-0.9.ebuild:
+  Version bump, bug 518956
 
   02 Mar 2013; Christoph Junghans <[email protected]> topgit-0.8.ebuild:
   switched to virtual/awk (bug #455728)



1.1                  dev-vcs/topgit/topgit-0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/topgit/topgit-0.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/topgit/topgit-0.9.ebuild?rev=1.1&content-type=text/plain

Index: topgit-0.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/topgit/topgit-0.9.ebuild,v 1.1 
2014/08/11 17:59:13 idl0r Exp $

EAPI=5

inherit bash-completion-r1

DESCRIPTION="A different patch queue manager"
HOMEPAGE="https://github.com/greenrd/topgit";
SRC_URI="https://github.com/greenrd/${PN}/archive/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bash-completion"

DEPEND="sys-apps/sed
        virtual/awk"
RDEPEND="dev-vcs/git"

S="${WORKDIR}/${PN}-${P}"

src_compile() {
        # Needed because of "hardcoded" paths
        emake prefix="/usr" sharedir="/usr/share/doc/${PF}"
}

src_install() {
        emake prefix="${D}/usr" sharedir="${D}/usr/share/doc/${PF}" install

        if use bash-completion; then
                newbashcomp contrib/tg-completion.bash ${PN}
        fi

        dodoc README
}




Reply via email to