diff options
author | Daniel Black <dragonheart@gentoo.org> | 2008-08-30 01:18:26 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2008-08-30 01:18:26 +0000 |
commit | 44839aee4718d79c5932765563ec49fa3f882ec6 (patch) | |
tree | c22d54cb8056dd234af515736833d85251efb65c /dev-util | |
parent | Version bump (diff) | |
download | gentoo-2-44839aee4718d79c5932765563ec49fa3f882ec6.tar.gz gentoo-2-44839aee4718d79c5932765563ec49fa3f882ec6.tar.bz2 gentoo-2-44839aee4718d79c5932765563ec49fa3f882ec6.zip |
depricating elist-comp as per bug #235879. thanks Ulrich for the patch
(Portage version: 2.2_rc8/cvs/Linux 2.6.22-vs2.2.0.7-gentoo x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/monotone/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.39.ebuild | 4 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.40.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog index a77abb620f33..7db502aef8c5 100644 --- a/dev-util/monotone/ChangeLog +++ b/dev-util/monotone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/monotone # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.54 2008/05/03 01:01:11 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.55 2008/08/30 01:18:26 dragonheart Exp $ + + 30 Aug 2008; Daniel Black <dragonheart@gentoo.org> monotone-0.39.ebuild, + monotone-0.40.ebuild: + depricating elist-comp as per bug #235879. thanks Ulrich for the patch 03 May 2008; Daniel Black <dragonheart@gentoo.org> monotone-0.35.ebuild, -monotone-0.36-r1.ebuild: diff --git a/dev-util/monotone/monotone-0.39.ebuild b/dev-util/monotone/monotone-0.39.ebuild index 8bbb7db2a7aa..66a3982c7048 100644 --- a/dev-util/monotone/monotone-0.39.ebuild +++ b/dev-util/monotone/monotone-0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.39.ebuild,v 1.2 2008/04/03 13:36:01 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.39.ebuild,v 1.3 2008/08/30 01:18:26 dragonheart Exp $ inherit elisp-common flag-o-matic bash-completion eutils @@ -53,7 +53,7 @@ src_compile() { if use emacs; then cd contrib - elisp-comp *.el || die "elisp-comp failed" + elisp-compile *.el || die "elisp-compile failed" fi } diff --git a/dev-util/monotone/monotone-0.40.ebuild b/dev-util/monotone/monotone-0.40.ebuild index e1cde96b7e49..d5c934d9a060 100644 --- a/dev-util/monotone/monotone-0.40.ebuild +++ b/dev-util/monotone/monotone-0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild,v 1.1 2008/05/03 00:34:14 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild,v 1.2 2008/08/30 01:18:26 dragonheart Exp $ inherit elisp-common flag-o-matic bash-completion eutils @@ -53,7 +53,7 @@ src_compile() { if use emacs; then cd contrib - elisp-comp *.el || die "elisp-comp failed" + elisp-compile *.el || die "elisp-compile failed" fi } |