diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-31 07:58:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-31 07:58:57 +0000 |
commit | 4ce05b4116946f1b788ad077c40fd02d3f71cd71 (patch) | |
tree | 3cd7f419634e65e5337a7c5049bf29141b04d6bf /app-emacs | |
parent | Version bump #223983. (diff) | |
download | gentoo-2-4ce05b4116946f1b788ad077c40fd02d3f71cd71.tar.gz gentoo-2-4ce05b4116946f1b788ad077c40fd02d3f71cd71.tar.bz2 gentoo-2-4ce05b4116946f1b788ad077c40fd02d3f71cd71.zip |
Remove dependency on dev-util/bazaar, bug 219236.
(Portage version: 2.1.5.2)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/xtla/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/xtla/xtla-1.2.1.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/xtla/xtla-1.2.ebuild | 35 |
3 files changed, 10 insertions, 40 deletions
diff --git a/app-emacs/xtla/ChangeLog b/app-emacs/xtla/ChangeLog index 25d862b61757..1d9057600732 100644 --- a/app-emacs/xtla/ChangeLog +++ b/app-emacs/xtla/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/xtla -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/ChangeLog,v 1.14 2007/11/06 22:14:55 ulm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/ChangeLog,v 1.15 2008/05/31 07:58:57 ulm Exp $ + + 31 May 2008; Ulrich Mueller <ulm@gentoo.org> -xtla-1.2.ebuild, + xtla-1.2.1.ebuild: + Remove dependency on dev-util/bazaar since it is going to be removed, + bug 219236. Remove old. *xtla-1.2.1 (06 Nov 2007) diff --git a/app-emacs/xtla/xtla-1.2.1.ebuild b/app-emacs/xtla/xtla-1.2.1.ebuild index 2814f2e204d9..fdf4e931fad3 100644 --- a/app-emacs/xtla/xtla-1.2.1.ebuild +++ b/app-emacs/xtla/xtla-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild,v 1.2 2007/11/06 22:14:55 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild,v 1.3 2008/05/31 07:58:57 ulm Exp $ inherit elisp @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="|| ( dev-util/bazaar dev-util/tla )" +DEPEND="dev-util/tla" RDEPEND="${DEPEND}" SITEFILE=50${PN}-gentoo.el diff --git a/app-emacs/xtla/xtla-1.2.ebuild b/app-emacs/xtla/xtla-1.2.ebuild deleted file mode 100644 index 0befab9ca261..000000000000 --- a/app-emacs/xtla/xtla-1.2.ebuild +++ /dev/null @@ -1,35 +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/xtla/xtla-1.2.ebuild,v 1.5 2007/11/06 22:14:55 ulm Exp $ - -inherit elisp - -DESCRIPTION="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="http://download.gna.org/xtla-el/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="|| ( dev-util/bazaar dev-util/tla )" -RDEPEND="${DEPEND}" - -SITEFILE=50${PN}-gentoo.el - -src_compile() { - econf --with-emacs=/usr/bin/emacs --with-lispdir=${SITELISP}/${PN} \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - elisp-install ${PN} lisp/*.{el,elc} || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "elisp-site-file-install failed" - doinfo texinfo/xtla.info - dodoc ChangeLog INSTALL docs/* -} |