summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-11-12 04:38:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-11-12 04:38:19 +0000
commite3d68cdd752adc3aa70c6be5a30570cd46d04f8e (patch)
tree0336cd502e9ab719bf061d5e6590f3c5b8c90b8d /dev-util/subversion/files
parentSparc stable, let's warm the place (Manifest recommit) (diff)
downloadgentoo-2-e3d68cdd752adc3aa70c6be5a30570cd46d04f8e.tar.gz
gentoo-2-e3d68cdd752adc3aa70c6be5a30570cd46d04f8e.tar.bz2
gentoo-2-e3d68cdd752adc3aa70c6be5a30570cd46d04f8e.zip
Install svn_load_dirs.pl as /usr/bin/svn-load-dirs #57715 Install more hook-scripts in /usr/share/doc #50593 Don't tell the user to su apache #53233 Install hot-backup.py as /usr/bin/svn-hot-backup #54304 Install bash-completion snippet #43179 Fix svn-config to omit references to @SVN_DB_*@ #64634 Fix perl bindings Makefile.PL bug #65230 #62979 Install perl bindings in vendor_perl instead of site_perl #66712
Diffstat (limited to 'dev-util/subversion/files')
-rw-r--r--dev-util/subversion/files/digest-subversion-1.1.1-r11
-rw-r--r--dev-util/subversion/files/subversion-1.1.1-perl-vendor.patch16
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/subversion/files/digest-subversion-1.1.1-r1 b/dev-util/subversion/files/digest-subversion-1.1.1-r1
new file mode 100644
index 000000000000..12863208a69b
--- /dev/null
+++ b/dev-util/subversion/files/digest-subversion-1.1.1-r1
@@ -0,0 +1 @@
+MD5 a180c3fe91680389c210c99def54d9e0 subversion-1.1.1.tar.bz2 6768086
diff --git a/dev-util/subversion/files/subversion-1.1.1-perl-vendor.patch b/dev-util/subversion/files/subversion-1.1.1-perl-vendor.patch
new file mode 100644
index 000000000000..5da7451e8164
--- /dev/null
+++ b/dev-util/subversion/files/subversion-1.1.1-perl-vendor.patch
@@ -0,0 +1,16 @@
+This patch fixes bug 66712 by installing the perl bindings in vendor
+instead of site. The INSTALLDIRS bit is stolen from perl-module.eclass
+
+11 Nov 2004 agriffis
+
+--- subversion-1.1.1/Makefile.in.vendor 2004-11-11 23:20:10.000000000 -0500
++++ subversion-1.1.1/Makefile.in 2004-11-11 23:21:42.815937984 -0500
+@@ -571,7 +571,7 @@
+ done
+
+ $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
+- cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
++ cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL INSTALLDIRS=vendor
+
+ swig-pl_DEPS = libsvn_client libsvn_delta libsvn_diff libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile
+ swig-pl: $(swig-pl_DEPS)