summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-12-03 14:51:10 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-12-03 14:51:10 +0000
commita70ff168b944f9cbcec32f74de183f49cb49d4d6 (patch)
treec39d5beee1ca005d1a62caf3944b1129e3287947 /app-sci
parentcleanup (diff)
downloadhistorical-a70ff168b944f9cbcec32f74de183f49cb49d4d6.tar.gz
historical-a70ff168b944f9cbcec32f74de183f49cb49d4d6.tar.bz2
historical-a70ff168b944f9cbcec32f74de183f49cb49d4d6.zip
purging insecure versions
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/tilp/ChangeLog7
-rw-r--r--app-sci/tilp/Manifest13
-rw-r--r--app-sci/tilp/files/6.74-makefile-desktop.patch16
-rw-r--r--app-sci/tilp/files/6.74-makefile.patch65
-rw-r--r--app-sci/tilp/files/digest-tilp-6.68-r21
-rw-r--r--app-sci/tilp/files/digest-tilp-6.741
-rw-r--r--app-sci/tilp/files/formatbug.patch19
-rw-r--r--app-sci/tilp/tilp-6.68-r2.ebuild50
-rw-r--r--app-sci/tilp/tilp-6.74.ebuild53
9 files changed, 9 insertions, 216 deletions
diff --git a/app-sci/tilp/ChangeLog b/app-sci/tilp/ChangeLog
index 47494611d92f..02a259d5d15a 100644
--- a/app-sci/tilp/ChangeLog
+++ b/app-sci/tilp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-sci/tilp
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/ChangeLog,v 1.13 2004/12/02 10:16:31 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/ChangeLog,v 1.14 2004/12/03 14:51:10 phosphan Exp $
+
+ 03 Dec 2004; Patrick Kursawe <phosphan@gentoo.org>
+ -files/6.74-makefile-desktop.patch, -files/6.74-makefile.patch,
+ -files/formatbug.patch, -tilp-6.68-r2.ebuild, -tilp-6.74.ebuild:
+ Removing insecure older versions
02 Dec 2004; Lars Weiler <pylon@gentoo.org> tilp-6.76.ebuild:
Stable on ppc. See bug #68712.
diff --git a/app-sci/tilp/Manifest b/app-sci/tilp/Manifest
index 78e6ee17d060..9712ac70ec2b 100644
--- a/app-sci/tilp/Manifest
+++ b/app-sci/tilp/Manifest
@@ -1,14 +1,7 @@
-MD5 429ce8f7f9ec8520a8862b5feda45756 tilp-6.68-r2.ebuild 1377
-MD5 84fe1fde0b7f620e979a3a643fe3aa8a ChangeLog 2311
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 1cef7468aa785a6211ba6931363a06a4 tilp-6.74.ebuild 1361
MD5 e052047db28160e93c40cb970c8dbb37 tilp-6.76.ebuild 1398
-MD5 f235d3d15c4b0687241a0c4b3d0d9013 files/formatbug.patch 492
-MD5 85eb0fa9a7b3fb2b8a27f8589b96dcaa files/digest-tilp-6.68-r2 62
-MD5 bc48a68d03eb437fcd76f7bd8993fac8 files/6.74-makefile-desktop.patch 706
-MD5 19f22f6cd7f216bca36431149033c082 files/6.74-makefile.patch 2495
-MD5 41f9e0437c9b7230232d5cc7c5c6df59 files/digest-tilp-6.74 62
+MD5 fe9cedbc0aed55f076f916c37a970f17 ChangeLog 2536
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
+MD5 19f22f6cd7f216bca36431149033c082 files/6.76-makefile.patch 2495
MD5 06d7047c0e38a61469e836701cd8e0e4 files/keepdir.patch 384
MD5 bc48a68d03eb437fcd76f7bd8993fac8 files/6.76-makefile-desktop.patch 706
-MD5 19f22f6cd7f216bca36431149033c082 files/6.76-makefile.patch 2495
MD5 708836f6ae250add32825e8e7595d9b1 files/digest-tilp-6.76 62
diff --git a/app-sci/tilp/files/6.74-makefile-desktop.patch b/app-sci/tilp/files/6.74-makefile-desktop.patch
deleted file mode 100644
index ce7c30cd64ec..000000000000
--- a/app-sci/tilp/files/6.74-makefile-desktop.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- desktop/Makefile.in 2004-06-29 17:02:14.000000000 -0400
-+++ desktop/Makefile.in.new 2004-08-22 00:25:48.029609736 -0400
-@@ -340,8 +340,11 @@
- @echo "---";
-
- @echo Installing Gnome VFS MIME magic patterns...
-- @if ! grep "\*\*TI" /etc/gnome-vfs-mime-magic; then \
-- cat gnome/gnome-vfs-mime-magic >> /etc/gnome-vfs-mime-magic; \
-+ @if ! grep "\*\*TI" $(sysconfdir)/gnome-vfs-mime-magic; then \
-+ cp $(sysconfdir)/gnome-vfs-mime-magic .; \
-+ cat gnome/gnome-vfs-mime-magic >> gnome-vfs-mime-magic; \
-+ cp gnome-vfs-mime-magic $(DESTDIR)$(sysconfdir)/gnome-vfs-mime-magic; \
-+ cp gnome-vfs-mime-magic $(DESTDIR)$(sysconfdir)/pokpok; \
- fi;
-
- @echo Installing application registry in Gnome...
diff --git a/app-sci/tilp/files/6.74-makefile.patch b/app-sci/tilp/files/6.74-makefile.patch
deleted file mode 100644
index e13924980428..000000000000
--- a/app-sci/tilp/files/6.74-makefile.patch
+++ /dev/null
@@ -1,65 +0,0 @@
---- /tmp/tilp-6.74/desktop/Makefile.in 2004-06-29 23:02:14.000000000 +0200
-+++ ./desktop/Makefile.in 2004-08-14 14:20:51.929766560 +0200
-@@ -331,9 +331,15 @@
-
-
- install: $(FILES)
-+ @mkdir $(DESTDIR)$(sysconfdir);
- @echo Installing magic local data for file\(1\) command...
-- @if ! grep "\*\*TI85\*\*" /etc/magic; then \
-- cat others/magic >> /etc/magic; \
-+ @if ! grep "\*\*TI85\*\*" $(sysconfdir)/magic; \
-+ then \
-+ mkdir etc; \
-+ rm etc/magic; \
-+ cp $(sysconfdir)/magic etc/; \
-+ cat others/magic >> etc/magic; \
-+ $(INSTALL_DATA) etc/magic $(DESTDIR)$(sysconfdir)/magic; \
- fi;
- @echo Done.
-
-@@ -345,29 +351,35 @@
- fi;
-
- @echo Installing application registry in Gnome...
-- @$(INSTALL) -m644 gnome/tilp.applications /usr/share/application-registry
-+ @mkdir -p $(DESTDIR)/usr/share/application-registry/
-+ @$(INSTALL) -m644 gnome/tilp.applications $(DESTDIR)/usr/share/application-registry
-
- @echo Installing file and icons handling in Gnome...
-- @$(INSTALL) -m644 gnome/tilp.keys /usr/share/mime-info
-- @$(INSTALL) -m644 gnome/tilp.mime /usr/share/mime-info
-+ @mkdir -p $(DESTDIR)/usr/share/mime-info;
-+ @$(INSTALL) -m644 gnome/tilp.keys $(DESTDIR)/usr/share/mime-info
-+ @$(INSTALL) -m644 gnome/tilp.mime $(DESTDIR)/usr/share/mime-info
-
- @echo Installing TiLP menu entry in Gnome...
-- @$(INSTALL) -m644 gnome/TiLP.desktop /usr/share/applications
-+ @mkdir -p $(DESTDIR)/usr/share/applications
-+ @$(INSTALL) -m644 gnome/TiLP.desktop $(DESTDIR)/usr/share/applications
- @echo Done.
-
- @echo "---";
-
- @echo Installing KMimeMagic local data...
-- @if ! grep "\*\*TI85" /usr/share/mimelnk/magic; then \
-- cat kde/magic >> /usr/share/mimelnk/magic; \
-+
-+#confusing kde mime type resolution
-+# @if ! grep "\*\*TI85" /usr/share/mimelnk/magic; then \
-+ cat kde/magic >> $(DESTDIR)/usr/share/mimelnk/magic; \
- fi;
-
- @echo Installing TiLP menu entry in KDE...
-- @$(INSTALL) -d /usr/share/applnk/Edutainment/Mathematics
-- @$(INSTALL) -m644 kde/tilp.desktop /usr/share/applnk/Edutainment/Mathematics/
-+ @$(INSTALL) -d $(DESTDIR)/usr/share/applnk/Edutainment/Mathematics
-+ @$(INSTALL) -m644 kde/tilp.desktop $(DESTDIR)/usr/share/applnk/Edutainment/Mathematics/
-
- @echo Installing file and icons handling in KDE...
-- @$(INSTALL) -m644 kde/x-tilp.desktop /usr/share/mimelnk/application
-+ @mkdir -p $(DESTDIR)/usr/share/mimelnk/application
-+ @$(INSTALL) -m644 kde/x-tilp.desktop $(DESTDIR)/usr/share/mimelnk/application
- @echo Done.
-
- uninstall: $(FILES)
diff --git a/app-sci/tilp/files/digest-tilp-6.68-r2 b/app-sci/tilp/files/digest-tilp-6.68-r2
deleted file mode 100644
index e0b42140aa11..000000000000
--- a/app-sci/tilp/files/digest-tilp-6.68-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 42ae4134fb486e12a38744a52ab773a6 tilp-6.68.tar.gz 1136145
diff --git a/app-sci/tilp/files/digest-tilp-6.74 b/app-sci/tilp/files/digest-tilp-6.74
deleted file mode 100644
index a1acae9d17aa..000000000000
--- a/app-sci/tilp/files/digest-tilp-6.74
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8eb0003297566519350859cde5f25202 tilp-6.74.tar.gz 1183610
diff --git a/app-sci/tilp/files/formatbug.patch b/app-sci/tilp/files/formatbug.patch
deleted file mode 100644
index a291b189cc8b..000000000000
--- a/app-sci/tilp/files/formatbug.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/labels.c 2004-04-13 17:24:24.776604127 +0200
-+++ src/labels.c.new 2004-04-13 17:36:08.597643469 +0200
-@@ -35,10 +35,12 @@
- if (i == j)
- return s;
- i = (gchar *) strchr(i + 1, DIR_SEPARATOR_C); // second slash
-- *i = '\0';
-- strcat(s, DIR_SEPARATOR_S);
-- strcat(s, "...");
-- strcat(s, buf);
-+ if((i-s+1)+5+strlen(buf) <= strlen(s)) { // only modify if new version is shorter
-+ *i = '\0';
-+ strcat(s, DIR_SEPARATOR_S);
-+ strcat(s, "...");
-+ strcat(s, buf);
-+ }
- return s;
- }
-
diff --git a/app-sci/tilp/tilp-6.68-r2.ebuild b/app-sci/tilp/tilp-6.68-r2.ebuild
deleted file mode 100644
index 6bfc10e437dc..000000000000
--- a/app-sci/tilp/tilp-6.68-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/tilp-6.68-r2.ebuild,v 1.5 2004/08/22 19:25:29 ribosome 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
- >=gnome-base/libglade-2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/keepdir.patch
- epatch ${FILESDIR}/formatbug.patch
-}
-
-src_compile() {
- # Note the special option --with-fontpath-prefix below.
- sed -e 's/GTK_DISABLE_DEPRECATED/GTK_DEPRECATED/g' -i src/Makefile.in
- ./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
-}
diff --git a/app-sci/tilp/tilp-6.74.ebuild b/app-sci/tilp/tilp-6.74.ebuild
deleted file mode 100644
index f9604428906e..000000000000
--- a/app-sci/tilp/tilp-6.74.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tilp/tilp-6.74.ebuild,v 1.2 2004/09/03 15:28:15 dholm Exp $
-
-inherit eutils
-
-DESCRIPTION="TiLP - A linking program for Texas Instruments' graphing calculators"
-HOMEPAGE="http://tilp.info/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="nls"
-
-DEPEND=">=dev-libs/libticables-3.8.6
- >=dev-libs/libticalcs-4.5.3
- >=dev-libs/libtifiles-0.5.9
- app-text/dos2unix
- >=x11-libs/gtk+-2
- >=gnome-base/libglade-2
- nls? sys-devel/gettext"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-makefile.patch
- epatch ${FILESDIR}/${PV}-makefile-desktop.patch
- epatch ${FILESDIR}/keepdir.patch
-}
-
-src_compile() {
- # Note the special option --with-fontpath-prefix below.
- cd ${WORKDIR}/${P}/
- ./configure \
- $(use_enable nls) \
- --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
-
- emake || die
-}
-
-src_install() {
- # The SHARE_DIR is required since it isn't set properly in a makefile.
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog NEWS README README.linux RELEASE THANKS TODO
- keepdir /usr/lib/tilp
-}