public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/task: task-1.9.4.ebuild ChangeLog
Date: Tue,  7 Jun 2011 09:54:43 +0000 (UTC)	[thread overview]
Message-ID: <20110607095443.D1D3A20036@flycatcher.gentoo.org> (raw)

radhermit    11/06/07 09:54:43

  Modified:             task-1.9.4.ebuild ChangeLog
  Log:
  Update to EAPI 4 and install extra scripts in /usr/share/task/scripts instead of under /usr/share/doc.
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-misc/task/task-1.9.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/task/task-1.9.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/task/task-1.9.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/task/task-1.9.4.ebuild?r1=1.2&r2=1.3

Index: task-1.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/task/task-1.9.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- task-1.9.4.ebuild	7 Jun 2011 09:37:48 -0000	1.2
+++ task-1.9.4.ebuild	7 Jun 2011 09:54:43 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/task/task-1.9.4.ebuild,v 1.2 2011/06/07 09:37:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/task/task-1.9.4.ebuild,v 1.3 2011/06/07 09:54:43 radhermit Exp $
 
-EAPI=3
+EAPI=4
 
 inherit eutils cmake-utils
 
@@ -27,9 +27,9 @@
 	# Don't automatically install scripts
 	sed -i -e '/scripts/d' CMakeLists.txt
 
-	epatch "${FILESDIR}"/${P}-rcdir.patch
-	epatch "${FILESDIR}"/${P}-lua-automagic.patch
-	epatch "${FILESDIR}"/${P}-remove-ncurses.patch
+	epatch "${FILESDIR}"/${P}-rcdir.patch \
+		"${FILESDIR}"/${P}-lua-automagic.patch \
+		"${FILESDIR}"/${P}-remove-ncurses.patch
 }
 
 src_configure() {
@@ -60,6 +60,6 @@
 		doins scripts/zsh/*
 	fi
 
-	insinto /usr/share/doc/${PF}/scripts
-	doins scripts/add-ons/*
+	exeinto /usr/share/${PN}/scripts
+	doexe scripts/add-ons/*
 }



1.14                 app-misc/task/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/task/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/task/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/task/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	7 Jun 2011 09:37:48 -0000	1.13
+++ ChangeLog	7 Jun 2011 09:54:43 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/task
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v 1.13 2011/06/07 09:37:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v 1.14 2011/06/07 09:54:43 radhermit Exp $
+
+  07 Jun 2011; Tim Harder <radhermit@gentoo.org> task-1.9.4.ebuild:
+  Update to EAPI 4 and install extra scripts in /usr/share/task/scripts instead
+  of under /usr/share/doc.
 
   07 Jun 2011; Tim Harder <radhermit@gentoo.org> task-1.9.4.ebuild:
   Follow standard bash-completion naming conventions (bug #369815 by Marcin






             reply	other threads:[~2011-06-07  9:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-07  9:54 Tim Harder (radhermit) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-14 19:29 [gentoo-commits] gentoo-x86 commit in app-misc/task: task-1.9.4.ebuild ChangeLog Markus Meier (maekke)
2011-06-07 19:15 Kenneth Prugh (ken69267)
2011-06-07  9:37 Tim Harder (radhermit)
2011-03-07  7:56 Tim Harder (radhermit)

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=20110607095443.D1D3A20036@flycatcher.gentoo.org \
    --to=radhermit@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