diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-11-18 16:21:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-11-18 16:21:52 +0000 |
commit | 98cabe8e953a7283374c6a42baaab0f63c8270d0 (patch) | |
tree | b8dd46069690135edf69e6fb16bb0844e9bceb19 /www-client/dillo | |
parent | remove old, quote variables (diff) | |
download | gentoo-2-98cabe8e953a7283374c6a42baaab0f63c8270d0.tar.gz gentoo-2-98cabe8e953a7283374c6a42baaab0f63c8270d0.tar.bz2 gentoo-2-98cabe8e953a7283374c6a42baaab0f63c8270d0.zip |
Stable for HPPA (bug #155220).
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.6.ebuild | 18 |
2 files changed, 13 insertions, 10 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index 5cc122d4f81d..e5c767abe57b 100644 --- a/www-client/dillo/ChangeLog +++ b/www-client/dillo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/dillo # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.53 2007/11/18 11:18:52 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.54 2007/11/18 16:21:52 jer Exp $ + + 18 Nov 2007; Jeroen Roovers <jer@gentoo.org> dillo-0.8.6.ebuild: + Stable for HPPA (bug #155220). 18 Nov 2007; Samuli Suominen <drac@gentoo.org> dillo-0.8.6.ebuild: amd64 stable wrt #155220, thanks to Thomas A. for testing. diff --git a/www-client/dillo/dillo-0.8.6.ebuild b/www-client/dillo/dillo-0.8.6.ebuild index c79abd0dd0d2..ead50b61b3e0 100644 --- a/www-client/dillo/dillo-0.8.6.ebuild +++ b/www-client/dillo/dillo-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.8 2007/11/18 11:18:52 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.9 2007/11/18 16:21:52 jer Exp $ inherit flag-o-matic eutils autotools @@ -15,7 +15,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ~ppc64 sparc x86" MISC_IUSE="nls truetype" IUSE="${MISC_IUSE} ipv6 ssl" @@ -36,31 +36,31 @@ src_unpack() { if [ "${DILLO_ICONSET}" = "kde" ] then einfo "Using Konqueror style icon set" - cp ${S2}/pixmaps.konq.h ${S}/src/pixmaps.h + cp "${S2}"/pixmaps.konq.h "${S}"/src/pixmaps.h elif [ "${DILLO_ICONSET}" = "gnome" ] then einfo "Using Ximian style icon set" - cp ${S2}/pixmaps.ximian.h ${S}/src/pixmaps.h + cp "${S2}"/pixmaps.ximian.h "${S}"/src/pixmaps.h elif [ "${DILLO_ICONSET}" = "mozilla" ] then einfo "Using Netscape style icon set" - cp ${S2}/pixmaps.netscape.h ${S}/src/pixmaps.h + cp "${S2}"/pixmaps.netscape.h "${S}"/src/pixmaps.h elif [ "${DILLO_ICONSET}" = "cobalt" ] then einfo "Using Cobalt style icon set" - cp ${S2}/pixmaps.cobalt.h ${S}/src/pixmaps.h + cp "${S2}"/pixmaps.cobalt.h "${S}"/src/pixmaps.h elif [ "${DILLO_ICONSET}" = "bold" ] then einfo "Using bold style icon set" - cp ${S2}/pixmaps.bold.h ${S}/src/pixmaps.h + cp "${S2}"/pixmaps.bold.h "${S}"/src/pixmaps.h elif [ "${DILLO_ICONSET}" = "trans" ] then einfo "Using transparent style icon set" - cp ${S2}/pixmaps.trans.h ${S}/src/pixmaps.h + cp "${S2}"/pixmaps.trans.h "${S}"/src/pixmaps.h elif [ "${DILLO_ICONSET}" = "trad" ] then einfo "Using the traditional icon set" - cp ${S2}/pixmaps.trad.h ${S}/src/pixmaps.h + cp "${S2}"/pixmaps.trad.h "${S}"/src/pixmaps.h else einfo "Using default Dillo icon set" fi |