summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2007-02-27 23:11:44 +0000
committerRenat Lumpau <rl03@gentoo.org>2007-02-27 23:11:44 +0000
commit61cdafa134bfe9af2ba92283c16ca1f9f4db02b1 (patch)
tree08e61315311c3aeec26030bc0c35f773d1387e81 /www-apps
parentInitial ebuild for bug #141662 (thanks to Brad Walker) (diff)
downloadgentoo-2-61cdafa134bfe9af2ba92283c16ca1f9f4db02b1.tar.gz
gentoo-2-61cdafa134bfe9af2ba92283c16ca1f9f4db02b1.tar.bz2
gentoo-2-61cdafa134bfe9af2ba92283c16ca1f9f4db02b1.zip
Version bump
(Portage version: 2.1.2-r10)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/phpwebsite/ChangeLog8
-rw-r--r--www-apps/phpwebsite/files/digest-phpwebsite-1.0.03
-rw-r--r--www-apps/phpwebsite/files/digest-phpwebsite-1.1.03
-rw-r--r--www-apps/phpwebsite/phpwebsite-1.1.0.ebuild (renamed from www-apps/phpwebsite/phpwebsite-1.0.0.ebuild)12
4 files changed, 16 insertions, 10 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog
index 6f174ea50cfa..fc73d25ac43c 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.58 2007/01/02 22:49:38 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.59 2007/02/27 23:11:44 rl03 Exp $
+
+*phpwebsite-1.1.0 (27 Feb 2007)
+
+ 27 Feb 2007; Renat Lumpau <rl03@gentoo.org> -phpwebsite-1.0.0.ebuild,
+ +phpwebsite-1.1.0.ebuild:
+ Version bump
02 Jan 2007; Renat Lumpau <rl03@gentoo.org> phpwebsite-0.10.2.ebuild:
Drop mysql dep wrt bug 159781
diff --git a/www-apps/phpwebsite/files/digest-phpwebsite-1.0.0 b/www-apps/phpwebsite/files/digest-phpwebsite-1.0.0
deleted file mode 100644
index ccc5cb27604a..000000000000
--- a/www-apps/phpwebsite/files/digest-phpwebsite-1.0.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 73ae2b5868fc147c03018ea8d9061f8b phpwebsite_1_0_0.tgz 2072672
-RMD160 f109afacfc60a88e856e5b8fc69b45ea8b6f94ea phpwebsite_1_0_0.tgz 2072672
-SHA256 e54de151e3ce0517769ff5cf85b90ce9c38c85280859de36c3a3943b1a809636 phpwebsite_1_0_0.tgz 2072672
diff --git a/www-apps/phpwebsite/files/digest-phpwebsite-1.1.0 b/www-apps/phpwebsite/files/digest-phpwebsite-1.1.0
new file mode 100644
index 000000000000..0fac747f53f0
--- /dev/null
+++ b/www-apps/phpwebsite/files/digest-phpwebsite-1.1.0
@@ -0,0 +1,3 @@
+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/phpwebsite-1.0.0.ebuild b/www-apps/phpwebsite/phpwebsite-1.1.0.ebuild
index dc39851789ed..30b80ddeb92f 100644
--- a/www-apps/phpwebsite/phpwebsite-1.0.0.ebuild
+++ b/www-apps/phpwebsite/phpwebsite-1.1.0.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.0.0.ebuild,v 1.1 2006/11/19 21:25:08 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-1.1.0.ebuild,v 1.1 2007/02/27 23:11:44 rl03 Exp $
-inherit webapp
+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/${PV}/${PN}_${MY_PV}.tgz"
+SRC_URI="http://phpwebsite.appstate.edu/downloads/stable/full/1.x.x/${PN}_${MY_PV}.tgz"
LICENSE="LGPL-2.1"
KEYWORDS="~alpha ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="virtual/httpd-php"
-
S="${WORKDIR}"/${PN}_${MY_PV}
+need_php
+
src_install() {
webapp_src_preinst