diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-11 22:05:43 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-11 22:05:43 +0000 |
commit | e16d5010d7897c9ab270b1a4f63a19307e806943 (patch) | |
tree | 488c753de57038af47818644ed6987fa41fa4b88 /gnome-extra | |
parent | new version for evo, see changelog for more info (diff) | |
download | gentoo-2-e16d5010d7897c9ab270b1a4f63a19307e806943.tar.gz gentoo-2-e16d5010d7897c9ab270b1a4f63a19307e806943.tar.bz2 gentoo-2-e16d5010d7897c9ab270b1a4f63a19307e806943.zip |
new version for evo, see changelog for more info
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgtkhtml/ChangeLog | 15 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/Manifest | 5 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.7 | 1 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/files/libgtkhtml-3.0.7-libtool.patch | 20 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.0.7.ebuild | 48 |
5 files changed, 86 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog index 7a2fae1254be..95feb91556f2 100644 --- a/gnome-extra/libgtkhtml/ChangeLog +++ b/gnome-extra/libgtkhtml/ChangeLog @@ -1,6 +1,19 @@ # ChangeLog for gnome-extra/libgtkhtml # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.33 2003/07/04 19:57:57 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.34 2003/07/11 22:03:26 liquidx Exp $ + +*libgtkhtml-3.0.7 (11 Jul 2003) + + 11 Jul 2003; Alastair Tse <liquidx@gentoo.org> libgtkhtml-3.0.7.ebuild, + files/libgtkhtml-3.0.7-libtool.patch: + finally! i have gotten to the bottom of this libtool fiasco. right now i've + replaced the ugly hack with a less ugly, yet still hacky way of dealing with + the strange reverse-deps patch from the libtool.eclass. this way, the + dependencies don't get stripped out but we still get the added benefit of it + reversing the -L search path. if any libtool geniuses find a better way, + let me know. + + oh, and version bumped. 01 Jul 2003; Jason Wever <weeve@gentoo.org> libgtkhtml-3.0.5.ebuild: Added ~sparc to keywords to fix bug #23793. diff --git a/gnome-extra/libgtkhtml/Manifest b/gnome-extra/libgtkhtml/Manifest index 3bdcee264d7e..5808b275aa0c 100644 --- a/gnome-extra/libgtkhtml/Manifest +++ b/gnome-extra/libgtkhtml/Manifest @@ -1,4 +1,4 @@ -MD5 c41b1804b7355b1cdbaaa52c5def3586 ChangeLog 4323 +MD5 1148e97004c9547985564ce69a4e5c8a ChangeLog 4899 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 992c9f1c51d87cbb85e72f239b02f845 libgtkhtml-2.2.1.ebuild 805 MD5 a98a27c7ff7d616fdd134e1cb90d3007 libgtkhtml-2.0.2.ebuild 735 @@ -6,7 +6,7 @@ MD5 34a372a1c6d00cd4f7477ea13c7947ad libgtkhtml-2.2.3.ebuild 811 MD5 9d4a5e87c67aacffa30e6b935d139f9a libgtkhtml-3.0.4.ebuild 1920 MD5 072cbd1bcab323a170025863f75d75d2 libgtkhtml-3.0.5.ebuild 1932 MD5 14bb65ca2fbe85961b2cebcaf7314460 libgtkhtml-2.2.4.ebuild 844 -MD5 e3bcfd7b3b82bc173da19aff892f746f libgtkhtml-3.0.7.ebuild 1961 +MD5 fce02e663fe329f722072618c5f8ee9b libgtkhtml-3.0.7.ebuild 1390 MD5 470c04d01c1c093ee1439465a3c650ea files/digest-libgtkhtml-2.2.1 69 MD5 1550372a31c190050da919422b6bf051 files/digest-libgtkhtml-3.0.4 67 MD5 3c7e7d4061cc0eb07844561b5c466b45 files/digest-libgtkhtml-3.0.5 67 @@ -15,3 +15,4 @@ MD5 59cd7ffde71d082b5c68834945dc71cc files/digest-libgtkhtml-2.2.3 69 MD5 50c625f91326bee698360208ee9aa2cc files/digest-libgtkhtml-3.0.7 67 MD5 8b985f9a98b7a90232d5ea193b8078d1 files/libgtkhtml-2.2.0-alpha.patch 652 MD5 931991370c138ac1ef64cd5df5b57387 files/digest-libgtkhtml-2.2.4 69 +MD5 c802878860f7a2692df330e54e635c0c files/libgtkhtml-3.0.7-libtool.patch 656 diff --git a/gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.7 b/gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.7 new file mode 100644 index 000000000000..9a6b0afe2c17 --- /dev/null +++ b/gnome-extra/libgtkhtml/files/digest-libgtkhtml-3.0.7 @@ -0,0 +1 @@ +MD5 561d588d113c61e3b1977b3ea09c90ad gtkhtml-3.0.7.tar.bz2 1043147 diff --git a/gnome-extra/libgtkhtml/files/libgtkhtml-3.0.7-libtool.patch b/gnome-extra/libgtkhtml/files/libgtkhtml-3.0.7-libtool.patch new file mode 100644 index 000000000000..4839a3f1f2ab --- /dev/null +++ b/gnome-extra/libgtkhtml/files/libgtkhtml-3.0.7-libtool.patch @@ -0,0 +1,20 @@ +--- libtool~ 2003-07-11 10:21:31.000000000 +0100 ++++ libtool 2003-07-11 10:22:33.000000000 +0100 +@@ -1859,7 +1859,7 @@ + old_convenience="$old_convenience $ladir/$objdir/$old_library" + tmp_libs= + # PKGW +- dependency_libs= ++ #dependency_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + case "$tmp_libs " in +@@ -1976,7 +1976,7 @@ + + tmp_libs= + #PKGW +- dependency_libs= ++ #dependency_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.7.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.7.ebuild new file mode 100644 index 000000000000..4d145bd892cd --- /dev/null +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.0.7.ebuild @@ -0,0 +1,48 @@ +# 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.7.ebuild,v 1.1 2003/07/11 22:03:26 liquidx 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.8 + >=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 + patch ${S}/libtool < ${FILESDIR}/${P}-libtool.patch || die "libtool patch failed" + emake || die "make failed" +} |