public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori (hattya)" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/vilearn: vilearn-1.0.ebuild ChangeLog
Date: Mon, 19 Dec 2011 13:27:34 +0000 (UTC)	[thread overview]
Message-ID: <20111219132734.045E22004B@flycatcher.gentoo.org> (raw)

hattya      11/12/19 13:27:34

  Modified:             vilearn-1.0.ebuild ChangeLog
  Log:
  fixes bug #319845.
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.10                 app-doc/vilearn/vilearn-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild?r1=1.9&r2=1.10

Index: vilearn-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vilearn-1.0.ebuild	18 Feb 2006 14:45:20 -0000	1.9
+++ vilearn-1.0.ebuild	19 Dec 2011 13:27:33 -0000	1.10
@@ -1,33 +1,30 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v 1.9 2006/02/18 14:45:20 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v 1.10 2011/12/19 13:27:33 hattya Exp $
 
-IUSE=""
+EAPI="4"
 
 DESCRIPTION="vilearn is an interactive vi tutorial comprised of 5 tutorials for the vi-impaired."
 HOMEPAGE="http://vilearn.org/"
 SRC_URI="http://vilearn.org/${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="amd64 ppc x86"
 SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
 
 RDEPEND="app-editors/vim"
+DEPEND="${RDEPEND}"
 
-src_compile() {
-
-	sed -i "s:/usr/local:/usr:" Makefile
-	emake || die "emake failed. :("
-
+src_prepare() {
+	sed -i "s:/usr/local:${EPREFIX}/usr:" Makefile
 }
 
 src_install() {
-
 	dobin vilearn
 	doman vilearn.1
 	dodoc README outline
 
 	insinto /usr/lib/vilearn
 	doins [0-9]*
-
 }



1.11                 app-doc/vilearn/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/vilearn/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	9 Feb 2007 07:11:09 -0000	1.10
+++ ChangeLog	19 Dec 2011 13:27:33 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-doc/vilearn
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v 1.10 2007/02/09 07:11:09 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v 1.11 2011/12/19 13:27:33 hattya Exp $
+
+  19 Dec 2011; Akinori Hattori <hattya@gentoo.org> vilearn-1.0.ebuild:
+  fixes bug #319845.
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.






             reply	other threads:[~2011-12-19 13:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-19 13:27 Akinori Hattori (hattya) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-19 14:41 [gentoo-commits] gentoo-x86 commit in app-doc/vilearn: vilearn-1.0.ebuild ChangeLog Jeremy Olexa (darkside)
2014-08-10 10:58 Patrick Lauer (patrick)
2014-09-28 10:05 Akinori Hattori (hattya)
2014-09-28 10:06 Akinori Hattori (hattya)

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=20111219132734.045E22004B@flycatcher.gentoo.org \
    --to=hattya@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