summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-13 00:10:10 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-13 00:10:10 +0000
commite5d83c9276e84bd59e86cfe3758280a6f416aa6f (patch)
treec7298ee365f4203bddf897b116c826e6ac81128e /kde-base/kdebase
parentClean out old patches (diff)
downloadgentoo-2-e5d83c9276e84bd59e86cfe3758280a6f416aa6f.tar.gz
gentoo-2-e5d83c9276e84bd59e86cfe3758280a6f416aa6f.tar.bz2
gentoo-2-e5d83c9276e84bd59e86cfe3758280a6f416aa6f.zip
Clean out old files
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kdebase')
-rw-r--r--kde-base/kdebase/ChangeLog7
-rw-r--r--kde-base/kdebase/files/Gentoo_Bugzilla.desktop8
-rw-r--r--kde-base/kdebase/files/Gentoo_Forums.desktop8
-rw-r--r--kde-base/kdebase/files/agent-shutdown.sh13
-rw-r--r--kde-base/kdebase/files/agent-startup.sh29
5 files changed, 6 insertions, 59 deletions
diff --git a/kde-base/kdebase/ChangeLog b/kde-base/kdebase/ChangeLog
index 6efe6f25af4c..127550d7e7b6 100644
--- a/kde-base/kdebase/ChangeLog
+++ b/kde-base/kdebase/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdebase
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.456 2009/10/12 05:35:20 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.457 2009/10/13 00:10:09 abcd Exp $
+
+ 13 Oct 2009; Jonathan Callen <abcd@gentoo.org>
+ -files/Gentoo_Bugzilla.desktop, -files/Gentoo_Forums.desktop,
+ -files/agent-shutdown.sh, -files/agent-startup.sh:
+ Clean out old files
12 Oct 2009; Jonathan Callen <abcd@gentoo.org> kdebase-3.5.9.ebuild,
kdebase-3.5.9-r1.ebuild:
diff --git a/kde-base/kdebase/files/Gentoo_Bugzilla.desktop b/kde-base/kdebase/files/Gentoo_Bugzilla.desktop
deleted file mode 100644
index 320b2754b5ef..000000000000
--- a/kde-base/kdebase/files/Gentoo_Bugzilla.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Charset=
-Hidden=false
-Keys=gb
-Name=Gentoo Bugzilla
-Query=http://bugs.gentoo.org/buglist.cgi?query_format=&short_desc_type=allwords&short_desc=\\{@}&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
-ServiceTypes=SearchProvider
-Type=Service
diff --git a/kde-base/kdebase/files/Gentoo_Forums.desktop b/kde-base/kdebase/files/Gentoo_Forums.desktop
deleted file mode 100644
index 2fd3ad31b14a..000000000000
--- a/kde-base/kdebase/files/Gentoo_Forums.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Charset=
-Hidden=false
-Keys=gf
-Name=Gentoo Forums
-Query=http://forums.gentoo.org/search.php?search_terms=all&show_results=topics&search_keywords=\\{@}&mode=results
-ServiceTypes=SearchProvider
-Type=Service
diff --git a/kde-base/kdebase/files/agent-shutdown.sh b/kde-base/kdebase/files/agent-shutdown.sh
deleted file mode 100644
index 07cf74772b5b..000000000000
--- a/kde-base/kdebase/files/agent-shutdown.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# This file is executed at kde shutdown.
-# Uncomment the following lines to kill the agents
-# that were started at session startup.
-
-#if [ -n "${GPG_AGENT_INFO}" ]; then
-# kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
-#fi
-
-#if [ -n "${SSH_AGENT_PID}" ]; then
-# eval "$(ssh-agent -s -k)"
-#fi
diff --git a/kde-base/kdebase/files/agent-startup.sh b/kde-base/kdebase/files/agent-startup.sh
deleted file mode 100644
index 4b99f6e8b63d..000000000000
--- a/kde-base/kdebase/files/agent-startup.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-# Agents startup file
-#
-# This file is sourced at kde startup, so that
-# the environment variables set here are available
-# throughout the session.
-
-# Uncomment the following lines to start gpg-agent
-# and/or ssh-agent at kde startup.
-# If you do so, do not forget to uncomment the respective
-# lines in KDEDIR/shutdown/agent-shutdown.sh to
-# properly kill the agents when the session ends.
-
-#if [ -x /usr/bin/gpg-agent ]; then
-# eval "$(/usr/bin/gpg-agent --daemon)"
-#fi
-
-#if [ -x /usr/bin/ssh-agent ]; then
-# eval "$(/usr/bin/ssh-agent -s)"
-#fi
-
-# Uncomment the following lines to start rxvt-unicode which has the ability to
-# run multiple terminals in one single process, thus starting up faster and
-# saving resources.
-# The --opendisplay ensures that the daemon quits when the X server terminates,
-# therefore we don't need matching lines in agent-shutdown.sh.
-
-#if [ -x /usr/bin/urxvtd ]; then
-# /usr/bin/urxvtd --opendisplay --fork --quiet
-#fi