summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-18 23:30:12 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-18 23:30:12 +0000
commit412c2f4133c2c1070a52ddf6ad01782197be44f3 (patch)
tree118595eb08e4cecf795cd87af6918741cfe0a792 /app-emacs/dictionary
parentUpdate ebuild to EAPI 5. Specify LICENSE more precisely. (diff)
downloadgentoo-2-412c2f4133c2c1070a52ddf6ad01782197be44f3.tar.gz
gentoo-2-412c2f4133c2c1070a52ddf6ad01782197be44f3.tar.bz2
gentoo-2-412c2f4133c2c1070a52ddf6ad01782197be44f3.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/dictionary')
-rw-r--r--app-emacs/dictionary/ChangeLog10
-rw-r--r--app-emacs/dictionary/dictionary-1.10.ebuild19
-rw-r--r--app-emacs/dictionary/files/50dictionary-gentoo-1.10.el2
3 files changed, 29 insertions, 2 deletions
diff --git a/app-emacs/dictionary/ChangeLog b/app-emacs/dictionary/ChangeLog
index 3f77012cc072..d94233463cc5 100644
--- a/app-emacs/dictionary/ChangeLog
+++ b/app-emacs/dictionary/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/dictionary
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.13 2007/12/14 05:25:08 opfer Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.14 2014/02/18 23:30:12 ulm Exp $
+
+*dictionary-1.10 (18 Feb 2014)
+
+ 18 Feb 2014; Ulrich Müller <ulm@gentoo.org> +dictionary-1.10.ebuild,
+ +files/50dictionary-gentoo-1.10.el:
+ Version bump.
14 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
dictionary-1.8.7.ebuild:
diff --git a/app-emacs/dictionary/dictionary-1.10.ebuild b/app-emacs/dictionary/dictionary-1.10.ebuild
new file mode 100644
index 000000000000..2571f37d5fd1
--- /dev/null
+++ b/app-emacs/dictionary/dictionary-1.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.1 2014/02/18 23:30:12 ulm Exp $
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="Emacs package for talking to a dictionary server"
+HOMEPAGE="http://www.myrkr.in-berlin.de/dictionary/index.html"
+SRC_URI="http://www.myrkr.in-berlin.de/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+ELISP_REMOVE="install-package.el lpath.el"
+SITEFILE="50${PN}-gentoo-${PV}.el"
+DOCS="README"
diff --git a/app-emacs/dictionary/files/50dictionary-gentoo-1.10.el b/app-emacs/dictionary/files/50dictionary-gentoo-1.10.el
new file mode 100644
index 000000000000..b2a907f6fedf
--- /dev/null
+++ b/app-emacs/dictionary/files/50dictionary-gentoo-1.10.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "dictionary-init")