public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-mantle/
@ 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:     ecbd747e06431222908845443d59c9c272a6214d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 08:01:00 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 08:01:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecbd747e

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

Package-Manager: portage-2.3.0

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

diff --git a/dev-vcs/git-mantle/metadata.xml b/dev-vcs/git-mantle/metadata.xml
index 16ad5ae..a1d446a 100644
--- a/dev-vcs/git-mantle/metadata.xml
+++ b/dev-vcs/git-mantle/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-mantle/
@ 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:     3d57f24643ad7ed4902ba33ca45031db2cdc08d5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:27:21 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 09:09:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d57f246

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

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

diff --git a/dev-vcs/git-mantle/metadata.xml b/dev-vcs/git-mantle/metadata.xml
index a1d446a8c70..78e1940123b 100644
--- a/dev-vcs/git-mantle/metadata.xml
+++ b/dev-vcs/git-mantle/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-mantle</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-mantle/
@ 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:     95ef7b89c923dc8afff676bc0d2d983e258b62b2
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 17:45:36 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 18:31:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ef7b89

dev-vcs/git-mantle: cram needed for tests (#631042 by toralf)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-vcs/git-mantle/git-mantle-0.6.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-vcs/git-mantle/git-mantle-0.6.ebuild b/dev-vcs/git-mantle/git-mantle-0.6.ebuild
index ac478023a9c..08268e57216 100644
--- a/dev-vcs/git-mantle/git-mantle-0.6.ebuild
+++ b/dev-vcs/git-mantle/git-mantle-0.6.ebuild
@@ -1,9 +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=7
 
 DESCRIPTION="Generate an overview of changes on a branch"
 HOMEPAGE="https://github.com/roman-neuhauser/git-mantle"
@@ -12,15 +10,18 @@ SRC_URI="http://codex.sigpipe.cz/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+IUSE="test"
 
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
+DEPEND="test? ( dev-util/cram )"
 RDEPEND="
 	dev-vcs/git
 	app-shells/zsh
 "
 
-src_install(){
+src_install() {
+	# Don't 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 --
2018-06-20 18:32 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-mantle/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-10-04  9:09 Michał Górny
2016-08-07  8:02 Pacho Ramos

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