From f7f5b56b0b4c3f9cb519d8e6e6578669fc5838eb Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Sun, 27 Mar 2011 04:31:18 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha26/cvs/Linux x86_64) --- www-apps/cgisysinfo/ChangeLog | 8 ++++++- www-apps/cgisysinfo/cgisysinfo-0.1.ebuild | 33 ------------------------- www-apps/cgisysinfo/cgisysinfo-0.2.ebuild | 40 +++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 34 deletions(-) delete mode 100644 www-apps/cgisysinfo/cgisysinfo-0.1.ebuild create mode 100644 www-apps/cgisysinfo/cgisysinfo-0.2.ebuild (limited to 'www-apps') diff --git a/www-apps/cgisysinfo/ChangeLog b/www-apps/cgisysinfo/ChangeLog index 494a85205646..d715f087669a 100644 --- a/www-apps/cgisysinfo/ChangeLog +++ b/www-apps/cgisysinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/cgisysinfo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgisysinfo/ChangeLog,v 1.1 2011/03/02 02:04:25 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgisysinfo/ChangeLog,v 1.2 2011/03/27 04:31:18 rafaelmartins Exp $ + +*cgisysinfo-0.2 (27 Mar 2011) + + 27 Mar 2011; Rafael G. Martins + -cgisysinfo-0.1.ebuild, +cgisysinfo-0.2.ebuild: + Version bump. *cgisysinfo-0.1 (02 Mar 2011) diff --git a/www-apps/cgisysinfo/cgisysinfo-0.1.ebuild b/www-apps/cgisysinfo/cgisysinfo-0.1.ebuild deleted file mode 100644 index 86a3b5e05074..000000000000 --- a/www-apps/cgisysinfo/cgisysinfo-0.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgisysinfo/cgisysinfo-0.1.ebuild,v 1.1 2011/03/02 02:04:25 rafaelmartins Exp $ - -EAPI="4" - -if [[ ${PV} = *9999* ]]; then - WANT_AUTOCONF="2.5" - WANT_AUTOMAKE="1.10" - inherit autotools mercurial - EHG_REPO_URI="http://hg.rafaelmartins.eng.br/cgisysinfo/" - KEYWORDS="" -else - SRC_URI="http://files.rafaelmartins.eng.br/distfiles/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="A small cgi utility to show basic system information." -HOMEPAGE="http://labs.rafaelmartins.org/wiki/cgisysinfo" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DOCS="README AUTHORS NEWS" - -src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf -} - -pkg_postinst() { - elog "Please read the README file for usage info." -} diff --git a/www-apps/cgisysinfo/cgisysinfo-0.2.ebuild b/www-apps/cgisysinfo/cgisysinfo-0.2.ebuild new file mode 100644 index 000000000000..a16b2245c3e9 --- /dev/null +++ b/www-apps/cgisysinfo/cgisysinfo-0.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgisysinfo/cgisysinfo-0.2.ebuild,v 1.1 2011/03/27 04:31:18 rafaelmartins Exp $ + +EAPI="4" + +if [[ ${PV} = *9999* ]]; then + WANT_AUTOCONF="2.5" + WANT_AUTOMAKE="1.10" + inherit autotools mercurial + EHG_REPO_URI="http://hg.rafaelmartins.eng.br/cgisysinfo/" + KEYWORDS="" +else + SRC_URI="http://files.rafaelmartins.eng.br/distfiles/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="A small cgi utility to show basic system information." +HOMEPAGE="http://labs.rafaelmartins.eng.br/wiki/cgisysinfo" + +LICENSE="GPL-2" +SLOT="0" +IUSE="fastcgi" + +DEPEND="fastcgi? ( dev-libs/fcgi )" +RDEPEND="${DEPEND}" + +DOCS="README AUTHORS NEWS" + +src_prepare() { + [[ ${PV} = *9999* ]] && eautoreconf +} + +src_configure() { + econf $(use_enable fastcgi) +} + +pkg_postinst() { + elog "Please read the README file for usage info." +} -- cgit v1.2.3-65-gdbad