public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-pimp/
@ 2016-08-07  8:02 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-08-07  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1a771dfbfc44850d05bf0a1edfba07739ba72007
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 08:01:12 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 08:01:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a771dfb

dev-vcs/git-pimp: Cleanup per bug #459860

Package-Manager: portage-2.3.0

 dev-vcs/git-pimp/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-vcs/git-pimp/metadata.xml b/dev-vcs/git-pimp/metadata.xml
index 953bf12..be8e9fd 100644
--- a/dev-vcs/git-pimp/metadata.xml
+++ b/dev-vcs/git-pimp/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>yac@gentoo.org</email>
-		<name>Jan Matejka</name>
-	</maintainer>
 	<longdescription lang="en">
 </longdescription>
 	<upstream>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-pimp/
@ 2017-10-04  9:09 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-10-04  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     22e13da889368a1b68bfdfbc38f0f73ee997bf1a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:27:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 09:09:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e13da8

dev-vcs/git-pimp: Strip empty metadata.xml elements

 dev-vcs/git-pimp/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-vcs/git-pimp/metadata.xml b/dev-vcs/git-pimp/metadata.xml
index be8e9fd1808..94169fb21b0 100644
--- a/dev-vcs/git-pimp/metadata.xml
+++ b/dev-vcs/git-pimp/metadata.xml
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<longdescription lang="en">
-</longdescription>
 	<upstream>
 		<remote-id type="github">roman-neuhauser/git-mailz</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-pimp/
@ 2018-06-20 18:32 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-06-20 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     746cee823ecd5649f29549841cafa046f5b9140d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 17:49:30 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 18:31:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746cee82

dev-vcs/git-pimp: cram needed for tests (#631054 by toralf)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-vcs/git-pimp/git-pimp-0.8.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/git-pimp/git-pimp-0.8.ebuild b/dev-vcs/git-pimp/git-pimp-0.8.ebuild
index 26c6c470830..900a55ad38e 100644
--- a/dev-vcs/git-pimp/git-pimp-0.8.ebuild
+++ b/dev-vcs/git-pimp/git-pimp-0.8.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Code review or pull requests as patch email series"
 HOMEPAGE="https://github.com/roman-neuhauser/git-mailz/"
@@ -11,11 +10,11 @@ SRC_URI="http://codex.sigpipe.cz/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+IUSE="test"
 
-KEYWORDS="~x86 ~amd64"
-
-DEPEND=""
+KEYWORDS="~amd64 ~x86"
 
+DEPEND="test? ( dev-util/cram )"
 RDEPEND="
 	dev-vcs/git
 	app-shells/zsh
@@ -24,5 +23,7 @@ RDEPEND="
 "
 
 src_install(){
+	# Do not install in /usr/local
 	emake PREFIX="${ED}/usr" install
+	einstalldocs
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-20 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-07  8:02 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-pimp/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-10-04  9:09 Michał Górny
2018-06-20 18:32 Pacho Ramos

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