diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-29 14:35:01 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-29 14:35:01 +0000 |
commit | dff8dbb32ca2f9a70eff8b79d0ac75bdda7e1217 (patch) | |
tree | 8dc3ff24f9f913bd26247e308c17dcfe66be0b07 /app-sci/tilp | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-dff8dbb32ca2f9a70eff8b79d0ac75bdda7e1217.tar.gz gentoo-2-dff8dbb32ca2f9a70eff8b79d0ac75bdda7e1217.tar.bz2 gentoo-2-dff8dbb32ca2f9a70eff8b79d0ac75bdda7e1217.zip |
Fixing bug #40263
Diffstat (limited to 'app-sci/tilp')
-rw-r--r-- | app-sci/tilp/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/tilp/Manifest | 3 | ||||
-rw-r--r-- | app-sci/tilp/files/6.68-keepdir.patch | 12 | ||||
-rw-r--r-- | app-sci/tilp/files/digest-tilp-6.68-r1 | 1 | ||||
-rw-r--r-- | app-sci/tilp/tilp-6.68-r1.ebuild | 47 |
5 files changed, 71 insertions, 2 deletions
diff --git a/app-sci/tilp/ChangeLog b/app-sci/tilp/ChangeLog index b74aeea0728b..0d4633ee17f9 100644 --- a/app-sci/tilp/ChangeLog +++ b/app-sci/tilp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-sci/tilp -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/ChangeLog,v 1.3 2003/11/04 11:30:44 phosphan Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/ChangeLog,v 1.4 2004/03/29 14:35:01 phosphan Exp $ + +*tilp-6.68-r1 (29 Mar 2004) + + 29 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> tilp-6.68-r1.ebuild, + files/6.68-keepdir.patch: + Some changes because of bug #40263 *tilp-6.68 (04 Nov 2003) diff --git a/app-sci/tilp/Manifest b/app-sci/tilp/Manifest index 9d8cfa1a046b..d4590f703f35 100644 --- a/app-sci/tilp/Manifest +++ b/app-sci/tilp/Manifest @@ -3,6 +3,9 @@ MD5 386e1d3d556479fe041855f23149a42f tilp-6.09.ebuild 1195 MD5 68f235644da8df2df40b9bcca1c89549 tilp-6.06.ebuild 1195 MD5 c72283bb6a110a47eaeaf6f9e31643c8 ChangeLog 681 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 83db13bb3069d480196896d640cbca51 tilp-6.68-r1.ebuild 1261 +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/6.68-keepdir.patch b/app-sci/tilp/files/6.68-keepdir.patch new file mode 100644 index 000000000000..e0444106649c --- /dev/null +++ b/app-sci/tilp/files/6.68-keepdir.patch @@ -0,0 +1,12 @@ +diff -ruN src/tilp_plugin.c src2/tilp_plugin.c +--- src/tilp_plugin.c 2003-08-27 14:07:23.000000000 +0200 ++++ src2/tilp_plugin.c 2004-03-24 20:56:40.000000000 +0100 +@@ -157,6 +157,8 @@ + continue; + if (!strcmp(dirname, "..")) + continue; ++ if (!strcmp(dirname, ".keep")) ++ continue; + + plugin_info = query_plugin(inst_paths.plugin_dir, dirname); + if (plugin_info == NULL) diff --git a/app-sci/tilp/files/digest-tilp-6.68-r1 b/app-sci/tilp/files/digest-tilp-6.68-r1 new file mode 100644 index 000000000000..e0b42140aa11 --- /dev/null +++ b/app-sci/tilp/files/digest-tilp-6.68-r1 @@ -0,0 +1 @@ +MD5 42ae4134fb486e12a38744a52ab773a6 tilp-6.68.tar.gz 1136145 diff --git a/app-sci/tilp/tilp-6.68-r1.ebuild b/app-sci/tilp/tilp-6.68-r1.ebuild new file mode 100644 index 000000000000..102d49c676a4 --- /dev/null +++ b/app-sci/tilp/tilp-6.68-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2004 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-r1.ebuild,v 1.1 2004/03/29 14:35:01 phosphan Exp $ + +inherit eutils + +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-3.7.7 + >=dev-libs/libticalcs-4.4.4 + >=dev-libs/libtifiles-0.5.5 + app-text/dos2unix + =x11-libs/gtk+-2.2*" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-keepdir.patch +} + +src_compile() { + # Note the special option --with-fontpath-prefix below. + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --sysconfdir=/etc \ + --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 + keepdir /usr/lib/tilp +} |