public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/cgisysinfo: ChangeLog cgisysinfo-0.2.ebuild cgisysinfo-0.1.ebuild
@ 2011-03-27  4:31 Rafael Martins (rafaelmartins)
  0 siblings, 0 replies; only message in thread
From: Rafael Martins (rafaelmartins) @ 2011-03-27  4:31 UTC (permalink / raw
  To: gentoo-commits

rafaelmartins    11/03/27 04:31:18

  Modified:             ChangeLog
  Added:                cgisysinfo-0.2.ebuild
  Removed:              cgisysinfo-0.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  www-apps/cgisysinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgisysinfo/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgisysinfo/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgisysinfo/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/cgisysinfo/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	2 Mar 2011 02:04:25 -0000	1.1
+++ ChangeLog	27 Mar 2011 04:31:18 -0000	1.2
@@ -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 <rafaelmartins@gentoo.org>
+  -cgisysinfo-0.1.ebuild, +cgisysinfo-0.2.ebuild:
+  Version bump.
 
 *cgisysinfo-0.1 (02 Mar 2011)
 



1.1                  www-apps/cgisysinfo/cgisysinfo-0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgisysinfo/cgisysinfo-0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgisysinfo/cgisysinfo-0.2.ebuild?rev=1.1&content-type=text/plain

Index: cgisysinfo-0.2.ebuild
===================================================================
# 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."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-27  4:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-27  4:31 [gentoo-commits] gentoo-x86 commit in www-apps/cgisysinfo: ChangeLog cgisysinfo-0.2.ebuild cgisysinfo-0.1.ebuild Rafael Martins (rafaelmartins)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox