diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-23 19:36:20 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-23 19:36:20 +0000 |
commit | 0d900fab6524526d24cb2aa25c08b6868e55b773 (patch) | |
tree | 8d34d2de00a9514b766d5c958f342b7714299850 /www-apps/tikiwiki | |
parent | Fix enewuser invocation wrt bug #103421 (diff) | |
download | historical-0d900fab6524526d24cb2aa25c08b6868e55b773.tar.gz historical-0d900fab6524526d24cb2aa25c08b6868e55b773.tar.bz2 historical-0d900fab6524526d24cb2aa25c08b6868e55b773.zip |
Fixing cp -a wrt bug #103487
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps/tikiwiki')
-rw-r--r-- | www-apps/tikiwiki/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/tikiwiki/Manifest | 12 | ||||
-rw-r--r-- | www-apps/tikiwiki/tikiwiki-1.9.0-r1.ebuild | 4 |
3 files changed, 7 insertions, 14 deletions
diff --git a/www-apps/tikiwiki/ChangeLog b/www-apps/tikiwiki/ChangeLog index baa45bffd0ea..a387bd23cdf2 100644 --- a/www-apps/tikiwiki/ChangeLog +++ b/www-apps/tikiwiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/tikiwiki # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.17 2005/08/22 22:13:00 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/ChangeLog,v 1.18 2005/08/23 19:32:54 rl03 Exp $ + + 23 Aug 2005; Renat Lumpau <rl03@gentoo.org> tikiwiki-1.9.0-r1.ebuild: + Fixing cp -a wrt bug #103487 22 Aug 2005; Renat Lumpau <rl03@gentoo.org> tikiwiki-1.9.0-r1.ebuild: Housekeeping diff --git a/www-apps/tikiwiki/Manifest b/www-apps/tikiwiki/Manifest index 06c606d26587..6fa2658728a0 100644 --- a/www-apps/tikiwiki/Manifest +++ b/www-apps/tikiwiki/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f5f9172c45c144c3de23a7329c07a60b tikiwiki-1.9.0-r1.ebuild 2579 +MD5 88bde241e13f66aaee66efa4ad9f0e49 tikiwiki-1.9.0-r1.ebuild 2581 MD5 9e6f558c7e3fe223eb0f506f6e62b429 tikiwiki-1.8.5-r2.ebuild 2329 MD5 6f664a99d6f2759ed3a0116d04e6ab91 ChangeLog 4775 MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280 @@ -10,10 +7,3 @@ MD5 6366ec5badc9e0d9d20befdf8052c73a files/digest-tikiwiki-1.8.5-r2 68 MD5 28eb632d3d2985010cc05afcd084acd4 files/digest-tikiwiki-1.9.0-r1 68 MD5 f9b53d80344d059dda253d001af38c8c files/xmlrpc2-1.9.0.patch 2587 MD5 b0640c9b04a5e76a0a888afbe7860c41 files/xmlrpc2-1.8.5.patch 2587 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDCk34EzitwsaoONoRAhoMAKCaMjE9GLv7imxOD7+Ya75F/UT3GACeMtIX -paa5l89wlPT7zwDKQwdr4U8= -=kUf6 ------END PGP SIGNATURE----- diff --git a/www-apps/tikiwiki/tikiwiki-1.9.0-r1.ebuild b/www-apps/tikiwiki/tikiwiki-1.9.0-r1.ebuild index e94f2534d179..5d186eba6c96 100644 --- a/www-apps/tikiwiki/tikiwiki-1.9.0-r1.ebuild +++ b/www-apps/tikiwiki/tikiwiki-1.9.0-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/tikiwiki/tikiwiki-1.9.0-r1.ebuild,v 1.2 2005/08/22 22:13:00 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/tikiwiki/tikiwiki-1.9.0-r1.ebuild,v 1.3 2005/08/23 19:32:54 rl03 Exp $ inherit webapp eutils @@ -59,7 +59,7 @@ src_install() { # The bulk goes into htdocs # but don't copy INSTALL and README - cp -a [[:lower:]]* ${D}/${MY_HTDOCSDIR} + cp -pPR [[:lower:]]* ${D}/${MY_HTDOCSDIR} # Recursively set server ownership to allow server to write # This is the rough equivalent of the setup.sh script |