diff options
author | 2014-12-05 15:18:10 +0000 | |
---|---|---|
committer | 2014-12-05 15:18:10 +0000 | |
commit | 0f956b4ac1b2efa79092cc0e343788b894080926 (patch) | |
tree | a0e38ccd80af25496862cf2ac0fc6fec627fdaeb /www-misc | |
parent | version bump (diff) | |
download | gentoo-2-0f956b4ac1b2efa79092cc0e343788b894080926.tar.gz gentoo-2-0f956b4ac1b2efa79092cc0e343788b894080926.tar.bz2 gentoo-2-0f956b4ac1b2efa79092cc0e343788b894080926.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/gurlchecker/ChangeLog | 6 | ||||
-rw-r--r-- | www-misc/gurlchecker/gurlchecker-0.13.1.ebuild | 68 |
2 files changed, 5 insertions, 69 deletions
diff --git a/www-misc/gurlchecker/ChangeLog b/www-misc/gurlchecker/ChangeLog index 12765773811f..d39748f90307 100644 --- a/www-misc/gurlchecker/ChangeLog +++ b/www-misc/gurlchecker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-misc/gurlchecker # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.44 2014/12/05 10:18:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.45 2014/12/05 15:18:10 kensington Exp $ + + 05 Dec 2014; Michael Palimaka <kensington@gentoo.org> + -gurlchecker-0.13.1.ebuild: + Remove old. 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gurlchecker-0.13.1-r1.ebuild: Stable for x86, wrt bug #530026 diff --git a/www-misc/gurlchecker/gurlchecker-0.13.1.ebuild b/www-misc/gurlchecker/gurlchecker-0.13.1.ebuild deleted file mode 100644 index dd67b6a1d599..000000000000 --- a/www-misc/gurlchecker/gurlchecker-0.13.1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.13.1.ebuild,v 1.4 2012/08/20 22:57:24 johu Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit autotools eutils gnome2 - -DESCRIPTION="Gnome tool that checks links on web pages/sites" -HOMEPAGE="http://gurlchecker.labs.libre-entreprise.org/" -SRC_URI="http://labs.libre-entreprise.org/frs/download.php/857/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -SLOT="0" -IUSE="clamav doc gnutls tidy" - -RDEPEND=">=x11-libs/gtk+-2.6:2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libglade-2:2.0 - >=dev-libs/libxml2-2.6:2 - >=net-libs/gnet-2 - >=dev-libs/libcroco-0.6 - tidy? ( app-text/htmltidy ) - clamav? ( app-antivirus/clamav ) - gnutls? ( >=net-libs/gnutls-1 )" - -# docbook-sgml-utils used to build the man page -DEPEND="${RDEPEND} - virtual/pkgconfig - >=dev-util/intltool-0.30 - app-text/docbook-sgml-utils - dev-util/gtk-doc-am - doc? ( >dev-util/gtk-doc-1.1 )" - -DOCS="AUTHORS CONTRIBUTORS ChangeLog FAQ NEWS README THANKS TODO" - -pkg_setup() { - G2CONF="${G2CONF} - --with-croco - $(use_with tidy) - $(use_with clamav) - $(use_with gnutls)" -} - -src_prepare() { - gnome2_src_prepare - - # The file index.sgml should be distributed with the sources, but - # it is not, causing problems. See bug #92784. - touch "${S}"/doc/html/index.sgml - - # Fix bad yes/no detection - #epatch "${FILESDIR}/${PN}-0.10.2-configure.in.patch" - - # Fix tidy.h include dir for Gentoo: - epatch "${FILESDIR}/${PN}-0.10.5-autoconf-tidy.patch" - - # Fix gnutls detection, bug #273980 - #epatch "${FILESDIR}/${PN}-0.10.5-gnutls28.patch" - - # Fix intltool test failure - echo "src/cookies.c" >> po/POTFILES.in - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} |