diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-18 23:04:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-18 23:04:01 +0000 |
commit | 838a3100283e64101606437c5ca264882359af3d (patch) | |
tree | ec1c3f7f4e83df1920c630c48de91b0a161e658f /net-libs | |
parent | Stable on amd64, addition of app-arch/unzip to the deps. (diff) | |
download | gentoo-2-838a3100283e64101606437c5ca264882359af3d.tar.gz gentoo-2-838a3100283e64101606437c5ca264882359af3d.tar.bz2 gentoo-2-838a3100283e64101606437c5ca264882359af3d.zip |
sh love
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/c-client/c-client-2004a-r1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/c-client/c-client-2004c.ebuild | 6 | ||||
-rw-r--r-- | net-libs/c-client/c-client-2004g.ebuild | 11 |
3 files changed, 11 insertions, 12 deletions
diff --git a/net-libs/c-client/c-client-2004a-r1.ebuild b/net-libs/c-client/c-client-2004a-r1.ebuild index 045d39e3fe68..347236fe26a5 100644 --- a/net-libs/c-client/c-client-2004a-r1.ebuild +++ b/net-libs/c-client/c-client-2004a-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004a-r1.ebuild,v 1.10 2005/04/25 06:12:00 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004a-r1.ebuild,v 1.11 2006/01/18 23:01:49 vapier Exp $ inherit flag-o-matic eutils libtool @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="ssl pam" RDEPEND="ssl? ( dev-libs/openssl ) diff --git a/net-libs/c-client/c-client-2004c.ebuild b/net-libs/c-client/c-client-2004c.ebuild index 6d888f391c00..b377d5a846b9 100644 --- a/net-libs/c-client/c-client-2004c.ebuild +++ b/net-libs/c-client/c-client-2004c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004c.ebuild,v 1.1 2005/03/31 02:39:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004c.ebuild,v 1.2 2006/01/18 23:01:49 vapier Exp $ inherit flag-o-matic eutils libtool @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64 ~mips" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ssl pam" RDEPEND="ssl? ( dev-libs/openssl ) diff --git a/net-libs/c-client/c-client-2004g.ebuild b/net-libs/c-client/c-client-2004g.ebuild index 22f689098176..9c442591a294 100644 --- a/net-libs/c-client/c-client-2004g.ebuild +++ b/net-libs/c-client/c-client-2004g.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v 1.1 2005/10/06 20:21:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v 1.2 2006/01/18 23:01:49 vapier Exp $ inherit flag-o-matic eutils libtool @@ -14,13 +14,13 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64 ~mips" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ssl pam" RDEPEND="ssl? ( dev-libs/openssl ) - !virtual/imap-c-client" + !virtual/imap-c-client" DEPEND="${RDEPEND} - pam? ( >=sys-libs/pam-0.72 )" + pam? ( >=sys-libs/pam-0.72 )" PROVIDE="virtual/imap-c-client" src_unpack() { @@ -52,7 +52,6 @@ src_unpack() { # Remove the pesky checks about SSL stuff sed -e '/read.*exit/d' -i Makefile elibtoolize - uclibctoolize } src_compile() { |