Moving from dev-libs to sci-libs
authorOlivier Fisette <ribosome@gentoo.org>
Tue, 28 Dec 2004 21:34:29 +0000 (21:34 +0000)
committerOlivier Fisette <ribosome@gentoo.org>
Tue, 28 Dec 2004 21:34:29 +0000 (21:34 +0000)
dev-libs/libticables/ChangeLog [deleted file]
dev-libs/libticables/Manifest [deleted file]
dev-libs/libticables/files/digest-libticables-3.8.6 [deleted file]
dev-libs/libticables/libticables-3.8.6.ebuild [deleted file]
dev-libs/libticables/metadata.xml [deleted file]

diff --git a/dev-libs/libticables/ChangeLog b/dev-libs/libticables/ChangeLog
deleted file mode 100644 (file)
index e1fa222..0000000
+++ /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 (file)
index 0ba8262..0000000
+++ /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 (file)
index a4c2b58..0000000
+++ /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 (file)
index 6f0668e..0000000
+++ /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 (file)
index b229aec..0000000
+++ /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>