From: Michał Górny Date: Sat, 12 Oct 2019 08:14:15 +0000 (+0200) Subject: dev-libs/libhome: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c558ab2720bf3f74d20cfe9b5384910ea18f7acc;p=gentoo.git dev-libs/libhome: Remove last-rited pkg Closes: https://bugs.gentoo.org/694184 Signed-off-by: Michał Górny --- diff --git a/dev-libs/libhome/Manifest b/dev-libs/libhome/Manifest deleted file mode 100644 index 2acce395ba9e..000000000000 --- a/dev-libs/libhome/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libhome-0.10.2.tar.gz 286453 BLAKE2B bb2356fef6358b849896c665760174decbf5f83f70380c855c519c6a8cde37e053af70962f7552ffdd581b1af559bbc4a74d7d8ccedad39fa4a178ded394436c SHA512 9f144b6aeb8e01f5ca2f8f90c5289d4449895e2eddbfd2d8d9b1828bb203fd8f68c224c0f068ffabfa5ee1514f9b756cb2499f862418d793eb8d06ae960447a9 diff --git a/dev-libs/libhome/files/libhome-0.10.2-Makefile.patch b/dev-libs/libhome/files/libhome-0.10.2-Makefile.patch deleted file mode 100644 index 371335b0bec8..000000000000 --- a/dev-libs/libhome/files/libhome-0.10.2-Makefile.patch +++ /dev/null @@ -1,59 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -61,7 +61,7 @@ - LIBTOOL=./libtool - - COMPILE=${LIBTOOL} --mode=compile ${CC} ${CPPFLAGS} ${CFLAGS} --LINK=${LIBTOOL} --mode=link ${CC} ${CFLAGS} -+LINK=${LIBTOOL} --mode=link ${CC} ${CFLAGS} ${LDFLAGS} - - - hparam.o: version.h -@@ -114,27 +114,32 @@ - install:: install-man install-lib - - install-man:: home.conf.5 -- ${INSTALL_DATA} home.conf.5 ${mandir}/man5/ --@DO_PROXY@ ${INSTALL_DATA} home_proxy.8 ${mandir}/man8/ -+ ${INSTALL} -d $(DESTDIR)${mandir}/man5 -+@DO_PROXY@ ${INSTALL} -d $(DESTDIR)${mandir}/man8 -+ ${INSTALL_DATA} home.conf.5 $(DESTDIR)${mandir}/man5/ -+@DO_PROXY@ ${INSTALL_DATA} home_proxy.8 $(DESTDIR)${mandir}/man8/ - - install-lib:: all -- ${LIBTOOL} --mode=install ${INSTALL_DATA} libhome.la ${libdir}/ -+ ${INSTALL} -d $(DESTDIR)${libdir} -+ ${INSTALL} -d $(DESTDIR)${bindir} -+@DO_PROXY@ ${INSTALL} -d $(DESTDIR)${sbindir} -+ ${INSTALL} -d $(DESTDIR)${includedir}/home -+ ${LIBTOOL} --mode=install ${INSTALL_DATA} libhome.la $(DESTDIR)${libdir}/ - test "@PRELOAD_LIB@" = "" || \ -- ${LIBTOOL} --mode=install ${INSTALL_DATA} @PRELOAD_LIB@ ${libdir}/ -- ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} home_finger ${bindir}/ -- ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} home_su ${bindir}/ -- -mkdir -p ${includedir}/home -- ${INSTALL_DATA} hpwd.h ${includedir}/home/pwd.h -- ${INSTALL_DATA} hpwd.h ${includedir}/home/ -- ${INSTALL_DATA} hparam.h ${includedir}/home/ -- ${INSTALL_DATA} home_version.h ${includedir}/home/ -+ ${LIBTOOL} --mode=install ${INSTALL_DATA} @PRELOAD_LIB@ $(DESTDIR)${libdir}/ -+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} home_finger $(DESTDIR)${bindir}/ -+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} home_su $(DESTDIR)${bindir}/ -+ ${INSTALL_DATA} -D hpwd.h $(DESTDIR)${includedir}/home/pwd.h -+ ${INSTALL_DATA} -D hpwd.h $(DESTDIR)${includedir}/home/ -+ ${INSTALL_DATA} -D hparam.h $(DESTDIR)${includedir}/home/ -+ ${INSTALL_DATA} -D home_version.h $(DESTDIR)${includedir}/home/ - chmod +x libhome.sh -- ${INSTALL_SCRIPT} libhome.sh ${bindir}/ --@DO_PROXY@ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} home_proxy ${sbindir}/ --@DO_NSS@ ${LIBTOOL} --mode=install ${INSTALL_DATA} ${NSS_LIB} ${libdir}/ -+ ${INSTALL_SCRIPT} -D libhome.sh $(DESTDIR)${bindir}/ -+@DO_PROXY@ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} home_proxy $(DESTDIR)${sbindir}/ -+@DO_NSS@ ${LIBTOOL} --mode=install ${INSTALL_DATA} ${NSS_LIB} $(DESTDIR)${libdir}/ - - install-nss:: nss --@DO_NSS@ ${LIBTOOL} --mode=install ${INSTALL_DATA} ${NSS_LIB} ${libdir}/ -+@DO_NSS@ ${LIBTOOL} --mode=install ${INSTALL_DATA} ${NSS_LIB} $(DESTDIR)${libdir}/ - - compat: - -mkdir compat diff --git a/dev-libs/libhome/files/libhome-0.10.2-ldap_deprecated.patch b/dev-libs/libhome/files/libhome-0.10.2-ldap_deprecated.patch deleted file mode 100644 index a96645176c13..000000000000 --- a/dev-libs/libhome/files/libhome-0.10.2-ldap_deprecated.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: libhome-0.10.2/hldap.c -=================================================================== ---- libhome-0.10.2.orig/hldap.c -+++ libhome-0.10.2/hldap.c -@@ -27,6 +27,7 @@ static char const rcsid[] UNUSED = - "$Id: libhome-0.10.2-ldap_deprecated.patch,v 1.1 2009/07/05 19:25:41 hollow Exp $"; - - #define passwd system_passwd -+#define LDAP_DEPRECATED 1 - #include /* for openldap 1.x */ - #include - #include diff --git a/dev-libs/libhome/libhome-0.10.2-r2.ebuild b/dev-libs/libhome/libhome-0.10.2-r2.ebuild deleted file mode 100644 index b94cfd3c8377..000000000000 --- a/dev-libs/libhome/libhome-0.10.2-r2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools db-use - -DESCRIPTION="libhome is a library providing a getpwnam() emulation" -HOMEPAGE="http://pll.sourceforge.net" -SRC_URI="mirror://sourceforge/pll/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="berkdb ldap mysql pam postgres static-libs" - -DEPEND="berkdb? ( >=sys-libs/db-4 ) - ldap? ( net-nds/openldap ) - mysql? ( dev-db/mysql-connector-c:= ) - pam? ( virtual/pam ) - postgres? ( dev-db/postgresql[server] )" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-0.10.2-Makefile.patch - "${FILESDIR}"/${PN}-0.10.2-ldap_deprecated.patch -) - -src_prepare() { - rm -f aclocal.m4 - - default - - # bug 225579 - sed -i -e 's:\:__PKG_VERSION:' configure.in - - sed -i -e '/AC_SEARCH_LIBS.*db4/s: db-4.* db4:'$(db_libname)':' \ - configure.in - - eautoreconf -} - -src_configure() { - econf --without-db3 \ - $(use_with berkdb db4 $(db_includedir)) \ - $(use_with ldap) \ - $(use_with mysql) \ - $(use_with pam) \ - $(use_with postgres pgsql) \ - $(use_enable static-libs static) -} - -src_install() { - default - use static-libs || find "${D}" -name '*.la' -delete -} diff --git a/dev-libs/libhome/metadata.xml b/dev-libs/libhome/metadata.xml deleted file mode 100644 index 77f70a1e61a5..000000000000 --- a/dev-libs/libhome/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - pll - - diff --git a/profiles/package.mask b/profiles/package.mask index 1d84bf023b47..4c5abc910297 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -699,11 +699,6 @@ dev-libs/libidmef # Removal in 30 days. Bug #694186. dev-libs/libhtmlparse -# Michał Górny (2019-09-12) -# Unmaintained. Last release in 2009. No reverse dependencies. -# Removal in 30 days. Bug #694184. -dev-libs/libhome - # Lars Wendler (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.