summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2006-12-29 23:31:18 +0000
committerChristian Faulhammer <opfer@gentoo.org>2006-12-29 23:31:18 +0000
commit1155d3cc250579e015bc8574416043054eef70e9 (patch)
treedb437a054417ba87bf3ed520f6c8db38f2d7186f /dev-lang/erlang
parentVersion bump #158636 by Pavel Shirov. (diff)
downloadgentoo-2-1155d3cc250579e015bc8574416043054eef70e9.tar.gz
gentoo-2-1155d3cc250579e015bc8574416043054eef70e9.tar.bz2
gentoo-2-1155d3cc250579e015bc8574416043054eef70e9.zip
inherit elisp instead of elisp-common; order inherited eclasses alphabetically; add quotes around definition of $S
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-lang/erlang')
-rw-r--r--dev-lang/erlang/ChangeLog6
-rw-r--r--dev-lang/erlang/erlang-11.2.2-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/erlang/ChangeLog b/dev-lang/erlang/ChangeLog
index 2060e12918d1..e41339bc9077 100644
--- a/dev-lang/erlang/ChangeLog
+++ b/dev-lang/erlang/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/erlang
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.49 2006/12/22 14:59:47 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.50 2006/12/29 23:31:17 opfer Exp $
+
+ 29 Dec 2006; <fauli@gentoo.org> erlang-11.2.2-r1.ebuild:
+ inherit elisp instead of elisp-common; order inherited eclasses
+ alphabetically; add quotes around definition of $S
22 Dec 2006; Matti Bickel <mabi@gentoo.org> erlang-11.2.1.ebuild:
ppc stable (bug #151612)
diff --git a/dev-lang/erlang/erlang-11.2.2-r1.ebuild b/dev-lang/erlang/erlang-11.2.2-r1.ebuild
index e05251f7713e..a78b229efa0f 100644
--- a/dev-lang/erlang/erlang-11.2.2-r1.ebuild
+++ b/dev-lang/erlang/erlang-11.2.2-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-11.2.2-r1.ebuild,v 1.1 2006/12/12 07:54:53 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-11.2.2-r1.ebuild,v 1.2 2006/12/29 23:31:18 opfer Exp $
-inherit eutils multilib flag-o-matic elisp-common versionator
+inherit elisp eutils flag-o-matic multilib versionator
# NOTE: When bumping you need to adjust the *_VER strings in
# src_install() to honour newer versions in the package (they
@@ -44,7 +44,7 @@ RDEPEND=">=dev-lang/perl-5.6.1
DEPEND="${RDEPEND}
tk? ( dev-lang/tk )"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
SITEFILE=50erlang-gentoo.el