diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-25 17:50:35 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-25 17:50:35 +0000 |
commit | 74dc264d657939e2b83e67f3260f0096372a46eb (patch) | |
tree | e0d7d5841582c5080829c6b9a8aa59d5a3354e0b /mail-filter/popfile | |
parent | version bump (#61952) (Manifest recommit) (diff) | |
download | gentoo-2-74dc264d657939e2b83e67f3260f0096372a46eb.tar.gz gentoo-2-74dc264d657939e2b83e67f3260f0096372a46eb.tar.bz2 gentoo-2-74dc264d657939e2b83e67f3260f0096372a46eb.zip |
Added unzip to DEPEND. Closes #65176.
Diffstat (limited to 'mail-filter/popfile')
-rw-r--r-- | mail-filter/popfile/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/popfile/popfile-0.20.1.ebuild | 5 | ||||
-rw-r--r-- | mail-filter/popfile/popfile-0.21.1.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/mail-filter/popfile/ChangeLog b/mail-filter/popfile/ChangeLog index aec32e814742..d2edc28ac760 100644 --- a/mail-filter/popfile/ChangeLog +++ b/mail-filter/popfile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-filter/popfile # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/ChangeLog,v 1.4 2004/07/18 15:40:36 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/ChangeLog,v 1.5 2004/09/25 17:50:35 ticho Exp $ + + 25 Sep 2004; Andrej Kacian <ticho@gentoo.org> popfile-0.20.1.ebuild, + popfile-0.21.1.ebuild: + Add unzip to DEPEND, since the distfile is .zip. Closes #65176, reported by + Tom PArker <tom@wiresncode.com>. 05 Jun 2004; David Holm <dholm@gentoo.org> popfile-0.21.1.ebuild: Added to ~ppc. diff --git a/mail-filter/popfile/popfile-0.20.1.ebuild b/mail-filter/popfile/popfile-0.20.1.ebuild index 6ea7d621861c..d1fe50a37398 100644 --- a/mail-filter/popfile/popfile-0.20.1.ebuild +++ b/mail-filter/popfile/popfile-0.20.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-0.20.1.ebuild,v 1.2 2004/06/24 22:21:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-0.20.1.ebuild,v 1.3 2004/09/25 17:50:35 ticho Exp $ IUSE="" @@ -17,7 +17,8 @@ DEPEND=">=dev-lang/perl-5.8 >=dev-perl/BerkeleyDB-0.25 dev-perl/Text-Kakasi dev-perl/MIME-Base64 - dev-perl/HTML-Tagset" + dev-perl/HTML-Tagset + app-arch/unzip" src_compile() { diff --git a/mail-filter/popfile/popfile-0.21.1.ebuild b/mail-filter/popfile/popfile-0.21.1.ebuild index 93cc0d9e4007..d4c4a6e3dc75 100644 --- a/mail-filter/popfile/popfile-0.21.1.ebuild +++ b/mail-filter/popfile/popfile-0.21.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-0.21.1.ebuild,v 1.3 2004/06/24 22:21:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-0.21.1.ebuild,v 1.4 2004/09/25 17:50:35 ticho Exp $ IUSE="" @@ -18,7 +18,8 @@ DEPEND=">=dev-lang/perl-5.8 dev-perl/Text-Kakasi dev-perl/MIME-Base64 dev-perl/HTML-Tagset - dev-perl/DBD-SQLite" + dev-perl/DBD-SQLite + app-arch/unzip" src_compile() { # do nothing |