From: "Heather Cynede" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-util/monodevelop/
Date: Sun, 11 Jan 2015 08:03:51 +0000 (UTC) [thread overview]
Message-ID: <1420963414.e3db261d68841f0e269f9bf69b9281ce1a8330a3.cynede@gentoo> (raw)
commit: e3db261d68841f0e269f9bf69b9281ce1a8330a3
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Jan 11 08:03:34 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 08:03:34 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=e3db261d
modevelop: QA
---
dev-util/monodevelop/monodevelop-5.0.1.ebuild | 7 +++----
dev-util/monodevelop/monodevelop-9999.ebuild | 9 ++++-----
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/dev-util/monodevelop/monodevelop-5.0.1.ebuild b/dev-util/monodevelop/monodevelop-5.0.1.ebuild
index 672b530..a57ce1a 100644
--- a/dev-util/monodevelop/monodevelop-5.0.1.ebuild
+++ b/dev-util/monodevelop/monodevelop-5.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -39,11 +39,10 @@ MAKEOPTS="${MAKEOPTS} -j1" #nowarn
src_prepare() {
# Remove the git rev-parse (changelog?)
- sed -i '/<Exec.*rev-parse/ d' ${S}/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj || die
-
+ sed -i '/<Exec.*rev-parse/ d' "${S}/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj" || die
# Set specific_version to prevent binding problem
# when gtk#-3 is installed alongside gtk#-2
- find ${S} -name '*.csproj' -exec sed -i 's#<SpecificVersion>.*</SpecificVersion>#<SpecificVersion>True</SpecificVersion>#' {} + || die
+ find "${S}" -name '*.csproj' -exec sed -i 's#<SpecificVersion>.*</SpecificVersion>#<SpecificVersion>True</SpecificVersion>#' {} + || die
}
src_configure() {
diff --git a/dev-util/monodevelop/monodevelop-9999.ebuild b/dev-util/monodevelop/monodevelop-9999.ebuild
index d351229..0cf72ee 100644
--- a/dev-util/monodevelop/monodevelop-9999.ebuild
+++ b/dev-util/monodevelop/monodevelop-9999.ebuild
@@ -14,7 +14,7 @@ EGIT_HAS_SUBMODULES=1
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="doc tests"
+IUSE="doc test"
RDEPEND=">=dev-lang/mono-3.2.8
>=dev-dotnet/gnome-sharp-2.24.2-r1
@@ -35,24 +35,23 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/gettext
x11-misc/shared-mime-info"
-
MAKEOPTS="${MAKEOPTS} -j1" #nowarn
src_prepare() {
# Set specific_version to prevent binding problem
# when gtk#-3 is installed alongside gtk#-2
- find ${S} -name '*.csproj' -exec sed -i 's#<SpecificVersion>.*</SpecificVersion>#<SpecificVersion>True</SpecificVersion>#' {} + || die
+ find "${S}" -name '*.csproj' -exec sed -i 's#<SpecificVersion>.*</SpecificVersion>#<SpecificVersion>True</SpecificVersion>#' {} + || die
}
src_configure() {
- if use tests
+ if use test
then tests="--enable-tests"
else tests=""
fi
./configure \
--prefix=/usr \
--profile=stable \
- $tests || die
+ "${tests}" || die
}
pkg_preinst() {
next reply other threads:[~2015-01-11 8:03 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-11 8:03 Heather Cynede [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-11-13 14:14 [gentoo-commits] proj/dotnet:master commit in: dev-util/monodevelop/ Mikhail Pukhlikov
2016-05-10 6:32 Heather Cynede
2016-05-09 14:04 Heather Cynede
2016-05-05 9:05 Heather Cynede
2015-08-17 10:00 Heather Cynede
2015-08-04 4:00 Heather Cynede
2015-07-18 14:00 Heather Cynede
2015-06-02 9:32 Heather Cynede
2015-05-29 8:26 Heather Cynede
2015-03-06 9:57 Heather Cynede
2015-03-06 8:49 Heather Cynede
2015-03-06 8:38 Heather Cynede
2015-01-31 20:55 Heather Cynede
2015-01-25 5:51 Heather Cynede
2015-01-11 7:17 Heather Cynede
2015-01-11 6:28 Heather Cynede
2015-01-11 6:28 Heather Cynede
2015-01-02 17:47 Heather Cynede
2014-09-06 14:02 Heather Cynede
2014-08-12 17:35 Heather Cynede
2014-09-06 14:02 ` Heather Cynede
2014-07-12 6:29 Heather Cynede
2014-04-06 5:58 Heather Cynede
2014-01-25 8:22 Heather Cynede
2013-11-14 5:43 Heather Cynede
2013-09-23 12:41 Heather Cynede
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=1420963414.e3db261d68841f0e269f9bf69b9281ce1a8330a3.cynede@gentoo \
--to=cynede@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