net-libs/liblockfile: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 9 Feb 2020 12:01:21 +0000 (15:01 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 9 Feb 2020 12:01:21 +0000 (15:01 +0300)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-libs/liblockfile/Manifest
net-libs/liblockfile/liblockfile-1.09.ebuild [deleted file]

index 359b33c2dd2b59106c85aeb58dce92df0d529bfd..25f238e989cc55cf83028975fa18b6a3bd64d093 100644 (file)
@@ -1,2 +1 @@
 DIST liblockfile-1.16.tar.gz 68591 BLAKE2B f41df23ee405425265dbf5ca66dacf8e5dac84f40c16d192f1afbb40399f2a68bb92f5e24bbf0d2fb7fc143a92f8fa2713ebccbab70ceb9e67d9c7ae21f42802 SHA512 ee75ecf0dd25744de4e3ce7d6b12483ead2deaf0cd6a527e8493100c5d714751fe97e057873c8c7b04a935f9b46a5ea502950f15d3ce54ecc63d997ab1cee33d
-DIST liblockfile_1.09.orig.tar.gz 32178 BLAKE2B b78f632e3bf1ed926596abf9fb0450cc325f888ba245d724f6c02800d939f2d5933b0f90bac92d543cdc5ee6b27f8c4fb70901742e83e8d5becbdbc60e20e5b3 SHA512 8577f8bfa9c78983d6a409bc449be0d981e599a6a5f2fc8b43f76a238810ec5e3c180e27280719398f31041ed837fe8ba61df208ce77db77a354453e4579848a
diff --git a/net-libs/liblockfile/liblockfile-1.09.ebuild b/net-libs/liblockfile/liblockfile-1.09.ebuild
deleted file mode 100644 (file)
index eeb84dd..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils multilib autotools user
-
-DESCRIPTION="Implements functions designed to lock the standard mailboxes"
-HOMEPAGE="http://www.debian.org/"
-SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-pkg_setup() {
-       enewgroup mail 12
-}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-1.06-respectflags.patch
-       epatch "${FILESDIR}"/${PN}-orphan-file.patch
-
-       # I don't feel like making the Makefile portable
-       [[ ${CHOST} == *-darwin* ]] \
-               && cp "${FILESDIR}"/Makefile.Darwin.in Makefile.in
-
-       eautoreconf
-}
-
-src_configure() {
-       local grp=mail
-       if use prefix ; then
-               # we never want to use LDCONFIG
-               export LDCONFIG=${EPREFIX}/bin/true
-               # in unprivileged installs this is "mail"
-               grp=$(id -g)
-       fi
-       econf --with-mailgroup=${grp} --enable-shared
-}
-
-src_install() {
-       dodir /usr/{bin,include,$(get_libdir)} /usr/share/man/{man1,man3}
-       emake ROOT="${D}" install
-       dodoc README Changelog
-}