summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-07-03 19:45:38 +0000
committerUlrich Müller <ulm@gentoo.org>2007-07-03 19:45:38 +0000
commit84d167bb9abe7273f0afeb20df33a0b317d98577 (patch)
tree80c43c2fdbf664ffc4b6691550dada2fa0568aab /app-emacs/thumbs/thumbs-1.8.ebuild
parentRemove redundant functions. (diff)
downloadgentoo-2-84d167bb9abe7273f0afeb20df33a0b317d98577.tar.gz
gentoo-2-84d167bb9abe7273f0afeb20df33a0b317d98577.tar.bz2
gentoo-2-84d167bb9abe7273f0afeb20df33a0b317d98577.zip
Remove redundant functions.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-emacs/thumbs/thumbs-1.8.ebuild')
-rw-r--r--app-emacs/thumbs/thumbs-1.8.ebuild20
1 files changed, 5 insertions, 15 deletions
diff --git a/app-emacs/thumbs/thumbs-1.8.ebuild b/app-emacs/thumbs/thumbs-1.8.ebuild
index 9a1772d43e55..f73c8eafafb9 100644
--- a/app-emacs/thumbs/thumbs-1.8.ebuild
+++ b/app-emacs/thumbs/thumbs-1.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-1.8.ebuild,v 1.8 2005/10/24 15:06:54 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-1.8.ebuild,v 1.9 2007/07/03 19:45:38 ulm Exp $
inherit elisp eutils
@@ -13,21 +13,11 @@ SLOT="0"
KEYWORDS="~ppc sparc x86"
IUSE=""
-DEPEND="virtual/emacs
- media-gfx/imagemagick"
+DEPEND="media-gfx/imagemagick"
-SITEFILE=50thumbs-gentoo.el
+SITEFILE=50${PN}-gentoo.el
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/thumbs.el-gentoo.patch
-}
-
-src_compile() {
- emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
+ epatch "${FILESDIR}/thumbs.el-gentoo.patch"
}