diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /www-client/dillo | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/Manifest | 4 | ||||
-rw-r--r-- | www-client/dillo/dillo-3.0.4.1.ebuild | 66 | ||||
-rw-r--r-- | www-client/dillo/dillo-3.0.4.ebuild | 66 | ||||
-rw-r--r-- | www-client/dillo/dillo-3.0.5.ebuild | 66 | ||||
-rw-r--r-- | www-client/dillo/files/dillo2-inbuf.patch | 15 | ||||
-rw-r--r-- | www-client/dillo/metadata.xml | 5 |
6 files changed, 222 insertions, 0 deletions
diff --git a/www-client/dillo/Manifest b/www-client/dillo/Manifest new file mode 100644 index 000000000000..c9f7224966f7 --- /dev/null +++ b/www-client/dillo/Manifest @@ -0,0 +1,4 @@ +DIST dillo-3.0.4.1.tar.bz2 744101 SHA256 ed97c48029ad1fe62c8a505f81c6ea127532697374153e652065fc6ced098647 SHA512 a0737a416fe12f2bc2d329dfd86dabcf911404600f255260b596468632731838076158ae1eae98ff17505aa6addf6a7579ff45ffbd1c86d4b2f3bb74e66460e0 WHIRLPOOL 98b06ed03a97dad15e24842a9db25e3c63356c8903dc3e454c5872d7c0f5ed9ec719753a58181b56bdeec8b752964e530643017d951a5c4bfebad1f3bab359ad +DIST dillo-3.0.4.tar.bz2 738826 SHA256 ee2bab25010dd27b18ba80259df6eb8f6b549f5af596539c08eed0b70322df39 SHA512 57513342026288255f3a2a783f206a24b9b29a03f4721d34f6e43111d61b248c56e1212abdb51adcc826c4ca081f9fa5157247c00eda95d9b5287556fe9da175 WHIRLPOOL ac3c248960db329c24c0b138126bc4164c88d7844401f7d28fde3d16b656fb2cbc6ed2e8f43a3d42ecec268a9b9269f96a72b4ce2de1c33b777ca54b1d18e608 +DIST dillo-3.0.5.tar.bz2 734472 SHA256 db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b SHA512 d0e86f57e50da762debf592b6deb94de5ee58f84e0cae1159890262540a463aea8143d2b99c634021c1f273f91c2fe0918f30d72c3eaf91fdb541e741469b155 WHIRLPOOL 71498131f6c568b31f6b9690c719fb7eee25480f7be96c7f88d1f7726a3bf91cb1aad9892bd64cde6cf334118bd977f318d3634ee9c4beeacc50ef4c41a71a09 +DIST dillo.png 6135 SHA256 de629745e6f3a271475a501e2b94558b3deb7bf9a407bcef16426e600e1731f3 SHA512 cfc9bcf1bfd0fff7fc625c7d288c92d0f33418b963a4e344844fd2bcb33823b3215a8a1a86162dcd1c614eea2323bb361c11bd8bd15859b771c63943c1b40833 WHIRLPOOL 13c584d7186f2c9f158ae9cf5921f75040c6c58a5eec2f0a04e6251b9c7057246308be2f0726cbf9d83ec1d07a9538251f159e05cc610bf05adcbb4f8c1e3b09 diff --git a/www-client/dillo/dillo-3.0.4.1.ebuild b/www-client/dillo/dillo-3.0.4.1.ebuild new file mode 100644 index 000000000000..ca353c208740 --- /dev/null +++ b/www-client/dillo/dillo-3.0.4.1.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils multilib toolchain-funcs + +DESCRIPTION="Lean FLTK based web browser" +HOMEPAGE="http://www.dillo.org/" +SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 + mirror://gentoo/${PN}.png" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc +gif ipv6 +jpeg +png ssl" + +RDEPEND=" + >=x11-libs/fltk-1.3 + sys-libs/zlib + jpeg? ( virtual/jpeg:0 ) + png? ( >=media-libs/libpng-1.2:0 ) + ssl? ( dev-libs/openssl:0 ) +" +DEPEND=" + ${RDEPEND} + doc? ( app-doc/doxygen ) +" + +src_prepare() { + epatch "${FILESDIR}"/${PN}2-inbuf.patch +} + +src_configure() { + econf \ + $(use_enable gif) \ + $(use_enable ipv6) \ + $(use_enable jpeg) \ + $(use_enable png) \ + $(use_enable ssl) \ + --docdir="/usr/share/doc/${PF}" +} + +src_compile() { + emake AR=$(tc-getAR) + if use doc; then + doxygen Doxyfile || die + fi +} + +src_install() { + dodir /etc + default + + use doc && dohtml html/* + dodoc AUTHORS ChangeLog README NEWS + dodoc doc/*.txt doc/README + + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} Dillo +} + +pkg_postinst() { + elog "Dillo has installed a default configuration into /etc/dillo/dillorc" + elog "You can copy this to ~/.dillo/ and customize it" +} diff --git a/www-client/dillo/dillo-3.0.4.ebuild b/www-client/dillo/dillo-3.0.4.ebuild new file mode 100644 index 000000000000..92e4cffede75 --- /dev/null +++ b/www-client/dillo/dillo-3.0.4.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils multilib toolchain-funcs + +DESCRIPTION="Lean FLTK based web browser" +HOMEPAGE="http://www.dillo.org/" +SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 + mirror://gentoo/${PN}.png" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86" +IUSE="doc +gif ipv6 +jpeg +png ssl" + +RDEPEND=" + >=x11-libs/fltk-1.3 + sys-libs/zlib + jpeg? ( virtual/jpeg:0 ) + png? ( >=media-libs/libpng-1.2:0 ) + ssl? ( dev-libs/openssl:0 ) +" +DEPEND=" + ${RDEPEND} + doc? ( app-doc/doxygen ) +" + +src_prepare() { + epatch "${FILESDIR}"/${PN}2-inbuf.patch +} + +src_configure() { + econf \ + $(use_enable gif) \ + $(use_enable ipv6) \ + $(use_enable jpeg) \ + $(use_enable png) \ + $(use_enable ssl) \ + --docdir="/usr/share/doc/${PF}" +} + +src_compile() { + emake AR=$(tc-getAR) + if use doc; then + doxygen Doxyfile || die + fi +} + +src_install() { + dodir /etc + default + + use doc && dohtml html/* + dodoc AUTHORS ChangeLog README NEWS + dodoc doc/*.txt doc/README + + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} Dillo +} + +pkg_postinst() { + elog "Dillo has installed a default configuration into /etc/dillo/dillorc" + elog "You can copy this to ~/.dillo/ and customize it" +} diff --git a/www-client/dillo/dillo-3.0.5.ebuild b/www-client/dillo/dillo-3.0.5.ebuild new file mode 100644 index 000000000000..fb2356033e81 --- /dev/null +++ b/www-client/dillo/dillo-3.0.5.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils multilib toolchain-funcs + +DESCRIPTION="Lean FLTK based web browser" +HOMEPAGE="http://www.dillo.org/" +SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 + mirror://gentoo/${PN}.png" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc +gif ipv6 +jpeg +png ssl" + +RDEPEND=" + >=x11-libs/fltk-1.3 + sys-libs/zlib + jpeg? ( virtual/jpeg:0 ) + png? ( >=media-libs/libpng-1.2:0 ) + ssl? ( dev-libs/openssl:0 ) +" +DEPEND=" + ${RDEPEND} + doc? ( app-doc/doxygen ) +" + +src_prepare() { + epatch "${FILESDIR}"/${PN}2-inbuf.patch +} + +src_configure() { + econf \ + $(use_enable gif) \ + $(use_enable ipv6) \ + $(use_enable jpeg) \ + $(use_enable png) \ + $(use_enable ssl) \ + --docdir="/usr/share/doc/${PF}" +} + +src_compile() { + emake AR=$(tc-getAR) + if use doc; then + doxygen Doxyfile || die + fi +} + +src_install() { + dodir /etc + default + + use doc && dohtml html/* + dodoc AUTHORS ChangeLog README NEWS + dodoc doc/*.txt doc/README + + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} Dillo +} + +pkg_postinst() { + elog "Dillo has installed a default configuration into /etc/dillo/dillorc" + elog "You can copy this to ~/.dillo/ and customize it" +} diff --git a/www-client/dillo/files/dillo2-inbuf.patch b/www-client/dillo/files/dillo2-inbuf.patch new file mode 100644 index 000000000000..bc351c252fe6 --- /dev/null +++ b/www-client/dillo/files/dillo2-inbuf.patch @@ -0,0 +1,15 @@ +--- a/src/form.cc ++++ b/src/form.cc +@@ -1240,8 +1240,9 @@ + int rc = 0; + Dstr *output; + const int bufsize = 128; +- inbuf_t *inPtr; +- char *buffer, *outPtr; ++ //inbuf_t *inPtr; ++ //char *buffer, *outPtr; ++ char *buffer, *outPtr, *inPtr; + size_t inLeft, outRoom; + bool bad_chars = false; + + diff --git a/www-client/dillo/metadata.xml b/www-client/dillo/metadata.xml new file mode 100644 index 000000000000..540f810e069d --- /dev/null +++ b/www-client/dillo/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-misc</herd> +</pkgmetadata> |