Remove old version, fix quoting.
authorThomas Cort <tcort@gentoo.org>
Sat, 17 Jun 2006 12:02:50 +0000 (12:02 +0000)
committerThomas Cort <tcort@gentoo.org>
Sat, 17 Jun 2006 12:02:50 +0000 (12:02 +0000)
Package-Manager: portage-2.1

dev-util/cproto/ChangeLog
dev-util/cproto/cproto-4.7e.ebuild

index ffddb9c7c80644705fd5585c546ccd9bd374719b..2740955c2afa4148e78cf23afca6404822725122 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/cproto
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/ChangeLog,v 1.19 2006/06/17 04:24:35 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/ChangeLog,v 1.20 2006/06/17 12:02:50 tcort Exp $
+
+  17 Jun 2006; Thomas Cort <tcort@gentoo.org> -cproto-4.6-r1.ebuild,
+  cproto-4.7e.ebuild:
+  Remove old version, fix quoting.
 
   17 Jun 2006; Thomas Cort <tcort@gentoo.org> cproto-4.7e.ebuild:
   Removed virtual/libc DEPEND.
index 96353b1def6c635f531b9bb90c2abf186167d827..fac7e9992c1afbb5b8ea7ec0cbd446f804ca1925 100644 (file)
@@ -1,10 +1,10 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.7e.ebuild,v 1.5 2006/06/17 04:24:35 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.7e.ebuild,v 1.6 2006/06/17 12:02:50 tcort Exp $
 
 MY_PV="4_7e"
-MY_P="${PN}-${MY_PV}"
-S="${WORKDIR}/${MY_P}"
+MY_P=${PN}-${MY_PV}
+S=${WORKDIR}/${MY_P}
 
 DESCRIPTION="Generate C function prototypes from C source code"
 HOMEPAGE="http://invisible-island.net/cproto/"