diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 13:29:17 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 13:29:17 +0000 |
commit | 6f5b34b0e64069e4e61683c1bca28687c6cd4679 (patch) | |
tree | eccad3ed0bbc7f4bb9297a20cec3dea03ff7aa1a /app-shells | |
parent | Stable on sparc (diff) | |
download | gentoo-2-6f5b34b0e64069e4e61683c1bca28687c6cd4679.tar.gz gentoo-2-6f5b34b0e64069e4e61683c1bca28687c6cd4679.tar.bz2 gentoo-2-6f5b34b0e64069e4e61683c1bca28687c6cd4679.zip |
QA: ${PN}-${PV} -> ${P}
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/tcsh-6.12-r3.ebuild | 4 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.13-r1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.13.ebuild | 8 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.14.ebuild | 4 |
4 files changed, 8 insertions, 12 deletions
diff --git a/app-shells/tcsh/tcsh-6.12-r3.ebuild b/app-shells/tcsh/tcsh-6.12-r3.ebuild index 0422a9b5cd77..9cc132616565 100644 --- a/app-shells/tcsh/tcsh-6.12-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.12-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12-r3.ebuild,v 1.13 2005/01/01 16:00:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12-r3.ebuild,v 1.14 2005/07/09 13:29:17 swegener Exp $ inherit eutils -MY_P="${PN}-${PV}.00" +MY_P="${P}.00" DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" HOMEPAGE="http://www.tcsh.org/" SRC_URI="mirror://gentoo/${MY_P}.tar.gz diff --git a/app-shells/tcsh/tcsh-6.13-r1.ebuild b/app-shells/tcsh/tcsh-6.13-r1.ebuild index dc79b2e9eb7c..da6090a1f4e8 100644 --- a/app-shells/tcsh/tcsh-6.13-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.13-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.13-r1.ebuild,v 1.11 2005/06/14 19:55:23 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.13-r1.ebuild,v 1.12 2005/07/09 13:29:17 swegener Exp $ inherit eutils -MY_P="${PN}-${PV}.00" +MY_P="${P}.00" DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" HOMEPAGE="http://www.tcsh.org/" SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz diff --git a/app-shells/tcsh/tcsh-6.13.ebuild b/app-shells/tcsh/tcsh-6.13.ebuild index 07860481a1a7..d74c7f98c0e0 100644 --- a/app-shells/tcsh/tcsh-6.13.ebuild +++ b/app-shells/tcsh/tcsh-6.13.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.13.ebuild,v 1.2 2005/01/01 16:00:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.13.ebuild,v 1.3 2005/07/09 13:29:17 swegener Exp $ inherit eutils -MY_P="${PN}-${PV}.00" +MY_P="${P}.00" DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" HOMEPAGE="http://www.tcsh.org/" SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz @@ -21,10 +21,6 @@ RDEPEND="virtual/libc S="${WORKDIR}/${MY_P}" -src_unpack() { - unpack ${MY_P}.tar.gz -} - src_compile() { econf --prefix=/ || die "econf failed" emake || die "compile problem" diff --git a/app-shells/tcsh/tcsh-6.14.ebuild b/app-shells/tcsh/tcsh-6.14.ebuild index 7b6c0f9b0376..2c521b5271c9 100644 --- a/app-shells/tcsh/tcsh-6.14.ebuild +++ b/app-shells/tcsh/tcsh-6.14.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14.ebuild,v 1.1 2005/04/20 21:13:01 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14.ebuild,v 1.2 2005/07/09 13:29:17 swegener Exp $ -MY_P="${PN}-${PV}.00" +MY_P="${P}.00" DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" HOMEPAGE="http://www.tcsh.org/" SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz |