diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-17 12:39:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-17 12:39:59 +0000 |
commit | c9520c57ba99d49f1a37f6ddf9977e83ab34733d (patch) | |
tree | 3e79fe4907e98176fd3fca4d6e7f1a474873e802 /www-client/dillo | |
parent | Add ~alpha wrt #204884 (diff) | |
download | gentoo-2-c9520c57ba99d49f1a37f6ddf9977e83ab34733d.tar.gz gentoo-2-c9520c57ba99d49f1a37f6ddf9977e83ab34733d.tar.bz2 gentoo-2-c9520c57ba99d49f1a37f6ddf9977e83ab34733d.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.5-r1.ebuild | 133 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.5-r2.ebuild | 132 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.5-r3.ebuild | 132 | ||||
-rw-r--r-- | www-client/dillo/files/digest-dillo-0.8.5-r1 | 9 | ||||
-rw-r--r-- | www-client/dillo/files/digest-dillo-0.8.5-r2 | 9 | ||||
-rw-r--r-- | www-client/dillo/files/digest-dillo-0.8.5-r3 | 9 |
7 files changed, 6 insertions, 426 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index ef5bf9e4add1..b8f2aec272eb 100644 --- a/www-client/dillo/ChangeLog +++ b/www-client/dillo/ChangeLog @@ -1,6 +1,10 @@ # 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.57 2007/12/25 17:15:26 phreak Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.58 2008/01/17 12:39:58 armin76 Exp $ + + 17 Jan 2008; Raúl Porcel <armin76@gentoo.org> -dillo-0.8.5-r1.ebuild, + -dillo-0.8.5-r2.ebuild, -dillo-0.8.5-r3.ebuild: + old 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing usata from metadata.xml as per #22931. Assigning to maintainer-needed. diff --git a/www-client/dillo/dillo-0.8.5-r1.ebuild b/www-client/dillo/dillo-0.8.5-r1.ebuild deleted file mode 100644 index 4344e17e243c..000000000000 --- a/www-client/dillo/dillo-0.8.5-r1.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.5-r1.ebuild,v 1.12 2006/10/01 21:24:07 exg Exp $ - -inherit flag-o-matic eutils - -S2=${WORKDIR}/dillo-gentoo-extras-patch4 -DILLO_I18N_P="${P}-i18n-misc-20050620" - -DESCRIPTION="Lean GTK+-based web browser" -HOMEPAGE="http://www.dillo.org/" -SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 - mirror://gentoo/dillo-gentoo-extras-patch4.tar.bz2 - http://teki.jpn.ph/pc/software/${DILLO_I18N_P}.diff.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86" -MISC_IUSE="nls truetype" -IUSE="${MISC_IUSE} ipv6 ssl" - -RDEPEND="=x11-libs/gtk+-1.2* - >=media-libs/jpeg-6b - >=sys-libs/zlib-1.1.3 - >=media-libs/libpng-1.2.1 - ssl? ( dev-libs/openssl )" -DEPEND="sys-devel/autoconf - sys-devel/automake - ${RDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ../${DILLO_I18N_P}.diff || die - epatch "${FILESDIR}"/${PN}-build-fix.patch - sh autogen.sh || die - - if [ "${DILLO_ICONSET}" = "kde" ] - then - einfo "Using Konqueror style icon set" - 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 - elif [ "${DILLO_ICONSET}" = "mozilla" ] - then - einfo "Using Netscape style icon set" - 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 - elif [ "${DILLO_ICONSET}" = "bold" ] - then - einfo "Using bold style icon set" - 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 - elif [ "${DILLO_ICONSET}" = "trad" ] - then - einfo "Using the traditional icon set" - cp ${S2}/pixmaps.trad.h ${S}/src/pixmaps.h - else - einfo "Using default Dillo icon set" - fi -} - -src_compile() { - replace-flags "-O2 -mcpu=k6" "-O2 -mcpu=pentium" - append-flags "-O" - - local myconf - - # misc features - myconf="$(use_enable nls) - $(use_enable truetype anti-alias) - --enable-tabs - --enable-meta-refresh" - - myconf="${myconf} - $(use_enable ipv6) - $(use_enable ssl)" - - econf ${myconf} || die - emake -j1 || die -} - -src_install() { - dodir /etc /usr/share/icons/${PN} - make DESTDIR=${D} install || die - - dosed /etc/dpidrc - - dodoc AUTHORS COPYING ChangeLog* INSTALL README NEWS - docinto doc - dodoc doc/*.txt doc/README - - cp ${S2}/icons/*.png ${D}/usr/share/icons/${PN} -} - -pkg_postinst() { - einfo "This ebuild for dillo comes with different toolbar icons" - einfo "If you want mozilla style icons then try" - einfo " DILLO_ICONSET=\"mozilla\" emerge dillo" - einfo - einfo "If you prefer konqueror style icons then try" - einfo " DILLO_ICONSET=\"kde\" emerge dillo" - einfo - einfo "If you prefer ximian gnome style icons then try" - einfo " DILLO_ICONSET=\"gnome\" emerge dillo" - einfo - einfo "If you prefer cobalt style icons then try" - einfo " DILLO_ICONSET=\"cobalt\" emerge dillo" - einfo - einfo "If you prefer bold style icons then try" - einfo " DILLO_ICONSET=\"bold\" emerge dillo" - einfo - einfo "If you prefer transparent style icons then try" - einfo " DILLO_ICONSET=\"trans\" emerge dillo" - einfo - einfo "If you prefer the traditional icons then try" - einfo " DILLO_ICONSET=\"trad\" emerge dillo" - einfo - einfo "If the DILLO_ICONSET variable is not set, you will get the" - einfo "default iconset" - einfo - einfo "To see what the icons look like, please point your browser to:" - einfo "http://dillo.auriga.wearlab.de/Icons/" - einfo -} diff --git a/www-client/dillo/dillo-0.8.5-r2.ebuild b/www-client/dillo/dillo-0.8.5-r2.ebuild deleted file mode 100644 index f711d636ff31..000000000000 --- a/www-client/dillo/dillo-0.8.5-r2.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.5-r2.ebuild,v 1.1 2005/10/30 04:39:36 usata Exp $ - -inherit flag-o-matic eutils - -S2=${WORKDIR}/dillo-gentoo-extras-patch4 -DILLO_I18N_P="${P}-i18n-misc-20051010" - -DESCRIPTION="Lean GTK+-based web browser" -HOMEPAGE="http://www.dillo.org/" -SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 - mirror://gentoo/dillo-gentoo-extras-patch4.tar.bz2 - http://teki.jpn.ph/pc/software/${DILLO_I18N_P}.diff.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" -MISC_IUSE="nls truetype" -IUSE="${MISC_IUSE} ipv6 ssl" - -RDEPEND="=x11-libs/gtk+-1.2* - >=media-libs/jpeg-6b - >=sys-libs/zlib-1.1.3 - >=media-libs/libpng-1.2.1 - ssl? ( dev-libs/openssl )" -DEPEND="sys-devel/autoconf - sys-devel/automake - ${RDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ../${DILLO_I18N_P}.diff || die - sh autogen.sh || die - - if [ "${DILLO_ICONSET}" = "kde" ] - then - einfo "Using Konqueror style icon set" - 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 - elif [ "${DILLO_ICONSET}" = "mozilla" ] - then - einfo "Using Netscape style icon set" - 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 - elif [ "${DILLO_ICONSET}" = "bold" ] - then - einfo "Using bold style icon set" - 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 - elif [ "${DILLO_ICONSET}" = "trad" ] - then - einfo "Using the traditional icon set" - cp ${S2}/pixmaps.trad.h ${S}/src/pixmaps.h - else - einfo "Using default Dillo icon set" - fi -} - -src_compile() { - replace-flags "-O2 -mcpu=k6" "-O2 -mcpu=pentium" - append-flags "-O" - - local myconf - - # misc features - myconf="$(use_enable nls) - $(use_enable truetype anti-alias) - --enable-tabs - --enable-meta-refresh" - - myconf="${myconf} - $(use_enable ipv6) - $(use_enable ssl)" - - econf ${myconf} || die - emake -j1 || die -} - -src_install() { - dodir /etc /usr/share/icons/${PN} - make DESTDIR=${D} install || die - - dosed /etc/dpidrc - - dodoc AUTHORS COPYING ChangeLog* INSTALL README NEWS - docinto doc - dodoc doc/*.txt doc/README - - cp ${S2}/icons/*.png ${D}/usr/share/icons/${PN} -} - -pkg_postinst() { - einfo "This ebuild for dillo comes with different toolbar icons" - einfo "If you want mozilla style icons then try" - einfo " DILLO_ICONSET=\"mozilla\" emerge dillo" - einfo - einfo "If you prefer konqueror style icons then try" - einfo " DILLO_ICONSET=\"kde\" emerge dillo" - einfo - einfo "If you prefer ximian gnome style icons then try" - einfo " DILLO_ICONSET=\"gnome\" emerge dillo" - einfo - einfo "If you prefer cobalt style icons then try" - einfo " DILLO_ICONSET=\"cobalt\" emerge dillo" - einfo - einfo "If you prefer bold style icons then try" - einfo " DILLO_ICONSET=\"bold\" emerge dillo" - einfo - einfo "If you prefer transparent style icons then try" - einfo " DILLO_ICONSET=\"trans\" emerge dillo" - einfo - einfo "If you prefer the traditional icons then try" - einfo " DILLO_ICONSET=\"trad\" emerge dillo" - einfo - einfo "If the DILLO_ICONSET variable is not set, you will get the" - einfo "default iconset" - einfo - einfo "To see what the icons look like, please point your browser to:" - einfo "http://dillo.auriga.wearlab.de/Icons/" - einfo -} diff --git a/www-client/dillo/dillo-0.8.5-r3.ebuild b/www-client/dillo/dillo-0.8.5-r3.ebuild deleted file mode 100644 index 34cd7b15b0ff..000000000000 --- a/www-client/dillo/dillo-0.8.5-r3.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.5-r3.ebuild,v 1.1 2006/03/24 12:46:13 usata Exp $ - -inherit flag-o-matic eutils - -S2=${WORKDIR}/dillo-gentoo-extras-patch4 -DILLO_I18N_P="${P}-i18n-misc-20060104" - -DESCRIPTION="Lean GTK+-based web browser" -HOMEPAGE="http://www.dillo.org/" -SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 - mirror://gentoo/dillo-gentoo-extras-patch4.tar.bz2 - http://teki.jpn.ph/pc/software/${DILLO_I18N_P}.diff.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" -MISC_IUSE="nls truetype" -IUSE="${MISC_IUSE} ipv6 ssl" - -RDEPEND="=x11-libs/gtk+-1.2* - >=media-libs/jpeg-6b - >=sys-libs/zlib-1.1.3 - >=media-libs/libpng-1.2.1 - ssl? ( dev-libs/openssl )" -DEPEND="sys-devel/autoconf - sys-devel/automake - ${RDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ../${DILLO_I18N_P}.diff || die - sh autogen.sh || die - - if [ "${DILLO_ICONSET}" = "kde" ] - then - einfo "Using Konqueror style icon set" - 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 - elif [ "${DILLO_ICONSET}" = "mozilla" ] - then - einfo "Using Netscape style icon set" - 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 - elif [ "${DILLO_ICONSET}" = "bold" ] - then - einfo "Using bold style icon set" - 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 - elif [ "${DILLO_ICONSET}" = "trad" ] - then - einfo "Using the traditional icon set" - cp ${S2}/pixmaps.trad.h ${S}/src/pixmaps.h - else - einfo "Using default Dillo icon set" - fi -} - -src_compile() { - replace-flags "-O2 -mcpu=k6" "-O2 -mcpu=pentium" - append-flags "-O" - - local myconf - - # misc features - myconf="$(use_enable nls) - $(use_enable truetype anti-alias) - --enable-tabs - --enable-meta-refresh" - - myconf="${myconf} - $(use_enable ipv6) - $(use_enable ssl)" - - econf ${myconf} || die - emake -j1 || die -} - -src_install() { - dodir /etc /usr/share/icons/${PN} - make DESTDIR=${D} install || die - - dosed /etc/dpidrc - - dodoc AUTHORS COPYING ChangeLog* INSTALL README NEWS - docinto doc - dodoc doc/*.txt doc/README - - cp ${S2}/icons/*.png ${D}/usr/share/icons/${PN} -} - -pkg_postinst() { - einfo "This ebuild for dillo comes with different toolbar icons" - einfo "If you want mozilla style icons then try" - einfo " DILLO_ICONSET=\"mozilla\" emerge dillo" - einfo - einfo "If you prefer konqueror style icons then try" - einfo " DILLO_ICONSET=\"kde\" emerge dillo" - einfo - einfo "If you prefer ximian gnome style icons then try" - einfo " DILLO_ICONSET=\"gnome\" emerge dillo" - einfo - einfo "If you prefer cobalt style icons then try" - einfo " DILLO_ICONSET=\"cobalt\" emerge dillo" - einfo - einfo "If you prefer bold style icons then try" - einfo " DILLO_ICONSET=\"bold\" emerge dillo" - einfo - einfo "If you prefer transparent style icons then try" - einfo " DILLO_ICONSET=\"trans\" emerge dillo" - einfo - einfo "If you prefer the traditional icons then try" - einfo " DILLO_ICONSET=\"trad\" emerge dillo" - einfo - einfo "If the DILLO_ICONSET variable is not set, you will get the" - einfo "default iconset" - einfo - einfo "To see what the icons look like, please point your browser to:" - einfo "http://dillo.auriga.wearlab.de/Icons/" - einfo -} diff --git a/www-client/dillo/files/digest-dillo-0.8.5-r1 b/www-client/dillo/files/digest-dillo-0.8.5-r1 deleted file mode 100644 index e66631ef7a13..000000000000 --- a/www-client/dillo/files/digest-dillo-0.8.5-r1 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 dfe4b882f2424d5eb4f9bc526df7019c dillo-0.8.5-i18n-misc-20050620.diff.bz2 244152 -RMD160 b52c919d5515f133f4d8ceeb81d005f2df6807c5 dillo-0.8.5-i18n-misc-20050620.diff.bz2 244152 -SHA256 31c70acda93f7da8755e5e860c1f640154ba172c5557ca93573b7a29597189f4 dillo-0.8.5-i18n-misc-20050620.diff.bz2 244152 -MD5 d0ab7fa1d40b310deb891388604188f8 dillo-0.8.5.tar.bz2 424795 -RMD160 9d8b99a25b00542aa11afa4652f4766c2f91653f dillo-0.8.5.tar.bz2 424795 -SHA256 980ccd8e0c0a85e37478e33b5f4f59d2cfda5c16d30af3acad259626d387cd1a dillo-0.8.5.tar.bz2 424795 -MD5 0d0bc7cdd39dc66b80280f73d74bfeaf dillo-gentoo-extras-patch4.tar.bz2 98800 -RMD160 2c04bf1b7f2763e748e2fc4d6848e0d82f680525 dillo-gentoo-extras-patch4.tar.bz2 98800 -SHA256 25871b318ffc046eebe9be100f5d1027e649b94dd4d3e0bfb36ec6d139cded05 dillo-gentoo-extras-patch4.tar.bz2 98800 diff --git a/www-client/dillo/files/digest-dillo-0.8.5-r2 b/www-client/dillo/files/digest-dillo-0.8.5-r2 deleted file mode 100644 index bff49304d6fa..000000000000 --- a/www-client/dillo/files/digest-dillo-0.8.5-r2 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 b4191226e7e3e5f1a6bf7e43004e26da dillo-0.8.5-i18n-misc-20051010.diff.bz2 247058 -RMD160 f021b16c93c381ac87838eb782845784316f7aa2 dillo-0.8.5-i18n-misc-20051010.diff.bz2 247058 -SHA256 fafb1a2d86dd3c05fc1e9711ae75383e0124b333dd9ca8fa06594c4fbd7aeeeb dillo-0.8.5-i18n-misc-20051010.diff.bz2 247058 -MD5 d0ab7fa1d40b310deb891388604188f8 dillo-0.8.5.tar.bz2 424795 -RMD160 9d8b99a25b00542aa11afa4652f4766c2f91653f dillo-0.8.5.tar.bz2 424795 -SHA256 980ccd8e0c0a85e37478e33b5f4f59d2cfda5c16d30af3acad259626d387cd1a dillo-0.8.5.tar.bz2 424795 -MD5 0d0bc7cdd39dc66b80280f73d74bfeaf dillo-gentoo-extras-patch4.tar.bz2 98800 -RMD160 2c04bf1b7f2763e748e2fc4d6848e0d82f680525 dillo-gentoo-extras-patch4.tar.bz2 98800 -SHA256 25871b318ffc046eebe9be100f5d1027e649b94dd4d3e0bfb36ec6d139cded05 dillo-gentoo-extras-patch4.tar.bz2 98800 diff --git a/www-client/dillo/files/digest-dillo-0.8.5-r3 b/www-client/dillo/files/digest-dillo-0.8.5-r3 deleted file mode 100644 index c93a9c5dfaec..000000000000 --- a/www-client/dillo/files/digest-dillo-0.8.5-r3 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 fabc2fa5a657701a23930c510d001a95 dillo-0.8.5-i18n-misc-20060104.diff.bz2 248425 -RMD160 856c09f7aeaad7f1efae71415bb7dae1ad273440 dillo-0.8.5-i18n-misc-20060104.diff.bz2 248425 -SHA256 08d7af80f5734ab7ee34796c6fd7b669e9634b2b944c25e77306155fe9910053 dillo-0.8.5-i18n-misc-20060104.diff.bz2 248425 -MD5 d0ab7fa1d40b310deb891388604188f8 dillo-0.8.5.tar.bz2 424795 -RMD160 9d8b99a25b00542aa11afa4652f4766c2f91653f dillo-0.8.5.tar.bz2 424795 -SHA256 980ccd8e0c0a85e37478e33b5f4f59d2cfda5c16d30af3acad259626d387cd1a dillo-0.8.5.tar.bz2 424795 -MD5 0d0bc7cdd39dc66b80280f73d74bfeaf dillo-gentoo-extras-patch4.tar.bz2 98800 -RMD160 2c04bf1b7f2763e748e2fc4d6848e0d82f680525 dillo-gentoo-extras-patch4.tar.bz2 98800 -SHA256 25871b318ffc046eebe9be100f5d1027e649b94dd4d3e0bfb36ec6d139cded05 dillo-gentoo-extras-patch4.tar.bz2 98800 |