public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/phprojekt: phprojekt-6.1.2.ebuild ChangeLog
@ 2012-06-25 19:03 Matti Bickel (mabi)
  0 siblings, 0 replies; 2+ messages in thread
From: Matti Bickel (mabi) @ 2012-06-25 19:03 UTC (permalink / raw
  To: gentoo-commits

mabi        12/06/25 19:03:47

  Modified:             ChangeLog
  Added:                phprojekt-6.1.2.ebuild
  Log:
  version bump. note that version 6 is a rewrite, but can import your version 5 configuration/data at the end of setup.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 www-apps/phprojekt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	3 Jun 2007 19:39:49 -0000	1.28
+++ ChangeLog	25 Jun 2012 19:03:47 -0000	1.29
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/phprojekt
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.28 2007/06/03 19:39:49 rl03 Exp $
+# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.29 2012/06/25 19:03:47 mabi Exp $
+
+*phprojekt-6.1.2 (25 Jun 2012)
+
+  25 Jun 2012; Matti Bickel <mabi@gentoo.org> +files/postinstall-6-en.txt,
+  +phprojekt-6.1.2.ebuild:
+  version bump. note that version 6 is a rewrite, but can import your version 5
+  configuration/data at the end of setup.
 
   03 Jun 2007; Renat Lumpau <rl03@gentoo.org>
   -files/phprojekt-4.2.3-fix-chat-vuln.diff, -phprojekt-4.2.3.ebuild:



1.1                  www-apps/phprojekt/phprojekt-6.1.2.ebuild

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

Index: phprojekt-6.1.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-6.1.2.ebuild,v 1.1 2012/06/25 19:03:46 mabi Exp $

EAPI=4

inherit vcs-snapshot webapp

MY_PN="PHProjekt"

DESCRIPTION="Project management and coordination system"
HOMEPAGE="http://www.phprojekt.com/"
SRC_URI="https://github.com/Mayflower/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"

LICENSE="GPL-3"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="postgres mysql"

RDEPEND="virtual/httpd-php
	dev-lang/php[gd,imap,mysql?,pdo,postgres?,session,zlib]"

# need at least one option for a database
REQUIRED_USE="|| ( mysql postgres )"

src_install() {
	webapp_src_preinst

	dodoc phprojekt/INSTALL phprojekt/UPDATE phprojekt/README
	dodoc phprojekt/configuration.php-dist

	cp -R phprojekt/* "${D}/${MY_HTDOCSDIR}"
	cp phprojekt/.htaccess "${D}/${MY_HTDOCSDIR}"
	
	webapp_serverowned "${MY_HTDOCSDIR}"

	dodir "${MY_HOSTROOTDIR}/phprojekt_private"
	webapp_serverowned "${MY_HOSTROOTDIR}/phprojekt_private"

	webapp_postinst_txt en "${FILESDIR}"/postinstall-6-en.txt
	webapp_src_install
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apps/phprojekt: phprojekt-6.1.2.ebuild ChangeLog
@ 2012-10-18 17:59 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-18 17:59 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/18 17:59:50

  Modified:             phprojekt-6.1.2.ebuild ChangeLog
  Log:
  stable ppc, bug #429226
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  www-apps/phprojekt/phprojekt-6.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/phprojekt-6.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/phprojekt-6.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/phprojekt-6.1.2.ebuild?r1=1.3&r2=1.4

Index: phprojekt-6.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-6.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- phprojekt-6.1.2.ebuild	17 Oct 2012 03:26:06 -0000	1.3
+++ phprojekt-6.1.2.ebuild	18 Oct 2012 17:59:50 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-6.1.2.ebuild,v 1.3 2012/10/17 03:26:06 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-6.1.2.ebuild,v 1.4 2012/10/18 17:59:50 blueness Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 SRC_URI="https://github.com/Mayflower/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="postgres mysql"
 
 RDEPEND="virtual/httpd-php



1.33                 www-apps/phprojekt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	17 Oct 2012 03:26:06 -0000	1.32
+++ ChangeLog	18 Oct 2012 17:59:50 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/phprojekt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.32 2012/10/17 03:26:06 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.33 2012/10/18 17:59:50 blueness Exp $
+
+  18 Oct 2012; Anthony G. Basile <blueness@gentoo.org> phprojekt-6.1.2.ebuild:
+  stable ppc, bug #429226
 
   17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> phprojekt-6.1.2.ebuild:
   x86 stable wrt bug #429226





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-18 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 17:59 [gentoo-commits] gentoo-x86 commit in www-apps/phprojekt: phprojekt-6.1.2.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-25 19:03 Matti Bickel (mabi)

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