+++ /dev/null
-# ChangeLog for dev-libs/libticalcs
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libticalcs/ChangeLog,v 1.14 2004/12/28 21:31:17 ribosome Exp $
-
- 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org>
- libticalcs-4.5.5.ebuild:
- Dependency update: dev-libs/libticables -> sci-libs/libticables.
-
- 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org>
- libticalcs-4.5.5.ebuild:
- Dependency update: dev-libs/libtifiles -> sci-libs/libtifiles.
-
- 07 Dec 2004; Patrick Kursawe <phosphan@gentoo.org> libticalcs-4.5.5.ebuild:
- Updating dependencies
-
- 03 Dec 2004; Patrick Kursawe <phosphan@gentoo.org> -libticalcs-4.5.1.ebuild,
- -libticalcs-4.5.3.ebuild:
- Cleanup
-
- 02 Dec 2004; Lars Weiler <pylon@gentoo.org> libticalcs-4.5.5.ebuild:
- Stable on ppc. See bug #68712.
-
-*libticalcs-4.5.5 (02 Dec 2004)
-
- 02 Dec 2004; Patrick Kursawe <phosphan@gentoo.org> +libticalcs-4.5.5.ebuild:
- Version bump
-
- 03 Sep 2004; David Holm <dholm@gentoo.org> libticalcs-4.5.3.ebuild:
- Added to ~ppc.
-
-*libticalcs-4.5.3 (22 Aug 2004)
-
- 22 Aug 2004; Olivier Fisette <ribosome@gentoo.org> -libticalcs-4.3.0.ebuild,
- -libticalcs-4.4.3.ebuild, +libticalcs-4.5.3.ebuild:
- Version bump (4.5.3) fixes #60320 and 56254. Removed old ebuilds.
-
- 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> libticalcs-4.3.0.ebuild,
- libticalcs-4.4.3.ebuild, libticalcs-4.5.1.ebuild:
- Add die following econf for bug 48950
-
- 01 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> libticalcs-4.5.1.ebuild:
- stable for x86
-
-*libticalcs-4.5.1 (04 Nov 2003)
-
- 04 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> libticalcs-4.5.1.ebuild:
- Version bump, see bug 28325
-
-*libticalcs-4.4.3 (19 Jul 2003)
-
- 19 Jul 2003; Ryan Phillips <rphillips@gentoo.org> libticalcs-4.4.3.ebuild:
- new version
-
-*libticalcs-4.3.0 (19 Jul 2003)
-
- 19 Jul 2003; Ryan Phillips <rphillips@gentoo.org> libticalcs-4.3.0.ebuild:
- new ebuild. submitted by Jonathan Rogers and Brent Redeker
-
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libticalcs/libticalcs-4.5.5.ebuild,v 1.6 2004/12/28 21:31:17 ribosome Exp $
-
-DESCRIPTION="Calculator API for the TiLP calculator linking program"
-HOMEPAGE="http://tilp.info/"
-SRC_URI="mirror://sourceforge/tilp/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE="nls"
-
-RDEPEND=">=sci-libs/libticables-3.6.1
- >=sci-libs/libtifiles-0.6.1
- virtual/libc
- nls? sys-devel/gettext"
-
-DEPEND="${RDEPEND}
- sys-devel/bison"
-
-src_compile() {
- local myconf="$(use_enable nls)"
- econf ${myconf} || die
-
- # Install "po" files in ${D} rather than to the root dir.
- cd ${S}/po
- sed -i -e 's:prefix = /usr:prefix = $(D)/usr:' Makefile
- cd ${S}
-
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D}
- dodoc AUTHORS ChangeLog LOGO README
-}