summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-11-12 22:18:33 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-11-12 22:18:33 +0000
commit6fb25925b0bb238ad84cf5d64bcdb052bd8e7f8e (patch)
tree64129776183180564b0a7feac5ab4cf7a3eab05b /www-misc
parentVersion bump. Regression/warning fixes due to OSX integration. (diff)
downloadgentoo-2-6fb25925b0bb238ad84cf5d64bcdb052bd8e7f8e.tar.gz
gentoo-2-6fb25925b0bb238ad84cf5d64bcdb052bd8e7f8e.tar.bz2
gentoo-2-6fb25925b0bb238ad84cf5d64bcdb052bd8e7f8e.zip
Clean up old revisions.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/gurlchecker/ChangeLog6
-rw-r--r--www-misc/gurlchecker/gurlchecker-0.10.2.ebuild61
-rw-r--r--www-misc/gurlchecker/gurlchecker-0.8.2.ebuild38
3 files changed, 5 insertions, 100 deletions
diff --git a/www-misc/gurlchecker/ChangeLog b/www-misc/gurlchecker/ChangeLog
index 49193a66999c..21657665326b 100644
--- a/www-misc/gurlchecker/ChangeLog
+++ b/www-misc/gurlchecker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-misc/gurlchecker
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.29 2009/09/20 19:37:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.30 2009/11/12 22:18:33 eva Exp $
+
+ 12 Nov 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -gurlchecker-0.8.2.ebuild, -gurlchecker-0.10.2.ebuild:
+ Clean up old revisions.
20 Sep 2009; nixnut <nixnut@gentoo.org> gurlchecker-0.10.5.ebuild:
ppc stable #283800
diff --git a/www-misc/gurlchecker/gurlchecker-0.10.2.ebuild b/www-misc/gurlchecker/gurlchecker-0.10.2.ebuild
deleted file mode 100644
index d3ff3de624cd..000000000000
--- a/www-misc/gurlchecker/gurlchecker-0.10.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.2.ebuild,v 1.3 2008/07/15 20:23:55 jer Exp $
-
-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/623/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-SLOT="0"
-IUSE="clamav doc gnutls tidy"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libgnomeui-2
- >=gnome-base/libglade-2
- >=dev-libs/libxml2-2.6
- >=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}
- >=dev-util/pkgconfig-0.9
- >=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_unpack() {
- gnome2_src_unpack
-
- # 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 compilation with clamav 0.93, bug #
- epatch "${FILESDIR}/${P}-clamav093.patch"
-
- # Fix bad yes/no detection
- epatch "${FILESDIR}/${P}-configure.in.patch"
-
- # Fix tidy.h include dir for Gentoo:
- epatch "${FILESDIR}/${P}-configure.in-2.patch"
-
- eautoreconf
-}
diff --git a/www-misc/gurlchecker/gurlchecker-0.8.2.ebuild b/www-misc/gurlchecker/gurlchecker-0.8.2.ebuild
deleted file mode 100644
index 3d38408d537b..000000000000
--- a/www-misc/gurlchecker/gurlchecker-0.8.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.8.2.ebuild,v 1.5 2008/11/04 01:18:10 jmbsvicetto Exp $
-
-inherit 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/download/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="ppc x86"
-SLOT="0"
-IUSE="doc gnutls"
-
-RDEPEND=">=gnome-base/libgnomeui-2
- >=gnome-base/libglade-2
- >=dev-libs/libxml2-2.6
- >=net-libs/gnet-2
- gnutls? ( >=net-libs/gnutls-1 )"
-
-# docbook-sgml-utils used to build the man page
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.30
- app-text/docbook-sgml-utils
- doc? ( >dev-util/gtk-doc-1.1 )"
-
-DOCS="ABOUT-NLS AUTHORS ChangeLog FAQ NEWS README THANKS TODO"
-
-G2CONF="${G2CONF} $(use_with gnutls)"
-
-src_unpack() {
- unpack ${A}
- # 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"
-}