diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2012-11-20 01:59:12 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2012-11-20 01:59:12 +0000 |
commit | 64ae2a033fee8ae126be9e6858a86b5da1ac1b2e (patch) | |
tree | e8b72a8b69767fdc511c225eb5aa676373c0ec2b /www-apps | |
parent | Avoid calling AR and RANLIB directly, bug #443450 (diff) | |
download | gentoo-2-64ae2a033fee8ae126be9e6858a86b5da1ac1b2e.tar.gz gentoo-2-64ae2a033fee8ae126be9e6858a86b5da1ac1b2e.tar.bz2 gentoo-2-64ae2a033fee8ae126be9e6858a86b5da1ac1b2e.zip |
Version bump. Remove old.
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/cgisysinfo/ChangeLog | 10 | ||||
-rw-r--r-- | www-apps/cgisysinfo/cgisysinfo-0.4.ebuild (renamed from www-apps/cgisysinfo/cgisysinfo-0.2.ebuild) | 14 |
2 files changed, 13 insertions, 11 deletions
diff --git a/www-apps/cgisysinfo/ChangeLog b/www-apps/cgisysinfo/ChangeLog index d715f087669a..62b3cc782480 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.2 2011/03/27 04:31:18 rafaelmartins Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgisysinfo/ChangeLog,v 1.3 2012/11/20 01:59:12 rafaelmartins Exp $ + +*cgisysinfo-0.4 (20 Nov 2012) + + 20 Nov 2012; Rafael G. Martins <rafaelmartins@gentoo.org> + -cgisysinfo-0.2.ebuild, +cgisysinfo-0.4.ebuild: + Version bump. Remove old. *cgisysinfo-0.2 (27 Mar 2011) diff --git a/www-apps/cgisysinfo/cgisysinfo-0.2.ebuild b/www-apps/cgisysinfo/cgisysinfo-0.4.ebuild index a16b2245c3e9..82b697bda44a 100644 --- a/www-apps/cgisysinfo/cgisysinfo-0.2.ebuild +++ b/www-apps/cgisysinfo/cgisysinfo-0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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 $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgisysinfo/cgisysinfo-0.4.ebuild,v 1.1 2012/11/20 01:59:12 rafaelmartins Exp $ -EAPI="4" +EAPI="5" if [[ ${PV} = *9999* ]]; then WANT_AUTOCONF="2.5" @@ -11,12 +11,12 @@ if [[ ${PV} = *9999* ]]; then EHG_REPO_URI="http://hg.rafaelmartins.eng.br/cgisysinfo/" KEYWORDS="" else - SRC_URI="http://files.rafaelmartins.eng.br/distfiles/${P}.tar.bz2" + SRC_URI="http://distfiles.rafaelmartins.eng.br/${PN}/${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" +HOMEPAGE="http://projects.rafaelmartins.eng.br/cgisysinfo" LICENSE="GPL-2" SLOT="0" @@ -34,7 +34,3 @@ src_prepare() { src_configure() { econf $(use_enable fastcgi) } - -pkg_postinst() { - elog "Please read the README file for usage info." -} |