Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/gnopaste: gnopaste-0.5.5.ebuild ChangeLog
Date: Sun, 03 Feb 2008 16:59:45
Message-Id: E1JLiBx-0006JU-Tl@stork.gentoo.org
1 hollow 08/02/03 16:59:41
2
3 Modified: gnopaste-0.5.5.ebuild ChangeLog
4 Log:
5 merge from webapps overlay wrt #208584
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.4 www-apps/gnopaste/gnopaste-0.5.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gnopaste/gnopaste-0.5.5.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gnopaste/gnopaste-0.5.5.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gnopaste/gnopaste-0.5.5.ebuild?r1=1.3&r2=1.4
14
15 Index: gnopaste-0.5.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/gnopaste/gnopaste-0.5.5.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- gnopaste-0.5.5.ebuild 29 Jul 2007 17:27:15 -0000 1.3
22 +++ gnopaste-0.5.5.ebuild 3 Feb 2008 16:59:41 -0000 1.4
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/gnopaste-0.5.5.ebuild,v 1.3 2007/07/29 17:27:15 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/gnopaste-0.5.5.ebuild,v 1.4 2008/02/03 16:59:41 hollow Exp $
29
30 -inherit webapp
31 +inherit webapp depend.php
32
33 DESCRIPTION="It presents a free nopaste system like http://nopaste.info"
34 HOMEPAGE="http://gnopaste.sf.net/"
35 @@ -16,29 +16,33 @@
36 KEYWORDS="~x86 ~amd64"
37 IUSE=""
38
39 -RDEPEND="virtual/mysql
40 - www-servers/apache
41 +RDEPEND="virtual/httpd-cgi
42 dev-lang/php"
43
44 +src_unpack() {
45 + unpack ${A}
46 + cd "${S}"
47 + find . -type d -name '.svn' | xargs rm -rf {} \;
48 +}
49 +
50 +pkg_setup() {
51 + require_php_with_use mysql
52 + webapp_pkg_setup
53 +}
54 +
55 src_install() {
56 # call the eclass, to initialise the image directory for us
57 webapp_src_preinst
58
59 - # copy the app's main files
60 elog "Installing main files"
61 cp -r . "${D}/${MY_HTDOCSDIR}"
62
63 - # identify the configuration files that this app uses
64 webapp_configfile "${MY_HTDOCSDIR}/config.php"
65
66 - # identify any files and directories that need to be owned
67 - # by the user that the server runs under
68 webapp_serverowned "${MY_HTDOCSDIR}/config.php"
69 webapp_serverowned "${MY_HTDOCSDIR}/install.php"
70
71 - # add the post-installation instructions
72 webapp_postinst_txt en "${FILESDIR}/postinstall-en-${PV}.txt"
73
74 - # all done
75 webapp_src_install
76 }
77
78
79
80 1.5 www-apps/gnopaste/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gnopaste/ChangeLog?rev=1.5&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gnopaste/ChangeLog?rev=1.5&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gnopaste/ChangeLog?r1=1.4&r2=1.5
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/www-apps/gnopaste/ChangeLog,v
89 retrieving revision 1.4
90 retrieving revision 1.5
91 diff -u -r1.4 -r1.5
92 --- ChangeLog 29 Jul 2007 17:27:15 -0000 1.4
93 +++ ChangeLog 3 Feb 2008 16:59:41 -0000 1.5
94 @@ -1,6 +1,14 @@
95 # ChangeLog for www-apps/gnopaste
96 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/ChangeLog,v 1.4 2007/07/29 17:27:15 phreak Exp $
98 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/ChangeLog,v 1.5 2008/02/03 16:59:41 hollow Exp $
100 +
101 + 03 Feb 2008; Benedikt Böhm <hollow@g.o> gnopaste-0.5.5.ebuild:
102 + merge from webapps overlay wrt #208584
103 +
104 + 02 Feb 2008; Jakub Moc <jakub@g.o> gnopaste-0.5.5.ebuild:
105 + Remove hard dependency on apache for Bug 208584; remove virtual/mysql
106 + dependency and check for required PHP features instead. Do not install
107 + subversion directories. General ebuild cleanup
108
109 29 Jul 2007; Christian Heim <phreak@g.o> gnopaste-0.5.5.ebuild:
110 Fixing the DEPEND/RDEPEND for the move of net-www/apache to
111
112
113
114 --
115 gentoo-commits@l.g.o mailing list