-rw-r--r-- | dev-util/git/files/71git-gentoo.el | 7 | ||||
-rw-r--r-- | dev-util/git/files/digest-git-1.5.2.4 | 9 | ||||
-rw-r--r-- | dev-util/git/files/git-1.5.0-symlinks.patch | 13 | ||||
-rw-r--r-- | dev-util/git/files/git-daemon.confd | 12 | ||||
-rw-r--r-- | dev-util/git/files/git-daemon.initd | 22 | ||||
-rw-r--r-- | dev-util/git/files/git-daemon.xinetd | 13 |
6 files changed, 0 insertions, 76 deletions
diff --git a/dev-util/git/files/71git-gentoo.el b/dev-util/git/files/71git-gentoo.el deleted file mode 100644 index ded21c2..0000000 --- a/dev-util/git/files/71git-gentoo.el +++ b/dev/null @@ -1,7 +0,0 @@ -;;; git site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(add-to-list 'vc-handled-backends 'GIT) -(autoload 'git-status "git" "Entry point into git-status mode." t) -(autoload 'git-blame-mode "git-blame" - "Minor mode for incremental blame for Git." t) diff --git a/dev-util/git/files/digest-git-1.5.2.4 b/dev-util/git/files/digest-git-1.5.2.4 deleted file mode 100644 index 1c4bd3f..0000000 --- a/dev-util/git/files/digest-git-1.5.2.4 +++ b/dev/null @@ -1,9 +0,0 @@ -MD5 641e97e6d77f094261cf80c6f68aa874 git-1.5.2.4.tar.bz2 1192216 -RMD160 564556465cd6ccc70d4357d5349afed042d0c4ca git-1.5.2.4.tar.bz2 1192216 -SHA256 169ef9e884ff2408cd59a9dd3114616051e7aaeffb88b37a78b26dabcc967499 git-1.5.2.4.tar.bz2 1192216 -MD5 12045359291e0a45b1b69c95ef198320 git-htmldocs-1.5.2.4.tar.bz2 505852 -RMD160 731bd5d5f5000d186f97e16b26fbef39058b893e git-htmldocs-1.5.2.4.tar.bz2 505852 -SHA256 28e2e1a107abd593fae371bcc7e7d8905671d54bac927c1f19d113091040b07b git-htmldocs-1.5.2.4.tar.bz2 505852 -MD5 ffcbd95de05226e3782516d07b91d9fb git-manpages-1.5.2.4.tar.bz2 139830 -RMD160 2d7c822cbbbc970a22734524847b8f8c00eb370c git-manpages-1.5.2.4.tar.bz2 139830 -SHA256 8934c88c7db58e57c1d403f6b21bd02fd955ef49ce236afe29288a0acd2575ec git-manpages-1.5.2.4.tar.bz2 139830 diff --git a/dev-util/git/files/git-1.5.0-symlinks.patch b/dev-util/git/files/git-1.5.0-symlinks.patch deleted file mode 100644 index 282dee8..0000000 --- a/dev-util/git/files/git-1.5.0-symlinks.patch +++ b/dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile b/Makefile -index 084b7fe..ea297a4 100644 ---- a/Makefile -+++ b/Makefile -@@ -901,7 +901,7 @@ install: all - cp '$(DESTDIR_SQ)$(bindir_SQ)/git$X' \ - '$(DESTDIR_SQ)$(gitexecdir_SQ)/git$X'; \ - fi -- $(foreach p,$(BUILT_INS), rm -f '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' && ln '$(DESTDIR_SQ)$(gitexecdir_SQ)/git$X' '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' ;) -+ $(foreach p,$(BUILT_INS), rm -f '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' && ln '$(gitexecdir_SQ)/git$X' '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' ;) - ifneq (,$X) - $(foreach p,$(patsubst %$X,%,$(filter %$X,$(ALL_PROGRAMS) $(BUILT_INS) git$X)), rm -f '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p';) - endif diff --git a/dev-util/git/files/git-daemon.confd b/dev-util/git/files/git-daemon.confd deleted file mode 100644 index ace9cbd..0000000 --- a/dev-util/git/files/git-daemon.confd +++ b/dev/null @@ -1,12 +0,0 @@ -# conf.d file for git-daemon -# -# Please check man 1 git-daemon for more information about the options -# git-daemon accepts. -# -# Meaningful options are: -# --syslog --- Enables syslog logging -# --verbose --- Enables verbose logging -# --export-all --- Exports all repositories -# --port=XXXX --- Starts in port XXXX instead of 9418 -# -GITDAEMON_OPTS="--syslog" diff --git a/dev-util/git/files/git-daemon.initd b/dev-util/git/files/git-daemon.initd deleted file mode 100644 index 2563c41..0000000 --- a/dev-util/git/files/git-daemon.initd +++ b/dev/null @@ -1,22 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/files/git-daemon.initd,v 1.1 2005/10/05 15:05:04 ferdy Exp $ - -depend() { - need net - use logger -} - -start() { - ebegin "Starting git-daemon" - start-stop-daemon --start --quiet --background \ - --exec /usr/bin/git-daemon -- ${GITDAEMON_OPTS} - eend $? -} - -stop() { - ebegin "Stoping git-daemon" - start-stop-daemon --stop --quiet --name git-daemon - eend $? -} diff --git a/dev-util/git/files/git-daemon.xinetd b/dev-util/git/files/git-daemon.xinetd deleted file mode 100644 index a0748b2..0000000 --- a/dev-util/git/files/git-daemon.xinetd +++ b/dev/null @@ -1,13 +0,0 @@ -service git-daemon -{ - disable = yes - socket_type = stream - wait = no - user = nobody - type = UNLISTED - protocol = tcp - log_on_failure += USERID - port = 9418 - server = /usr/bin/git-daemon - server_args = --inetd --syslog --export-all --base-path=/var/git -} |