diff --git a/packages/dev-libs/zziplib/files/zziplib-0.13.54-no_xmlto.patch b/packages/dev-libs/zziplib/files/zziplib-0.13.54-no_xmlto.patch deleted file mode 100644 index d4151d7..0000000 --- a/packages/dev-libs/zziplib/files/zziplib-0.13.54-no_xmlto.patch +++ /dev/null @@ -1,16 +0,0 @@ -Upstream: Unknown -Reason: xmlto pulls docbook-xml-dtd:4.1.2 dependency though - it is optional -Source: Daniel Mierswa - ---- ./configure.ac.orig 2009-08-04 15:22:18.000000000 +0200 -+++ ./configure.ac 2009-08-04 15:27:00.000000000 +0200 -@@ -90,7 +90,7 @@ - AC_PATH_PROGS(PERL, perl5 perl, echo no perl found for) - AC_PATH_PROGS(PYTHON, python2.2 python2.3 python, echo no python found for) - AC_PATH_PROGS(MKZIP, zip pkzip, :) --AC_PATH_PROGS(XMLTO, xmlto, :) -+AC_PATH_PROGS(XMLTO, :, :) - - AC_C_INLINE - AC_C_CONST diff --git a/packages/dev-libs/zziplib/zziplib-0.13.59.exheres-0 b/packages/dev-libs/zziplib/zziplib-0.13.59.exheres-0 deleted file mode 100644 index dc2c55d..0000000 --- a/packages/dev-libs/zziplib/zziplib-0.13.59.exheres-0 +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2008, 2009 Daniel Mierswa -# Distributed under the terms of the GNU General Public License v2 - -require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 1.11 ] ] -require sourceforge - -SUMMARY="A library to read zip files." -DESCRIPTION="The implementation is based only on the (free) subset of -compression with the zlib algorithm." - -LICENCES="|| ( LGPL-2 MPL-1.1 )" -SLOT="0" -PLATFORMS="~amd64" -MYOPTIONS="sdl" - -DEPENDENCIES=" - build: - dev-lang/python - dev-util/pkg-config - build+run: - sdl? ( media-libs/SDL ) - sys-libs/zlib -" - -DEFAULT_SRC_CONFIGURE_OPTION_ENABLES+=( sdl ) -DEFAULT_SRC_TEST_PARAMS+=( -j1 ) - -# FIXME: -# xmlto can re-generate man-pages appearently but seems to be unwanted by -# upstream (or known to be partly broken, also requires docbook-xml-dtd:4.1.2) -DEFAULT_SRC_PREPARE_PATCHES="${FILES}/${PN}-0.13.54-no_xmlto.patch" - -AT_M4DIR="m4" -