| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/Attic/postfix-2.8.9.ebuild,v 1.2 2012/04/26 09:21:30 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/Attic/postfix-2.8.9.ebuild,v 1.3 2012/04/29 16:39:04 maekke Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | inherit eutils multilib ssl-cert toolchain-funcs flag-o-matic pam |
7 | inherit eutils multilib ssl-cert toolchain-funcs flag-o-matic pam |
| 8 | |
8 | |
| … | |
… | |
| 18 | SRC_URI="${MY_URI}/${MY_SRC}.tar.gz |
18 | SRC_URI="${MY_URI}/${MY_SRC}.tar.gz |
| 19 | vda? ( http://vda.sourceforge.net/VDA/${VDA_P}.patch ) " |
19 | vda? ( http://vda.sourceforge.net/VDA/${VDA_P}.patch ) " |
| 20 | |
20 | |
| 21 | LICENSE="IBM" |
21 | LICENSE="IBM" |
| 22 | SLOT="0" |
22 | SLOT="0" |
| 23 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
23 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
| 24 | IUSE="cdb doc dovecot-sasl hardened ipv6 ldap ldap-bind mbox mysql nis pam postgres sasl selinux sqlite ssl vda" |
24 | IUSE="cdb doc dovecot-sasl hardened ipv6 ldap ldap-bind mbox mysql nis pam postgres sasl selinux sqlite ssl vda" |
| 25 | |
25 | |
| 26 | DEPEND=">=sys-libs/db-3.2 |
26 | DEPEND=">=sys-libs/db-3.2 |
| 27 | >=dev-libs/libpcre-3.4 |
27 | >=dev-libs/libpcre-3.4 |
| 28 | dev-lang/perl |
28 | dev-lang/perl |