diff options
author | 2003-08-11 00:53:55 +0000 | |
---|---|---|
committer | 2003-08-11 00:53:55 +0000 | |
commit | a134d62b2e93a81f5034a8a6da084cfce76caea2 (patch) | |
tree | c43e4e9c2f2001d63b6a95d602f8a9b2980e4b1e /gnome-extra/libgtkhtml | |
parent | New version. (diff) | |
download | historical-a134d62b2e93a81f5034a8a6da084cfce76caea2.tar.gz historical-a134d62b2e93a81f5034a8a6da084cfce76caea2.tar.bz2 historical-a134d62b2e93a81f5034a8a6da084cfce76caea2.zip |
New version.
Diffstat (limited to 'gnome-extra/libgtkhtml')
-rw-r--r-- | gnome-extra/libgtkhtml/Manifest | 4 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.8 | 1 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.0.8.ebuild | 51 |
3 files changed, 54 insertions, 2 deletions
diff --git a/gnome-extra/libgtkhtml/Manifest b/gnome-extra/libgtkhtml/Manifest index 874b1fe6e78f..66fe2b73d437 100644 --- a/gnome-extra/libgtkhtml/Manifest +++ b/gnome-extra/libgtkhtml/Manifest @@ -1,4 +1,4 @@ -MD5 03477f6c3ebc30564756908f3580aa54 ChangeLog 5093 +MD5 59a2ea39447c11f9d220f8e6454105e6 ChangeLog 5219 MD5 eccf98bc3b301df70dd18bcc9b94440b libgtkhtml-2.2.1.ebuild 803 MD5 9d4a5e87c67aacffa30e6b935d139f9a libgtkhtml-3.0.4.ebuild 1920 MD5 a98a27c7ff7d616fdd134e1cb90d3007 libgtkhtml-2.0.2.ebuild 735 @@ -7,7 +7,7 @@ MD5 d7d1b6193962bc53e948a83db0033bbd libgtkhtml-3.0.5.ebuild 1929 MD5 5a51eb355e6280e5561775ef4b125731 libgtkhtml-3.0.7.ebuild 1387 MD5 4b66633ff9275bc92b181d8bdccc1cea libgtkhtml-2.2.4.ebuild 852 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 d1741cebd72ba36e0797a2bdc182360d libgtkhtml-3.0.8.ebuild 1387 +MD5 0964103b683c91ce38d4821102b8e5d1 libgtkhtml-3.0.8.ebuild 1384 MD5 470c04d01c1c093ee1439465a3c650ea files/digest-libgtkhtml-2.2.1 69 MD5 1550372a31c190050da919422b6bf051 files/digest-libgtkhtml-3.0.4 67 MD5 59cd7ffde71d082b5c68834945dc71cc files/digest-libgtkhtml-2.2.3 69 diff --git a/gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.8 b/gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.8 new file mode 100644 index 000000000000..e89e703e2c13 --- /dev/null +++ b/gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.8 @@ -0,0 +1 @@ +MD5 ef54e1dd447f3e4e00ad11e18326fb92 gtkhtml-3.0.8.tar.bz2 1034139 diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.8.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.8.ebuild new file mode 100644 index 000000000000..ea2db12f12cc --- /dev/null +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.0.8.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.8.ebuild,v 1.1 2003/08/11 00:53:14 azarah Exp $ + +inherit gnome2 + +MY_P=${P/lib/} +MY_PN=${PN/lib/} +DESCRIPTION="Lightweight HTML Rendering/Printing/Editing Engine" +HOMEPAGE="http://www.gnome.org/" + +# stolen from gnome.org eclass because it support this one-off name-mangling + +[ -z "${GNOME_TARBALL_SUFFIX}" ] && export GNOME_TARBALL_SUFFIX="bz2" +PVP=($(echo " $PV " | sed 's:[-\._]: :g')) +SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.${GNOME_TARBALL_SUFFIX}" +LICENSE="GPL-2" +SLOT="3" +KEYWORDS="~x86 ~ppc ~sparc ~hppa" +IUSE="" + +S=${WORKDIR}/${MY_P} + +RDEPEND=">=gnome-extra/gal-1.99.9 + >=net-libs/libsoup-1.99.23 + >=gnome-base/libgnomeui-2.2 + >=gnome-base/libgnomeprint-2.2 + >=gnome-base/libgnomeprintui-2.2.1 + >=gnome-base/libbonoboui-2.0 + >=gnome-base/bonobo-activation-2.0 + >=gnome-base/libbonobo-2.0 + >=gnome-base/ORBit2-2.5.6 + >=gnome-base/gnome-vfs-2.1 + >=gnome-base/gail-1.1 + >=dev-libs/libxml2-2.5" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +USE_DESTDIR="1" +SCROLLKEEPER_UPDATE="0" +ELTCONF="--reverse-deps" + +src_compile() { + gnome2_src_configure + + EPATCH_OPTS="${S}/libtool" + epatch ${FILESDIR}/${PN}-3.0.7-libtool.patch + + emake || die "make failed" +} |