From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-util/gerrit-bin/
Date: Wed, 3 Jul 2013 11:50:57 +0000 (UTC) [thread overview]
Message-ID: <1372852203.bfc7cf0c028bd62fd9cacdf4cca4b8756d27b0a0.graaff@gentoo> (raw)
commit: bfc7cf0c028bd62fd9cacdf4cca4b8756d27b0a0
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jul 3 11:50:03 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 11:50:03 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=bfc7cf0c
Use a more modern EAPI. Quote DISTDIR.
Package-Manager: portage-2.1.12.2
---
dev-util/gerrit-bin/ChangeLog | 3 +++
dev-util/gerrit-bin/gerrit-bin-2.5.6.ebuild | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-util/gerrit-bin/ChangeLog b/dev-util/gerrit-bin/ChangeLog
index 2dc7a9e..544c468 100644
--- a/dev-util/gerrit-bin/ChangeLog
+++ b/dev-util/gerrit-bin/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Jul 2013; Hans de Graaff <graaff@gentoo.org> gerrit-bin-2.5.6.ebuild:
+ Use a more modern EAPI. Quote DISTDIR.
+
*gerrit-bin-2.5.6 (03 Jul 2013)
03 Jul 2013; Hans de Graaff <graaff@gentoo.org> +gerrit-bin-2.5.6.ebuild:
diff --git a/dev-util/gerrit-bin/gerrit-bin-2.5.6.ebuild b/dev-util/gerrit-bin/gerrit-bin-2.5.6.ebuild
index 4e9541c..bbe4ba5 100644
--- a/dev-util/gerrit-bin/gerrit-bin-2.5.6.ebuild
+++ b/dev-util/gerrit-bin/gerrit-bin-2.5.6.ebuild
@@ -1,3 +1,5 @@
+EAPI=5
+
inherit java-pkg-2
DESCRIPTION="Gerrit Code Review"
@@ -19,7 +21,7 @@ pkg_setup() {
src_unpack() {
mkdir "${S}" || die
- cp ${DISTDIR}/${A} "${S}"/ || die
+ cp "${DISTDIR}/${A}" "${S}"/ || die
}
src_install() {
next reply other threads:[~2013-07-03 11:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-03 11:50 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-07-03 12:04 [gentoo-commits] dev/graaff:master commit in: dev-util/gerrit-bin/ Hans de Graaff
2013-07-03 12:04 Hans de Graaff
2013-07-03 11:50 Hans de Graaff
2013-07-03 11:50 Hans de Graaff
2013-05-24 12:16 Hans de Graaff
2013-05-24 12:12 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1372852203.bfc7cf0c028bd62fd9cacdf4cca4b8756d27b0a0.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox