From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A6B2138350 for ; Fri, 27 Mar 2020 17:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6901E0CB1; Fri, 27 Mar 2020 17:36:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F10AE0CB1 for ; Fri, 27 Mar 2020 17:36:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BC0E34EDB5 for ; Fri, 27 Mar 2020 17:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DE92104 for ; Fri, 27 Mar 2020 17:36:33 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1585330576.a56dc312b9d5663176b719897e325fa7b4f9e265.tommy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/fms/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/fms/Manifest net-p2p/fms/fms-0.3.81.ebuild X-VCS-Directories: net-p2p/fms/ X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: a56dc312b9d5663176b719897e325fa7b4f9e265 X-VCS-Branch: master Date: Fri, 27 Mar 2020 17:36:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97944166-58a5-427e-b07e-a6a6e8161464 X-Archives-Hash: f2d7c7071ac6844ee76bebd681261e76 commit: a56dc312b9d5663176b719897e325fa7b4f9e265 Author: Thomas Sachau gentoo org> AuthorDate: Fri Mar 27 17:36:16 2020 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Fri Mar 27 17:36:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56dc312 net-p2p/fms: Drop old version, bug 714704 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Thomas Sachau gentoo.org> net-p2p/fms/Manifest | 1 - net-p2p/fms/fms-0.3.81.ebuild | 77 ------------------------------------------- 2 files changed, 78 deletions(-) diff --git a/net-p2p/fms/Manifest b/net-p2p/fms/Manifest index 3668c75ee5d..2bc83f745a6 100644 --- a/net-p2p/fms/Manifest +++ b/net-p2p/fms/Manifest @@ -1,2 +1 @@ -DIST fms-src-0.3.81.zip 4732577 BLAKE2B a873fe4458a4abf4d19c7849d2045e49f556e001315d9112f50fd5c544481c64e00d0db5672ca20f1974e8d8b46e88b98e6a339536659a8a4c06b1a3c4439d21 SHA512 7e5efc2bf22fd3ba24d61fb4a7afbd3b6181a6ea4d038bc06bc2135dd9254835647cbb62be68982ee553212be9f2e038f50623916db3131b2fd19a77c3180af2 DIST fms-src-0.3.82.zip 4786920 BLAKE2B c18630b8b1b8871290f1d66c4638b99c110e0f49bef11517aa83760274707fd5d0b53c053ea3b38a0c35018de4a4b6f3dd426499228997bac377bb1f04f784fb SHA512 2a72cbc7e23eb16cc12bd373944d1da090030602a09d0c1cf2fd8688a7b1a98ff649f1d0aa8b525b65987394d81acbb9b7558fcb21cea90a7646067a16600673 diff --git a/net-p2p/fms/fms-0.3.81.ebuild b/net-p2p/fms/fms-0.3.81.ebuild deleted file mode 100644 index bed92b6fea6..00000000000 --- a/net-p2p/fms/fms-0.3.81.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit eutils cmake-utils user - -DESCRIPTION="A spam-resistant message board application for Freenet" -#FMS oly has a homepage within freenet, so the closest is a wiki linking to it -HOMEPAGE="https://github.com/freenet/wiki/wiki/FMS" -SRC_URI="https://dev.gentoo.org/~tommy/distfiles/${PN}-src-${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="frost ssl" - -RDEPEND="virtual/libiconv - frost? ( net-libs/mbedtls:0/12 ) - ssl? ( net-libs/mbedtls:0/12 ) - >=dev-libs/poco-1.4.3_p1 - >=dev-db/sqlite-3.6.15" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR} -PATCHES=( "${FILESDIR}"/${PN}-use-system-libs4.patch ) - -pkg_setup() { - enewgroup freenet - enewuser freenet -1 -1 /var/freenet freenet -} - -src_prepare() { - rm -rv libs - edos2unix src/http/pages/showfilepage.cpp - edos2unix CMakeLists.txt - - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( -DI_HAVE_READ_THE_README=ON \ - -DUSE_BUNDLED_SQLITE=OFF \ - -DDO_CHARSET_CONVERSION=ON \ - -DFROST_SUPPORT=$(use frost && echo ON || echo OFF) \ - -DFCP_SSL_SUPPORT=$(use ssl && echo ON || echo OFF) ) - cmake-utils_src_configure -} - -src_install() { - insinto /var/freenet/fms - dobin "${CMAKE_BUILD_DIR}"/fms || die - doins *.htm || die "doinstall failed" - doins -r fonts images styles translations || die - fperms -R o-rwx /var/freenet/fms/ /usr/bin/fms - fowners -R freenet:freenet /var/freenet/fms/ /usr/bin/fms - doinitd "${FILESDIR}/fms" || die "installing init.d file failed" - dodoc readme.txt || die "installing doc failed" -} - -pkg_postinst() { - if ! has_version 'net-p2p/freenet' ; then - ewarn "FMS needs a freenet node to up-/download #ssages." - ewarn "Please make sure to have a node you can connect to" - ewarn "or install net-p2p/freenet to get FMS working." - fi - elog "By default, the FMS NNTP server will listen on port 1119," - elog "and the web configuration interface will be running at" - elog "http://localhost:8080. For more information, read" - elog "${ROOT}usr/share/doc/${PF}/readme.txt.bz2" - if use frost; then - elog " " - elog "You need to enable frost on the config page" - elog "and restart fms for frost support." - fi -}