From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JSbMJ-0005fe-0q for garchives@archives.gentoo.org; Fri, 22 Feb 2008 17:06:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9079FE043E; Fri, 22 Feb 2008 17:06:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2BF57E043E for ; Fri, 22 Feb 2008 17:06:46 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 89BF466568 for ; Fri, 22 Feb 2008 17:06:45 +0000 (UTC) Received: from hollow by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JSbMC-0006P6-6e for gentoo-commits@lists.gentoo.org; Fri, 22 Feb 2008 17:06:44 +0000 From: "Benedikt Boehm (hollow)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hollow@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-apps/drraw: drraw-2.0.1.ebuild drraw-2.1.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: drraw-2.0.1.ebuild drraw-2.1.3.ebuild ChangeLog X-VCS-Directories: www-apps/drraw X-VCS-Committer: hollow X-VCS-Committer-Name: Benedikt Boehm Content-Type: text/plain; charset=utf8 Message-Id: Sender: Benedikt Boehm Date: Fri, 22 Feb 2008 17:06:44 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 66739ed0-ac91-466f-bfea-897019750c62 X-Archives-Hash: 107eccb683dbdabe7d6a012ae5ef2384 hollow 08/02/22 17:06:44 Modified: drraw-2.0.1.ebuild drraw-2.1.3.ebuild ChangeLog Log: ebuild cleanup wrt #208584 (Portage version: 2.1.4.4) Revision Changes Path 1.5 www-apps/drraw/drraw-2.0.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drr= aw-2.0.1.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drr= aw-2.0.1.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drr= aw-2.0.1.ebuild?r1=3D1.4&r2=3D1.5 Index: drraw-2.0.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.0.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- drraw-2.0.1.ebuild 3 Sep 2004 17:17:20 -0000 1.4 +++ drraw-2.0.1.ebuild 22 Feb 2008 17:06:43 -0000 1.5 @@ -1,38 +1,50 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.0.1.ebuild,v 1= .4 2004/09/03 17:17:20 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.0.1.ebuild,v 1= .5 2008/02/22 17:06:43 hollow Exp $ =20 inherit webapp =20 -IUSE=3D"" - -DESCRIPTION=3D"drraw is a simple web based presentation front-end for RR= Dtool that allows you to interactively build graphs of your own design" +DESCRIPTION=3D"drraw is a simple web based presentation front-end for RR= Dtool" HOMEPAGE=3D"http://web.taranis.org/drraw" SRC_URI=3D"http://web.taranis.org/${PN}/dist/${P}.tgz" =20 +LICENSE=3D"GPL-2" KEYWORDS=3D"~x86 ppc" +IUSE=3D"" =20 -RDEPEND=3D" - >=3Ddev-lang/perl-5.6 - >=3Dnet-analyzer/rrdtool-1.0.47 -" +RDEPEND=3D">=3Ddev-lang/perl-5.6 + virtual/perl-CGI + >=3Dnet-analyzer/rrdtool-1.0.47" =20 -LICENSE=3D"GPL-2" +need_httpd_cgi =20 src_unpack() { unpack ${A} - cd ${S} - sed -e "s|/usr/local/bin/perl|/usr/bin/perl| - s|/drraw.conf|/../drraw.conf|" -i drraw.cgi - sed -e "s|/somewhere/drraw/saved|/tmp| - s|/somewhere/drraw/tmp|/tmp|" -i drraw.conf + cd "${S}" + sed -i -e "s|/usr/local/bin/perl|/usr/bin/perl|" drraw.cgi + sed -i \ + -e "s|/somewhere/drraw/saved|/tmp|" \ + -e "s|/somewhere/drraw/tmp|/tmp|" \ + drraw.conf } =20 src_install() { webapp_src_preinst + dodoc CHANGES INSTALL README.EVENTS WISHLIST - cp drraw.cgi ${D}/${MY_CGIBINDIR} && chmod +x ${D}/${MY_CGIBINDIR}/drra= w.cgi - cp drraw.conf ${D}/${MY_HOSTROOTDIR} - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + rm CHANGES INSTALL README.EVENTS WISHLIST + + insinto "${MY_CGIBINDIR}" + doins drraw.conf + + exeinto "${MY_CGIBINDIR}" + doexe drraw.cgi + + insinto "${MY_ICONSDIR}" + doins icons/*.gif + + webapp_configfile "${MY_CGIBINDIR}"/drraw.conf + + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt webapp_src_install } 1.4 www-apps/drraw/drraw-2.1.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drr= aw-2.1.3.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drr= aw-2.1.3.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/drr= aw-2.1.3.ebuild?r1=3D1.3&r2=3D1.4 Index: drraw-2.1.3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.1.3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- drraw-2.1.3.ebuild 3 Jan 2007 00:40:55 -0000 1.3 +++ drraw-2.1.3.ebuild 22 Feb 2008 17:06:43 -0000 1.4 @@ -1,42 +1,50 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.1.3.ebuild,v 1= .3 2007/01/03 00:40:55 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/drraw-2.1.3.ebuild,v 1= .4 2008/02/22 17:06:43 hollow Exp $ =20 inherit webapp =20 -IUSE=3D"" - -DESCRIPTION=3D"drraw is a simple web based presentation front-end for RR= Dtool that allows you to interactively build graphs of your own design" +DESCRIPTION=3D"drraw is a simple web based presentation front-end for RR= Dtool" HOMEPAGE=3D"http://web.taranis.org/drraw" SRC_URI=3D"http://web.taranis.org/${PN}/dist/${P}.tgz" =20 -KEYWORDS=3D"~x86 ~ppc" +LICENSE=3D"GPL-2" +KEYWORDS=3D"~amd64 ~ppc ~x86" +IUSE=3D"" =20 -RDEPEND=3D" - >=3Ddev-lang/perl-5.6 +RDEPEND=3D">=3Ddev-lang/perl-5.6 virtual/perl-CGI - >=3Dnet-analyzer/rrdtool-1.2.1 -" + >=3Dnet-analyzer/rrdtool-1.2.1" =20 -LICENSE=3D"GPL-2" +need_httpd_cgi =20 src_unpack() { unpack ${A} - cd ${S} - sed -e "s|/usr/local/bin/perl|/usr/bin/perl|" -i drraw.cgi - sed -e "s|/somewhere/drraw/saved|/tmp| - s|/somewhere/drraw/tmp|/tmp|" -i drraw.conf + cd "${S}" + sed -i -e "s|/usr/local/bin/perl|/usr/bin/perl|" drraw.cgi + sed -i \ + -e "s|/somewhere/drraw/saved|/tmp|" \ + -e "s|/somewhere/drraw/tmp|/tmp|" \ + drraw.conf } =20 src_install() { webapp_src_preinst + dodoc CHANGES INSTALL README.EVENTS WISHLIST - cp drraw.{cgi,conf} ${D}/${MY_CGIBINDIR} - cp icons/* ${MY_ICONSDIR} + rm CHANGES INSTALL README.EVENTS WISHLIST + + insinto "${MY_CGIBINDIR}" + doins drraw.conf + + exeinto "${MY_CGIBINDIR}" + doexe drraw.cgi + + insinto "${MY_ICONSDIR}" + doins icons/*.gif =20 - webapp_configfile ${MY_CGIBINDIR}/drraw.conf + webapp_configfile "${MY_CGIBINDIR}"/drraw.conf =20 - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt webapp_src_install - chmod +x ${D}/${MY_CGIBINDIR}/drraw.cgi } 1.9 www-apps/drraw/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/Cha= ngeLog?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/Cha= ngeLog?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drraw/Cha= ngeLog?r1=3D1.8&r2=3D1.9 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/www-apps/drraw/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 22 Feb 2007 00:29:45 -0000 1.8 +++ ChangeLog 22 Feb 2008 17:06:43 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for www-apps/drraw -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/ChangeLog,v 1.8 2007/0= 2/22 00:29:45 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/drraw/ChangeLog,v 1.9 2008/0= 2/22 17:06:43 hollow Exp $ + + 22 Feb 2008; Benedikt B=C3=B6hm drraw-2.0.1.ebuild= , + drraw-2.1.3.ebuild: + ebuild cleanup wrt #208584 =20 22 Feb 2007; Markus Ullmann ChangeLog: Redigest for Manifest2 --=20 gentoo-commits@lists.gentoo.org mailing list