diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-06-02 05:33:52 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-06-02 05:33:52 +0000 |
commit | 788dc8345e9f0208071980a0940222c75ab6abcf (patch) | |
tree | b16ca04ae759fc5f1e0dbcb3f3904369c6c2aa2b /www-apps/phpwebsite | |
parent | Version bump (diff) | |
download | gentoo-2-788dc8345e9f0208071980a0940222c75ab6abcf.tar.gz gentoo-2-788dc8345e9f0208071980a0940222c75ab6abcf.tar.bz2 gentoo-2-788dc8345e9f0208071980a0940222c75ab6abcf.zip |
Version bump
(Portage version: 2.1.2.8)
Diffstat (limited to 'www-apps/phpwebsite')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/phpwebsite/files/digest-phpwebsite-1.1.0 | 3 | ||||
-rw-r--r-- | www-apps/phpwebsite/files/digest-phpwebsite-1.2.0 | 3 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-1.2.0.ebuild (renamed from www-apps/phpwebsite/phpwebsite-1.1.0.ebuild) | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index fc73d25ac43c..f0592d56f45d 100644 --- a/www-apps/phpwebsite/ChangeLog +++ b/www-apps/phpwebsite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/phpwebsite # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.59 2007/02/27 23:11:44 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.60 2007/06/02 05:33:52 rl03 Exp $ + +*phpwebsite-1.2.0 (02 Jun 2007) + + 02 Jun 2007; Renat Lumpau <rl03@gentoo.org> -phpwebsite-1.1.0.ebuild, + +phpwebsite-1.2.0.ebuild: + Version bump *phpwebsite-1.1.0 (27 Feb 2007) diff --git a/www-apps/phpwebsite/files/digest-phpwebsite-1.1.0 b/www-apps/phpwebsite/files/digest-phpwebsite-1.1.0 deleted file mode 100644 index 0fac747f53f0..000000000000 --- a/www-apps/phpwebsite/files/digest-phpwebsite-1.1.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 23d80e26d5afe6b36d37313e08586c68 phpwebsite_1_1_0.tgz 3304977 -RMD160 0215ae8afa83e381447364d68191f0b9abf07832 phpwebsite_1_1_0.tgz 3304977 -SHA256 807a73efb81b44e10616af7c3354a7000a1ee873f56935d25a91f6190a4fe093 phpwebsite_1_1_0.tgz 3304977 diff --git a/www-apps/phpwebsite/files/digest-phpwebsite-1.2.0 b/www-apps/phpwebsite/files/digest-phpwebsite-1.2.0 new file mode 100644 index 000000000000..98475685db2f --- /dev/null +++ b/www-apps/phpwebsite/files/digest-phpwebsite-1.2.0 @@ -0,0 +1,3 @@ +MD5 18ccaace49747a1a4dfb41489941e6cc phpwebsite_1_2_0.tar.gz 3522077 +RMD160 69a503de2c8c4d2974552884cb9db792df0d616e phpwebsite_1_2_0.tar.gz 3522077 +SHA256 7dd3c12caf20f50c6f810e4a9c524386163239eb9eaa45071b577162789f748d phpwebsite_1_2_0.tar.gz 3522077 diff --git a/www-apps/phpwebsite/phpwebsite-1.1.0.ebuild b/www-apps/phpwebsite/phpwebsite-1.2.0.ebuild index 30b80ddeb92f..904f180bc877 100644 --- a/www-apps/phpwebsite/phpwebsite-1.1.0.ebuild +++ b/www-apps/phpwebsite/phpwebsite-1.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-1.1.0.ebuild,v 1.1 2007/02/27 23:11:44 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-1.2.0.ebuild,v 1.1 2007/06/02 05:33:52 rl03 Exp $ inherit webapp depend.php MY_PV=${PV//./_} DESCRIPTION="phpWebSite Content Management System" HOMEPAGE="http://phpwebsite.appstate.edu" -SRC_URI="http://phpwebsite.appstate.edu/downloads/stable/full/1.x.x/${PN}_${MY_PV}.tgz" +SRC_URI="http://phpwebsite.appstate.edu/downloads/stable/full/1.x.x/${PN}_${MY_PV}.tar.gz" LICENSE="LGPL-2.1" KEYWORDS="~alpha ~ppc ~sparc ~x86" |