diff options
author | Andrej Kacian <ticho@gentoo.org> | 2008-01-27 14:35:36 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2008-01-27 14:35:36 +0000 |
commit | 9d37bd0ae94eeaa6aab2ed326ceec42449e16cd0 (patch) | |
tree | e931316941bfdbbfd201008a43b2b7d8c7daf343 /mail-client/claws-mail-pdf-viewer | |
parent | Marking eselect-wxwidgets-0.7-r1 ppc64 for bug 207648 (diff) | |
download | gentoo-2-9d37bd0ae94eeaa6aab2ed326ceec42449e16cd0.tar.gz gentoo-2-9d37bd0ae94eeaa6aab2ed326ceec42449e16cd0.tar.bz2 gentoo-2-9d37bd0ae94eeaa6aab2ed326ceec42449e16cd0.zip |
Added missing dependency on virtual/ghostscript. Bug #206956 by Nicky <nixclusive0 at gmail com>.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'mail-client/claws-mail-pdf-viewer')
4 files changed, 20 insertions, 11 deletions
diff --git a/mail-client/claws-mail-pdf-viewer/ChangeLog b/mail-client/claws-mail-pdf-viewer/ChangeLog index 2ad3dbbcf55f..c2c788d68509 100644 --- a/mail-client/claws-mail-pdf-viewer/ChangeLog +++ b/mail-client/claws-mail-pdf-viewer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-pdf-viewer -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.19 2007/12/28 11:52:58 ticho Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.20 2008/01/27 14:35:36 ticho Exp $ + + 27 Jan 2008; Andrej Kacian <ticho@gentoo.org> + claws-mail-pdf-viewer-0.6.ebuild, claws-mail-pdf-viewer-0.7.ebuild, + claws-mail-pdf-viewer-0.8.ebuild: + Added missing dependency on virtual/ghostscript. Bug #206956 by Nicky + <nixclusive0 at gmail com>. *claws-mail-pdf-viewer-0.8 (28 Dec 2007) diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild index 217c433364e3..ad8f4a0647d6 100644 --- a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild +++ b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild,v 1.4 2007/11/10 19:56:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.6.ebuild,v 1.5 2008/01/27 14:35:36 ticho Exp $ MY_P="${P#claws-mail-}" MY_P="${MY_P/-/_}" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ppc ppc64 ~sparc x86" IUSE="" DEPEND=">=mail-client/claws-mail-3.0.0 - app-text/poppler-bindings" + app-text/poppler-bindings + virtual/ghostscript" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild index 081e30333e1b..aa05503f5b9d 100644 --- a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild +++ b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild,v 1.1 2007/11/29 22:56:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild,v 1.2 2008/01/27 14:35:36 ticho Exp $ MY_P="${P#claws-mail-}" MY_P="${MY_P/-/_}" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=mail-client/claws-mail-3.1.0 - app-text/poppler-bindings" + app-text/poppler-bindings + virtual/ghostscript" S="${WORKDIR}/${MY_P}" diff --git a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild index 512b001cd1d2..9b59ad155d9a 100644 --- a/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild +++ b/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild,v 1.1 2007/12/28 11:52:58 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.8.ebuild,v 1.2 2008/01/27 14:35:36 ticho Exp $ MY_P="${P#claws-mail-}" MY_P="${MY_P/-/_}" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=mail-client/claws-mail-3.2.0 - app-text/poppler-bindings" + app-text/poppler-bindings + virtual/ghostscript" S="${WORKDIR}/${MY_P}" |