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-misc/gurlchecker | |
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-misc/gurlchecker')
-rw-r--r-- | www-misc/gurlchecker/Manifest | 1 | ||||
-rw-r--r-- | www-misc/gurlchecker/files/gurlchecker-0.10.5-autoconf-tidy.patch | 15 | ||||
-rw-r--r-- | www-misc/gurlchecker/files/gurlchecker-0.13.1-ldflags.patch | 40 | ||||
-rw-r--r-- | www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild | 72 | ||||
-rw-r--r-- | www-misc/gurlchecker/metadata.xml | 16 |
5 files changed, 144 insertions, 0 deletions
diff --git a/www-misc/gurlchecker/Manifest b/www-misc/gurlchecker/Manifest new file mode 100644 index 000000000000..8a0a02ca211a --- /dev/null +++ b/www-misc/gurlchecker/Manifest @@ -0,0 +1 @@ +DIST gurlchecker-0.13.1.tar.gz 709336 SHA256 a94283094a0ca7f6833cade0ef7a043fd97d0cfe55c0072d9bf508165ca45aeb SHA512 25f76f4b0b84467a5751156fbd8497f25e057202a36fe33b24c91e42906f67dd7dbd21531682b050c534862fa4e62ceb0908d19f44926ac335d628cc9919a746 WHIRLPOOL 9c0c29516240fb16d719ba4406a0a3f772dc11a38971a4b339fa1714afaf7ecc8129bb3a06590fc9d21dea61c6d5aa852e4e3ea5f11fe5aab336d7a957773c75 diff --git a/www-misc/gurlchecker/files/gurlchecker-0.10.5-autoconf-tidy.patch b/www-misc/gurlchecker/files/gurlchecker-0.10.5-autoconf-tidy.patch new file mode 100644 index 000000000000..a3aa4a15c50c --- /dev/null +++ b/www-misc/gurlchecker/files/gurlchecker-0.10.5-autoconf-tidy.patch @@ -0,0 +1,15 @@ +--- a/configure.in 2008-06-23 06:53:17.000000000 +0200 ++++ b/configure.in 2008-06-23 20:08:59.000000000 +0200 +@@ -174,10 +174,10 @@ + [tidyCreate], + [ + AC_CHECK_HEADERS( +- [tidy.h tidy/tidy.h], ++ [tidy.h], + [ + want_tidy=yes +- TIDY_FLAGS="$TIDY_FLAGS -DHAVE_TIDY_H_IN_SUBDIR -DENABLE_TIDY" ++ TIDY_FLAGS="$TIDY_FLAGS -DENABLE_TIDY" + TIDY_LIBS="-ltidy" + #LDFLAGS="$LDFLAGS $want_tidy_path" + ], diff --git a/www-misc/gurlchecker/files/gurlchecker-0.13.1-ldflags.patch b/www-misc/gurlchecker/files/gurlchecker-0.13.1-ldflags.patch new file mode 100644 index 000000000000..904eab719f21 --- /dev/null +++ b/www-misc/gurlchecker/files/gurlchecker-0.13.1-ldflags.patch @@ -0,0 +1,40 @@ +# Autofoo of this package is just insane, need to rewrite it someday. +# Don't touch LDFLAGS, there is no need to +--- a/configure.in 2008-06-15 21:27:45.000000000 +0200 ++++ b/configure.in 2008-06-15 21:34:45.000000000 +0200 +@@ -120,7 +120,7 @@ + [ + want_croco=yes + CROCO_FLAGS="-DENABLE_CROCO $CROCO_CFLAGS" +- LDFLAGS="$LDFLAGS $want_croco_path" ++ #LDFLAGS="$LDFLAGS $want_croco_path" + ], + [ + want_croco=no +@@ -178,7 +179,7 @@ + have_tidy=yes + TIDY_FLAGS="$TIDY_FLAGS -DHAVE_TIDY_H_IN_SUBDIR -DENABLE_TIDY" + TIDY_LIBS="-ltidy" +- LDFLAGS="$LDFLAGS $want_tidy_path" ++ #LDFLAGS="$LDFLAGS $want_tidy_path" + ], + [have_tidy=no] + ) +@@ -238,7 +240,7 @@ + have_clamav=yes + CLAMAV_FLAGS="$CLAMAV_FLAGS -DENABLE_CLAMAV" + CLAMAV_LIBS="-lclamav" +- LDFLAGS="$LDFLAGS $want_clamav_path" ++ #LDFLAGS="$LDFLAGS $want_clamav_path" + ], + [have_clamav=no] + ) +@@ -298,7 +300,7 @@ + have_clamav=yes + GNUTLS_FLAGS="$GNUTLS_FLAGS -DENABLE_GNUTLS" + GNUTLS_LIBS="-lgnutls" +- LDFLAGS="$LDFLAGS $want_gnutls_path" ++ #LDFLAGS="$LDFLAGS $want_gnutls_path" + ], + [ + have_clamav=yes diff --git a/www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild b/www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild new file mode 100644 index 000000000000..c1c3bb4c8837 --- /dev/null +++ b/www-misc/gurlchecker/gurlchecker-0.13.1-r1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +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 json sqlite ssl 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 + clamav? ( app-antivirus/clamav ) + json? ( >=dev-libs/json-glib-0.8 ) + sqlite? ( >=dev-db/sqlite-3.6:3 ) + ssl? ( >=net-libs/gnutls-1 ) + tidy? ( app-text/htmltidy ) +" +# 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-1.1 +" + +src_prepare() { + # Stop manipulating LDFLAGS for no reason + epatch "${FILESDIR}/${PN}-0.13.1-ldflags.patch" + + # Fix tidy.h include dir for Gentoo: + epatch "${FILESDIR}/${PN}-0.10.5-autoconf-tidy.patch" + + # Fix .desktop validation + sed -e 's/Application;//' \ + -i gurlchecker.desktop.in || die + + eautoreconf + + gnome2_src_prepare +} + +src_configure() { + DOCS="AUTHORS CONTRIBUTORS ChangeLog FAQ NEWS README THANKS TODO" + + gnome2_src_configure \ + --with-croco \ + $(use_with clamav) \ + $(use_with json) \ + $(use_with sqlite sqlite3) \ + $(use_with ssl gnutls) \ + $(use_with tidy) +} + +src_install() { + gnome2_src_install + + rm -r "${D}"/usr/share/doc/${PN} || die +} diff --git a/www-misc/gurlchecker/metadata.xml b/www-misc/gurlchecker/metadata.xml new file mode 100644 index 000000000000..771f8367af9f --- /dev/null +++ b/www-misc/gurlchecker/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>maintainer-needed@gentoo.org</email> +</maintainer> +<use> + <flag name="json">Enable support for parsing Google Chrome and derivatives bookmarks.</flag> + <flag name="sqlite">Enable support for parsing Firefox and derivatives bookmarks.</flag> +</use> +<longdescription> + gURLChecker is a graphical web links checker for GNU/Linux and + other POSIX OS. It can work on a whole site, a single local page + or a browser bookmarks file. +</longdescription> +</pkgmetadata> |