sys-libs/talloc: Drop dead package

A newer version is in portage-stable, and this one tries to inherit
a removed eclass (printing errors during metadata generation).
This commit is contained in:
David Michael 2017-10-10 12:13:44 -07:00
parent 6614023cdc
commit b99f15cb3f
7 changed files with 0 additions and 115 deletions

View File

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare
DEPEND=!<net-fs/samba-3.3 doc? ( app-text/docbook-xml-dtd:4.2 ) !<net-fs/samba-libs-3.4 >=app-portage/elt-patches-20170317 !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Samba talloc library
EAPI=2
HOMEPAGE=http://talloc.samba.org/
IUSE=compat doc
KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86
LICENSE=GPL-3
RDEPEND=!<net-fs/samba-3.3 doc? ( app-text/docbook-xml-dtd:4.2 ) !<net-fs/samba-libs-3.4
SLOT=0
SRC_URI=http://samba.org/ftp/talloc/talloc-2.0.1.tar.gz
_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 confutils c53f73677e9212b2b42d9c5d8f69c5fc epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163
_md5_=fcccf968b25b2db2ad3378f9848f440d

View File

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare
DEPEND=!<net-fs/samba-3.3 doc? ( app-text/docbook-xml-dtd:4.2 ) !<net-fs/samba-libs-3.4 >=app-portage/elt-patches-20170317 !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Samba talloc library
EAPI=2
HOMEPAGE=http://talloc.samba.org/
IUSE=compat doc
KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86
LICENSE=GPL-3
RDEPEND=!<net-fs/samba-3.3 doc? ( app-text/docbook-xml-dtd:4.2 ) !<net-fs/samba-libs-3.4
SLOT=0
SRC_URI=http://samba.org/ftp/talloc/talloc-2.0.1.tar.gz
_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 confutils c53f73677e9212b2b42d9c5d8f69c5fc epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163
_md5_=fcccf968b25b2db2ad3378f9848f440d

View File

@ -1 +0,0 @@
DIST talloc-2.0.1.tar.gz 242426 RMD160 b6d28a9f913c5d3abe2098d8b571bd293156ae1c SHA1 40453d01e3676832150cefe0a057835d3a847ac1 SHA256 5b810527405f29d54f50efd78bf2c89e318f2cd8bed001f22f2a1412fd27c9b4

View File

@ -1,21 +0,0 @@
--- talloc-2.0.0-orig/configure.ac 2009-08-31 02:58:36 +0900
+++ talloc-2.0.0/configure.ac 2009-10-23 11:00:13 +0900
@@ -36,10 +36,15 @@
m4_include(libtalloc.m4)
m4_include(compat/talloc_compat1.m4)
-AC_PATH_PROG(XSLTPROC,xsltproc)
DOC_TARGET=""
-if test -n "$XSLTPROC"; then
- DOC_TARGET=doc
+AC_ARG_WITH([doc],
+ AS_HELP_STRING([--without-doc], [disable manpage generation]),
+ [], [with_doc=yes])
+if test "yes" = "$with_doc"; then
+ AC_PATH_PROG(XSLTPROC,xsltproc)
+ if test -n "$XSLTPROC"; then
+ DOC_TARGET=doc
+ fi
fi
AC_SUBST(DOC_TARGET)

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>samba</herd>
<maintainer>
<email>patrick@gentoo.org</email>
<name>Patrick Lauer</name>
</maintainer>
<use>
<flag name="compat">Enable extra compatibility stuff</flag>
</use>
</pkgmetadata>

View File

@ -1 +0,0 @@
talloc-2.0.1.ebuild

View File

@ -1,54 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.1.ebuild,v 1.1 2010/01/26 22:04:08 patrick Exp $
EAPI="2"
inherit confutils eutils autotools
DESCRIPTION="Samba talloc library"
HOMEPAGE="http://talloc.samba.org/"
SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz"
LICENSE="GPL-3"
IUSE="compat doc"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
DEPEND="!<net-fs/samba-3.3
doc? ( app-text/docbook-xml-dtd:4.2 )
!<net-fs/samba-libs-3.4
"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.0.0-without-doc.patch
eautoconf -Ilibreplace
sed -e 's:$(SHLD_FLAGS) :$(SHLD_FLAGS) $(LDFLAGS) :' -i Makefile.in
}
src_configure() {
econf \
--sysconfdir=/etc/samba \
--localstatedir=/var \
$(use_enable compat talloc-compat1) \
$(use_with doc) \
|| die "econf failed"
}
src_compile() {
emake showflags || die "emake showflags failed"
emake shared-build || die "emake shared-build failed"
}
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
dolib.a sharedbuild/lib/libtalloc.a
dolib.so sharedbuild/lib/libtalloc.so
}