summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Cort <tcort@gentoo.org>2006-06-17 12:02:50 +0000
committerThomas Cort <tcort@gentoo.org>2006-06-17 12:02:50 +0000
commitea962b0175ed6ca8713f7fdee47221e277f9b56c (patch)
tree87e00c79933c9ab69e34ddd15670beff2f0ec1a7 /dev-util/cproto
parentStable on x86. (diff)
downloadgentoo-2-ea962b0175ed6ca8713f7fdee47221e277f9b56c.tar.gz
gentoo-2-ea962b0175ed6ca8713f7fdee47221e277f9b56c.tar.bz2
gentoo-2-ea962b0175ed6ca8713f7fdee47221e277f9b56c.zip
Remove old version, fix quoting.
(Portage version: 2.1)
Diffstat (limited to 'dev-util/cproto')
-rw-r--r--dev-util/cproto/ChangeLog6
-rw-r--r--dev-util/cproto/cproto-4.7e.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/cproto/ChangeLog b/dev-util/cproto/ChangeLog
index ffddb9c7c806..2740955c2afa 100644
--- a/dev-util/cproto/ChangeLog
+++ b/dev-util/cproto/ChangeLog
@@ -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.
diff --git a/dev-util/cproto/cproto-4.7e.ebuild b/dev-util/cproto/cproto-4.7e.ebuild
index 96353b1def6c..fac7e9992c1a 100644
--- a/dev-util/cproto/cproto-4.7e.ebuild
+++ b/dev-util/cproto/cproto-4.7e.ebuild
@@ -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/"