public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/
Date: Thu, 22 Sep 2016 08:04:38 +0000 (UTC)	[thread overview]
Message-ID: <1474531473.53e54e4dadeff91c36eaa50c949909f4021b0bf2.monsieurp@gentoo> (raw)

commit:     53e54e4dadeff91c36eaa50c949909f4021b0bf2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 07:52:14 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 08:04:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e54e4d

app-vim/csscomplete: clean up.

* Remove config.mk in src_prepare phase.
* Cancel compilation in src_compile by using a comma.

Package-Manager: portage-2.2.28

 app-vim/csscomplete/csscomplete-1.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-vim/csscomplete/csscomplete-1.0.ebuild b/app-vim/csscomplete/csscomplete-1.0.ebuild
index 387cd0b..56da2c2 100644
--- a/app-vim/csscomplete/csscomplete-1.0.ebuild
+++ b/app-vim/csscomplete/csscomplete-1.0.ebuild
@@ -16,6 +16,11 @@ DEPEND="app-arch/unzip"
 
 S="${WORKDIR}/${PN}.vim-${PV}"
 
-src_compile() {
+src_prepare() {
+	default
 	rm -v config.mk || die
 }
+
+src_compile() {
+	:;
+}


             reply	other threads:[~2016-09-22  8:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-22  8:04 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:09 [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/ Arthur Zamarin
2023-12-09 19:45 Arthur Zamarin
2023-12-09 19:34 Arthur Zamarin
2019-08-29 11:39 David Seifert
2016-10-16 21:41 Patrice Clement
2016-09-21 22:57 Patrice Clement

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=1474531473.53e54e4dadeff91c36eaa50c949909f4021b0bf2.monsieurp@gentoo \
    --to=monsieurp@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