* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libhome/, profiles/, dev-libs/libhome/files/
@ 2019-10-12 8:16 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-10-12 8:16 UTC (permalink / raw
To: gentoo-commits
commit: c558ab2720bf3f74d20cfe9b5384910ea18f7acc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 08:14:15 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 08:14:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c558ab27
dev-libs/libhome: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694184
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/libhome/Manifest | 1 -
.../libhome/files/libhome-0.10.2-Makefile.patch | 59 ----------------------
.../files/libhome-0.10.2-ldap_deprecated.patch | 12 -----
dev-libs/libhome/libhome-0.10.2-r2.ebuild | 56 --------------------
dev-libs/libhome/metadata.xml | 8 ---
profiles/package.mask | 5 --
6 files changed, 141 deletions(-)
diff --git a/dev-libs/libhome/Manifest b/dev-libs/libhome/Manifest
deleted file mode 100644
index 2acce395ba9..00000000000
--- 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 371335b0bec..00000000000
--- 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 a96645176c1..00000000000
--- 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 <lber.h> /* for openldap 1.x */
- #include <ldap.h>
- #include <errno.h>
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 b94cfd3c837..00000000000
--- 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:\<VERSION\>:__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 77f70a1e61a..00000000000
--- a/dev-libs/libhome/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">pll</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 1d84bf023b4..4c5abc91029 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 <mgorny@gentoo.org> (2019-09-12)
-# Unmaintained. Last release in 2009. No reverse dependencies.
-# Removal in 30 days. Bug #694184.
-dev-libs/libhome
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-12 8:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-12 8:16 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libhome/, profiles/, dev-libs/libhome/files/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox