summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-28 21:34:29 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-28 21:34:29 +0000
commitfd20ace384baff2bc4a6eee0995ecc156bb009e6 (patch)
treec16087461c48ea083f85e651f9469aab4e44b2ce /dev-libs/libticables
parentFixed dependency (Manifest recommit) (diff)
downloadgentoo-2-fd20ace384baff2bc4a6eee0995ecc156bb009e6.tar.gz
gentoo-2-fd20ace384baff2bc4a6eee0995ecc156bb009e6.tar.bz2
gentoo-2-fd20ace384baff2bc4a6eee0995ecc156bb009e6.zip
Moving from dev-libs to sci-libs
Diffstat (limited to 'dev-libs/libticables')
-rw-r--r--dev-libs/libticables/ChangeLog43
-rw-r--r--dev-libs/libticables/Manifest4
-rw-r--r--dev-libs/libticables/files/digest-libticables-3.8.61
-rw-r--r--dev-libs/libticables/libticables-3.8.6.ebuild42
-rw-r--r--dev-libs/libticables/metadata.xml5
5 files changed, 0 insertions, 95 deletions
diff --git a/dev-libs/libticables/ChangeLog b/dev-libs/libticables/ChangeLog
deleted file mode 100644
index e1fa222a46d9..000000000000
--- a/dev-libs/libticables/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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
-
diff --git a/dev-libs/libticables/Manifest b/dev-libs/libticables/Manifest
deleted file mode 100644
index 0ba8262298e5..000000000000
--- a/dev-libs/libticables/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 f434069419af3c050e775cbe7346b935 libticables-3.8.6.ebuild 1130
-MD5 ca010b5806399dd44bffb6eca5486ec6 ChangeLog 1518
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 3ff798f8e75c90793abe96a6d0d58658 files/digest-libticables-3.8.6 77
diff --git a/dev-libs/libticables/files/digest-libticables-3.8.6 b/dev-libs/libticables/files/digest-libticables-3.8.6
deleted file mode 100644
index a4c2b58c23b8..000000000000
--- a/dev-libs/libticables/files/digest-libticables-3.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 92273133d411e1c77358bce8ce00e284 libticables-3.8.6-gentoo.tar.bz2 425616
diff --git a/dev-libs/libticables/libticables-3.8.6.ebuild b/dev-libs/libticables/libticables-3.8.6.ebuild
deleted file mode 100644
index 6f0668e8e563..000000000000
--- a/dev-libs/libticables/libticables-3.8.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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."
-}
diff --git a/dev-libs/libticables/metadata.xml b/dev-libs/libticables/metadata.xml
deleted file mode 100644
index b229aec85b8f..000000000000
--- a/dev-libs/libticables/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-</pkgmetadata>