diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-05-03 20:55:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-05-03 20:55:26 +0000 |
commit | 506b3a45dfd08a29ff3e05f73cd98b4e3f7bc648 (patch) | |
tree | 7a495e0583e313b8c59e307802ee085870d33fd6 /www-client/dillo | |
parent | alpha stable wrt bug #498566 (diff) | |
download | gentoo-2-506b3a45dfd08a29ff3e05f73cd98b4e3f7bc648.tar.gz gentoo-2-506b3a45dfd08a29ff3e05f73cd98b4e3f7bc648.tar.bz2 gentoo-2-506b3a45dfd08a29ff3e05f73cd98b4e3f7bc648.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/dillo/dillo-3.0.4.ebuild (renamed from www-client/dillo/dillo-3.0.4.9999.ebuild) | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index cc82a7b8bf18..8e42dece7703 100644 --- a/www-client/dillo/ChangeLog +++ b/www-client/dillo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/dillo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.127 2014/02/02 19:52:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.128 2014/05/03 20:55:26 jer Exp $ + +*dillo-3.0.4 (03 May 2014) + + 03 May 2014; Jeroen Roovers <jer@gentoo.org> +dillo-3.0.4.ebuild, + -dillo-3.0.4.9999.ebuild: + Version bump. *dillo-3.0.4.9999 (02 Feb 2014) diff --git a/www-client/dillo/dillo-3.0.4.9999.ebuild b/www-client/dillo/dillo-3.0.4.ebuild index b73a1ef5682b..38d1bc7f5867 100644 --- a/www-client/dillo/dillo-3.0.4.9999.ebuild +++ b/www-client/dillo/dillo-3.0.4.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.4.9999.ebuild,v 1.1 2014/02/02 19:52:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.4.ebuild,v 1.1 2014/05/03 20:55:26 jer Exp $ EAPI=5 -inherit autotools eutils flag-o-matic mercurial multilib toolchain-funcs +inherit eutils flag-o-matic multilib toolchain-funcs DESCRIPTION="Lean FLTK based web browser" HOMEPAGE="http://www.dillo.org/" -EHG_REPO_URI="http://hg.dillo.org/dillo" -SRC_URI="mirror://gentoo/${PN}.png" +SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 + mirror://gentoo/${PN}.png" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc +gif ipv6 +jpeg +png ssl" RDEPEND="sys-libs/zlib @@ -25,7 +25,6 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${PN}2-inbuf.patch - eautoreconf } src_configure() { |