public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/lwp: ChangeLog lwp-2.2.ebuild
@ 2007-11-20 15:02 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2007-11-20 15:02 UTC (permalink / raw
  To: gentoo-commits

drac        07/11/20 15:02:09

  Modified:             ChangeLog lwp-2.2.ebuild
  Log:
  amd64 stable, quoting, die message
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.36                 sys-libs/lwp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	19 May 2007 16:12:03 -0000	1.35
+++ ChangeLog	20 Nov 2007 15:02:08 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/lwp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v 1.35 2007/05/19 16:12:03 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v 1.36 2007/11/20 15:02:08 drac Exp $
+
+  20 Nov 2007; Samuli Suominen <drac@gentoo.org> lwp-2.2.ebuild:
+  amd64 stable
 
   19 May 2007; Maurice van der Pot <griffon26@gentoo.org> metadata.xml,
   -lwp-2.0.ebuild, -lwp-2.1.ebuild:



1.4                  sys-libs/lwp/lwp-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/lwp-2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/lwp-2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/lwp/lwp-2.2.ebuild?r1=1.3&r2=1.4

Index: lwp-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/lwp/lwp-2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lwp-2.2.ebuild	29 Mar 2007 06:21:43 -0000	1.3
+++ lwp-2.2.ebuild	20 Nov 2007 15:02:08 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/lwp-2.2.ebuild,v 1.3 2007/03/29 06:21:43 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/lwp-2.2.ebuild,v 1.4 2007/11/20 15:02:08 drac Exp $
 
 inherit eutils
 
@@ -10,25 +10,24 @@
 
 SLOT="1"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND="sys-apps/grep
 	sys-apps/sed
 	sys-devel/libtool
 	sys-devel/gcc"
-
 RDEPEND=""
 
 src_unpack() {
-	unpack ${A} ; cd ${S}
+	unpack ${A}
+	cd "${S}"
 
 	# Was introduced for bug #34542, not sure if still needed
-	use amd64 && epatch ${FILESDIR}/lwp-2.0-amd64.patch
+	use amd64 && epatch "${FILESDIR}"/lwp-2.0-amd64.patch
 }
 
 src_install() {
-	einstall || die
-
+	einstall || die "einstall failed."
 	dodoc AUTHORS NEWS PORTING README
 }



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-11-20 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-20 15:02 [gentoo-commits] gentoo-x86 commit in sys-libs/lwp: ChangeLog lwp-2.2.ebuild Samuli Suominen (drac)

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