From 79697cde59d255670fa177dcacc0cd94907344a1 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Tue, 10 Jun 2003 13:34:49 +0000 Subject: cleanup --- gnome-extra/gtkhtml/Manifest | 6 +- gnome-extra/gtkhtml/files/digest-gtkhtml-1.1.7-r1 | 1 - gnome-extra/gtkhtml/gtkhtml-1.1.7-r1.ebuild | 140 ---------------------- 3 files changed, 2 insertions(+), 145 deletions(-) delete mode 100644 gnome-extra/gtkhtml/files/digest-gtkhtml-1.1.7-r1 delete mode 100644 gnome-extra/gtkhtml/gtkhtml-1.1.7-r1.ebuild (limited to 'gnome-extra/gtkhtml') diff --git a/gnome-extra/gtkhtml/Manifest b/gnome-extra/gtkhtml/Manifest index a28a2441c5b4..a8768ad93a99 100644 --- a/gnome-extra/gtkhtml/Manifest +++ b/gnome-extra/gtkhtml/Manifest @@ -1,7 +1,5 @@ MD5 2aebf76769bb82a7e87e576c51a1b114 ChangeLog 5183 -MD5 2c1bb133964782d429eccb795df6a711 gtkhtml-1.1.10.ebuild 4122 -MD5 82b06733e01c40af9c8940e96723a841 gtkhtml-1.1.7-r1.ebuild 3989 MD5 48a8a968a396ad0266fbb8bf1c7bf7b3 gtkhtml-1.1.8.ebuild 4064 -MD5 2da7540b316c5dfdd790869fdb2f4070 files/digest-gtkhtml-1.1.10 133 -MD5 622a600d2e18ba6b235183967a49888b files/digest-gtkhtml-1.1.7-r1 67 +MD5 2c1bb133964782d429eccb795df6a711 gtkhtml-1.1.10.ebuild 4122 MD5 e535d0844b7715ab85f1672f4882f7a8 files/digest-gtkhtml-1.1.8 67 +MD5 2da7540b316c5dfdd790869fdb2f4070 files/digest-gtkhtml-1.1.10 133 diff --git a/gnome-extra/gtkhtml/files/digest-gtkhtml-1.1.7-r1 b/gnome-extra/gtkhtml/files/digest-gtkhtml-1.1.7-r1 deleted file mode 100644 index bab517bf73ec..000000000000 --- a/gnome-extra/gtkhtml/files/digest-gtkhtml-1.1.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 83cd60ab9a108d2a0d65b3bf760affa4 gtkhtml-1.1.7.tar.bz2 1080066 diff --git a/gnome-extra/gtkhtml/gtkhtml-1.1.7-r1.ebuild b/gnome-extra/gtkhtml/gtkhtml-1.1.7-r1.ebuild deleted file mode 100644 index cf965536bd9f..000000000000 --- a/gnome-extra/gtkhtml/gtkhtml-1.1.7-r1.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.7-r1.ebuild,v 1.6 2003/02/13 12:21:05 vapier Exp $ - -IUSE="nls gnome" - -inherit gnome.org libtool - -MY_PV="`echo ${PV} | cut -d. -f1,2`" -S="${WORKDIR}/${P}" -DESCRIPTION="Lightweight HTML rendering/printing/editing engine." -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2 LGPL-2.1" -# This one lets gtkhtml-1.0 compiled stuff work, but some stuff do -# not compile, so not sure as to what to set SLOT to .. it could be -# that new versions will support 1.[12] of gtkhtml ... -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" - -RDEPEND=">=gnome-extra/gal-0.21 - =gnome-base/libghttp-1.0.9-r1 - >=dev-libs/libunicode-0.4-r1 - >=gnome-base/gnome-print-0.34 - >=gnome-base/bonobo-1.0.20 - nls? ( sys-devel/gettext - >=dev-util/intltool-0.11 ) - (9 Nov 2002) -conv_pkgconfig_confsh() { - - local pkgconfig_file="$1" - local confsh_file="${pkgconfig_file%%-*}Conf.sh" - local package_name="`echo ${pkgconfig_file%%-*} | awk '{print toupper($0)}'`" - local tmpfile="${T}/$$.env" - - [ "$#" -ne 1 ] && return 1 - [ ! -f ${D}/usr/lib/pkgconfig/${pkgconfig_file} ] && return 1 - - # Remove bogus info and convert to bash type file we can - # source ... - sed -e 's|: *|=|g' \ - -e '/^$/ d' \ - -e 's|$|"|g' \ - -e 's|=|="|g' \ - -e 's|Libs=|libs=|' \ - -e 's|Cflags=|cflags=|' \ - -e '/^Name.*/ d' \ - -e '/^Description.*/ d' \ - -e '/^Version.*/ d' \ - ${D}/usr/lib/pkgconfig/${pkgconfig_file} > ${tmpfile} - - source ${tmpfile} - - # Ok, generate our Conf.sh file - cat > ${D}/usr/lib/${confsh_file} < (9 Nov 2002) - conv_pkgconfig_confsh ${PN}-${MY_PV}.pc - - # Add some type of backward compat for libs... - fullname="`eval basename \`readlink ${D}/usr/lib/lib${PN}-${MY_PV}.so\``" - dosym ${fullname##*/} /usr/lib/lib${PN}.so - dosym ${fullname##*/} /usr/lib/lib${PN}.so.20 - - # For older apps to be able to find the data... - dosym '.' /usr/share/${PN}-${MY_PV}/${PN} - - dodoc AUTHORS COPYING* ChangeLog README NEWS TODO -} - -- cgit v1.2.3-65-gdbad