summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-01-22 08:00:12 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-01-22 08:00:12 +0000
commit1e9b1aec7b26b517ea5b2193f9baf9ff0ca3345c (patch)
treecf267cf827413286dd5fb50aece4dc133f6b0a95 /app-emacs/jasmin
parentarm/sh stable (diff)
downloadgentoo-2-1e9b1aec7b26b517ea5b2193f9baf9ff0ca3345c.tar.gz
gentoo-2-1e9b1aec7b26b517ea5b2193f9baf9ff0ca3345c.tar.bz2
gentoo-2-1e9b1aec7b26b517ea5b2193f9baf9ff0ca3345c.zip
clean up
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs/jasmin')
-rw-r--r--app-emacs/jasmin/ChangeLog8
-rw-r--r--app-emacs/jasmin/files/50jasmin-gentoo.el5
-rw-r--r--app-emacs/jasmin/files/digest-jasmin-1.23
-rw-r--r--app-emacs/jasmin/jasmin-1.2.ebuild15
4 files changed, 6 insertions, 25 deletions
diff --git a/app-emacs/jasmin/ChangeLog b/app-emacs/jasmin/ChangeLog
index ac8dcc814c55..5e0db453ccc6 100644
--- a/app-emacs/jasmin/ChangeLog
+++ b/app-emacs/jasmin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/jasmin
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/jasmin/ChangeLog,v 1.13 2007/12/03 08:13:45 opfer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/jasmin/ChangeLog,v 1.14 2008/01/22 08:00:11 opfer Exp $
+
+ 22 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
+ -files/50jasmin-gentoo.el, -jasmin-1.2.ebuild:
+ clean up
03 Dec 2007; Christian Faulhammer <opfer@gentoo.org> jasmin-1.2-r1.ebuild:
amd64 stable
diff --git a/app-emacs/jasmin/files/50jasmin-gentoo.el b/app-emacs/jasmin/files/50jasmin-gentoo.el
deleted file mode 100644
index 51fc01f812ea..000000000000
--- a/app-emacs/jasmin/files/50jasmin-gentoo.el
+++ /dev/null
@@ -1,5 +0,0 @@
-
-;;; site-lisp configuration for jasmin
-
-(add-to-list 'load-path "@SITELISP@")
-(require 'jasmin)
diff --git a/app-emacs/jasmin/files/digest-jasmin-1.2 b/app-emacs/jasmin/files/digest-jasmin-1.2
deleted file mode 100644
index 59b2378236dd..000000000000
--- a/app-emacs/jasmin/files/digest-jasmin-1.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2481dad6973ca652eacfff5a8c11a1b9 jasmin-1.2.tar.gz 9287
-RMD160 9c6ac9f7bbac5cbc7620562a46ee10a86e6615b2 jasmin-1.2.tar.gz 9287
-SHA256 7fa064835acd6bdcedac7d57debe1dfbbf83f08083404a0c6adb7c2a1b95c8d3 jasmin-1.2.tar.gz 9287
diff --git a/app-emacs/jasmin/jasmin-1.2.ebuild b/app-emacs/jasmin/jasmin-1.2.ebuild
deleted file mode 100644
index 8e738ce9f949..000000000000
--- a/app-emacs/jasmin/jasmin-1.2.ebuild
+++ /dev/null
@@ -1,15 +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/jasmin/jasmin-1.2.ebuild,v 1.9 2007/06/24 12:54:43 grobian Exp $
-
-inherit elisp
-
-DESCRIPTION="An Emacs major mode for editing Jasmin Java bytecode assembler files."
-HOMEPAGE="http://www.neilvandyke.org/jasmin-emacs/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 s390 x86"
-IUSE=""
-
-SITEFILE=50jasmin-gentoo.el