public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/
Date: Thu, 30 Jul 2015 13:35:03 +0000 (UTC)	[thread overview]
Message-ID: <1438263062.4ea5cb935d21c3575995b69d838ca884f2f6d63f.aballier@gentoo> (raw)

commit:     4ea5cb935d21c3575995b69d838ca884f2f6d63f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 13:30:57 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 13:31:02 2015 +0000
URL:        https://gitweb.gentoo.org/dev/aballier.git/commit/?id=4ea5cb93

Make .extraebuild mandatory to take advantage of make dependencies
Remove trailing whitespaces.

 scripts/texlive/tlpsrc/Makefile | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile
index 16bee61..f4b6957 100644
--- a/scripts/texlive/tlpsrc/Makefile
+++ b/scripts/texlive/tlpsrc/Makefile
@@ -15,7 +15,7 @@ lists : $(FULLDESC:%=%.list) $(FULLDESC:%=%.base)
 
 unpacked : $(FULLDESC:%=%.unpacked)
 
-%.base: 
+%.base:
 	$(CPF) $(@:texlive-%.base=$(TL_TRUNK)/Master/tlpkg/tlpsrc/collection-%.tlpsrc) $@
 	-sh $(@:%.base=%.baseexec) $@
 
@@ -104,7 +104,10 @@ clean:
 	$(MAKE) CONTENTS="$(shell cat $<)" -f Makefile-dist cataloguehtml
 	touch $@
 
-%.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense
+%.extraebuild:
+	touch $@
+
+%.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense %.extraebuild
 	cat $(PORTDIR)/header.txt > $@
 	printf "EAPI=\"5\"\n\n" >> $@
 	echo -n "TEXLIVE_MODULE_CONTENTS=\"" >> $@
@@ -129,9 +132,9 @@ clean:
 	cat $(@:%.ebuild=%.deps) >> $@
 	echo "\"" >> $@
 	echo -n 'RDEPEND="$${DEPEND} ' >> $@
-	-cat $(@:%.ebuild=%.extrardepend) >> $@ 
+	-cat $(@:%.ebuild=%.extrardepend) >> $@
 	echo '"' >> $@
-	-cat $(@:%.ebuild=%.extraebuild) >> $@ 
+	cat $(@:%.ebuild=%.extraebuild) >> $@
 
 dist: lists $(VERSIONNED_ZIPS) $(EXTRA_DIST:%=%.doclist) $(EXTRA_DIST:%=%.srclist)
 	$(MAKE) CONTENTS="$(EXTRA_ZIP)" -f Makefile-dist versionnedzips
@@ -143,9 +146,9 @@ ebuildsdir:
 
 ebuilds: dist $(DESC:%=%.desc) $(DESC:%=%.ebuild) $(DESC:%=%.deps)
 
-tlpobj: $(DESC:%=%.tlpobj) 
+tlpobj: $(DESC:%=%.tlpobj)
 
-tlpobj: $(DESC:%=%.tlplic) 
+tlpobj: $(DESC:%=%.tlplic)
 
 licenselist: $(DESC:%=%.licenselist) $(EXTRA_DIST:%=%.licenselist)
 


             reply	other threads:[~2015-07-30 13:35 UTC|newest]

Thread overview: 195+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-30 13:35 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-09 13:10 [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/ Alexis Ballier
2016-02-01  8:07 Alexis Ballier
2016-01-26  8:05 Alexis Ballier
2016-01-24 15:56 Alexis Ballier
2015-10-24 10:54 Alexis Ballier
2015-09-04 17:13 Alexis Ballier
2015-07-31 14:39 Alexis Ballier
2015-07-31 14:39 Alexis Ballier
2015-07-30 15:52 Alexis Ballier
2015-07-30 15:23 Alexis Ballier
2015-07-30 13:39 Alexis Ballier
2015-07-24 14:04 Alexis Ballier
2015-07-16  9:30 Alexis Ballier
2015-07-15 14:31 Alexis Ballier
2015-07-15 13:42 Alexis Ballier
2015-07-15 13:41 Alexis Ballier
2015-07-15 13:30 Alexis Ballier
2015-07-15 13:29 Alexis Ballier
2015-07-15 13:25 Alexis Ballier
2015-07-15 13:19 Alexis Ballier
2015-07-15 13:18 Alexis Ballier
2015-07-15 13:05 Alexis Ballier
2015-07-15 12:49 Alexis Ballier
2015-07-15 12:48 Alexis Ballier
2015-07-15 12:46 Alexis Ballier
2015-07-15 12:46 Alexis Ballier
2015-07-14 12:23 Alexis Ballier
2015-07-14 12:21 Alexis Ballier
2014-11-08 17:57 Alexis Ballier
2014-11-04  7:50 Alexis Ballier
2014-11-03 11:12 Alexis Ballier
2014-11-02 20:36 Alexis Ballier
2014-11-02 20:36 Alexis Ballier
2014-11-02 20:34 Alexis Ballier
2014-11-02 20:34 Alexis Ballier
2014-11-02 20:10 Alexis Ballier
2014-11-02 17:43 Alexis Ballier
2014-11-02 16:54 Alexis Ballier
2014-11-02 16:26 Alexis Ballier
2014-11-02 16:03 Alexis Ballier
2014-11-02 15:00 Alexis Ballier
2014-11-02 15:00 Alexis Ballier
2014-11-02 14:49 Alexis Ballier
2014-11-02 14:48 Alexis Ballier
2014-11-02 14:48 Alexis Ballier
2014-11-02 14:42 Alexis Ballier
2014-11-02 14:42 Alexis Ballier
2014-11-02 14:42 Alexis Ballier
2014-11-02 14:26 Alexis Ballier
2014-11-02 14:26 Alexis Ballier
2014-11-02 14:20 Alexis Ballier
2014-11-02 14:20 Alexis Ballier
2014-11-02 11:54 Alexis Ballier
2014-11-02 11:54 Alexis Ballier
2014-11-02 11:42 Alexis Ballier
2014-11-02 11:35 Alexis Ballier
2013-10-29 19:47 Alexis Ballier
2013-10-29 19:47 Alexis Ballier
2013-07-02 21:59 Alexis Ballier
2013-06-28 17:00 Alexis Ballier
2013-06-28 17:00 Alexis Ballier
2013-06-28 17:00 Alexis Ballier
2013-06-28 15:14 Alexis Ballier
2013-06-28 15:12 Alexis Ballier
2013-06-28 14:58 Alexis Ballier
2013-06-28 12:44 Alexis Ballier
2013-06-27 21:50 Alexis Ballier
2013-06-27 14:04 Alexis Ballier
2013-06-27 14:04 Alexis Ballier
2013-06-27 11:54 Alexis Ballier
2013-06-27 11:54 Alexis Ballier
2013-06-27 11:54 Alexis Ballier
2013-06-27 11:54 Alexis Ballier
2013-06-27 11:54 Alexis Ballier
2013-06-27 11:54 Alexis Ballier
2013-06-27 11:54 Alexis Ballier
2013-06-27 11:38 Alexis Ballier
2013-06-27 11:38 Alexis Ballier
2013-06-27 11:38 Alexis Ballier
2013-06-27 11:38 Alexis Ballier
2013-06-27 11:38 Alexis Ballier
2013-06-27 10:50 Alexis Ballier
2013-06-27 10:50 Alexis Ballier
2013-06-27 10:50 Alexis Ballier
2013-06-26 23:37 Alexis Ballier
2013-06-26 23:37 Alexis Ballier
2013-06-26 23:37 Alexis Ballier
2013-06-26 23:07 Alexis Ballier
2013-06-26 23:07 Alexis Ballier
2013-06-26 23:07 Alexis Ballier
2013-06-26 22:44 Alexis Ballier
2013-06-26 22:44 Alexis Ballier
2013-06-26 22:44 Alexis Ballier
2013-06-26 22:44 Alexis Ballier
2013-06-26 22:44 Alexis Ballier
2013-06-26 22:44 Alexis Ballier
2013-06-26 22:44 Alexis Ballier
2013-06-26 22:17 Alexis Ballier
2013-06-26 21:57 Alexis Ballier
2013-06-26 21:56 Alexis Ballier
2013-06-26 21:38 Alexis Ballier
2013-06-26 21:38 Alexis Ballier
2013-06-26 21:02 Alexis Ballier
2013-06-26 20:49 Alexis Ballier
2013-06-26 20:46 Alexis Ballier
2013-06-26 20:46 Alexis Ballier
2013-06-26 20:46 Alexis Ballier
2013-06-26 16:52 Alexis Ballier
2013-06-26 16:52 Alexis Ballier
2013-06-26 16:26 Alexis Ballier
2013-06-26 16:26 Alexis Ballier
2013-06-25 17:28 Alexis Ballier
2013-06-25 17:28 Alexis Ballier
2013-06-25 17:28 Alexis Ballier
2013-02-18 11:20 Alexis Ballier
2012-12-08 12:26 Alexis Ballier
2012-10-03 11:04 Alexis Ballier
2012-09-13 12:19 Alexis Ballier
2012-08-02 12:36 Alexis Ballier
2012-08-01 15:00 Alexis Ballier
2012-07-31 14:12 Alexis Ballier
2012-07-31 13:42 Alexis Ballier
2012-07-31 13:32 Alexis Ballier
2012-07-27 12:29 Alexis Ballier
2012-07-27 12:29 Alexis Ballier
2012-07-27  0:24 Alexis Ballier
2012-07-27  0:24 Alexis Ballier
2012-07-26 17:09 Alexis Ballier
2012-07-26 17:09 Alexis Ballier
2012-07-26 16:17 Alexis Ballier
2012-07-26 16:14 Alexis Ballier
2012-07-26 16:13 Alexis Ballier
2012-07-26 16:11 Alexis Ballier
2012-07-26 16:11 Alexis Ballier
2012-07-26 16:11 Alexis Ballier
2012-07-26 16:00 Alexis Ballier
2012-07-26 15:45 Alexis Ballier
2012-07-26 15:44 Alexis Ballier
2012-07-26 15:42 Alexis Ballier
2012-07-26 15:42 Alexis Ballier
2012-07-26 15:39 Alexis Ballier
2012-07-26 15:30 Alexis Ballier
2012-07-26 15:30 Alexis Ballier
2012-07-26 14:31 Alexis Ballier
2012-07-26 14:31 Alexis Ballier
2012-07-26 14:28 Alexis Ballier
2012-07-26 14:27 Alexis Ballier
2012-07-26 14:27 Alexis Ballier
2012-07-26 14:27 Alexis Ballier
2012-07-26 13:57 Alexis Ballier
2012-07-26 13:57 Alexis Ballier
2012-07-26 13:12 Alexis Ballier
2012-07-26 13:12 Alexis Ballier
2012-07-26 13:12 Alexis Ballier
2012-07-26 13:05 Alexis Ballier
2012-07-26 13:05 Alexis Ballier
2012-07-26 13:05 Alexis Ballier
2012-07-25 11:59 Alexis Ballier
2012-07-25 11:59 Alexis Ballier
2012-07-25 11:59 Alexis Ballier
2012-01-17 22:17 Alexis Ballier
2011-10-11 14:40 Alexis Ballier
2011-08-17  8:50 Alexis Ballier
2011-08-12 21:28 Alexis Ballier
2011-08-11  7:52 Alexis Ballier
2011-08-04  5:56 Alexis Ballier
2011-08-04  5:56 Alexis Ballier
2011-07-31  7:44 Alexis Ballier
2011-07-31  7:38 Alexis Ballier
2011-07-28 12:49 Alexis Ballier
2011-07-28 12:25 Alexis Ballier
2011-07-28  8:37 Alexis Ballier
2011-07-28  8:20 Alexis Ballier
2011-07-28  8:20 Alexis Ballier
2011-07-28  7:41 Alexis Ballier
2011-07-28  7:41 Alexis Ballier
2011-07-28  7:41 Alexis Ballier
2011-07-28  7:41 Alexis Ballier
2011-07-28  7:10 Alexis Ballier
2011-07-28  7:07 Alexis Ballier
2011-07-28  7:07 Alexis Ballier
2011-07-28  5:46 Alexis Ballier
2011-07-28  5:46 Alexis Ballier
2011-07-28  5:46 Alexis Ballier
2011-07-28  5:46 Alexis Ballier
2011-05-18 14:49 Alexis Ballier
2011-05-18 14:33 Alexis Ballier
2011-05-18 14:33 Alexis Ballier
2011-04-26 19:49 Alexis Ballier
2011-02-17 16:05 Alexis Ballier
2011-02-17 15:10 Alexis Ballier
2011-02-17 14:08 Alexis Ballier
2011-02-17 14:08 Alexis Ballier
2011-02-09 19:38 Alexis Ballier

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=1438263062.4ea5cb935d21c3575995b69d838ca884f2f6d63f.aballier@gentoo \
    --to=aballier@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