public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tdl/
Date: Thu, 11 Apr 2024 14:53:44 +0000 (UTC)	[thread overview]
Message-ID: <1712847211.f8e9405f76c2b01094716effd73df96220b5b01c.arthurzam@gentoo> (raw)

commit:     f8e9405f76c2b01094716effd73df96220b5b01c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 14:49:18 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 14:53:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e9405f

app-misc/tdl: drop 1.5.2-r3, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/tdl/Manifest            |  2 -
 app-misc/tdl/tdl-1.5.2-r3.ebuild | 80 ----------------------------------------
 2 files changed, 82 deletions(-)

diff --git a/app-misc/tdl/Manifest b/app-misc/tdl/Manifest
index 51017ec91023..ce65d5af2603 100644
--- a/app-misc/tdl/Manifest
+++ b/app-misc/tdl/Manifest
@@ -1,3 +1 @@
 DIST tdl-1.5.2.gh.tar.gz 66542 BLAKE2B 7e7017ee3937d8775907e907a1eb4ab34880013c85cddbdfcc9239e35bf788904f232e668345074966b5940ab518af91df842cf38a50517dcfdf9953b403cf33 SHA512 c00abe14a0a4e2d0bec83e4f5cf3c28749976d42f5a15d0f4065f928fae20d7bfdf4339dc4d863ab4d4006d307a8797fc12e20cf1ef5b9a71c5018ec98d4f732
-DIST tdl-1.5.2.tar.gz 66057 BLAKE2B cc2d5581126d995098b5dc3032c97213614acaea3b984a507a824da2ba4d3be9afff954722f29acf0b9bd26db42ada22d67fc9110496961c2cb3104d9b4b7ece SHA512 8c07a5b6a5434bb567a2d68b6e0215bbfa7be3f7176ae1042652ac18684289117230af25d8d161fcf1ba27d9b740fd3fcd43c3213467b533de64390686481fe0
-DIST tdl-screenshot.png.tar 20480 BLAKE2B ce9284501ba1550179e1c3da54399a802aae3c0fb23b9a1ea25a1adb0f5c0404fe7694a360435913bb91cc1977d71561050ec0fe4e1681db775cdc7ec5fa11b7 SHA512 caca9793626b320ded4c7f16425b98e4bfde9ab0ca3c1bea60ecc8aaa8db080ab6fc3c474aef4d56e394b6415ec1162671329912aa22452dbd5dc72b50c7c8f6

diff --git a/app-misc/tdl/tdl-1.5.2-r3.ebuild b/app-misc/tdl/tdl-1.5.2-r3.ebuild
deleted file mode 100644
index f4f63c471a56..000000000000
--- a/app-misc/tdl/tdl-1.5.2-r3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Command line To Do List manager"
-HOMEPAGE="http://www.rc0.org.uk/tdl/"
-SRC_URI="
-	http://www.rpcurnow.force9.co.uk/tdl/${P}.tar.gz
-	https://dev.gentoo.org/~jlec/distfiles/${PN}-screenshot.png.tar"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc readline"
-
-RDEPEND="
-	sys-libs/ncurses:0=
-	sys-libs/readline:0="
-
-DEPEND="
-	${RDEPEND}
-	sys-apps/texinfo
-	doc? ( virtual/texi2dvi )"
-
-PATCHES=(
-	"${FILESDIR}"/${PV}-ldflags.patch
-	"${FILESDIR}"/${P}-list.c.patch
-	"${FILESDIR}"/${P}-main.c.patch
-	"${FILESDIR}"/${P}-man.patch
-)
-
-DOCS=( README NEWS tdl.txt "${WORKDIR}"/screenshot.png tdl.html )
-
-src_prepare() {
-	default
-	tc-export CC
-}
-
-src_configure() {
-	local myconf=( --prefix="${EPREFIX}"/usr )
-
-	if ! use readline; then
-		myconf+=( "${myconf} --without-readline" )
-		sed -i 's#\($(LIB_READLINE)\)#\1 -lncurses##g' "${S}"/Makefile.in || die
-	fi
-
-	sed -i 's#-ltermcap#-lncurses#g' "${S}"/configure || die
-	"${S}"/configure "${myconf[@]}" || die "configure failed"
-}
-
-src_compile() {
-	export VARTEXFONTS="${T}/fonts"
-	emake all tdl.info tdl.html tdl.txt
-
-	if use doc; then
-		emake tdl.dvi tdl.ps tdl.pdf
-	fi
-}
-
-src_install() {
-	einstalldocs
-	doinfo tdl.info
-
-	dobin tdl
-	doman tdl.1
-
-	local i
-	for i in tdl{a,l,d,g}
-	do
-		dosym tdl /usr/bin/${i}
-		dosym tdl.1 /usr/share/man/man1/${i}.1
-	done
-
-	if use doc; then
-		dodoc tdl.dvi tdl.ps tdl.pdf
-	fi
-}


             reply	other threads:[~2024-04-11 14:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11 14:53 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-23 16:41 [gentoo-commits] repo/gentoo:master commit in: app-misc/tdl/ Arthur Zamarin
2023-12-23 15:54 Arthur Zamarin
2023-12-23 15:47 Arthur Zamarin
2023-11-21 17:31 Ulrich Müller
2023-11-21 17:31 Ulrich Müller
2019-11-13  1:37 Aaron Bauman
2019-06-04 20:54 Agostino Sarubbo
2019-06-04 14:45 Thomas Deutschmann
2019-03-01 14:35 Patrice Clement

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=1712847211.f8e9405f76c2b01094716effd73df96220b5b01c.arthurzam@gentoo \
    --to=arthurzam@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