From: "Luis F. Araujo (araujo)" <araujo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/gnu-smalltalk: ChangeLog gnu-smalltalk-3.0.5.ebuild
Date: Mon, 01 Jun 2009 21:34:04 +0000 [thread overview]
Message-ID: <E1MBF8u-0008RK-GL@stork.gentoo.org> (raw)
araujo 09/06/01 21:34:04
Modified: ChangeLog
Added: gnu-smalltalk-3.0.5.ebuild
Log:
Version bump. Bug #233119
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.39 dev-lang/gnu-smalltalk/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 21 Apr 2008 15:31:48 -0000 1.38
+++ ChangeLog 1 Jun 2009 21:34:04 -0000 1.39
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/gnu-smalltalk
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.38 2008/04/21 15:31:48 araujo Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.39 2009/06/01 21:34:04 araujo Exp $
+
+*gnu-smalltalk-3.0.5 (01 Jun 2009)
+
+ 01 Jun 2009; Luis F. Araujo <araujo@gentoo.org>
+ +gnu-smalltalk-3.0.5.ebuild:
+ Version bump
21 Apr 2008; Luis F. Araujo <araujo@gentoo.org>
-files/gst-stack-2.3.1.patch, -files/gst-stack-2.3.2.patch,
1.1 dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.5.ebuild?rev=1.1&content-type=text/plain
Index: gnu-smalltalk-3.0.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.5.ebuild,v 1.1 2009/06/01 21:34:04 araujo Exp $
inherit elisp-common flag-o-matic eutils
DESCRIPTION="GNU Smalltalk"
HOMEPAGE="http://smalltalk.gnu.org"
SRC_URI="http://ftp.gnu.org/gnu/smalltalk/smalltalk-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="tk readline emacs gtk gmp"
DEPEND="sys-libs/gdbm
sys-apps/debianutils
dev-libs/libsigsegv
virtual/libffi
emacs? ( virtual/emacs )
readline? ( sys-libs/readline )
tk? ( dev-lang/tk )
gtk? ( =x11-libs/gtk+-2* )
gmp? ( dev-libs/gmp )"
RDEPEND=""
S="${WORKDIR}/smalltalk-${PV}"
SITEFILE=50gnu-smalltalk-gentoo.el
src_compile() {
replace-flags '-O3' '-O2'
./configure --prefix=/usr \
--with-system-libsigsegv \
--with-system-libffi \
`use_with emacs emacs` \
`use_with readline readline` \
`use_with gmp gmp` \
`use_with tk tcl /usr/lib` \
`use_with tk tk /usr/lib` \
`use_enable gtk gtk` \
|| die
emake || die "emake failed"
use emacs && elisp-compile *.el
}
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
if use emacs; then
elisp-install "${PN}" *.el *.elc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
fperms 0444 /usr/share/smalltalk/packages.xml
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}
reply other threads:[~2009-06-01 21:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1MBF8u-0008RK-GL@stork.gentoo.org \
--to=araujo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox