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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 945F0158042 for ; Mon, 4 Nov 2024 10:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55CCCE085B; Mon, 4 Nov 2024 10:41:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3955FE085B for ; Mon, 4 Nov 2024 10:41:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B72133FEF1 for ; Mon, 4 Nov 2024 10:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 483F5159D for ; Mon, 4 Nov 2024 10:41:49 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730716693.813be0425f39ebced402de0fa9554117352f0a76.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yacy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/yacy/Manifest net-misc/yacy/yacy-1.930.202405130205.ebuild X-VCS-Directories: net-misc/yacy/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 813be0425f39ebced402de0fa9554117352f0a76 X-VCS-Branch: dev Date: Mon, 4 Nov 2024 10:41:49 +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: a6352c17-62ef-4a60-9499-ffb9847d53d3 X-Archives-Hash: 33fefcd7191cacd39358a271c91c3231 commit: 813be0425f39ebced402de0fa9554117352f0a76 Author: David Roman gmail com> AuthorDate: Mon Nov 4 10:38:13 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Nov 4 10:38:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=813be042 net-misc/yacy: add 1.930.202405130205 Signed-off-by: David Roman gmail.com> net-misc/yacy/Manifest | 1 + net-misc/yacy/yacy-1.930.202405130205.ebuild | 65 ++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/net-misc/yacy/Manifest b/net-misc/yacy/Manifest index d98eb3a96..d618c7871 100644 --- a/net-misc/yacy/Manifest +++ b/net-misc/yacy/Manifest @@ -1 +1,2 @@ DIST yacy_v1.924_20210209_10069.tar.gz 78723324 BLAKE2B b505e496a8cb8d10e1f1ef32b2d1d9766d4952aa477f20d2f4f13093acef8ab6272bbb747f561fd71b505598add914db45c1705099e38a604bc6baf292c64331 SHA512 c9c5d601baba57b57aad9c991f3aa10fde2143be08759fdef5901a9e8bcfa52496242dd003b23478376fbc368f48eb0be9496b2bdd01c799fa4fbd64fff517c2 +DIST yacy_v1.930_202405130205_59c0cb0f3.tar.gz 101877649 BLAKE2B d620d60ef955ef12b3ed41d65597e12bda94c06952f6fae085d789d261c3c8b4d09441f2f61aff5bcfaa922f17fd531c087fdb343374153bead9a0013c6b500b SHA512 53f4951ec2b89b7ada9ebd8ad4bc3cd95e7f0fbe9c649123749e1fa076c20854289fd1af859711119a50dab81157c1c952d67398cbc4bdf009dbfa7e115906e5 diff --git a/net-misc/yacy/yacy-1.930.202405130205.ebuild b/net-misc/yacy/yacy-1.930.202405130205.ebuild new file mode 100644 index 000000000..605e1c66d --- /dev/null +++ b/net-misc/yacy/yacy-1.930.202405130205.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit java-pkg-2 systemd + +MAJOR_PV="$(ver_cut 1-2)" +REL_PV="$(ver_cut 3)" +COMMIT="59c0cb0f3" + +DESCRIPTION="YaCy - p2p based distributed web-search engine" +HOMEPAGE="https://www.yacy.net/" +SRC_URI="https://download.yacy.net/yacy_v${MAJOR_PV}_${REL_PV}_${COMMIT}.tar.gz" + +S="${WORKDIR}/${PN}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + >=virtual/jdk-1.8 + acct-group/yacy + acct-user/yacy +" +RDEPEND="${DEPEND}" + +EANT_BUILD_TARGET="all" +UNINSTALL_IGNORE="/usr/share/yacy/DATA" + +src_install() { + # remove win-only stuff + find "${S}" -name "*.bat" -exec rm '{}' \; || die + # remove init-scripts + rm "${S}"/*.sh || die + # remove sources + rm -r "${S}/source" || die + rm "${S}/build.properties" "${S}/build.xml" || die + + dodoc AUTHORS NOTICE && rm AUTHORS NOTICE COPYRIGHT gpl.txt + + yacy_home="${EROOT}/usr/share/${PN}" + dodir ${yacy_home} + cp -r "${S}"/* "${D}${yacy_home}" || die + + rm -r "${D}${yacy_home}"/lib/*License + + dodir /var/log/yacy || die + chown yacy:yacy "${D}/var/log/yacy" || die + keepdir /var/log/yacy + + dosym /var/lib/yacy /${yacy_home}/DATA + + exeinto /etc/init.d + newexe "${FILESDIR}/yacy.rc" yacy + doconfd "${FILESDIR}/yacy.confd" + + systemd_newunit "${FILESDIR}"/${PN}-ipv6.service ${PN}.service +} + +pkg_postinst() { + einfo "yacy.logging will write logfiles into /var/lib/yacy/LOG" + einfo "To setup YaCy, open http://localhost:8090 in your browser." +} 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06457158042 for ; Mon, 4 Nov 2024 18:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4426EE0891; Mon, 4 Nov 2024 18:27:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28132E0891 for ; Mon, 4 Nov 2024 18:27:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42A4C342FA0 for ; Mon, 4 Nov 2024 18:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 510261F45 for ; Mon, 4 Nov 2024 18:27:17 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730716693.813be0425f39ebced402de0fa9554117352f0a76.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/yacy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/yacy/Manifest net-misc/yacy/yacy-1.930.202405130205.ebuild X-VCS-Directories: net-misc/yacy/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 813be0425f39ebced402de0fa9554117352f0a76 X-VCS-Branch: master Date: Mon, 4 Nov 2024 18:27:17 +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: 47e34f56-3650-4b24-8330-d9e9e5b16358 X-Archives-Hash: 65ddf17a2547de52190e9b1373bf3543 Message-ID: <20241104182717.T3HOXNrVLTrjWct1J_dYVGhpY6icqmFzdsetkDljWMg@z> commit: 813be0425f39ebced402de0fa9554117352f0a76 Author: David Roman gmail com> AuthorDate: Mon Nov 4 10:38:13 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Nov 4 10:38:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=813be042 net-misc/yacy: add 1.930.202405130205 Signed-off-by: David Roman gmail.com> net-misc/yacy/Manifest | 1 + net-misc/yacy/yacy-1.930.202405130205.ebuild | 65 ++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/net-misc/yacy/Manifest b/net-misc/yacy/Manifest index d98eb3a96..d618c7871 100644 --- a/net-misc/yacy/Manifest +++ b/net-misc/yacy/Manifest @@ -1 +1,2 @@ DIST yacy_v1.924_20210209_10069.tar.gz 78723324 BLAKE2B b505e496a8cb8d10e1f1ef32b2d1d9766d4952aa477f20d2f4f13093acef8ab6272bbb747f561fd71b505598add914db45c1705099e38a604bc6baf292c64331 SHA512 c9c5d601baba57b57aad9c991f3aa10fde2143be08759fdef5901a9e8bcfa52496242dd003b23478376fbc368f48eb0be9496b2bdd01c799fa4fbd64fff517c2 +DIST yacy_v1.930_202405130205_59c0cb0f3.tar.gz 101877649 BLAKE2B d620d60ef955ef12b3ed41d65597e12bda94c06952f6fae085d789d261c3c8b4d09441f2f61aff5bcfaa922f17fd531c087fdb343374153bead9a0013c6b500b SHA512 53f4951ec2b89b7ada9ebd8ad4bc3cd95e7f0fbe9c649123749e1fa076c20854289fd1af859711119a50dab81157c1c952d67398cbc4bdf009dbfa7e115906e5 diff --git a/net-misc/yacy/yacy-1.930.202405130205.ebuild b/net-misc/yacy/yacy-1.930.202405130205.ebuild new file mode 100644 index 000000000..605e1c66d --- /dev/null +++ b/net-misc/yacy/yacy-1.930.202405130205.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit java-pkg-2 systemd + +MAJOR_PV="$(ver_cut 1-2)" +REL_PV="$(ver_cut 3)" +COMMIT="59c0cb0f3" + +DESCRIPTION="YaCy - p2p based distributed web-search engine" +HOMEPAGE="https://www.yacy.net/" +SRC_URI="https://download.yacy.net/yacy_v${MAJOR_PV}_${REL_PV}_${COMMIT}.tar.gz" + +S="${WORKDIR}/${PN}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + >=virtual/jdk-1.8 + acct-group/yacy + acct-user/yacy +" +RDEPEND="${DEPEND}" + +EANT_BUILD_TARGET="all" +UNINSTALL_IGNORE="/usr/share/yacy/DATA" + +src_install() { + # remove win-only stuff + find "${S}" -name "*.bat" -exec rm '{}' \; || die + # remove init-scripts + rm "${S}"/*.sh || die + # remove sources + rm -r "${S}/source" || die + rm "${S}/build.properties" "${S}/build.xml" || die + + dodoc AUTHORS NOTICE && rm AUTHORS NOTICE COPYRIGHT gpl.txt + + yacy_home="${EROOT}/usr/share/${PN}" + dodir ${yacy_home} + cp -r "${S}"/* "${D}${yacy_home}" || die + + rm -r "${D}${yacy_home}"/lib/*License + + dodir /var/log/yacy || die + chown yacy:yacy "${D}/var/log/yacy" || die + keepdir /var/log/yacy + + dosym /var/lib/yacy /${yacy_home}/DATA + + exeinto /etc/init.d + newexe "${FILESDIR}/yacy.rc" yacy + doconfd "${FILESDIR}/yacy.confd" + + systemd_newunit "${FILESDIR}"/${PN}-ipv6.service ${PN}.service +} + +pkg_postinst() { + einfo "yacy.logging will write logfiles into /var/lib/yacy/LOG" + einfo "To setup YaCy, open http://localhost:8090 in your browser." +}