diff options
author | 2006-06-10 23:29:33 +0000 | |
---|---|---|
committer | 2006-06-10 23:29:33 +0000 | |
commit | 49b1c0f33b0c964f5e4354006862db7ac174ca09 (patch) | |
tree | 6b80ca9b082264bab9d4849dc0ea79c592986248 | |
parent | more digests (diff) | |
download | gentoo-2-49b1c0f33b0c964f5e4354006862db7ac174ca09.tar.gz gentoo-2-49b1c0f33b0c964f5e4354006862db7ac174ca09.tar.bz2 gentoo-2-49b1c0f33b0c964f5e4354006862db7ac174ca09.zip |
Version bump.
(Portage version: 2.1)
-rw-r--r-- | sys-devel/bc/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/bc/bc-1.06.94.ebuild | 38 | ||||
-rw-r--r-- | sys-devel/bc/files/digest-bc-1.06.94 | 3 |
3 files changed, 48 insertions, 2 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog index 0946c562f3e7..d4b943e04af7 100644 --- a/sys-devel/bc/ChangeLog +++ b/sys-devel/bc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/bc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.23 2006/03/30 14:45:14 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.24 2006/06/10 23:29:33 vapier Exp $ + +*bc-1.06.94 (10 Jun 2006) + + 10 Jun 2006; Mike Frysinger <vapier@gentoo.org> +bc-1.06.94.ebuild: + Version bump. 30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> bc-1.06-r6.ebuild: Add ~x86-fbsd keyword. diff --git a/sys-devel/bc/bc-1.06.94.ebuild b/sys-devel/bc/bc-1.06.94.ebuild new file mode 100644 index 000000000000..017f594b7690 --- /dev/null +++ b/sys-devel/bc/bc-1.06.94.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.94.ebuild,v 1.1 2006/06/10 23:29:33 vapier Exp $ + +inherit eutils flag-o-matic toolchain-funcs + +DESCRIPTION="Handy console-based calculator utility" +HOMEPAGE="http://www.gnu.org/software/bc/bc.html" +SRC_URI="mirror://gnu/bc/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="libedit readline static" + +RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) + libedit? ( dev-libs/libedit )" +DEPEND="${RDEPEND} + sys-devel/flex" + +src_compile() { + local myconf + if use readline ; then + myconf="--with-readline --without-libedit" + elif use libedit ; then + myconf="--without-readline --with-libedit" + else + myconf="--without-readline --without-libedit" + fi + use static && append-ldflags -static + econf ${myconf} || die + emake || die +} + +src_install() { + make install DESTDIR="${D}" || die + dodoc AUTHORS FAQ NEWS README ChangeLog +} diff --git a/sys-devel/bc/files/digest-bc-1.06.94 b/sys-devel/bc/files/digest-bc-1.06.94 new file mode 100644 index 000000000000..14896a28b6af --- /dev/null +++ b/sys-devel/bc/files/digest-bc-1.06.94 @@ -0,0 +1,3 @@ +MD5 de42522f9cf5a84de1038fd28ae35952 bc-1.06.94.tar.bz2 283392 +RMD160 9d048ba0d74fb2ac6729cccf316012997a32c279 bc-1.06.94.tar.bz2 283392 +SHA256 a52fc87b96646f88077e602c5e33ea53b3041c66e06269b502c6569fb403525b bc-1.06.94.tar.bz2 283392 |