From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/fam/
Date: Sun, 7 Mar 2021 12:42:25 +0000 (UTC) [thread overview]
Message-ID: <1615120921.2bfc0ce045a38b46ed21637563171a2d09ca9a4a.conikost@gentoo> (raw)
commit: 2bfc0ce045a38b46ed21637563171a2d09ca9a4a
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 12:41:39 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 12:42:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfc0ce0
app-admin/fam: drop old version
Closes: https://bugs.gentoo.org/719678
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-admin/fam/Manifest | 2 -
app-admin/fam/fam-2.7.0_p17_p2.ebuild | 70 -----------------------------------
2 files changed, 72 deletions(-)
diff --git a/app-admin/fam/Manifest b/app-admin/fam/Manifest
index 87691d14564..b82cabc2de1 100644
--- a/app-admin/fam/Manifest
+++ b/app-admin/fam/Manifest
@@ -1,4 +1,2 @@
-DIST fam-2.7.0.tar.gz 301974 BLAKE2B 9a915e61b2898717cac1b7bbe9b2049aee0701314710906c5c8323aafe0847a9f017d09c4d9345e1fba386ac3c1001ec013325f9841d716e8c91e35bcf1e3962 SHA512 62b6222ee925eb2af1e258097c9bb676191690f38f8504ae16b1883a1019e0ac6dc7116ac2c4c596a956b3b3cfc3ce3ee7b613c319654681afb13e3ad3f284e2
-DIST fam_2.7.0-17.2.diff.gz 28826 BLAKE2B 880f8614304b048a24be03231ec26a02901befd75c8c5d51abf07d5afb42f370f4d3702d0db790f2f651f040372791024d9cbfbea15a1932629fb13a7b6a5ec8 SHA512 295c954fcecb7357a72ecf3c7469bb37c29e8969fc7be3a0e92e40e79911c9578f44c42a0a6f900610c8a9886f1addc62e50f258105aaadb61c718f526608697
DIST fam_2.7.0-17.3.diff.gz 28847 BLAKE2B d46e0d60d438459b43e24d2757771f02f3b5eec1b297f16a0359b26d14fbfba9701ebdc63d9b4dbbe2247cc7b38b9670ed9900a896224a3c4d8affc1481a8a79 SHA512 67d339e1cd4409897b044aa9b4c755a43b939982ee70c0ab5d99afd807994ad1f571a52bf04125a633cc3a735e99ff9e156caf2fb4288f5c008121a4eb9379b6
DIST fam_2.7.0.orig.tar.gz 301945 BLAKE2B 9219c15b998bbac49e76eeac86f2de666ac49dca773c82ff6220c11ee77f0381b93ddbeeb500a7775bff3cc29ad6e7008e12304f0b0e361cbcc951d9f995a229 SHA512 dae6e883ef10214b1506d342e32cb5c59d0b4b7b66c1b099daa836958651ff3b04d526b4e516abd96e51587a97a8950e9517d1b38c6f7e6637ee3e7d20243531
diff --git a/app-admin/fam/fam-2.7.0_p17_p2.ebuild b/app-admin/fam/fam-2.7.0_p17_p2.ebuild
deleted file mode 100644
index 06a0ef2cf6f..00000000000
--- a/app-admin/fam/fam-2.7.0_p17_p2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils flag-o-matic ltprune multilib-minimal toolchain-funcs
-
-FAM_PV="${PV/_p*/}"
-DEBIAN_PATCH="${PV#*_p}"
-DEBIAN_PATCH="${DEBIAN_PATCH/_p/.}"
-DESCRIPTION="FAM, the File Alteration Monitor"
-HOMEPAGE="http://oss.sgi.com/projects/fam/"
-SRC_URI="
- ftp://oss.sgi.com/projects/fam/download/stable/${PN}-${FAM_PV}.tar.gz
- mirror://debian/pool/main/f/${PN}/${PN}_${FAM_PV}-${DEBIAN_PATCH}.diff.gz
-"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="static-libs"
-
-DEPEND="
- !app-admin/gamin
- net-libs/libtirpc
- net-nds/rpcbind
-"
-RDEPEND="
- ${DEPEND}
-"
-DOCS=( AUTHORS ChangeLog INSTALL NEWS TODO README )
-S=${WORKDIR}/${PN}-${FAM_PV}
-
-src_prepare() {
- eapply "${WORKDIR}"/${PN}_${FAM_PV}-${DEBIAN_PATCH}.diff
- edos2unix debian/patches/10_debianbug375967.patch
- eapply "${FILESDIR}"/${PN}-${FAM_PV}-patch-header.patch
-
- eapply debian/patches/*patch
-
- eapply "${FILESDIR}"/${PN}-${FAM_PV}-AM_CONFIG_HEADER.patch
- eapply "${FILESDIR}"/${PN}-${FAM_PV}-out-of-tree.patch
- eapply "${FILESDIR}"/${PN}-${FAM_PV}-sysmacros.patch #580702
-
- eapply_user
-
- eautoreconf
-}
-
-multilib_src_configure() {
- tc-export PKG_CONFIG
- append-cppflags $(${PKG_CONFIG} --cflags libtirpc)
- append-libs $(${PKG_CONFIG} --libs libtirpc)
- ECONF_SOURCE=${S} econf $(use_enable static-libs static)
-
- # These are thrown away later
- if ! multilib_is_native_abi ; then
- sed -i -e 's/src conf man//' Makefile || die
- fi
-}
-
-multilib_src_install_all() {
- prune_libtool_files
- einstalldocs
-
- sed -i "${D}"/etc/fam.conf \
- -e "s:local_only = false:local_only = true:g" \
- || die "sed fam.conf"
-
- doinitd "${FILESDIR}/famd"
-}
next reply other threads:[~2021-03-07 12:42 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-07 12:42 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-12 13:53 [gentoo-commits] repo/gentoo:master commit in: app-admin/fam/ Marek Szuba
2021-03-07 12:44 Conrad Kostecki
2021-02-16 12:30 Sam James
2021-02-15 10:48 Sam James
2021-02-13 11:07 Sergei Trofimovich
2021-02-12 13:48 Sam James
2021-02-12 9:57 Sam James
2021-02-11 8:14 Sam James
2021-02-11 7:55 Sam James
2021-02-11 7:54 Sam James
2020-06-25 21:26 Jeroen Roovers
2018-08-26 11:01 Michał Górny
2018-06-30 21:01 Mikle Kolyada
2018-06-24 20:27 Jeroen Roovers
2018-05-17 19:05 Markus Meier
2018-05-14 16:50 Tobias Klausmann
2018-05-14 0:08 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-05-13 9:53 Sergei Trofimovich
2018-05-11 21:52 Sergei Trofimovich
2016-12-07 5:09 Mike Frysinger
2016-12-07 5:09 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1615120921.2bfc0ce045a38b46ed21637563171a2d09ca9a4a.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox