diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-02-04 17:26:43 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-02-04 17:26:43 +0000 |
commit | ac5ac89ced1ed688a979890d4528195ad71aa2d0 (patch) | |
tree | cdf6be73d3459be04f008c501ff9fab96e863e79 /sci-libs | |
parent | sci-calculators/tilp2: in gentoo-x86 (diff) | |
download | sunrise-reviewed-ac5ac89ced1ed688a979890d4528195ad71aa2d0.tar.gz sunrise-reviewed-ac5ac89ced1ed688a979890d4528195ad71aa2d0.tar.bz2 sunrise-reviewed-ac5ac89ced1ed688a979890d4528195ad71aa2d0.zip |
sci-libs/libticables2: in gentoo-x86
svn path=/sunrise/; revision=7850
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libticables2/ChangeLog | 43 | ||||
-rw-r--r-- | sci-libs/libticables2/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/libticables2/libticables2-1.2.0.ebuild | 38 | ||||
-rw-r--r-- | sci-libs/libticables2/metadata.xml | 5 |
4 files changed, 0 insertions, 90 deletions
diff --git a/sci-libs/libticables2/ChangeLog b/sci-libs/libticables2/ChangeLog deleted file mode 100644 index f2b20fe82..000000000 --- a/sci-libs/libticables2/ChangeLog +++ /dev/null @@ -1,43 +0,0 @@ -# ChangeLog for sci-libs/libticables2 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 15 Jan 2008; Christian Helbling <helch@gmx.ch> -libticables2-1.0.9.ebuild, - +libticables2-1.2.0.ebuild: - Version bump - - 05 Jan 2008; Jakub Moc <jakub@gentoo.org> libticables2-1.0.9.ebuild: - pam_console is dead and burried - - 22 Sep 2007; Christian Helbling <helch@gmx.ch> -libticables2-1.0.5.ebuild, - +libticables2-1.0.9.ebuild: - version bump - - 15 Jun 2007; Christian Helbling <helch@gmx.ch> +libticables2-1.0.5.ebuild, - -libticables2-20061030.ebuild: - Version bump. Better version numbers. - - 03 Dec 2006; Stefan Schweizer <genstef@gentoo.org> - -libticables2-20060723.ebuild, libticables2-20061030.ebuild: - fix whitespace, remove old - - 02 Dec 2006; Christian Helbling <helch@gmx.ch> - +libticables2-20061030.ebuild: - Version bump - - 11 Nov 2006; Jakub Moc <jakub@gentoo.org> libticables2-20060723.ebuild: - Quoting, fix RDEPEND on gettext, cosmetics - - 10 Nov 2006; Christian Helbling <helch@gmx.ch> - +files/60-libticables.perms, libticables2-20060723.ebuild, - +files/60-libticables.rules: - Added pam_console use flag - - 11 Sep 2006; Stefan Schweizer <genstef@gentoo.org> - libticables2-20060723.ebuild: - useflags only work when it is possible to disable linking while compiling - - 04 Sep 2006; Christian Helbling <helch@gmx.ch> - +libticables2-20060723.ebuild, +metadata.xml: - New ebuild for bug 146028 - diff --git a/sci-libs/libticables2/Manifest b/sci-libs/libticables2/Manifest deleted file mode 100644 index b70c38b2a..000000000 --- a/sci-libs/libticables2/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST libticables2-1.2.0.tar.bz2 416424 RMD160 be6c1c092f2d852e9d38fe3481d6836729c6dc27 SHA1 62063f92bc9222928e76a455e9bb315b514db253 SHA256 03fe2d10023685b59f134de120f047c1cb0c6b5e123fdb613cd707074279b11a -EBUILD libticables2-1.2.0.ebuild 884 RMD160 2367d9bf2c40979ebd494a3f725132408cac5531 SHA1 f39114c3daa9a48c664f5e75ab83f5125467aac3 SHA256 9071d29695b1084ef862b6699b7131c1e5bb8d16572e1460d5fd71584d317baf -MISC ChangeLog 1448 RMD160 122a3234ca488fc4d24c6154c8465b50e25e69ee SHA1 07d4d165fee74d4978edd4606abeafdacbd0708f SHA256 efb17305282ebd725b5f3ceeb67c0c3060d7bda525b037c9449eee99ee5cf138 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sci-libs/libticables2/libticables2-1.2.0.ebuild b/sci-libs/libticables2/libticables2-1.2.0.ebuild deleted file mode 100644 index 6ce0bcb63..000000000 --- a/sci-libs/libticables2/libticables2-1.2.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils toolchain-funcs - -DESCRIPTION="library to handle different link cables for TI calculators" -HOMEPAGE="http://lpg.ticalc.org/prj_tilp/" -SRC_URI="mirror://sourceforge/gtktiemu/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -DEPEND=">=dev-libs/glib-2.4.0 - dev-libs/libusb - nls? ( sys-devel/gettext )" - -RDEPEND=">=dev-libs/glib-2 - dev-libs/libusb - nls? ( virtual/libintl )" - -src_compile() { - econf $(use_enable nls) - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS LOGO NEWS README ChangeLog docs/api.txt - dohtml docs/html/* -} - -pkg_postinst() { - elog "Please read README in /usr/share/doc/${PF}" - elog "if you encounter any problem with a link cable" -} diff --git a/sci-libs/libticables2/metadata.xml b/sci-libs/libticables2/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/sci-libs/libticables2/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>maintainer-wanted</herd> -</pkgmetadata> |