From 514d1bbe260df2521fe60f1a3ec87cfcfde1a829 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Jul 2021 19:04:28 +0100 Subject: gentoo resync : 17.07.2021 --- net-p2p/automatic/Manifest | 1 - net-p2p/automatic/automatic-0.8.3.ebuild | 64 -------------------------------- 2 files changed, 65 deletions(-) delete mode 100644 net-p2p/automatic/automatic-0.8.3.ebuild (limited to 'net-p2p/automatic') diff --git a/net-p2p/automatic/Manifest b/net-p2p/automatic/Manifest index db39dcace054..7f24dee94534 100644 --- a/net-p2p/automatic/Manifest +++ b/net-p2p/automatic/Manifest @@ -4,5 +4,4 @@ AUX automatic.logrotate 94 BLAKE2B 6f505920dca44514ccec80d4bd917c5254d6955aad195 AUX automatic.service 303 BLAKE2B 90b2d3ed19c6347b31b90bca68f482d580f56b62212eea17b6d0b8a10bd7ee15ea3937ece839485da7efba4d61597c032f1dccd9fc0802967f7bf0fbf33f6b4d SHA512 4e398133d71b834855d77c6d23f8d4ae87100c48661825797ccfc0e7613933a2a8dd4eddffeac51ffbaa1619847d2e2de0b4ecb20bfa1b13f9596cb57cda392c DIST automatic-0.8.3.tar.gz 102181 BLAKE2B cdba7706f16eb552d2da960ae03206acce45149d6e8d8f32654c05b6dc3293368afe3c44a7c0d254fd895c7f5fe30fe541139375793a143c4a3d605d27486824 SHA512 34061065d53ab362c9bfab9b66aebf7090b7079e5988b1984398410ab07ca2bdfdf3c65dd90bb076b6189120877784294484803d4ce5fa813d3bc13207aeebdd EBUILD automatic-0.8.3-r1.ebuild 1712 BLAKE2B b0468fb8ab99eec1a00d3b8f5605cc21350d5dfa18a5560bae79668b2fbc5ab6059fc2f408bd4a1c86c7e0b98b88db1445d8167dd99c2054dc13497d47587d60 SHA512 23b3bc1f2d035f8b16593f4ab730ac88a900c00985fa28fc8909c0aaae9d3ea2f6456239ad245abd9588070b9015e5407a16b02d40a0d664338881104e329caf -EBUILD automatic-0.8.3.ebuild 1625 BLAKE2B 7b6d3dd41a9de064b13f17aca11dfa4c0e611547ab24cbc2aada82faa54cadc6b1df0845c8fb983282d39894f426a496322a7fcc7b87764c330735b1bf0aa44c SHA512 3b5f8123160274ec07c4e12d57ba6a182e4340ab4a2ce2bd39d05d7e93a5acad8aa3dbc5bad6a866a206eeb7724393845a28f9c02ea1635c7bfbaef33f343a94 MISC metadata.xml 724 BLAKE2B e0857678dafe9aee71474b61bfa686da4819ef7acdfc156387e4b75438b2fadd70039cafb30b395ef201ee2308987bd0762fa2a81c7cf5668c7f66f2510d8664 SHA512 e1a244c20a21e91d017b5c391eb8e065b496529bafd77daee94fdf3d4af3099b2f02186a7204453675dd81f66b0fe711fabdcbd20456d89a011a124fa4757004 diff --git a/net-p2p/automatic/automatic-0.8.3.ebuild b/net-p2p/automatic/automatic-0.8.3.ebuild deleted file mode 100644 index 3eb191d1c6b1..000000000000 --- a/net-p2p/automatic/automatic-0.8.3.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools user - -DESCRIPTION="RSS downloader for Tranmission" -HOMEPAGE="https://github.com/1100101/Automatic" -SRC_URI="https://github.com/1100101/Automatic/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${P^}" - -RDEPEND="dev-libs/libxml2:2 - dev-libs/libpcre:3 - net-misc/curl" -DEPEND="${RDEPEND} - app-admin/logrotate" - -src_prepare() { - default - - # https://bugs.gentoo.org/426262 - mv configure.{in,ac} || die "rename failed" - - # Remove CFLAGS and CXXFLAGS defined by upstream - sed -i \ - -e 's/CFLAGS="-Wdeclaration-after-statement -O3 -funroll-loops"/CFLAGS+=""/' \ - -e 's/CXXFLAGS="-O3 -funroll-loops"/CXXFLAGS+=""/' \ - configure.ac || die "sed for CXXFLAGS and CFLAGS failed" - - eautoreconf -} - -src_install() { - # Install and copy documentation - default - - # Install Gentoo init script and its config - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - - # Create automatic related directories - keepdir /var/lib/${PN}/ - keepdir /var/log/${PN}/ - - # Install logrotate for automatic - insinto /etc/logrotate.d - newins "${FILESDIR}"/${PN}.logrotate ${PN} -} - -pkg_postinst() { - # Add automatic group and user to system - enewgroup ${PN} - enewuser ${PN} -1 -1 /var/lib/${PN} ${PN} - - elog "" - elog "To run automatic you should move /etc/automatic.conf-sample to /etc/automatic.conf and config it." - elog "If things go wrong, increase verbose level in /etc/conf.d/automatic and check log file in /var/log/automatic/" - elog "" -} -- cgit v1.2.3