public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/git-sh: git-sh-1.3.ebuild metadata.xml ChangeLog git-sh-1.1.ebuild
@ 2013-03-11 16:46 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-03-11 16:46 UTC (permalink / raw
  To: gentoo-commits

jlec        13/03/11 16:46:34

  Modified:             metadata.xml ChangeLog git-sh-1.1.ebuild
  Added:                git-sh-1.3.ebuild
  Log:
  dev-vcs/git-sh: Version Bump; make use of vcs-snapshot.eclass
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.5                  dev-vcs/git-sh/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	24 Sep 2011 09:00:08 -0000	1.4
+++ metadata.xml	11 Mar 2013 16:46:33 -0000	1.5
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>jlec@gentoo.org</email>
-	</maintainer>
-	<longdescription lang="en">
+  <maintainer>
+    <email>jlec@gentoo.org</email>
+  </maintainer>
+  <longdescription lang="en">
 	</longdescription>
 </pkgmetadata>



1.6                  dev-vcs/git-sh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	13 Sep 2011 21:22:32 -0000	1.5
+++ ChangeLog	11 Mar 2013 16:46:34 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/git-sh
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v 1.5 2011/09/13 21:22:32 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/ChangeLog,v 1.6 2013/03/11 16:46:34 jlec Exp $
+
+*git-sh-1.3 (11 Mar 2013)
+
+  11 Mar 2013; Justin Lecher <jlec@gentoo.org> git-sh-1.1.ebuild,
+  +git-sh-1.3.ebuild, metadata.xml:
+  Version Bump; make use of vcs-snapshot.eclass
 
   13 Sep 2011; Justin Lecher <jlec@gentoo.org> git-sh-1.1.ebuild, metadata.xml:
   Taken over maintainer ship, moved to EAPI=4



1.3                  dev-vcs/git-sh/git-sh-1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild?r1=1.2&r2=1.3

Index: git-sh-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- git-sh-1.1.ebuild	13 Sep 2011 21:22:32 -0000	1.2
+++ git-sh-1.1.ebuild	11 Mar 2013 16:46:34 -0000	1.3
@@ -1,9 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild,v 1.2 2011/09/13 21:22:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild,v 1.3 2013/03/11 16:46:34 jlec Exp $
 
 EAPI=4
 
+inherit vcs-snapshot
+
 DESCRIPTION="A customized bash environment suitable for git work"
 HOMEPAGE="http://github.com/rtomayko/git-sh"
 SRC_URI="http://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz"
@@ -16,12 +18,10 @@
 DEPEND=""
 RDEPEND="dev-vcs/git"
 
-S="${WORKDIR}/rtomayko-${PN}-a59681d"
-
 src_prepare() {
 	sed \
 		-e 's/git-completion\.bash //' \
-	   -e 's:/local::' -i Makefile || die "sed failed"
+		-e 's:/local::' -i Makefile || die "sed failed"
 }
 
 pkg_postinst() {



1.1                  dev-vcs/git-sh/git-sh-1.3.ebuild

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

Index: git-sh-1.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.3.ebuild,v 1.1 2013/03/11 16:46:33 jlec Exp $

EAPI=5

inherit vcs-snapshot

DESCRIPTION="A customized bash environment suitable for git work"
HOMEPAGE="http://github.com/rtomayko/git-sh"
SRC_URI="https://github.com/rtomayko/git-sh/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND=""
RDEPEND="dev-vcs/git"

src_prepare() {
	sed \
		-e 's/git-completion\.bash //' \
		-e 's:/local::' -i Makefile || die "sed failed"
}

pkg_postinst() {
	echo
	einfo "For bash completion in git commands emerge dev-vcs/git"
	einfo "with bash-completion USE flag."
	echo
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-11 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 16:46 [gentoo-commits] gentoo-x86 commit in dev-vcs/git-sh: git-sh-1.3.ebuild metadata.xml ChangeLog git-sh-1.1.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox