diff options
author | 2004-03-31 08:24:13 +0000 | |
---|---|---|
committer | 2004-03-31 08:24:13 +0000 | |
commit | 4417415cf4359596a3970c4c881c0065eb7f9c83 (patch) | |
tree | fe16996fd0bcd8f18cb3e837214baa4957d2d4c3 /app-sci | |
parent | (no commit message) (diff) | |
download | historical-4417415cf4359596a3970c4c881c0065eb7f9c83.tar.gz historical-4417415cf4359596a3970c4c881c0065eb7f9c83.tar.bz2 historical-4417415cf4359596a3970c4c881c0065eb7f9c83.zip |
Cleanup
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/tilp/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/tilp/Manifest | 6 | ||||
-rw-r--r-- | app-sci/tilp/files/digest-tilp-6.06 | 1 | ||||
-rw-r--r-- | app-sci/tilp/files/digest-tilp-6.68 | 1 | ||||
-rw-r--r-- | app-sci/tilp/tilp-6.06.ebuild | 42 | ||||
-rw-r--r-- | app-sci/tilp/tilp-6.68.ebuild | 43 |
6 files changed, 6 insertions, 93 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/Manifest b/app-sci/tilp/Manifest index 25e541d30938..d371f5ff71df 100644 --- a/app-sci/tilp/Manifest +++ b/app-sci/tilp/Manifest @@ -1,11 +1,7 @@ -MD5 41426b058d5a540a19e25bf9193eedb0 tilp-6.68.ebuild 1272 MD5 386e1d3d556479fe041855f23149a42f tilp-6.09.ebuild 1195 -MD5 68f235644da8df2df40b9bcca1c89549 tilp-6.06.ebuild 1195 -MD5 9fed6c986f69d2ef5b3e3844fe62b3e7 ChangeLog 962 +MD5 3bf6c7b6e0b5e93c0dd5159a2e5d3957 ChangeLog 1064 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 f871207c39dea17b11dac8b494f5f24c tilp-6.68-r1.ebuild 1331 MD5 06d7047c0e38a61469e836701cd8e0e4 files/6.68-keepdir.patch 384 MD5 85eb0fa9a7b3fb2b8a27f8589b96dcaa files/digest-tilp-6.68-r1 62 -MD5 e63c3a7b61cdd7c36a01a074146ec93c files/digest-tilp-6.06 61 MD5 236baab42b2a15104005363c3b21f467 files/digest-tilp-6.09 61 -MD5 85eb0fa9a7b3fb2b8a27f8589b96dcaa files/digest-tilp-6.68 62 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 -} |