diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-02-10 18:09:44 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-02-10 18:09:44 +0000 |
commit | 93fcfe9dbfea3f016596bd1214ee55d85c8571b8 (patch) | |
tree | dd5797755834b6573a18422fe35c4df456c9ed89 /dev-vcs/cvs | |
parent | Restrict Jython ABIs. Don't install .a files in Python and Ruby directories. ... (diff) | |
download | gentoo-2-93fcfe9dbfea3f016596bd1214ee55d85c8571b8.tar.gz gentoo-2-93fcfe9dbfea3f016596bd1214ee55d85c8571b8.tar.bz2 gentoo-2-93fcfe9dbfea3f016596bd1214ee55d85c8571b8.zip |
Drop pointless src_unpack func that I forgot to remove
(Portage version: 2.2.01.17865-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-vcs/cvs')
-rw-r--r-- | dev-vcs/cvs/cvs-1.11.23.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-vcs/cvs/cvs-1.11.23.ebuild b/dev-vcs/cvs/cvs-1.11.23.ebuild index a2a3c670a1e6..985f57601c38 100644 --- a/dev-vcs/cvs/cvs-1.11.23.ebuild +++ b/dev-vcs/cvs/cvs-1.11.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.11.23.ebuild,v 1.1 2011/02/10 18:00:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.11.23.ebuild,v 1.2 2011/02/10 18:09:44 grobian Exp $ EAPI=3 @@ -21,10 +21,6 @@ IUSE="doc emacs" DEPEND=">=sys-libs/zlib-1.1.4" -src_unpack() { - unpack ${A} -} - src_prepare() { epatch "${FILESDIR}"/${P}-CVE-2010-3846.patch epatch "${FILESDIR}"/${P}-getline64.patch |