diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-03-18 19:57:50 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-03-18 19:57:50 +0000 |
commit | 4e19d715cfdbd6ba2c44d6277f90be05dc8bc5a2 (patch) | |
tree | 1b14c859afbc823ab961584804629839cf575aee /net-mail/mailgraph | |
parent | One last dep for 3.1.1, doesn't affect keywords :) (diff) | |
download | gentoo-2-4e19d715cfdbd6ba2c44d6277f90be05dc8bc5a2.tar.gz gentoo-2-4e19d715cfdbd6ba2c44d6277f90be05dc8bc5a2.tar.bz2 gentoo-2-4e19d715cfdbd6ba2c44d6277f90be05dc8bc5a2.zip |
Install mailgraph.cgi to correct place. Stable on x86.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'net-mail/mailgraph')
-rw-r--r-- | net-mail/mailgraph/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mailgraph/mailgraph-1.12.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/mailgraph/ChangeLog b/net-mail/mailgraph/ChangeLog index 3522c90f78fd..392ba8124068 100644 --- a/net-mail/mailgraph/ChangeLog +++ b/net-mail/mailgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mailgraph # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/ChangeLog,v 1.11 2006/01/24 05:07:45 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/ChangeLog,v 1.12 2006/03/18 19:57:50 ticho Exp $ + + 18 Mar 2006; <ticho@gentoo.org> mailgraph-1.12.ebuild: + Install mailgraph.cgi to correct place. Stable on x86. 24 Jan 2006; Mark Loeser <halcy0n@gentoo.org> metadata.xml: Removing myself as the maintainer diff --git a/net-mail/mailgraph/mailgraph-1.12.ebuild b/net-mail/mailgraph/mailgraph-1.12.ebuild index 55a0ed78df01..34b18f60f909 100644 --- a/net-mail/mailgraph/mailgraph-1.12.ebuild +++ b/net-mail/mailgraph/mailgraph-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/mailgraph-1.12.ebuild,v 1.2 2006/01/23 21:18:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/mailgraph-1.12.ebuild,v 1.3 2006/03/18 19:57:50 ticho Exp $ inherit eutils webapp @@ -9,7 +9,7 @@ HOMEPAGE="http://people.ee.ethz.ch/~dws/software/mailgraph/" SRC_URI="http://people.ee.ethz.ch/~dws/software/${PN}/pub/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND="dev-lang/perl @@ -42,7 +42,7 @@ src_install() { newbin mailgraph.pl mailgraph # mailgraph CGI script - exeinto ${MY_CGIBINDIR} + exeinto ${MY_HTDOCSDIR} doexe mailgraph.cgi # init/conf files for mailgraph daemon |