From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/yacy/ Date: Mon, 4 Nov 2024 10:51:25 +0000 (UTC) [thread overview] Message-ID: <1730717481.e2dd7fcf6688642202b2873b29a142ae0e3235bc.davidroman@gentoo> (raw) commit: e2dd7fcf6688642202b2873b29a142ae0e3235bc Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon Nov 4 10:51:14 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Nov 4 10:51:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2dd7fcf net-misc/yacy: drop 1.924.20210209.10069 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> net-misc/yacy/Manifest | 1 - net-misc/yacy/yacy-1.924.20210209.10069.ebuild | 69 -------------------------- 2 files changed, 70 deletions(-) diff --git a/net-misc/yacy/Manifest b/net-misc/yacy/Manifest index d618c7871..7a9fa3c1d 100644 --- a/net-misc/yacy/Manifest +++ b/net-misc/yacy/Manifest @@ -1,2 +1 @@ -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.924.20210209.10069.ebuild b/net-misc/yacy/yacy-1.924.20210209.10069.ebuild deleted file mode 100644 index 31b137093..000000000 --- a/net-misc/yacy/yacy-1.924.20210209.10069.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit java-pkg-2 java-ant-2 systemd - -MAJOR_PV="$(ver_cut 1-2)" -REL_PV="$(ver_cut 3)" -SVN_PV="$(ver_cut 4)" - -DESCRIPTION="YaCy - p2p based distributed web-search engine" -HOMEPAGE="https://www.yacy.net/" -SRC_URI="https://www.yacy.net/release/yacy_v${MAJOR_PV}_${REL_PV}_${SVN_PV}.tar.gz" - -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="systemd +openrc" - -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 - - rmdir "${D}/${yacy_home}/DATA" || die - dosym /var/lib/yacy /${yacy_home}/DATA - - use openrc && { - exeinto /etc/init.d - newexe "${FILESDIR}/yacy.rc" yacy - doconfd "${FILESDIR}/yacy.confd" - } - - use systemd && 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." -}
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/yacy/ Date: Mon, 4 Nov 2024 18:27:17 +0000 (UTC) [thread overview] Message-ID: <1730717481.e2dd7fcf6688642202b2873b29a142ae0e3235bc.davidroman@gentoo> (raw) Message-ID: <20241104182717.Sl2r7JLnrt95NwxtHjwP1oppvzWOyh3cFkrihhTuYVU@z> (raw) commit: e2dd7fcf6688642202b2873b29a142ae0e3235bc Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon Nov 4 10:51:14 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Nov 4 10:51:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2dd7fcf net-misc/yacy: drop 1.924.20210209.10069 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> net-misc/yacy/Manifest | 1 - net-misc/yacy/yacy-1.924.20210209.10069.ebuild | 69 -------------------------- 2 files changed, 70 deletions(-) diff --git a/net-misc/yacy/Manifest b/net-misc/yacy/Manifest index d618c7871..7a9fa3c1d 100644 --- a/net-misc/yacy/Manifest +++ b/net-misc/yacy/Manifest @@ -1,2 +1 @@ -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.924.20210209.10069.ebuild b/net-misc/yacy/yacy-1.924.20210209.10069.ebuild deleted file mode 100644 index 31b137093..000000000 --- a/net-misc/yacy/yacy-1.924.20210209.10069.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit java-pkg-2 java-ant-2 systemd - -MAJOR_PV="$(ver_cut 1-2)" -REL_PV="$(ver_cut 3)" -SVN_PV="$(ver_cut 4)" - -DESCRIPTION="YaCy - p2p based distributed web-search engine" -HOMEPAGE="https://www.yacy.net/" -SRC_URI="https://www.yacy.net/release/yacy_v${MAJOR_PV}_${REL_PV}_${SVN_PV}.tar.gz" - -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="systemd +openrc" - -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 - - rmdir "${D}/${yacy_home}/DATA" || die - dosym /var/lib/yacy /${yacy_home}/DATA - - use openrc && { - exeinto /etc/init.d - newexe "${FILESDIR}/yacy.rc" yacy - doconfd "${FILESDIR}/yacy.confd" - } - - use systemd && 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." -}
next reply other threads:[~2024-11-04 10:51 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-11-04 10:51 David Roman [this message] 2024-11-04 18:27 ` [gentoo-commits] repo/proj/guru:master commit in: net-misc/yacy/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2025-01-07 12:36 [gentoo-commits] repo/proj/guru:dev " David Roman 2025-01-07 12:36 David Roman 2024-11-04 10:41 David Roman 2024-11-04 10:41 David Roman 2022-09-08 10:24 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2022-09-08 10:24 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2022-05-24 19:06 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2022-05-24 19:06 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2022-05-18 19:49 Tony Olagbaiye 2022-05-18 19:49 Tony Olagbaiye
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=1730717481.e2dd7fcf6688642202b2873b29a142ae0e3235bc.davidroman@gentoo \ --to=davidroman96@gmail.com \ --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: linkBe 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