diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:49 +0000 |
commit | f68541f7823c5f01a1d17215138989a709a5bab8 (patch) | |
tree | c22bc1b210b8aa9a93c59b71ddad228d4b5689d8 /net-mail/courier | |
parent | unmasked in x86 (diff) | |
download | gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.gz gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.bz2 gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'net-mail/courier')
-rw-r--r-- | net-mail/courier/courier-0.39.1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier/courier-0.39.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier/courier-0.39.3.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier/courier-0.40.0.20021026.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier/courier-0.40.1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier/courier-0.40.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier/courier-0.41.0.ebuild | 2 |
7 files changed, 13 insertions, 13 deletions
diff --git a/net-mail/courier/courier-0.39.1.ebuild b/net-mail/courier/courier-0.39.1.ebuild index 8ef048cdd52a..eeef1be8a2aa 100644 --- a/net-mail/courier/courier-0.39.1.ebuild +++ b/net-mail/courier/courier-0.39.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.39.1.ebuild,v 1.9 2003/02/13 14:24:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.39.1.ebuild,v 1.10 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="An MTA designed specifically for maildirs" SRC_URI="http://ftp1.sourceforge.net/courier/${P}.tar.gz" @@ -24,7 +24,7 @@ RDEPEND="virtual/glibc ldap? ( >=net-nds/openldap-1.2.11 ) postgres? ( >=dev-db/postgresql-7.1.3 ) tcltk? ( >=dev-tcltk/expect-5.33.0 )" -DEPEND="${RDEPEND} sys-devel/perl sys-apps/procps" +DEPEND="${RDEPEND} dev-lang/perl sys-apps/procps" src_unpack() { unpack ${A} ; cd ${S} diff --git a/net-mail/courier/courier-0.39.2.ebuild b/net-mail/courier/courier-0.39.2.ebuild index 807d6ebac9cc..6ddc323d846c 100644 --- a/net-mail/courier/courier-0.39.2.ebuild +++ b/net-mail/courier/courier-0.39.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.39.2.ebuild,v 1.6 2003/02/13 14:24:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.39.2.ebuild,v 1.7 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="An MTA designed specifically for maildirs" SRC_URI="http://ftp1.sourceforge.net/courier/${P}.tar.gz" @@ -24,7 +24,7 @@ RDEPEND="virtual/glibc ldap? ( >=net-nds/openldap-1.2.11 ) postgres? ( >=dev-db/postgresql-7.1.3 ) tcltk? ( >=dev-tcltk/expect-5.33.0 )" -DEPEND="${RDEPEND} sys-devel/perl sys-apps/procps" +DEPEND="${RDEPEND} dev-lang/perl sys-apps/procps" src_unpack() { unpack ${A} ; cd ${S} diff --git a/net-mail/courier/courier-0.39.3.ebuild b/net-mail/courier/courier-0.39.3.ebuild index e2ff3f00f5cc..1e35b907404d 100644 --- a/net-mail/courier/courier-0.39.3.ebuild +++ b/net-mail/courier/courier-0.39.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.39.3.ebuild,v 1.6 2003/02/13 14:25:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.39.3.ebuild,v 1.7 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="An MTA designed specifically for maildirs" SRC_URI="http://ftp1.sourceforge.net/courier/${P}.tar.gz" @@ -24,7 +24,7 @@ RDEPEND="virtual/glibc ldap? ( >=net-nds/openldap-1.2.11 ) postgres? ( >=dev-db/postgresql-7.1.3 ) tcltk? ( >=dev-tcltk/expect-5.33.0 )" -DEPEND="${RDEPEND} sys-devel/perl sys-apps/procps" +DEPEND="${RDEPEND} dev-lang/perl sys-apps/procps" src_unpack() { unpack ${A} ; cd ${S} diff --git a/net-mail/courier/courier-0.40.0.20021026.ebuild b/net-mail/courier/courier-0.40.0.20021026.ebuild index bd7f18b8dd81..df2a948215af 100644 --- a/net-mail/courier/courier-0.40.0.20021026.ebuild +++ b/net-mail/courier/courier-0.40.0.20021026.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.40.0.20021026.ebuild,v 1.4 2003/02/13 14:25:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.40.0.20021026.ebuild,v 1.5 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="An MTA designed specifically for maildirs" SRC_URI="http://ftp1.sourceforge.net/courier/${P}.tar.bz2" @@ -25,7 +25,7 @@ RDEPEND="virtual/glibc ldap? ( >=net-nds/openldap-1.2.11 ) postgres? ( >=dev-db/postgresql-7.1.3 ) tcltk? ( >=dev-tcltk/expect-5.33.0 )" -DEPEND="${RDEPEND} sys-devel/perl sys-apps/procps" +DEPEND="${RDEPEND} dev-lang/perl sys-apps/procps" src_unpack() { unpack ${A} ; cd ${S} diff --git a/net-mail/courier/courier-0.40.1.ebuild b/net-mail/courier/courier-0.40.1.ebuild index 9742d2191258..910e0d2c6640 100644 --- a/net-mail/courier/courier-0.40.1.ebuild +++ b/net-mail/courier/courier-0.40.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.40.1.ebuild,v 1.6 2003/02/13 14:25:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.40.1.ebuild,v 1.7 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="An MTA designed specifically for maildirs" SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" @@ -27,7 +27,7 @@ RDEPEND="virtual/glibc postgres? ( >=dev-db/postgresql-7.1.3 ) tcltk? ( >=dev-tcltk/expect-5.33.0 )" DEPEND="${RDEPEND} - sys-devel/perl + dev-lang/perl sys-apps/procps" inherit flag-o-matic diff --git a/net-mail/courier/courier-0.40.2.ebuild b/net-mail/courier/courier-0.40.2.ebuild index ac3dee856d16..6ed0216cd5e6 100644 --- a/net-mail/courier/courier-0.40.2.ebuild +++ b/net-mail/courier/courier-0.40.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.40.2.ebuild,v 1.3 2003/02/13 14:25:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier/courier-0.40.2.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="An MTA designed specifically for maildirs" SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" @@ -28,7 +28,7 @@ RDEPEND="virtual/glibc tcltk? ( >=dev-tcltk/expect-5.33.0 ) spell? ( >=app-text/aspell-0.50.3 )" DEPEND="${RDEPEND} - sys-devel/perl + dev-lang/perl sys-apps/procps" inherit flag-o-matic eutils diff --git a/net-mail/courier/courier-0.41.0.ebuild b/net-mail/courier/courier-0.41.0.ebuild index ebe73fc2b1b4..215fd0a2880c 100644 --- a/net-mail/courier/courier-0.41.0.ebuild +++ b/net-mail/courier/courier-0.41.0.ebuild @@ -33,7 +33,7 @@ RDEPEND="virtual/glibc tcltk? ( >=dev-tcltk/expect-5.33.0 ) spell? ( >=app-text/aspell-0.50.3 )" DEPEND="${RDEPEND} - sys-devel/perl + dev-lang/perl sys-apps/procps" src_unpack() { |