summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-02-11 00:37:14 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-02-11 00:37:14 +0000
commit49fea17fa102fedc0ab8e1dd84e1e946fb1d3a1a (patch)
tree51b8c73313a9421146f398cf3bc10ddef96f73b0 /app-doc
parentmoved from USE flag tcltk to tk, see bug 17808 (diff)
downloadgentoo-2-49fea17fa102fedc0ab8e1dd84e1e946fb1d3a1a.tar.gz
gentoo-2-49fea17fa102fedc0ab8e1dd84e1e946fb1d3a1a.tar.bz2
gentoo-2-49fea17fa102fedc0ab8e1dd84e1e946fb1d3a1a.zip
Remove vulnerable version for bug #163989.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/chmlib/ChangeLog6
-rw-r--r--app-doc/chmlib/chmlib-0.38.ebuild61
-rw-r--r--app-doc/chmlib/files/digest-chmlib-0.383
-rw-r--r--app-doc/chmlib/metadata.xml1
4 files changed, 5 insertions, 66 deletions
diff --git a/app-doc/chmlib/ChangeLog b/app-doc/chmlib/ChangeLog
index ac6db956d699..30ba240ab154 100644
--- a/app-doc/chmlib/ChangeLog
+++ b/app-doc/chmlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-doc/chmlib
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/ChangeLog,v 1.26 2007/01/30 15:51:41 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/ChangeLog,v 1.27 2007/02/11 00:37:14 dirtyepic Exp $
+
+ 11 Feb 2007; Ryan Hill <dirtyepic@gentoo.org> metadata.xml,
+ -chmlib-0.38.ebuild:
+ Remove vulnerable version for bug #163989.
30 Jan 2007; Steve Dibb <beandog@gentoo.org> chmlib-0.39.ebuild:
amd64 stable, security bug 163989
diff --git a/app-doc/chmlib/chmlib-0.38.ebuild b/app-doc/chmlib/chmlib-0.38.ebuild
deleted file mode 100644
index 7ec36c1ccc42..000000000000
--- a/app-doc/chmlib/chmlib-0.38.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/chmlib-0.38.ebuild,v 1.3 2006/08/09 17:11:30 dertobi123 Exp $
-
-inherit eutils multilib flag-o-matic versionator
-
-DESCRIPTION="Library for MS CHM (compressed html) file format plus extracting and http server utils"
-HOMEPAGE="http://66.93.236.84/~jedwin/projects/chmlib/"
-SRC_URI="http://66.93.236.84/~jedwin/projects/chmlib/${P}.tar.gz"
-DEPEND=">=sys-apps/sed-4"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86"
-IUSE=""
-
-MY_PV=$(get_version_component_range 1-2 )
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -r "s,(\\\$\\{INSTALLPREFIX\\}),\${DESTDIR}\\1,g;
- s,@LIBTOOL@,libtool,g;
- s,(\\\$\\{INSTALLPREFIX\\})/lib,\1/$(get_libdir),g" \
- Makefile.in || die "sed failed"
-
- if [ "${ARCH}" = "ppc" ]; then
- # In this case it is safe to take this rather
- # stupid action =)
- sed -i "s:__i386__:__powerpc__:" src/chm_lib.c
- fi
-
- if [ "${ARCH}" == "hppa" ]; then
- sed -i "s:__i386__:__hppa__:" src/chm_lib.c
- fi
-}
-
-
-src_compile() {
- append-flags "-L${S}/src/.libs"
-
- econf --enable-examples=yes|| die "econf failed"
- emake || die
-}
-
-src_install() {
- #Make expects to find these dirs.
- dodir /usr/bin
- dodir /usr/$(get_libdir)
- dodir /usr/include
- dodir /usr/share/doc/${PF}/examples/
-
- make install DESTDIR=${D}
-
- #Install examples as well.
- insinto /usr/share/doc/${PF}/examples/
- doins src/test_chmLib.c src/enum_chmLib.c src/chm_http.c
-
- dodoc AUTHORS NEWS README
-}
diff --git a/app-doc/chmlib/files/digest-chmlib-0.38 b/app-doc/chmlib/files/digest-chmlib-0.38
deleted file mode 100644
index 29bde8f05210..000000000000
--- a/app-doc/chmlib/files/digest-chmlib-0.38
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3c542e5759e5559ec507186d6b0b1cfc chmlib-0.38.tar.gz 356286
-RMD160 ed91f650591ebaf6bffeb3a3ca8c51bbb9e6540b chmlib-0.38.tar.gz 356286
-SHA256 612460bdac8e418a22653450dac56360cac8d97b396029481f7b1da0c3f7714b chmlib-0.38.tar.gz 356286
diff --git a/app-doc/chmlib/metadata.xml b/app-doc/chmlib/metadata.xml
index af7c60941576..2f7c119e8cd6 100644
--- a/app-doc/chmlib/metadata.xml
+++ b/app-doc/chmlib/metadata.xml
@@ -5,6 +5,5 @@
<maintainer>
<email>dirtyepic@gentoo.org</email>
<name>Ryan Hill</name>
- <description>feel free to make any needed changes to this package</description>
</maintainer>
</pkgmetadata>