Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 315335
Collapse All | Expand All

(-)mailman.orig/mailman-2.1.13.ebuild (-2 / +5 lines)
Lines 2-7 Link Here
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/net-mail/mailman/mailman-2.1.13.ebuild,v 1.4 2011/11/02 22:09:34 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.13.ebuild,v 1.4 2011/11/02 22:09:34 vapier Exp $
4
4
5
EAPI="1"
6
PYTHON_DEPEND="*::3.2"
7
5
inherit eutils python multilib
8
inherit eutils python multilib
6
9
7
DESCRIPTION="A python-based mailing list server with an extensive web interface"
10
DESCRIPTION="A python-based mailing list server with an extensive web interface"
Lines 13-20 Link Here
13
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
16
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
14
IUSE=""
17
IUSE=""
15
18
16
DEPEND=">=dev-lang/python-2.3
19
DEPEND="virtual/mta
17
	virtual/mta
18
	virtual/cron
20
	virtual/cron
19
	virtual/httpd-cgi"
21
	virtual/httpd-cgi"
20
RDEPEND="${DEPEND}"
22
RDEPEND="${DEPEND}"
Lines 59-64 Link Here
59
}
61
}
60
62
61
src_install () {
63
src_install () {
64
	python_convert_shebangs -r 2 "${D}"
62
	emake "DESTDIR=${D}" doinstall || die
65
	emake "DESTDIR=${D}" doinstall || die
63
66
64
	insinto /etc/apache2/modules.d
67
	insinto /etc/apache2/modules.d
(-)mailman.orig/mailman-2.1.14.ebuild (+3 lines)
Lines 2-7 Link Here
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/net-mail/mailman/mailman-2.1.14.ebuild,v 1.7 2011/11/02 22:09:34 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild,v 1.7 2011/11/02 22:09:34 vapier Exp $
4
4
5
EAPI="1"
6
PYTHON_DEPEND="*::3.2"
5
inherit eutils python multilib
7
inherit eutils python multilib
6
8
7
DESCRIPTION="A python-based mailing list server with an extensive web interface"
9
DESCRIPTION="A python-based mailing list server with an extensive web interface"
Lines 58-63 Link Here
58
}
60
}
59
61
60
src_install () {
62
src_install () {
63
	python_convert_shebangs -r 2 "${D}"
61
	emake "DESTDIR=${D}" doinstall || die
64
	emake "DESTDIR=${D}" doinstall || die
62
65
63
	insinto /etc/apache2/modules.d
66
	insinto /etc/apache2/modules.d

Return to bug 315335