* [gentoo-commits] gentoo-x86 commit in www-apps/phprojekt: ChangeLog phprojekt-5.2.2.ebuild
@ 2012-09-18 4:26 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-09-18 4:26 UTC (permalink / raw
To: gentoo-commits
radhermit 12/09/18 04:26:04
Modified: ChangeLog phprojekt-5.2.2.ebuild
Log:
Fix quoting.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.31 www-apps/phprojekt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 18 Sep 2012 04:24:33 -0000 1.30
+++ ChangeLog 18 Sep 2012 04:26:04 -0000 1.31
@@ -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.30 2012/09/18 04:24:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.31 2012/09/18 04:26:04 radhermit Exp $
+
+ 18 Sep 2012; Tim Harder <radhermit@gentoo.org> phprojekt-5.2.2.ebuild:
+ Fix quoting.
18 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
Remove redundant maintainer from metadata.
1.4 www-apps/phprojekt/phprojekt-5.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/phprojekt-5.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/phprojekt-5.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/phprojekt-5.2.2.ebuild?r1=1.3&r2=1.4
Index: phprojekt-5.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-5.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- phprojekt-5.2.2.ebuild 2 Jun 2007 20:28:01 -0000 1.3
+++ phprojekt-5.2.2.ebuild 18 Sep 2012 04:26:04 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/phprojekt/phprojekt-5.2.2.ebuild,v 1.3 2007/06/02 20:28:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-5.2.2.ebuild,v 1.4 2012/09/18 04:26:04 radhermit Exp $
inherit webapp depend.php
@@ -27,11 +27,11 @@
dodoc readme install
local file
- cp -R . ${D}/${MY_HTDOCSDIR}
+ cp -R . "${D}/${MY_HTDOCSDIR}"
for file in attach chat; do
- webapp_serverowned ${MY_HTDOCSDIR}/${file}
+ webapp_serverowned "${MY_HTDOCSDIR}"/${file}
done
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
webapp_src_install
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apps/phprojekt: ChangeLog phprojekt-5.2.2.ebuild
@ 2012-12-23 13:35 Matti Bickel (mabi)
0 siblings, 0 replies; 2+ messages in thread
From: Matti Bickel (mabi) @ 2012-12-23 13:35 UTC (permalink / raw
To: gentoo-commits
mabi 12/12/23 13:35:17
Modified: ChangeLog
Removed: phprojekt-5.2.2.ebuild
Log:
remove old
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Revision Changes Path
1.34 www-apps/phprojekt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phprojekt/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 18 Oct 2012 17:59:50 -0000 1.33
+++ ChangeLog 23 Dec 2012 13:35:16 -0000 1.34
@@ -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.33 2012/10/18 17:59:50 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.34 2012/12/23 13:35:16 mabi Exp $
+
+ 23 Dec 2012; Matti Bickel <mabi@gentoo.org> -phprojekt-5.2.2.ebuild:
+ remove old
18 Oct 2012; Anthony G. Basile <blueness@gentoo.org> phprojekt-6.1.2.ebuild:
stable ppc, bug #429226
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-23 13:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-23 13:35 [gentoo-commits] gentoo-x86 commit in www-apps/phprojekt: ChangeLog phprojekt-5.2.2.ebuild Matti Bickel (mabi)
-- strict thread matches above, loose matches on Subject: below --
2012-09-18 4:26 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox