From 4e19d715cfdbd6ba2c44d6277f90be05dc8bc5a2 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Sat, 18 Mar 2006 19:57:50 +0000 Subject: Install mailgraph.cgi to correct place. Stable on x86. (Portage version: 2.1_pre6-r3) --- net-mail/mailgraph/ChangeLog | 5 ++++- net-mail/mailgraph/mailgraph-1.12.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'net-mail/mailgraph') 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; mailgraph-1.12.ebuild: + Install mailgraph.cgi to correct place. Stable on x86. 24 Jan 2006; Mark Loeser 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 -- cgit v1.2.3-65-gdbad