public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/shtool: shtool-2.0.2.ebuild
@ 2009-10-12  8:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-10-12  8:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/12 08:22:02

  Modified:             shtool-2.0.2.ebuild
  Log:
  Don't install COPYING. Use emake.
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-util/shtool/shtool-2.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild?r1=1.4&r2=1.5

Index: shtool-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shtool-2.0.2.ebuild	22 Jan 2007 08:16:33 -0000	1.4
+++ shtool-2.0.2.ebuild	12 Oct 2009 08:22:01 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild,v 1.4 2007/01/22 08:16:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild,v 1.5 2009/10/12 08:22:01 ssuominen Exp $
 
 DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool"
 HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html"
@@ -14,7 +14,7 @@
 
 DEPEND=">=dev-lang/perl-5.6"
 
-src_install () {
-	make DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS ChangeLog COPYING README THANKS VERSION NEWS RATIONAL
+src_install() {
+	emake DESTDIR="${D}" install || die "make install failed"
+	dodoc AUTHORS ChangeLog README THANKS VERSION NEWS RATIONAL
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-12  8:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12  8:22 [gentoo-commits] gentoo-x86 commit in dev-util/shtool: shtool-2.0.2.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox