diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-06-27 14:11:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-06-27 14:11:55 +0000 |
commit | 20ead1022a664aa0ca47ddf5e6e2487bddbbb919 (patch) | |
tree | 8db68f3721990906e85d26344d64649430e3a9f8 /dev-tex/curve | |
parent | added X USE back (diff) | |
download | gentoo-2-20ead1022a664aa0ca47ddf5e6e2487bddbbb919.tar.gz gentoo-2-20ead1022a664aa0ca47ddf5e6e2487bddbbb919.tar.bz2 gentoo-2-20ead1022a664aa0ca47ddf5e6e2487bddbbb919.zip |
add unzip dep for unpacking, by Piotr Szymaniak, bug #371505
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/curve')
-rw-r--r-- | dev-tex/curve/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/curve/curve-1.15.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-tex/curve/ChangeLog b/dev-tex/curve/ChangeLog index 71f8f281c5fc..c4f17bee3644 100644 --- a/dev-tex/curve/ChangeLog +++ b/dev-tex/curve/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/curve -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.12 2010/10/11 22:05:20 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/ChangeLog,v 1.13 2011/06/27 14:11:55 aballier Exp $ + + 27 Jun 2011; Alexis Ballier <aballier@gentoo.org> curve-1.15.ebuild: + add unzip dep for unpacking, by Piotr Szymaniak, bug #371505 *curve-1.15 (11 Oct 2010) diff --git a/dev-tex/curve/curve-1.15.ebuild b/dev-tex/curve/curve-1.15.ebuild index 241313ef5d94..04d6aeb4df94 100644 --- a/dev-tex/curve/curve-1.15.ebuild +++ b/dev-tex/curve/curve-1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.15.ebuild,v 1.1 2010/10/11 22:05:20 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.15.ebuild,v 1.2 2011/06/27 14:11:55 aballier Exp $ EAPI=2 @@ -12,6 +12,8 @@ DESCRIPTION="LaTeX style for a CV (curriculum vitae) with flavour option" SRC_URI="ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.zip -> ${P}.zip" HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/curve/" LICENSE="LPPL-1.2" +RDEPEND="" +DEPEND="app-arch/unzip" IUSE="" SLOT="0" |