diff options
author | Jochen Maes <sejo@gentoo.org> | 2005-06-26 06:33:35 +0000 |
---|---|---|
committer | Jochen Maes <sejo@gentoo.org> | 2005-06-26 06:33:35 +0000 |
commit | 89b7133155f457ab344d9228a098e26f26dc0b75 (patch) | |
tree | 25f364f1326343143b164f2cae8c96d27e75693b | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-89b7133155f457ab344d9228a098e26f26dc0b75.tar.gz gentoo-2-89b7133155f457ab344d9228a098e26f26dc0b75.tar.bz2 gentoo-2-89b7133155f457ab344d9228a098e26f26dc0b75.zip |
new version
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | www-apps/dragonflycms/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/dragonflycms/Manifest | 12 | ||||
-rw-r--r-- | www-apps/dragonflycms/dragonflycms-9.0.4.0.ebuild | 51 | ||||
-rw-r--r-- | www-apps/dragonflycms/files/digest-dragonflycms-9.0.4.0 | 2 |
4 files changed, 61 insertions, 11 deletions
diff --git a/www-apps/dragonflycms/ChangeLog b/www-apps/dragonflycms/ChangeLog index 28f7e167a662..b93af35f69e6 100644 --- a/www-apps/dragonflycms/ChangeLog +++ b/www-apps/dragonflycms/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/dragonflycms # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/dragonflycms/ChangeLog,v 1.3 2005/06/25 16:58:58 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/dragonflycms/ChangeLog,v 1.4 2005/06/26 06:33:35 sejo Exp $ + +*dragonflycms-9.0.4.0 (26 Jun 2005) + + 26 Jun 2005; Jochen Maes <sejo@gentoo.org> +dragonflycms-9.0.4.0.ebuild: + new version 25 Jun 2005; Jochen Maes <sejo@gentoo.org> dragonflycms-9.0.3.0.ebuild: marked unstable x86 and changed description diff --git a/www-apps/dragonflycms/Manifest b/www-apps/dragonflycms/Manifest index b47b0945dd6a..86f92ed12e7f 100644 --- a/www-apps/dragonflycms/Manifest +++ b/www-apps/dragonflycms/Manifest @@ -1,15 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 a7553aeaf06fbe194edaa6ac7bdf7180 ChangeLog 510 MD5 e4416986fc103251d0a9d0306d43dc87 dragonflycms-9.0.3.0.ebuild 1187 MD5 5ca169fcfd41c2e46f99f51f5967b236 metadata.xml 574 +MD5 e4416986fc103251d0a9d0306d43dc87 dragonflycms-9.0.4.0.ebuild 1187 MD5 0de8c25d7b281327a6e87009d44c9f20 files/digest-dragonflycms-9.0.3.0 70 MD5 64a19aed532f6b3b4729c0819b6bfedf files/postinstall-en.txt 196 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCvYuAMXMsRNMHhmARAqIrAJ9bwIgGFFlaKe/qdmWM//Vy5Fj3XACg5jC/ -kaK759dglbhgKnSQXIj4iII= -=5Z71 ------END PGP SIGNATURE----- +MD5 9821b9aee25fa2b310be532ec5369a1e files/digest-dragonflycms-9.0.4.0 140 diff --git a/www-apps/dragonflycms/dragonflycms-9.0.4.0.ebuild b/www-apps/dragonflycms/dragonflycms-9.0.4.0.ebuild new file mode 100644 index 000000000000..61cddd06d50c --- /dev/null +++ b/www-apps/dragonflycms/dragonflycms-9.0.4.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/dragonflycms/dragonflycms-9.0.4.0.ebuild,v 1.1 2005/06/26 06:33:35 sejo Exp $ + +inherit webapp + +MY_P=Dragonfly${PV} +DESCRIPTION="CPG Dragonfly CMS is a feature-rich open source content management +system based off of PHP-Nuke 6.5" +HOMEPAGE="http://dragonflycms.org" +SRC_URI="mirror://gentoo/$MY_P.tar.bz2 +http://dev.gentoo.org/~sejo/files/Dragonfly9.0.3.0.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND=">=dev-db/mysql-3.23.32 <dev-db/mysql-5.1 + virtual/httpd-php" +RDEPEND="" + +src_unpack() { + unpack ${A} +} + +src_install() { + + webapp_src_preinst + + #Do the documentation + insinto /usr/share/doc/${PF} + doins -r ${WORKDIR}/documentation/* + + #installing files where they need to be. + einfo "installing php main files" + cp -r ${WORKDIR}/public_html/* ${D}${MY_HTDOCSDIR} + einfo "Done" + + #identiy the configuration file the app uses + + webapp_configfile ${MY_HTDOCSDIR}/config.php + + # add the postinstall instructions + + webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + + # done, now strut the stuff + + webapp_src_install + +} diff --git a/www-apps/dragonflycms/files/digest-dragonflycms-9.0.4.0 b/www-apps/dragonflycms/files/digest-dragonflycms-9.0.4.0 new file mode 100644 index 000000000000..5a6dfc16004d --- /dev/null +++ b/www-apps/dragonflycms/files/digest-dragonflycms-9.0.4.0 @@ -0,0 +1,2 @@ +MD5 c1edc0a8bf536aa44cd2656de0b42846 Dragonfly9.0.4.0.tar.bz2 1373280 +MD5 0440927ff7ef378aa187e5ff61e753e7 Dragonfly9.0.3.0.tar.bz2 1359238 |