summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-09-08 11:32:14 +0000
committerUlrich Müller <ulm@gentoo.org>2007-09-08 11:32:14 +0000
commit8707d0ef8834f96dba9479945b95d22ccfb47704 (patch)
tree408fdedba12022294a8953ad961c8a65b425b6c7 /app-emacs/color-theme
parentPrune older versions and fix compilation against poppler-0.6, fix bug #183361 (diff)
downloadgentoo-2-8707d0ef8834f96dba9479945b95d22ccfb47704.tar.gz
gentoo-2-8707d0ef8834f96dba9479945b95d22ccfb47704.tar.bz2
gentoo-2-8707d0ef8834f96dba9479945b95d22ccfb47704.zip
Clean up.
(Portage version: 2.1.3.7)
Diffstat (limited to 'app-emacs/color-theme')
-rw-r--r--app-emacs/color-theme/ChangeLog8
-rw-r--r--app-emacs/color-theme/color-theme-6.5.4-r1.ebuild33
-rw-r--r--app-emacs/color-theme/color-theme-6.5.5.ebuild21
-rw-r--r--app-emacs/color-theme/files/50color-theme-gentoo.el6
-rw-r--r--app-emacs/color-theme/files/6.5.4-easy-menu-gentoo.patch14
-rw-r--r--app-emacs/color-theme/files/6.5.5-easy-menu-gentoo.patch17
-rw-r--r--app-emacs/color-theme/files/digest-color-theme-6.5.4-r13
-rw-r--r--app-emacs/color-theme/files/digest-color-theme-6.5.53
8 files changed, 7 insertions, 98 deletions
diff --git a/app-emacs/color-theme/ChangeLog b/app-emacs/color-theme/ChangeLog
index 4a33a5e3fb72..08af8b3f9a82 100644
--- a/app-emacs/color-theme/ChangeLog
+++ b/app-emacs/color-theme/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/color-theme
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.32 2007/09/08 10:18:50 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.33 2007/09/08 11:32:13 ulm Exp $
+
+ 08 Sep 2007; Ulrich Mueller <ulm@gentoo.org>
+ -files/50color-theme-gentoo.el, -files/6.5.5-easy-menu-gentoo.patch,
+ -files/6.5.4-easy-menu-gentoo.patch, -color-theme-6.5.4-r1.ebuild,
+ -color-theme-6.5.5.ebuild:
+ Clean up.
08 Sep 2007; nixnut <nixnut@gentoo.org> color-theme-6.6.0.ebuild:
Stable on ppc wrt bug 191336
diff --git a/app-emacs/color-theme/color-theme-6.5.4-r1.ebuild b/app-emacs/color-theme/color-theme-6.5.4-r1.ebuild
deleted file mode 100644
index 381b4ca302da..000000000000
--- a/app-emacs/color-theme/color-theme-6.5.4-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/color-theme-6.5.4-r1.ebuild,v 1.5 2007/09/06 14:06:03 ulm Exp $
-
-inherit elisp eutils
-
-IUSE=""
-
-DESCRIPTION="Install color themes (includes many themes and allows you to share your own with the world)"
-HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_unpack() {
- unpack ${A}
- local emacs_version=$(emacs --version |head -n 1 |cut -f3-3 -d' ')
- case $emacs_version in
- 21*)
- # No patching required
- ;;
- 22*)
- epatch ${FILESDIR}/${PV}-easy-menu-gentoo.patch || die
- ;;
- *)
- ewarn "Your version of Emacs (${emacs_version}) is not supported by this port."
- ewarn "You may have problems with color-theme.el"
- ;;
- esac
-}
diff --git a/app-emacs/color-theme/color-theme-6.5.5.ebuild b/app-emacs/color-theme/color-theme-6.5.5.ebuild
deleted file mode 100644
index 27caa743fc73..000000000000
--- a/app-emacs/color-theme/color-theme-6.5.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/color-theme-6.5.5.ebuild,v 1.3 2007/09/06 14:06:03 ulm Exp $
-
-inherit elisp eutils
-
-IUSE=""
-
-DESCRIPTION="Install color themes (includes many themes and allows you to share your own with the world)"
-HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/6.5.5-easy-menu-gentoo.patch" || die
-}
diff --git a/app-emacs/color-theme/files/50color-theme-gentoo.el b/app-emacs/color-theme/files/50color-theme-gentoo.el
deleted file mode 100644
index a7fda2ce17d0..000000000000
--- a/app-emacs/color-theme/files/50color-theme-gentoo.el
+++ /dev/null
@@ -1,6 +0,0 @@
-
-;;; color-theme site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(require 'color-theme)
-
diff --git a/app-emacs/color-theme/files/6.5.4-easy-menu-gentoo.patch b/app-emacs/color-theme/files/6.5.4-easy-menu-gentoo.patch
deleted file mode 100644
index f101af9608b1..000000000000
--- a/app-emacs/color-theme/files/6.5.4-easy-menu-gentoo.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur color-theme-6.5.4.orig/color-theme.el color-theme-6.5.4/color-theme.el
---- color-theme-6.5.4.orig/color-theme.el 2003-12-11 00:03:55.000000000 -0600
-+++ color-theme-6.5.4/color-theme.el 2004-11-10 23:30:20.257525544 -0600
-@@ -586,8 +586,8 @@
- (color-theme-mode))
-
- (require 'easymenu)
--(easy-menu-add-item nil '("tools") "--")
--(easy-menu-add-item nil '("tools")
-+(easy-menu-add-item nil '("Tools") "--")
-+(easy-menu-add-item nil '("Tools")
- ["Color Themes" color-theme-select t])
-
- (defun color-theme-mode ()
diff --git a/app-emacs/color-theme/files/6.5.5-easy-menu-gentoo.patch b/app-emacs/color-theme/files/6.5.5-easy-menu-gentoo.patch
deleted file mode 100644
index 4d65e301479d..000000000000
--- a/app-emacs/color-theme/files/6.5.5-easy-menu-gentoo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ur color-theme-6.5.5.orig/color-theme.el color-theme-6.5.5/color-theme.el
---- color-theme-6.5.5.orig/color-theme.el 2006-01-16 11:45:51.000000000 -0600
-+++ color-theme-6.5.5/color-theme.el 2006-01-16 11:57:53.000000000 -0600
-@@ -586,9 +586,10 @@
- (color-theme-mode))
-
- (require 'easymenu)
--(easy-menu-add-item nil '("Tools") "--")
--(easy-menu-add-item nil '("Tools")
-- ["Color Themes" color-theme-select t])
-+(let ((item (if (< emacs-major-version 22) "tools" "Tools")))
-+ (easy-menu-add-item nil `(,item) "--")
-+ (easy-menu-add-item nil `(,item)
-+ ["Color Themes" color-theme-select t]))
-
- (defun color-theme-mode ()
- "Major mode to select and install color themes.
diff --git a/app-emacs/color-theme/files/digest-color-theme-6.5.4-r1 b/app-emacs/color-theme/files/digest-color-theme-6.5.4-r1
deleted file mode 100644
index a9a2bc627a9d..000000000000
--- a/app-emacs/color-theme/files/digest-color-theme-6.5.4-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 46f81bc28b75b6922fdf95c3edb97da1 color-theme-6.5.4.tar.gz 112930
-RMD160 ddedde26d32c7cea4823e7392825890411eded7f color-theme-6.5.4.tar.gz 112930
-SHA256 fad98573a775b60388de1443c5bd943d1de900012b75decea6922ff6ef677307 color-theme-6.5.4.tar.gz 112930
diff --git a/app-emacs/color-theme/files/digest-color-theme-6.5.5 b/app-emacs/color-theme/files/digest-color-theme-6.5.5
deleted file mode 100644
index 34747f2af7dc..000000000000
--- a/app-emacs/color-theme/files/digest-color-theme-6.5.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 cd7b03df8ca47cf545a9eb00d52e7501 color-theme-6.5.5.tar.gz 111893
-RMD160 ae7b8c551d068d399bbba6a5d56be30a79114e62 color-theme-6.5.5.tar.gz 111893
-SHA256 e4cec32d2693a295e443a71095eed27f32bfd6e9721c839dae97b7b582b79798 color-theme-6.5.5.tar.gz 111893