+++ /dev/null
-# ChangeLog for dev-libs/libticables
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libticables/ChangeLog,v 1.10 2004/12/03 12:50:00 phosphan Exp $
-
- 03 Dec 2004; Patrick Kursawe <phosphan@gentoo.org>
- -libticables-3.7.7.ebuild:
- Cleanup
-
- 02 Dec 2004; Lars Weiler <pylon@gentoo.org> libticables-3.8.6.ebuild:
- Stable on ppc. See bug #68712.
-
- 03 Sep 2004; David Holm <dholm@gentoo.org> libticables-3.8.6.ebuild:
- Added to ~ppc.
-
-*libticables-3.8.6 (22 Aug 2004)
-
- 22 Aug 2004; Olivier Fisette <ribosome@gentoo.org> -libticables-3.6.3.ebuild,
- -libticables-3.7.2.ebuild, +libticables-3.8.6.ebuild:
- Version bump (3.8.6). I made a gentoo package to include the "ticables-config"
- script and its man page. Removed old ebuilds.
-
- 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> libticables-3.6.3.ebuild,
- libticables-3.7.2.ebuild, libticables-3.7.7.ebuild:
- Add die following econf for bug 48950
-
- 01 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> libticables-3.7.7.ebuild:
- Stable for x86
-
-*libticables-3.7.7 (04 Nov 2003)
-
- 04 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> libticables-3.7.7.ebuild:
- Version bump, see bug 28325
-
-*libticables-3.7.2 (19 Jul 2003)
-
- 19 Jul 2003; Ryan Phillips <rphillips@gentoo.org> libticables-3.7.2.ebuild:
- New version
-
-*libticables-3.6.3 (19 Jul 2003)
-
- 19 Jul 2003; Ryan Phillips <rphillips@gentoo.org> libticables-3.6.3.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/libticables/libticables-3.8.6.ebuild,v 1.4 2004/12/02 10:14:25 pylon Exp $
-
-DESCRIPTION="Link cables support for the TiLP calculator linking program"
-HOMEPAGE="http://tilp.info/"
-SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE="debug nls"
-
-RDEPEND="virtual/libc
- nls? sys-devel/gettext"
-
-DEPEND="${RDEPEND}
- sys-devel/bison"
-
-S=${WORKDIR}/${P}-gentoo
-
-src_compile() {
- local myconf="$(use_enable nls) $(use_enable debug logging)"
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D}
- dobin ticables-config
- dodoc AUTHORS ChangeLog LOGO README
- doman ticables-config.1
-}
-
-pkg_postinst() {
- einfo "To use \"${PN}\", you might need one of the following"
- einfo "kernel modules: \"tipar\", \"tiser\" or \"tiusb\". If you install"
- einfo "one of these modules, you might have to reinstall"
- einfo "\"${PN}\". Please read the file:"
- einfo "\"/usr/share/doc/${PF}/README.gz\" for more"
- einfo "details."
-}