diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-12-02 14:28:59 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-12-02 14:28:59 +0000 |
commit | a7aea11fe0f60f6571181c9cbe0deeca0dda7083 (patch) | |
tree | 7ee3495b336858c1c0864a0d42b43904806787be /app-emacs/thumbs | |
parent | stable x86/amd64, bug 201000 (diff) | |
download | gentoo-2-a7aea11fe0f60f6571181c9cbe0deeca0dda7083.tar.gz gentoo-2-a7aea11fe0f60f6571181c9cbe0deeca0dda7083.tar.bz2 gentoo-2-a7aea11fe0f60f6571181c9cbe0deeca0dda7083.zip |
clean up
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs/thumbs')
-rw-r--r-- | app-emacs/thumbs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/thumbs/files/digest-thumbs-1.8 | 3 | ||||
-rw-r--r-- | app-emacs/thumbs/thumbs-1.8.ebuild | 23 |
3 files changed, 4 insertions, 27 deletions
diff --git a/app-emacs/thumbs/ChangeLog b/app-emacs/thumbs/ChangeLog index 306ac97a4b93..d682e186e6a6 100644 --- a/app-emacs/thumbs/ChangeLog +++ b/app-emacs/thumbs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/thumbs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.16 2007/10/23 09:46:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.17 2007/12/02 14:28:58 opfer Exp $ + + 02 Dec 2007; Christian Faulhammer <opfer@gentoo.org> -thumbs-1.8.ebuild: + clean up 23 Oct 2007; Raúl Porcel <armin76@gentoo.org> thumbs-2.0.ebuild: sparc stable wrt diff --git a/app-emacs/thumbs/files/digest-thumbs-1.8 b/app-emacs/thumbs/files/digest-thumbs-1.8 deleted file mode 100644 index 0244ba43fcff..000000000000 --- a/app-emacs/thumbs/files/digest-thumbs-1.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 27a6326c150ac5da9c5b418b6c22cf7b thumbs-1.8.tar.gz 7149 -RMD160 d1a38376815824ec4909e466138b787c07db7c25 thumbs-1.8.tar.gz 7149 -SHA256 69d132a7f914a55225d74abdf40671b3d1882f637a5de3bf1311b8d9c616e10f thumbs-1.8.tar.gz 7149 diff --git a/app-emacs/thumbs/thumbs-1.8.ebuild b/app-emacs/thumbs/thumbs-1.8.ebuild deleted file mode 100644 index f73c8eafafb9..000000000000 --- a/app-emacs/thumbs/thumbs-1.8.ebuild +++ /dev/null @@ -1,23 +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/thumbs/thumbs-1.8.ebuild,v 1.9 2007/07/03 19:45:38 ulm Exp $ - -inherit elisp eutils - -DESCRIPTION="Emacs thumbnail previewer for image files" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ThumbsMode" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc sparc x86" -IUSE="" - -DEPEND="media-gfx/imagemagick" - -SITEFILE=50${PN}-gentoo.el - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/thumbs.el-gentoo.patch" -} |