summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-03-31 08:24:13 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-03-31 08:24:13 +0000
commita2e68842134077b238373449e8bf309fc2535a61 (patch)
tree9de2f735d1f844b2d8af2b34f20fb5ee29ae5aad /app-sci/tilp
parent (Manifest recommit) (diff)
downloadgentoo-2-a2e68842134077b238373449e8bf309fc2535a61.tar.gz
gentoo-2-a2e68842134077b238373449e8bf309fc2535a61.tar.bz2
gentoo-2-a2e68842134077b238373449e8bf309fc2535a61.zip
Cleanup
Diffstat (limited to 'app-sci/tilp')
-rw-r--r--app-sci/tilp/ChangeLog6
-rw-r--r--app-sci/tilp/files/digest-tilp-6.061
-rw-r--r--app-sci/tilp/files/digest-tilp-6.681
-rw-r--r--app-sci/tilp/tilp-6.06.ebuild42
-rw-r--r--app-sci/tilp/tilp-6.68.ebuild43
5 files changed, 5 insertions, 88 deletions
diff --git a/app-sci/tilp/ChangeLog b/app-sci/tilp/ChangeLog
index 91a3aabfcdf8..6722d7b22202 100644
--- a/app-sci/tilp/ChangeLog
+++ b/app-sci/tilp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/tilp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/ChangeLog,v 1.5 2004/03/30 10:10:13 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/ChangeLog,v 1.6 2004/03/31 08:24:13 phosphan Exp $
+
+ 31 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> tilp-6.06.ebuild,
+ tilp-6.68.ebuild:
+ Cleanup
30 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> tilp-6.68-r1.ebuild:
Fixing for gtk 2.4, see bug #45599
diff --git a/app-sci/tilp/files/digest-tilp-6.06 b/app-sci/tilp/files/digest-tilp-6.06
deleted file mode 100644
index 423cc3ee07fc..000000000000
--- a/app-sci/tilp/files/digest-tilp-6.06
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1a5ec1211b9c53fd20b1203a9b4106b4 tilp-6.06.tar.gz 754867
diff --git a/app-sci/tilp/files/digest-tilp-6.68 b/app-sci/tilp/files/digest-tilp-6.68
deleted file mode 100644
index e0b42140aa11..000000000000
--- a/app-sci/tilp/files/digest-tilp-6.68
+++ /dev/null
@@ -1 +0,0 @@
-MD5 42ae4134fb486e12a38744a52ab773a6 tilp-6.68.tar.gz 1136145
diff --git a/app-sci/tilp/tilp-6.06.ebuild b/app-sci/tilp/tilp-6.06.ebuild
deleted file mode 100644
index 9eefd2a05e6b..000000000000
--- a/app-sci/tilp/tilp-6.06.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/tilp-6.06.ebuild,v 1.5 2003/11/04 11:30:44 phosphan Exp $
-
-DESCRIPTION="TiLP is a linking program for Texas Instruments' graphing calculators."
-HOMEPAGE="http://tilp.sourceforge.net/"
-
-SRC_URI="mirror://sourceforge/tilp/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-# Only tested on x86 so far...
-KEYWORDS="x86"
-IUSE=""
-DEPEND="dev-libs/libticables
- dev-libs/libticalcs
- dev-libs/libtifiles
- =x11-libs/gtk+-1.2*"
-
-src_compile() {
- # Note the special option --with-fontpath-prefix below.
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-fontpath-prefix=${D}/usr/X11R6/lib/X11/fonts \
- --enable-exit-homedir || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README* RELEASE THANKS TODO
-}
-
-pkg_postinst() {
- # TiLP installs a font into /usr/X11R6/lib/X11/fonts/misc, so I'm running
- # mkfontdir here to update the system
- mkfontdir -- /usr/X11R6/lib/X11/fonts/misc
-}
diff --git a/app-sci/tilp/tilp-6.68.ebuild b/app-sci/tilp/tilp-6.68.ebuild
deleted file mode 100644
index b8549ddfecb0..000000000000
--- a/app-sci/tilp/tilp-6.68.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/tilp-6.68.ebuild,v 1.1 2003/11/04 11:30:44 phosphan Exp $
-
-DESCRIPTION="TiLP is a linking program for Texas Instruments' graphing calculators."
-HOMEPAGE="http://tilp.sourceforge.net/"
-
-SRC_URI="mirror://sourceforge/tilp/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-libs/libticables
- dev-libs/libticalcs
- dev-libs/libtifiles
- app-text/dos2unix
- =x11-libs/gtk+-2.2*"
-
-src_compile() {
- # Note the special option --with-fontpath-prefix below.
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-fontpath-prefix=${D}/usr/X11R6/lib/X11/fonts \
- --enable-exit-homedir || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- # the SHARE_DIR is required cause it isn't set properly in a makefile
- einstall SHARE_DIR=${D}/usr/share/tilp || die
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README* RELEASE THANKS TODO
-}
-
-pkg_postinst() {
- # TiLP installs a font into /usr/X11R6/lib/X11/fonts/misc, so I'm running
- # mkfontdir here to update the system
- mkfontdir -- /usr/X11R6/lib/X11/fonts/misc
-}