public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/wcd/
Date: Mon, 29 Aug 2022 19:43:48 +0000 (UTC)	[thread overview]
Message-ID: <1661802219.3bffd3848bb75b7a4805e6ab2c25fa89f1c157b5.asturm@gentoo> (raw)

commit:     3bffd3848bb75b7a4805e6ab2c25fa89f1c157b5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 21:14:18 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 19:43:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bffd384

app-misc/wcd: drop 6.0.2-r1, 6.0.3-r1, EAPI-6--

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/wcd/Manifest            |  1 -
 app-misc/wcd/wcd-6.0.2-r1.ebuild | 45 ---------------------------------------
 app-misc/wcd/wcd-6.0.3-r1.ebuild | 46 ----------------------------------------
 3 files changed, 92 deletions(-)

diff --git a/app-misc/wcd/Manifest b/app-misc/wcd/Manifest
index 72f7a3198884..65c4da15769e 100644
--- a/app-misc/wcd/Manifest
+++ b/app-misc/wcd/Manifest
@@ -1,2 +1 @@
-DIST wcd-6.0.2.tar.gz 713062 BLAKE2B 13a745fd698b009aedb19e688a5deec7d62c42acf2dc430b7f586f300712ad684e8530a9b2477cf2d7a6540769efc98c245215cbe756b78c3902d03430b034d9 SHA512 587a52efaf0a585e4fc8a04a0eb08445cf4c78d38abd7592658f61827aa6cc0f1e8af8643c411d22d74145479c9970b018b11fc7a2a08b4ba7c850097813b06f
 DIST wcd-6.0.3.tar.gz 813763 BLAKE2B 2e215c427914705213590d7c5182bebf39becbf24238bd71c5fdd12f7e63894b2ad571793f6d25833edd3f7cd4f3acbb07bbc821880c22d7a5d4f373cd972055 SHA512 b48a6f8a196725b4b570701813cf8a96e13e4fd6289b6c779218acc20ea1ea841e5f8648f717bb389976b715b95856e91bad3ffb20f8d80961d75eae8eacfbe8

diff --git a/app-misc/wcd/wcd-6.0.2-r1.ebuild b/app-misc/wcd/wcd-6.0.2-r1.ebuild
deleted file mode 100644
index 075149a043de..000000000000
--- a/app-misc/wcd/wcd-6.0.2-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Wherever Change Directory"
-HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR"
-SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
-IUSE="nls unicode"
-
-CDEPEND="
-	sys-libs/ncurses:=[unicode(+)?]
-	unicode? ( dev-libs/libunistring:= )"
-DEPEND="${CDEPEND}
-	app-text/ghostscript-gpl
-	virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}/${P}/src"
-
-src_prepare() {
-	eapply -p2 "${FILESDIR}"/${PN}-6.0.2-gentoo.patch
-	eapply_user
-	tc-export CC PKG_CONFIG
-}
-
-src_compile() {
-	local mycompile="LFS=1"
-	use nls || mycompile+=" ENABLE_NLS="
-	use unicode && mycompile+=" UCS=1 UNINORM=1"
-	emake ${mycompile}
-}
-
-src_install() {
-	local DOCS=( ../README.txt )
-	default
-	emake DESTDIR="${D}" DOTWCD=1 install-profile sysconfdir="/etc"
-}

diff --git a/app-misc/wcd/wcd-6.0.3-r1.ebuild b/app-misc/wcd/wcd-6.0.3-r1.ebuild
deleted file mode 100644
index 01ed3f51b461..000000000000
--- a/app-misc/wcd/wcd-6.0.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Wherever Change Directory"
-HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR"
-SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
-IUSE="nls unicode"
-
-CDEPEND="
-	sys-libs/ncurses:=[unicode(+)?]
-	unicode? ( dev-libs/libunistring:= )"
-DEPEND="${CDEPEND}"
-BDEPEND="
-	app-text/ghostscript-gpl
-	virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}/${P}/src"
-
-src_prepare() {
-	eapply -p2 "${FILESDIR}"/${PN}-6.0.2-gentoo.patch
-	eapply_user
-	tc-export CC PKG_CONFIG
-}
-
-src_compile() {
-	local mycompile="LFS=1"
-	use nls || mycompile+=" ENABLE_NLS="
-	use unicode && mycompile+=" UCS=1 UNINORM=1"
-	emake ${mycompile}
-}
-
-src_install() {
-	local DOCS=( ../README.txt )
-	default
-	emake DESTDIR="${D}" DOTWCD=1 install-profile sysconfdir="/etc"
-}


             reply	other threads:[~2022-08-29 19:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-29 19:43 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-16  8:15 [gentoo-commits] repo/gentoo:master commit in: app-misc/wcd/ Sam James
2023-10-16  6:49 Sam James
2023-10-16  6:49 Sam James
2022-12-18 12:15 Sam James
2021-12-06 15:23 Sam James
2021-12-06 11:31 Agostino Sarubbo
2021-12-05  5:18 Sam James
2021-10-29  2:00 Sam James
2021-10-26 17:53 Agostino Sarubbo
2021-10-26 13:30 Agostino Sarubbo
2021-06-11  6:56 Sam James
2021-06-11  6:39 Sam James
2021-04-19 19:12 Sam James
2021-04-18 21:27 Sam James
2021-04-18 21:20 Sam James
2018-05-11 15:49 Lars Wendler
2017-02-22 15:47 Lars Wendler
2017-02-22 15:47 Lars Wendler
2017-01-04 13:37 Lars Wendler
2016-10-17  7:19 Lars Wendler
2016-10-17  7:19 Lars Wendler
2016-02-19  9:07 Lars Wendler
2016-02-19  9:07 Lars Wendler
2015-12-03 10:12 Lars Wendler
2015-09-24  8:03 Lars Wendler

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=1661802219.3bffd3848bb75b7a4805e6ab2c25fa89f1c157b5.asturm@gentoo \
    --to=asturm@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