summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-27 18:24:14 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-27 18:24:14 +0000
commitd0185772be64d2b9c39e2287fba12ffc5f8296ac (patch)
tree777466a5e2321b937fda9da523ebc85082d4af3f /dev-util
parentAdded missing patch file, fixes bug #207703. (diff)
downloadgentoo-2-d0185772be64d2b9c39e2287fba12ffc5f8296ac.tar.gz
gentoo-2-d0185772be64d2b9c39e2287fba12ffc5f8296ac.tar.bz2
gentoo-2-d0185772be64d2b9c39e2287fba12ffc5f8296ac.zip
remove subversion-1.3.2-r3 wrt #203578
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/subversion/ChangeLog8
-rw-r--r--dev-util/subversion/files/digest-subversion-1.3.2-r33
-rw-r--r--dev-util/subversion/files/subversion-1.3.1-neon-0.26.patch39
-rw-r--r--dev-util/subversion/files/subversion-db4.patch12
-rw-r--r--dev-util/subversion/subversion-1.3.2-r3.ebuild352
-rw-r--r--dev-util/subversion/subversion-1.4.5.ebuild6
-rw-r--r--dev-util/subversion/subversion-1.4.6.ebuild4
7 files changed, 12 insertions, 412 deletions
diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog
index 5d2e23188e49..8df075bc688d 100644
--- a/dev-util/subversion/ChangeLog
+++ b/dev-util/subversion/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/subversion
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.287 2008/01/15 10:05:51 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.288 2008/01/27 18:24:14 hollow Exp $
+
+ 27 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
+ -files/subversion-1.3.1-neon-0.26.patch, -files/subversion-db4.patch,
+ -subversion-1.3.2-r3.ebuild, subversion-1.4.5.ebuild,
+ subversion-1.4.6.ebuild:
+ remove subversion-1.3.2-r3 wrt #203578
15 Jan 2008; Benedikt Böhm <hollow@gentoo.org> subversion-1.4.6.ebuild:
fix #205807
diff --git a/dev-util/subversion/files/digest-subversion-1.3.2-r3 b/dev-util/subversion/files/digest-subversion-1.3.2-r3
deleted file mode 100644
index 3cbcc285bd36..000000000000
--- a/dev-util/subversion/files/digest-subversion-1.3.2-r3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 34aaac35a8326eba1c8076ee9e93fb6c subversion-1.3.2.tar.bz2 6834364
-RMD160 dc9fbe683379ce25a62b91810eb5652ead19abcf subversion-1.3.2.tar.bz2 6834364
-SHA256 805cb0ee894d2c219fe979dde98ccd56c06de6c3ca3986d87c80a2a2bcc08185 subversion-1.3.2.tar.bz2 6834364
diff --git a/dev-util/subversion/files/subversion-1.3.1-neon-0.26.patch b/dev-util/subversion/files/subversion-1.3.1-neon-0.26.patch
deleted file mode 100644
index 79529b427586..000000000000
--- a/dev-util/subversion/files/subversion-1.3.1-neon-0.26.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- subversion-1.3.1/build/ac-macros/neon.m4 2005-08-25 16:29:03.000000000 +0000
-+++ subversion-1.3.1/build/ac-macros/neon.m4 2006-04-04 09:08:13.506590250 +0000
-@@ -50,9 +50,10 @@
- NEON_VERSION=`cat $abs_srcdir/neon/.version`
- AC_MSG_RESULT([$NEON_VERSION])
-
-- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
-+ if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" || \
-+ test -n "`echo \"$NEON_VERSION\" | grep '^0\.26\.'`" ; then
- AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
-- [Defined if have Neon 0.25.x instead of 0.24.7.])
-+ [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
- fi
-
- for svn_allowed_neon in $NEON_ALLOWED_LIST; do
-@@ -123,9 +123,10 @@
- NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'`
- AC_MSG_RESULT([$NEON_VERSION])
-
-- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
-+ if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" || \
-+ test -n "`echo \"$NEON_VERSION\" | grep '^0\.26\.'`" ; then
- AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
-- [Defined if have Neon 0.25.x instead of 0.24.7.])
-+ [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
- fi
-
- for svn_allowed_neon in $NEON_ALLOWED_LIST; do
---- subversion-1.3.1/configure.in 2006-01-29 00:04:18.000000000 +0000
-+++ subversion-1.3.1/configure.in 2006-04-04 09:08:37.508090250 +0000
-@@ -226,7 +226,7 @@
-
- # Either a space-separated list of allowable Neon versions, or "any" to
- # mean allow anything.
--NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5"
-+NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1"
- NEON_LATEST_WORKING_VER=0.25.5
- NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
- dnl You can skip the neon version check only if you know what you are doing
diff --git a/dev-util/subversion/files/subversion-db4.patch b/dev-util/subversion/files/subversion-db4.patch
deleted file mode 100644
index 0085f4006500..000000000000
--- a/dev-util/subversion/files/subversion-db4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rNu subversion-0.27.0.orig/configure.in subversion-0.27.0/configure.in
---- subversion-0.27.0.orig/configure.in 2003-08-14 14:22:08.000000000 +0200
-+++ subversion-0.27.0/configure.in 2003-08-26 12:43:23.000000000 +0200
-@@ -261,7 +261,7 @@
- esac
- # Look for libdb4.so first:
- SVN_LIB_BERKELEY_DB($SVN_FS_WANT_DB_MAJOR, $SVN_FS_WANT_DB_MINOR,
-- $SVN_FS_WANT_DB_PATCH, [db4 db])
-+ $SVN_FS_WANT_DB_PATCH, [db-4.2 db-4.0 db-4 db-4.1 db4 db])
-
-
- # Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends on it.
diff --git a/dev-util/subversion/subversion-1.3.2-r3.ebuild b/dev-util/subversion/subversion-1.3.2-r3.ebuild
deleted file mode 100644
index af2ac595b37e..000000000000
--- a/dev-util/subversion/subversion-1.3.2-r3.ebuild
+++ /dev/null
@@ -1,352 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.3.2-r3.ebuild,v 1.21 2007/09/05 12:16:36 pauldv Exp $
-
-inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module java-pkg-opt-2
-
-DESCRIPTION="A compelling replacement for CVS"
-HOMEPAGE="http://subversion.tigris.org/"
-SRC_URI="http://subversion.tigris.org/downloads/${P/_rc/-rc}.tar.bz2"
-
-LICENSE="Subversion"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="apache2 berkdb python emacs perl java nls nowebdav zlib ruby"
-RESTRICT="test"
-
-COMMONDEPEND="apache2? ( ${APACHE2_DEPEND} )
- =dev-libs/apr-util-0*
- python? ( >=dev-lang/python-2.0 )
- perl? ( >=dev-lang/perl-5.8.6-r6
- !=dev-lang/perl-5.8.7 )
- ruby? ( >=dev-lang/ruby-1.8.2 )
- !nowebdav? ( >=net-misc/neon-0.26 )
- berkdb? ( =sys-libs/db-4* )
- zlib? ( sys-libs/zlib )
- java? ( >=virtual/jdk-1.4 )
- emacs? ( virtual/emacs )"
-RDEPEND="${COMMONDEPEND}
- java? ( >=virtual/jre-1.4 )"
-
-DEPEND="${COMMONDEPEND}
- java? ( >=virtual/jdk-1.4 )
- >=sys-devel/autoconf-2.59"
-
-S=${WORKDIR}/${P/_rc/-rc}
-
-# Allow for custion repository locations.
-# This can't be in pkg_setup because the variable needs to be available to
-# pkg_config.
-: ${SVN_REPOS_LOC:=/var/svn}
-
-pkg_setup() {
- if use berkdb && has_version '<dev-util/subversion-0.34.0' && [[ -z ${SVN_DUMPED} ]]; then
- echo
- ewarn "Presently you have $(best_version dev-util/subversion)"
- ewarn "Subversion has changed the repository filesystem schema from 0.34.0."
- ewarn "So you MUST dump your repositories before upgrading."
- ewarn
- ewarn 'After doing so call emerge with SVN_DUMPED=1 emerge !*'
- ewarn
- ewarn "More details on dumping:"
- ewarn "http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO"
- echo
- die "Ensure that you dump your repository first"
- fi
- java-pkg-opt-2_pkg_setup
-}
-
-src_unpack() {
- unpack $A
- cd ${S}
-
- epatch ${FILESDIR}/subversion-db4.patch
- epatch ${FILESDIR}/subversion-1.1.1-perl-vendor.patch
- epatch ${FILESDIR}/subversion-hotbackup-config.patch
- epatch ${FILESDIR}/subversion-1.3.1-neon-config.patch
- epatch ${FILESDIR}/subversion-apr_cppflags.patch
- # rapidsvn developers work with 1.3.2
- epatch ${FILESDIR}/subversion-1.3.1-neon-0.26.patch
-
- export WANT_AUTOCONF=2.5
- autoconf
- (cd apr; autoconf)
- (cd apr-util; autoconf)
- sed -i -e 's,\(subversion/svnversion/svnversion.*\)\(>.*svn-revision.txt\),echo "exported" \2,' Makefile.in
-
- elibtoolize
-
- use emacs && cp ${FILESDIR}/vc-svn.el ${S}/contrib/client-side/vc-svn.el
-}
-
-src_compile() {
- local myconf
- myconf="--with-apr=/usr --with-apr-util=/usr"
-
- use apache2 && myconf="${myconf} --with-apxs=${APXS2}"
- use apache2 || myconf="${myconf} --without-apxs"
-
- myconf="${myconf} $(use_enable java javahl)"
- use java && myconf="${myconf} --without-jikes --with-jdk=${JAVA_HOME}"
-
- if use python || use perl || use ruby; then
- myconf="${myconf} --with-swig"
- else
- myconf="${myconf} --without-swig"
- fi
-
- if use nowebdav; then
- myconf="${myconf} --without-neon"
- else
- myconf="${myconf} --with-neon=/usr"
- fi
-
- append-flags `/usr/bin/apr-config --cppflags`
-
- econf ${myconf} \
- $(use_with berkdb berkeley-db) \
- $(use_with zlib) \
- $(use_with python) \
- $(use_enable nls) \
- --with-apr=/usr \
- --with-apr-util=/usr \
- --disable-experimental-libtool \
- --disable-mod-activation || die "econf failed"
-
- # Respect the user LDFLAGS
- export EXTRA_LDFLAGS="${LDFLAGS}"
-
- # Build subversion, but do it in a way that is safe for parallel builds.
- # Also apparently the included apr has a libtool that doesn't like -L flags.
- # So not specifying it at all when not building apache modules and only
- # specify it for internal parts otherwise.
- ( emake external-all && emake LT_LDFLAGS="-L${D}/usr/$(get_libdir)" local-all ) || die "make of subversion failed"
-
- if use python; then
- # Building fails without the apache apr-util as includes are wrong.
- emake swig-py || die "subversion python bindings failed"
- fi
-
- if use perl; then
- # Work around a buggy Makefile.PL, bug 64634
- mkdir -p subversion/bindings/swig/perl/native/blib/arch/auto/SVN/{_Client,_Delta,_Fs,_Ra,_Repos,_Wc}
- make swig-pl || die "Perl library building failed"
- fi
-
- if use ruby; then
- make swig-rb || die "Ruby library building failed"
- fi
-
- if use java; then
- # ensure that the destination dir exists, else some compilation fails
- mkdir -p ${S}/subversion/bindings/java/javahl/classes
- # Compile javahl
- make JAVAC_FLAGS="$(java-pkg_javac-args) -encoding iso8859-1" javahl || die "Compilation failed"
- fi
-
- if use emacs; then
- einfo "compiling emacs support"
- elisp-compile ${S}/contrib/client-side/psvn/psvn.el || die "emacs modules failed"
- elisp-compile ${S}/contrib/client-side/vc-svn.el || die "emacs modules failed"
- fi
-
- # svn-config isn't quite built correctly; it contains references to
- # @SVN_DB_LIBS@ and @SVN_DB_INCLUDES@. It appears the best thing is to remove that. #64634
- sed -i 's/@SVN_DB_[^@]*@//g' svn-config || die "sed failed"
-}
-
-src_install () {
- python_version
- PYTHON_DIR=/usr/$(get_libdir)/python${PYVER}
-
- make DESTDIR=${D} install || die "Installation of subversion failed"
-
-# This might not be necessary with the new install
-# if [[ -e ${D}/usr/$(get_libdir)/apache2 ]]; then
-# if [ "${APACHE2_MODULESDIR}" != "/usr/$(get_libdir)/apache2/modules" ]; then
-# mkdir -p ${D}/`dirname ${APACHE2_MODULESDIR}`
-# mv ${D}/usr/$(get_libdir)/apache2/modules ${D}/${APACHE2_MODULESDIR}
-# rmdir ${D}/usr/$(get_libdir)/apache2 2>/dev/null
-# fi
-# fi
-
- dobin svn-config
- if use python; then
- make install-swig-py DESTDIR=${D} DISTUTIL_PARAM=--prefix=${D} LD_LIBRARY_PATH="-L${D}/usr/$(get_libdir)" || die "Installation of subversion python bindings failed"
-
- # move python bindings
- mkdir -p ${D}${PYTHON_DIR}/site-packages
- mv ${D}/usr/$(get_libdir)/svn-python/svn ${D}${PYTHON_DIR}/site-packages
- mv ${D}/usr/$(get_libdir)/svn-python/libsvn ${D}${PYTHON_DIR}/site-packages
- rmdir ${D}/usr/$(get_libdir)/svn-python
- fi
- if use perl; then
- make DESTDIR=${D} install-swig-pl || die "Perl library building failed"
- fixlocalpod
- fi
- if use ruby; then
- make DESTDIR=${D} install-swig-rb || die "Installation of subversion ruby bindings failed"
- fi
- if use java; then
- make DESTDIR="${D}" install-javahl || die "installation failed"
- java-pkg_regso ${D}/usr/$(get_libdir)/libsvnjavahl*.so
- java-pkg_dojar ${D}/usr/$(get_libdir)/svn-javahl/svn-javahl.jar
- rm -r ${D}/usr/$(get_libdir)/svn-javahl/*.jar
- fi
-
- # Install apache module config
- if useq apache2; then
- MOD="${APACHE2_MODULESDIR/${APACHE2_BASEDIR}\//}"
- mkdir -p ${D}/${APACHE2_MODULES_CONFDIR}
- cat <<EOF >${D}/${APACHE2_MODULES_CONFDIR}/47_mod_dav_svn.conf
-<IfDefine SVN>
- <IfModule !mod_dav_svn.c>
- LoadModule dav_svn_module ${MOD}/mod_dav_svn.so
- </IfModule>
- <Location /svn/repos>
- DAV svn
- SVNPath ${SVN_REPOS_LOC}/repos
- AuthType Basic
- AuthName "Subversion repository"
- AuthUserFile ${SVN_REPOS_LOC}/conf/svnusers
- Require valid-user
- </Location>
- <IfDefine SVN_AUTHZ>
- <IfModule !mod_authz_svn.c>
- LoadModule authz_svn_module ${MOD}/mod_authz_svn.so
- </IfModule>
- </IfDefine>
-</IfDefine>
-EOF
- fi
-
- # Bug 43179 - Install bash-completion if user wishes
- dobashcompletion tools/client-side/bash_completion subversion
-
- # Install hot backup script, bug 54304
- newbin tools/backup/hot-backup.py svn-hot-backup
-
- # The svn_load_dirs script is installed by Debian and looks like a good
- # candidate for us to install as well
- newbin contrib/client-side/svn_load_dirs.pl svn-load-dirs
-
- # Install svnserve init-script and xinet.d snippet, bug 43245
- newinitd ${FILESDIR}/svnserve.initd svnserve
- newconfd ${FILESDIR}/svnserve.confd svnserve
- insinto /etc/xinetd.d ; newins ${FILESDIR}/svnserve.xinetd svnserve
-
- # Install documentation
-
- dodoc BUGS COMMITTERS COPYING HACKING INSTALL README
- dodoc CHANGES
- dodoc tools/xslt/svnindex.css tools/xslt/svnindex.xsl
- find contrib tools -name \*.in -print0 | xargs -0 rm -f
- mkdir -p ${D}/usr/share/doc/${PF}/
- cp -r tools/{client-side,examples,hook-scripts} ${D}/usr/share/doc/${PF}/
- cp -r contrib/hook-scripts ${D}/usr/share/doc/${PF}/
-
- docinto notes
- for f in notes/*
- do
- [[ -f ${f} ]] && dodoc ${f}
- done
-
- # Install emacs lisps
- if use emacs; then
- insinto /usr/share/emacs/site-lisp/subversion
- doins contrib/client-side/psvn/psvn.el*
- doins contrib/client-side/vc-svn.el*
-
- elisp-site-file-install ${FILESDIR}/70svn-gentoo.el
- fi
-}
-
-src_test() {
- ewarn "Testing does not work for subversion"
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
- use perl && perl-module_pkg_postinst
-
- elog "Subversion Server Notes"
- elog "-----------------------"
- elog
-
- elog "If you intend to run a server, a repository needs to be created using"
- elog "svnadmin (see man svnadmin) or the following command to create it in"
- elog "/var/svn:"
- elog
- elog " emerge --config =${CATEGORY}/${PF}"
- elog
- elog "If you upgraded from an older version of berkely db and experience"
- elog "problems with your repository then run the following commands as root:"
- elog " db4_recover -h ${SVN_REPOS_LOC}/repos"
- elog " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos"
- elog
- elog "Subversion has multiple server types, take your pick:"
- elog
- elog " - svnserve daemon: "
- elog " 1. edit /etc/conf.d/svnserve"
- elog " 2. start daemon: /etc/init.d/svnserve start"
- elog " 3. make persistent: rc-update add svnserve default"
- elog
- elog " - svnserve via xinetd:"
- elog " 1. edit /etc/xinetd.d/svnserve (remove disable line)"
- elog " 2. restart xinetd.d: /etc/init.d/xinetd restart"
- elog
- elog " - svn over ssh:"
- elog " 1. Fix the repository permissions:"
- elog " groupadd svnusers"
- elog " chown -R root:svnusers /var/svn/repos/"
- elog " chmod -R g-w /var/svn/repos"
- elog " chmod -R g+rw /var/svn/repos/db"
- elog " chmod -R g+rw /var/svn/repos/locks"
- elog " 2. create an svnserve wrapper in /usr/local/bin to set the umask you"
- elog " want, for example:"
- elog " #!/bin/bash"
- elog " umask 002"
- elog " exec /usr/bin/svnserve \"\$@\""
- elog
-
- if use apache2 >/dev/null; then
- elog " - http-based server:"
- elog " 1. edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\""
- elog " 2. create an htpasswd file:"
- elog " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME"
- elog
- fi
-
- elog "If you intend to use svn-hot-backup, you can specify the number of"
- elog "backups to keep per repository by specifying an environment variable."
- elog "If you want to keep e.g. 2 backups, do the following:"
- elog "echo '# hot-backup: Keep that many repository backups around' > /etc/env.d/80subversion"
- elog "echo 'SVN_HOTBACKUP_NUM_BACKUPS=2' >> /etc/env.d/80subversion"
- elog ""
-}
-
-pkg_postrm() {
- has_version virtual/emacs && elisp-site-regen
- use perl && perl-module_pkg_postrm
-}
-
-pkg_config() {
- if [[ ! -x /usr/bin/svnadmin ]]; then
- die "You seem to only have built the subversion client"
- fi
-
- einfo ">>> Initializing the database in ${SVN_REPOS_LOC}..."
- if [[ -e ${SVN_REPOS_LOC}/repos ]]; then
- echo "A subversion repository already exists and I will not overwrite it."
- echo "Delete ${SVN_REPOS_LOC}/repos first if you're sure you want to have a clean version."
- else
- mkdir -p ${SVN_REPOS_LOC}/conf
- einfo ">>> Populating repository directory ..."
- # create initial repository
- /usr/bin/svnadmin create ${SVN_REPOS_LOC}/repos
-
- einfo ">>> Setting repository permissions ..."
- chown -Rf apache:apache ${SVN_REPOS_LOC}/repos
- chmod -Rf 755 ${SVN_REPOS_LOC}/repos
- fi
-}
diff --git a/dev-util/subversion/subversion-1.4.5.ebuild b/dev-util/subversion/subversion-1.4.5.ebuild
index ec3c37863a5c..7d2a0e72514f 100644
--- a/dev-util/subversion/subversion-1.4.5.ebuild
+++ b/dev-util/subversion/subversion-1.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.5.ebuild,v 1.9 2007/12/11 16:57:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.5.ebuild,v 1.10 2008/01/27 18:24:14 hollow Exp $
inherit bash-completion depend.apache flag-o-matic elisp-common eutils java-pkg-opt-2 libtool multilib perl-module python
@@ -262,7 +262,7 @@ EOF
fi
# Install documentation
- dodoc BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README TRANSLATING
+ dodoc BUGS CHANGES COMMITTERS HACKING INSTALL README TRANSLATING
dodoc tools/xslt/svnindex.{css,xsl}
rm -fr tools/xslt
diff --git a/dev-util/subversion/subversion-1.4.6.ebuild b/dev-util/subversion/subversion-1.4.6.ebuild
index 3d92227777ca..7649438d0414 100644
--- a/dev-util/subversion/subversion-1.4.6.ebuild
+++ b/dev-util/subversion/subversion-1.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.6.ebuild,v 1.3 2008/01/15 10:05:51 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.4.6.ebuild,v 1.4 2008/01/27 18:24:14 hollow Exp $
inherit bash-completion depend.apache flag-o-matic elisp-common eutils java-pkg-opt-2 libtool multilib perl-module python
@@ -262,7 +262,7 @@ EOF
fi
# Install documentation
- dodoc BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README TRANSLATING
+ dodoc BUGS CHANGES COMMITTERS HACKING INSTALL README TRANSLATING
dodoc tools/xslt/svnindex.{css,xsl}
rm -fr tools/xslt