diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2013-01-02 14:11:31 +0000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2013-01-02 14:11:31 +0000 |
commit | 5797a53efbc01398a6c8c62677092153ba981df6 (patch) | |
tree | 0a3f769a054f28851b5b6e47247ee9f8d8f05556 /net-mail | |
parent | Stable for ppc, wrt bug #449744 (diff) | |
download | gentoo-2-5797a53efbc01398a6c8c62677092153ba981df6.tar.gz gentoo-2-5797a53efbc01398a6c8c62677092153ba981df6.tar.bz2 gentoo-2-5797a53efbc01398a6c8c62677092153ba981df6.zip |
Fix bug #449702. Bump revision. Remove old ebuild.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/automx/ChangeLog | 11 | ||||
-rw-r--r-- | net-mail/automx/automx-0.8-r1.ebuild (renamed from net-mail/automx/automx-0.8.ebuild) | 12 |
2 files changed, 18 insertions, 5 deletions
diff --git a/net-mail/automx/ChangeLog b/net-mail/automx/ChangeLog index 0cf457c9fa56..47081800fe41 100644 --- a/net-mail/automx/ChangeLog +++ b/net-mail/automx/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/automx -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v 1.5 2012/03/28 19:15:04 mschiff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v 1.6 2013/01/02 14:11:31 mschiff Exp $ + +*automx-0.8-r1 (02 Jan 2013) + + 02 Jan 2013; Marc Schiffbauer <mschiff@gentoo.org> -automx-0.8.ebuild, + +automx-0.8-r1.ebuild: + Fix bug #449702 - thanks to Marcin Mirosław. Bump revision. Remove old + ebuild. *automx-0.8 (28 Mar 2012) diff --git a/net-mail/automx/automx-0.8.ebuild b/net-mail/automx/automx-0.8-r1.ebuild index 743c765e93ea..c8ff185bc122 100644 --- a/net-mail/automx/automx-0.8.ebuild +++ b/net-mail/automx/automx-0.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.8.ebuild,v 1.1 2012/03/28 19:15:04 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.8-r1.ebuild,v 1.1 2013/01/02 14:11:31 mschiff Exp $ EAPI=4 PYTHON_DEPEND="2:2.6:2.7" @@ -25,7 +25,7 @@ RDEPEND=" tools? ( net-misc/wget ) " -RESTRICT_PYTHON_ABIS="2.[45]" +RESTRICT_PYTHON_ABIS="2.[45] 3.*" #src_prepare() { # python_copy_sources @@ -50,6 +50,12 @@ src_install() { doman doc/man/man1/automx-test.1 fi + exeinto /usr/lib/${PN} + doexe src/automx.wsgi + + insinto /etc + doins src/automx.conf + installation() { insinto $(python_get_sitedir)/${PN} doins src/automx/* |