diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-05 15:14:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-05 15:14:31 +0000 |
commit | 7acc5978113798bbe80903f1405e6fac5acf6b51 (patch) | |
tree | dfa165a5117c24a1717575f87605298184dcc762 /sys-devel/bc | |
parent | Remove old versions. (diff) | |
download | historical-7acc5978113798bbe80903f1405e6fac5acf6b51.tar.gz historical-7acc5978113798bbe80903f1405e6fac5acf6b51.tar.bz2 historical-7acc5978113798bbe80903f1405e6fac5acf6b51.zip |
old
Diffstat (limited to 'sys-devel/bc')
-rw-r--r-- | sys-devel/bc/bc-1.06.94.ebuild | 39 | ||||
-rw-r--r-- | sys-devel/bc/files/digest-bc-1.06.94 | 3 |
2 files changed, 0 insertions, 42 deletions
diff --git a/sys-devel/bc/bc-1.06.94.ebuild b/sys-devel/bc/bc-1.06.94.ebuild deleted file mode 100644 index b4bb57d96c84..000000000000 --- a/sys-devel/bc/bc-1.06.94.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.3 2006/06/11 13:53:20 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="ftp://alpha.gnu.org/gnu/bc/${P}.tar.bz2 - 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? ( || ( sys-freebsd/freebsd-lib 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 deleted file mode 100644 index 14896a28b6af..000000000000 --- a/sys-devel/bc/files/digest-bc-1.06.94 +++ /dev/null @@ -1,3 +0,0 @@ -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 |