diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-08-27 06:51:01 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-08-27 06:51:01 +0000 |
commit | 6dc743b650008570c0dd6568eb5a1c71c7c0fb66 (patch) | |
tree | 8201246b4febc92f1c2d1cb60aa4c1103b0b1e5f /app-emacs/xtla | |
parent | Taking over as maintainer. (Manifest recommit) (diff) | |
download | gentoo-2-6dc743b650008570c0dd6568eb5a1c71c7c0fb66.tar.gz gentoo-2-6dc743b650008570c0dd6568eb5a1c71c7c0fb66.tar.bz2 gentoo-2-6dc743b650008570c0dd6568eb5a1c71c7c0fb66.zip |
*** empty log message ***
Diffstat (limited to 'app-emacs/xtla')
-rw-r--r-- | app-emacs/xtla/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/xtla/Manifest | 5 | ||||
-rw-r--r-- | app-emacs/xtla/files/50xtla-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/xtla/files/digest-xtla-0.1_p82 | 1 | ||||
-rw-r--r-- | app-emacs/xtla/metadata.xml | 5 | ||||
-rw-r--r-- | app-emacs/xtla/xtla-0.1_p82.ebuild | 43 |
6 files changed, 67 insertions, 0 deletions
diff --git a/app-emacs/xtla/ChangeLog b/app-emacs/xtla/ChangeLog new file mode 100644 index 000000000000..8038e7c19153 --- /dev/null +++ b/app-emacs/xtla/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-emacs/xtla +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/ChangeLog,v 1.1 2004/08/27 06:51:01 mkennedy Exp $ + +*xtla-0.1_p82 (27 Aug 2004) + + 27 Aug 2004; <mkennedy@gentoo.org> +metadata.xml, +files/50xtla-gentoo.el, + +xtla-0.1_p82.ebuild: + Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org> + diff --git a/app-emacs/xtla/Manifest b/app-emacs/xtla/Manifest new file mode 100644 index 000000000000..24bd1f6adaac --- /dev/null +++ b/app-emacs/xtla/Manifest @@ -0,0 +1,5 @@ +MD5 28c1907da2951094935d5083f7967337 xtla-0.1_p82.ebuild 687 +MD5 8935b79b303e2af054d665f6c61a7209 xtla-0.1_p82.ebuild~ 1210 +MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 +MD5 e5526eb42841cd2044b5e23b948acb08 files/70gnus-gentoo.el 60 +MD5 4c2feffc24103d46cc6fdf512b712003 files/digest-xtla-0.1_p82 78 diff --git a/app-emacs/xtla/files/50xtla-gentoo.el b/app-emacs/xtla/files/50xtla-gentoo.el new file mode 100644 index 000000000000..8a014349af8e --- /dev/null +++ b/app-emacs/xtla/files/50xtla-gentoo.el @@ -0,0 +1,3 @@ + +(add-to-list 'load-path "@SITELISP@") +(require 'xtla-autoloads) diff --git a/app-emacs/xtla/files/digest-xtla-0.1_p82 b/app-emacs/xtla/files/digest-xtla-0.1_p82 new file mode 100644 index 000000000000..c73c6e6808b7 --- /dev/null +++ b/app-emacs/xtla/files/digest-xtla-0.1_p82 @@ -0,0 +1 @@ +MD5 2c4236fa0d5fece077d46758dbea04aa xtla--main--0.1--patch-82.tar.bz2 510830 diff --git a/app-emacs/xtla/metadata.xml b/app-emacs/xtla/metadata.xml new file mode 100644 index 000000000000..bc306fe58224 --- /dev/null +++ b/app-emacs/xtla/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +</pkgmetadata> diff --git a/app-emacs/xtla/xtla-0.1_p82.ebuild b/app-emacs/xtla/xtla-0.1_p82.ebuild new file mode 100644 index 000000000000..e9c9ea904129 --- /dev/null +++ b/app-emacs/xtla/xtla-0.1_p82.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-0.1_p82.ebuild,v 1.1 2004/08/27 06:51:01 mkennedy Exp $ + +inherit elisp + +XTLA_VERSION=${PV:0:3} +XTLA_PATCH=${PF:10} +XTLA_REVISION=${PN}--main--${PV:0:3}--patch-${PF:10} + +IUSE="" + +DESCRIPTION="XTLA - The Emacs interface to GNU TLA" +HOMEPAGE="http://wiki.gnuarch.org/moin.cgi/xtla + https://gna.org/projects/xtla-el + http://www.gnu.org/software/gnu-arch/" +SRC_URI="mirror://gentoo/${PN}--main--${PV:0:3}--patch-${PF:10}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/emacs + sys-devel/autoconf + sys-devel/automake" + +RDEPEND="virtual/emacs + dev-util/tla" + +S=${WORKDIR}/${XTLA_REVISION} + +SITEFILE=50xtla-gentoo.el + +src_compile() { + autoreconf && ./configure --prefix=/usr + make || die +} + +src_install() { + elisp-install ${PN} lisp/*.{el,elc} + elisp-site-file-install ${FILESDIR}/${SITEFILE} + doinfo texinfo/xtla.info + dodoc INSTALL docs/* +} |