public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/
Date: Tue,  2 Jul 2024 14:50:32 +0000 (UTC)	[thread overview]
Message-ID: <1719931828.f72207afec533be95aa66dab1db0d2fa1cc371fb.xgqt@gentoo> (raw)

commit:     f72207afec533be95aa66dab1db0d2fa1cc371fb
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 14:39:32 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 14:50:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72207af

app-misc/geneweb: drop old 7.0.0-r3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-misc/geneweb/Manifest                |  1 -
 app-misc/geneweb/geneweb-7.0.0-r3.ebuild | 79 --------------------------------
 2 files changed, 80 deletions(-)

diff --git a/app-misc/geneweb/Manifest b/app-misc/geneweb/Manifest
index f5361ac22131..d269e176e23c 100644
--- a/app-misc/geneweb/Manifest
+++ b/app-misc/geneweb/Manifest
@@ -1,3 +1,2 @@
 DIST Geneweb-1eaac340.tar.gz 14741729 BLAKE2B 828857f48175dc0e2af8162dde7b38548e1b9131dfe9acae9b7e8f9940866f27868a1efcfc4c08bdec0fda4789d8b8c87310ba2625cd4f3ba9bc557aaf274bf3 SHA512 ee3effc9b444c05547218b79242db0eb5a56f2ca00b67fcc9937c2395aeb7cbd4dd3524e8b774799e7fb87453ee77d53bc64edb930a1902be6896f8f8d6caa24
-DIST geneweb-7.0.0.tar.gz 14767981 BLAKE2B 3a0a777a934d26fa91bd94d20311c6147e749961035b57aed8322c4e96f5cead2edde3a96e362b5de35073fa594d4cb5f3ef0f4d7eeaebea2095bfeef37740b6 SHA512 359b8e2258d572198a7516dd03830e536038392d552482f25fe4b93ded76dccebfe3c420eb2ba1a566500200755c87cbe19a2060eaeea895bd84c505b7b65345
 DIST geneweb-7.0.1_alpha2.tar.gz 14960087 BLAKE2B 46950389b3e0591daa4dd3672d7b133166df805ab091ac344fba32dd46c1c13c48d523dcd3fab0fcbf7d5f113eed9b4998fe52a20b3b85a5f67be0ff0bc676dc SHA512 454552bf6fec9ac5ba20caeae85d0df821c651c56521ebbdaace3c199a764436d3538cc7fd0e0abc71519d78e00cbef8696f5d5c5f7c6bdf61014b7a85800d74

diff --git a/app-misc/geneweb/geneweb-7.0.0-r3.ebuild b/app-misc/geneweb/geneweb-7.0.0-r3.ebuild
deleted file mode 100644
index b6c840c1af47..000000000000
--- a/app-misc/geneweb/geneweb-7.0.0-r3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Genealogy software program with a Web interface"
-HOMEPAGE="https://github.com/geneweb/geneweb"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+ocamlopt test"
-RESTRICT="strip !test? ( test )"
-
-RDEPEND="dev-lang/ocaml[ocamlopt?]
-	<dev-ml/camlp5-8:=[ocamlopt?]
-	acct-user/geneweb
-	acct-group/geneweb
-	dev-ml/jingoo:=
-	dev-ml/uunf:=
-	>=dev-ml/markup-1.0.0:=
-	dev-ml/unidecode:=
-	dev-ml/calendars:=
-	dev-ml/zarith:="
-DEPEND="${RDEPEND}
-	dev-ml/cppo
-	<dev-ml/dune-3
-	test? ( dev-ml/ounit2 )"
-
-QA_FLAGS_IGNORED='.*'
-
-src_prepare() {
-	default
-
-	sed -i -e "s/oUnit/ounit2/" test/dune.in || die
-	sed -i -e "500,$ s| compare | Stdlib.compare |" lib/util/mutil.ml || die
-}
-
-src_configure() {
-	ocaml ./configure.ml
-}
-
-src_compile() {
-	if use ocamlopt; then
-		emake
-	else
-		emake OCAMLC=ocamlc OCAMLOPT=ocamlopt out
-		# If using bytecode we dont want to strip the binary as it would remove
-		# the bytecode and only leave ocamlrun...
-	fi
-}
-
-src_install() {
-	default
-	mv "${D}"/usr/bin/{,gw}setup || die
-	rm -r "${D}"/usr/doc || die
-	dodoc ICHANGES etc/README.txt etc/a.gwf
-
-	# Install manpages
-	doman man/*
-
-	emake distrib
-	cd distribution/gw
-	insinto /usr/share/${PN}
-	doins -r etc images lang setup gwd.arg only.txt
-
-	newinitd "${FILESDIR}/geneweb.initd" geneweb
-	newconfd "${FILESDIR}/geneweb.confd" geneweb
-}
-
-pkg_postinst() {
-	einfo "A CGI program has been installed in /usr/lib/${PN}. Follow the"
-	einfo "instructions on the README in that directory to use it"
-	einfo "If you come from an old version you need to rebuild the database"
-	einfo "\"gwu foo > foo.gw \" will save the database (use the previous"
-	einfo "version to do that). \"gwc2 foo.gw -o bar \" will restore it "
-	einfo "(using the current package)"
-}


             reply	other threads:[~2024-07-02 14:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02 14:50 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-18 20:40 [gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/ Alfredo Tupone
2024-01-02 10:57 Alfredo Tupone
2022-06-26 13:36 Alfredo Tupone
2021-10-14  9:03 Alfredo Tupone
2021-09-18 12:30 Agostino Sarubbo
2021-09-17 14:14 Agostino Sarubbo
2021-03-13 15:26 Sam James
2021-01-19 21:09 Alfredo Tupone
2021-01-19  7:40 Alfredo Tupone
2021-01-18 21:07 Alfredo Tupone
2021-01-14 19:35 Alfredo Tupone
2021-01-11 21:23 Alfredo Tupone
2020-05-13  8:21 Alfredo Tupone
2020-03-18 21:42 Alfredo Tupone
2020-03-15 18:41 Agostino Sarubbo
2020-03-14 19:46 Agostino Sarubbo
2020-01-29 18:23 Alfredo Tupone
2020-01-01 13:31 Alfredo Tupone
2019-05-06 19:54 Alfredo Tupone
2018-04-17  6:09 Alfredo Tupone
2017-10-22 19:50 Alfredo Tupone

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=1719931828.f72207afec533be95aa66dab1db0d2fa1cc371fb.xgqt@gentoo \
    --to=xgqt@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