diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-09-11 17:49:54 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-09-11 17:49:54 +0000 |
commit | 3ecc2f82498f2469f0a909d9f1abc362991d0936 (patch) | |
tree | 25e0b39a693085853cc779d876a9b3074f850932 /www-apps | |
parent | mask ip28 use-flag (diff) | |
download | gentoo-2-3ecc2f82498f2469f0a909d9f1abc362991d0936.tar.gz gentoo-2-3ecc2f82498f2469f0a909d9f1abc362991d0936.tar.bz2 gentoo-2-3ecc2f82498f2469f0a909d9f1abc362991d0936.zip |
Housekeeping
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/rt/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/rt/Manifest | 16 | ||||
-rw-r--r-- | www-apps/rt/rt-3.2.1.ebuild | 10 | ||||
-rw-r--r-- | www-apps/rt/rt-3.4.2-r1.ebuild | 8 | ||||
-rw-r--r-- | www-apps/rt/rt-3.4.3.ebuild | 8 |
5 files changed, 21 insertions, 27 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index 8d03bbde7a6a..1d62ffddb25e 100644 --- a/www-apps/rt/ChangeLog +++ b/www-apps/rt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/rt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.20 2005/08/24 20:16:00 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.21 2005/09/11 17:49:54 rl03 Exp $ + + 11 Sep 2005; Renat Lumpau <rl03@gentoo.org> rt-3.2.1.ebuild, + rt-3.4.2-r1.ebuild, rt-3.4.3.ebuild: + Housekeeping 24 Aug 2005; Renat Lumpau <rl03@gentoo.org> rt-3.2.1.ebuild, rt-3.4.2-r1.ebuild, rt-3.4.3.ebuild: diff --git a/www-apps/rt/Manifest b/www-apps/rt/Manifest index 3b9e733f66dd..567341e62c1d 100644 --- a/www-apps/rt/Manifest +++ b/www-apps/rt/Manifest @@ -1,9 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 55835f0d62bdbc8c27d8771c5ea4cb41 rt-3.4.2-r1.ebuild 5569 -MD5 12a24021145bca14aec679017884ab88 rt-3.4.3.ebuild 5586 -MD5 f8f70be6ec46133fbf7fe406ccbd86a6 rt-3.2.1.ebuild 4359 +MD5 8dd2547f257e239601b12b248c9faaa0 rt-3.4.2-r1.ebuild 5572 +MD5 77cc7c521464745da48f0a65c92c57af rt-3.4.3.ebuild 5589 +MD5 fe2588d76f58706ae2073ec56744da34 rt-3.2.1.ebuild 4362 MD5 3d1fce1db532505d1d2d3055e4c600f6 ChangeLog 3630 MD5 224c312cc23d02aa06c26a4da3cc1f90 metadata.xml 221 MD5 af335c7cab7bfc09dbd08feba51d2879 files/digest-rt-3.4.2-r1 61 @@ -19,10 +16,3 @@ MD5 c807deb11e08ab9f37a658bd5e971c7f files/3.4.2/rt.conf.d 405 MD5 54a1cd04dc0d0788ce920d941e5601d0 files/3.4.2/rt.init.d 1019 MD5 bf81df666e02df7b1e6f73ee9908a767 files/3.4.2/reconfig 1206 MD5 73c354dd8ba0f64a74e5c6cd01b33834 files/3.4.2/rt_apache2_fcgi.conf 993 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDDNWbEzitwsaoONoRAlG8AJ9WK2Fg7EcNwpSkYKb/7EwP0+9ytACglBGH -MdGu+iIW65ajSfOvWg5eTSQ= -=v0qb ------END PGP SIGNATURE----- diff --git a/www-apps/rt/rt-3.2.1.ebuild b/www-apps/rt/rt-3.2.1.ebuild index 0ec4088c50ba..fe3b9e3e646b 100644 --- a/www-apps/rt/rt-3.2.1.ebuild +++ b/www-apps/rt/rt-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.2.1.ebuild,v 1.7 2005/08/24 20:16:00 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.2.1.ebuild,v 1.8 2005/09/11 17:49:54 rl03 Exp $ inherit webapp eutils @@ -97,9 +97,9 @@ src_unpack() { src_compile() { # capture the list of files from configure to patch later on - files=`./configure --prefix=${D}/usr \ + files=$(./configure --prefix=${D}/usr \ --with-web-user=apache \ - --with-web-group=apache | grep creating | cut -d':' -f2 | cut -d' ' -f3` + --with-web-group=apache | grep creating | cut -d':' -f2 | cut -d' ' -f3) # ./configure doesn't accept locations, so patch these files directly sed -i "s|/usr/etc|${MY_HOSTROOTDIR}/rt-config| s|/usr/man|/usr/share/man| @@ -114,8 +114,8 @@ src_compile() { # check for missing deps and ask to report if something is broken /usr/bin/perl ./sbin/rt-test-dependencies --verbose \ - `use_with mysql` \ - `use_with postgres pg` > ${T}/t + $(use_with mysql) \ + $(use_with postgres pg) > ${T}/t if grep -q "MISSING" ${T}/t; then ewarn "Missing Perl dependency!" ewarn diff --git a/www-apps/rt/rt-3.4.2-r1.ebuild b/www-apps/rt/rt-3.4.2-r1.ebuild index ac1c3630cccd..2b8f66d19e16 100644 --- a/www-apps/rt/rt-3.4.2-r1.ebuild +++ b/www-apps/rt/rt-3.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.4.2-r1.ebuild,v 1.7 2005/08/24 20:16:00 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.4.2-r1.ebuild,v 1.8 2005/09/11 17:49:54 rl03 Exp $ inherit webapp eutils @@ -94,7 +94,7 @@ add_user_rt() { if [[ ${euser} == $(egetent passwd "${euser}" | cut -d: -f1) ]] ; then # check uid rt_uid=$(egetent passwd "${euser}" | cut -d: -f3) - if `expr ${rt_uid} '<' 1000 > /dev/null`; then + if $(expr ${rt_uid} '<' 1000 > /dev/null); then ewarn "uid of user rt is less than 1000. suexec2 will not work." ewarn "If you want to use FastCGI, please delete the user 'rt'" ewarn "from your system and re-emerge www-apps/rt" @@ -166,8 +166,8 @@ src_compile() { # check for missing deps and ask to report if something is broken /usr/bin/perl ./sbin/rt-test-dependencies --verbose \ - `use_with mysql` \ - `use_with postgres pg` > ${T}/t + $(use_with mysql) \ + $(use_with postgres pg) > ${T}/t if grep -q "MISSING" ${T}/t; then ewarn "Missing Perl dependency!" ewarn diff --git a/www-apps/rt/rt-3.4.3.ebuild b/www-apps/rt/rt-3.4.3.ebuild index 446d16d18ade..45eb0595401c 100644 --- a/www-apps/rt/rt-3.4.3.ebuild +++ b/www-apps/rt/rt-3.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.4.3.ebuild,v 1.3 2005/08/24 20:16:00 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.4.3.ebuild,v 1.4 2005/09/11 17:49:54 rl03 Exp $ inherit webapp eutils @@ -95,7 +95,7 @@ add_user_rt() { if [[ ${euser} == $(egetent passwd "${euser}" | cut -d: -f1) ]] ; then # check uid rt_uid=$(egetent passwd "${euser}" | cut -d: -f3) - if `expr ${rt_uid} '<' 1000 > /dev/null`; then + if $(expr ${rt_uid} '<' 1000 > /dev/null); then ewarn "uid of user rt is less than 1000. suexec2 will not work." ewarn "If you want to use FastCGI, please delete the user 'rt'" ewarn "from your system and re-emerge www-apps/rt" @@ -167,8 +167,8 @@ src_compile() { # check for missing deps and ask to report if something is broken /usr/bin/perl ./sbin/rt-test-dependencies --verbose \ - `use_with mysql` \ - `use_with postgres pg` > ${T}/t + $(use_with mysql) \ + $(use_with postgres pg) > ${T}/t if grep -q "MISSING" ${T}/t; then ewarn "Missing Perl dependency!" ewarn |